* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html,
body {
font-family: 'Raleway', sans-serif;
font-size: 16px;
line-height: 28px;
color: #1a1a1a;
background: #fff;
font-weight: 400;
overflow-x: hidden;
max-width: 100vw;
}

.l-canvas {
width: 100%;
overflow-x: hidden;
}

.l-canvas.type_wide {
max-width: 100%;
}

.l-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: #fff;
}

.l-header.pos_fixed {
position: fixed;
}

.l-header.bg_solid {
background: #fff;
}

.l-header.shadow_thin {
box-shadow: 0 2px 15px rgba(0,0,0,0.15);
}

.l-subheader {
width: 100%;
}

.l-subheader.for_topline {
background: #2680c2;
}

.l-subheader.height_small {
min-height: 50px;
}

.l-subheader.color_header-top {
background: #2680c2;
}

.l-subheader-h {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

.l-subheader.for_logo {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 40px;
}

.l-subheader-cell {
display: flex;
align-items: center;
}

.l-subheader-cell.for_logo {
flex: 0 0 auto;
}

.l-subheader-cell.for_nav {
flex: 1;
justify-content: flex-end;
gap: 40px;
}

.w-logo {
display: inline-block;
}

.w-logo img {
display: block;
max-height: 60px;
width: auto;
}

.w-nav.type_desktop {
display: flex;
}

.w-nav-list {
display: flex;
list-style: none;
gap: 30px;
align-items: center;
}

.w-nav-list.level_1 {
margin: 0;
padding: 0;
}

.menu-item {
position: relative;
}

.w-nav-anchor {
text-decoration: none;
color: #1a1a1a;
font-size: 16px;
font-weight: 400;
padding: 10px 0;
display: inline-block;
transition: color 0.3s ease;
}

.w-nav-anchor.level_1 {
font-size: 14px;
}

.w-nav-anchor:hover {
color: #2680c2;
}

.w-nav-title {
display: inline-block;
}

.w-hwrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
}

.w-hwrapper.align_center {
justify-content: center;
}

.w-hwrapper.align_left {
justify-content: flex-start;
}

.w-hwrapper.align_none {
justify-content: flex-start;
}

.w-hwrapper.align_right {
justify-content: flex-end;
}

.w-hwrapper.valign_middle {
align-items: center;
}

.w-hwrapper.wrap {
flex-wrap: wrap;
}

.w-hwrapper[style*="--hwrapper-gap:15px"] {
gap: 15px;
}

.w-hwrapper[style*="--hwrapper-gap:20px"] {
gap: 20px;
}

.w-hwrapper[style*="--hwrapper-gap:30px"] {
gap: 30px;
}

.mobile_nav_trigger {
display: none;
}

.w-btn-wrapper {
display: flex;
}

.w-btn-wrapper.align_center {
justify-content: center;
}

.w-btn-wrapper.align_right {
justify-content: flex-end;
}

.w-btn-wrapper.align_none {
justify-content: flex-start;
}

.w-btn {
display: inline-block;
padding: 0.9375rem 2.5rem;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
cursor: pointer;
border: none;
font-size: 16px;
}

.w-btn.us-btn-style_3 {
background: #2680c2;
color: #ffffff;
}

.w-btn.us-btn-style_3:hover {
background: #003860;
}

.w-btn.w-btn-size_small {
padding: 10px 1.5625em;
font-size: 14px;
}

.w-btn-label {
display: inline-block;
}

.l-main {
padding-top: 135px;
}

.l-section {
position: relative;
padding: 80px 0;
width: 100%;
overflow: hidden;
}

.l-section.height_small {
padding: 2.5rem 0;
}

.l-section.height_medium {
padding: 100px 0;
}

.l-section.height_huge {
padding: 7.5em 0;
}

.l-section.height_auto {
padding: 0;
}

.l-section.width_full {
width: 100%;
max-width: 100%;
}

.l-section.valign_center {
display: flex;
align-items: center;
}

.l-section.with_img {
position: relative;
}

.l-section-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center;
z-index: 0;
}

.l-section.with_overlay .l-section-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 0;
}

.l-section.color_alternate {
background: #2680c2;
}

.l-section.with_shape {
position: relative;
}

.l-section-shape {
position: absolute;
left: 0;
right: 0;
z-index: 1;
pointer-events: none;
}

.l-section-shape.type_wave.pos_top {
top: -1px;
transform: translateY(-100%);
}

.l-section-shape.type_wave.pos_bottom {
bottom: -1px;
transform: translateY(100%);
}

.l-section-shape.type_wave.pos_top.on_front {
z-index: 2;
}

.l-section-shape.type_wave.pos_bottom.on_front {
z-index: 2;
}

.l-section-shape.hor_flip {
transform: scaleX(-1);
}

.l-section-shape.type_wave.pos_top.hor_flip {
transform: translateY(-100%) scaleX(-1);
}

.l-section-shape.type_wave.pos_bottom.hor_flip {
transform: translateY(100%) scaleX(-1);
}

.l-section-shape svg {
display: block;
color: #fff;
width: 100%;
height: 100%;
}

.l-section.color_alternate .l-section-shape svg {
color: #2680c2;
}

.l-section-h {
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
position: relative;
z-index: 1;
}

.i-cf::after {
content: "";
display: table;
clear: both;
}

.g-cols {
display: grid;
gap: 1.5rem;
}

.g-cols.via_grid.cols_1 {
grid-template-columns: 1fr;
}

.g-cols.via_grid.cols_2 {
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}

.g-cols.via_grid.cols_3 {
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}

.g-cols.via_grid.cols_4 {
grid-template-columns: repeat(4, 1fr);
gap: 1.5em;
}

.g-cols.via_grid.cols_1-3 {
grid-template-columns: 1fr 3fr;
}

.g-cols.valign_top {
align-items: start;
}

.g-cols.valign_middle {
align-items: center;
}

.g-cols.valign_bottom {
align-items: end;
}

.wpb_column {
position: relative;
}

.vc_column_container {
height: 100%;
}

.vc_column-inner {
height: 100%;
}

.wpb_text_column {
margin-bottom: 0;
}

.wpb_text_column p {
margin: 0 0 0.9375em 0;
}

.wpb_text_column p:last-child {
margin-bottom: 0;
}

.wpb_text_column a {
color: #2680c2;
text-decoration: none;
}

.wpb_text_column a:hover {
color: #003860;
}

.wpb_text_column.has_text_color p {
color: inherit;
}

.wpb_text_column.has_text_color a {
color: inherit;
text-decoration: underline;
}

.w-separator {
height: 1px;
}

.w-separator.size_small {
height: 1.25rem;
}

.w-separator.size_medium {
height: 2.5em;
}

.w-separator.size_large {
height: 60px;
}

.w-image {
display: block;
}

.w-image img {
max-width: 100%;
height: auto;
display: block;
}

h1 {
font-size: max(3rem, 3vw);
font-weight: 600;
line-height: 1.2;
font-family: 'Raleway', sans-serif;
letter-spacing: 0;
margin-bottom: 0.6em;
color: #1a1a1a;
}

h2 {
font-size: max(2.2rem, 2.2vw);
font-weight: 600;
line-height: 1.4;
font-family: 'Raleway', sans-serif;
letter-spacing: 0;
margin-bottom: 0.6em;
color: #2680c2;
}

h3 {
font-size: max(1.6rem, 1.6vw);
font-weight: 600;
line-height: 1.2;
font-family: 'Raleway', sans-serif;
letter-spacing: 0;
margin-bottom: 0.6em;
color: #2680c2;
}

h4 {
font-size: max(1.2rem, 1.2vw);
font-weight: 400;
line-height: 1.2;
font-family: 'Raleway', sans-serif;
}

h5 {
font-size: max(1.1rem, 1.1vw);
font-weight: 400;
line-height: 1.2;
font-family: 'Raleway', sans-serif;
}

h6 {
font-size: max(1rem, 1vw);
font-weight: 400;
line-height: 1.2;
font-family: 'Raleway', sans-serif;
}

.hero_row {
min-height: 500px;
}

.hero_title h1 {
color: #ffffff;
}

.hero_intro {
color: rgba(255,255,255,0.8);
}

.photo_style_col {
background-size: cover;
background-position: center;
border-radius: 30px;
min-height: 450px;
}

.service_carousel_row {
background: #2680c2;
}

.solutions_title h2 {
color: #ffffff;
text-align: center;
}

.service_card .vc_column-inner {
background: #ffffff;
border-radius: 30px;
padding: 2.5rem 1.875em;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_card:hover .vc_column-inner {
transform: translateY(-0.625rem);
box-shadow: 0 0.9375rem 2.5rem rgba(0,0,0,0.2);
}

.why_choose_row {
background: #fff;
}

.ticklist_inner_row {
grid-gap: 5rem;
}

.blue_tick {
flex-shrink: 0;
}

.testimonial_row {
background: #2680c2;
}

.testimonial_card .vc_column-inner {
background: #ffffff;
border-radius: 30px;
padding: 2.5em 30px;
}

.get_started_row {
background: #2680c2;
}

.halfcol_bg_img {
background-size: cover;
background-position: center;
min-height: 500px;
border-radius: 30px 0 0 30px;
}

.wave_halfcol_right {
background: linear-gradient(135deg,#7049ba,#e95095);
padding: 3.75rem 5em;
border-radius: 0 30px 30px 0;
}

.has_bg_color {
position: relative;
}

.l-footer {
background: #2680c2;
color: #ffffff;
}

.l-footer .wpb_text_column p {
color: #ffffff;
}

.l-footer .wpb_text_column a {
color: #ffffff;
text-decoration: none;
transition: opacity 0.3s ease;
}

.l-footer .wpb_text_column a:hover {
opacity: 0.8;
}

.l-footer h3 {
color: #ffffff;
}

.color_footer-bottom {
background: #2680c2;
}

.footer_iconbox {
display: flex;
align-items: center;
}

.footer_menu ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer_menu.layout_ver ul {
display: flex;
flex-direction: column;
gap: 10px;
}

.footer_menu a {
color: #ffffff;
text-decoration: none;
font-size: 16px;
transition: opacity 0.3s ease;
}

.footer_menu a:hover {
opacity: 0.8;
}

.footer_bottom_area {
background: #1a1a1a;
}

.bv_slogan p {
font-family: 'Fasthand', cursive;
font-size: 24px;
color: #ffffff;
}

.w-toplink {
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
background: #2680c2;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
z-index: 999;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.w-toplink:hover {
background: #003860;
transform: translateY(-5px);
}

.w-toplink .material-icons {
color: #ffffff;
font-size: 24px;
}

.cookie_notice {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #1a1a1a;
color: #ffffff;
padding: 20px;
z-index: 9999;
box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
display: none;
}

.cookie_notice.active {
display: block;
}

.cookie_inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}

.cookie_text {
flex: 1;
font-size: 14px;
line-height: 1.6;
}

.cookie_text a {
color: #2680c2;
text-decoration: underline;
}

.cookie_buttons {
display: flex;
gap: 10px;
}

.cookie_btn {
padding: 10px 20px;
border-radius: 5px;
border: none;
cursor: pointer;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
}

.cookie_accept {
background: #2680c2;
color: #ffffff;
}

.cookie_accept:hover {
background: #003860;
}

.cookie_decline {
background: transparent;
color: #ffffff;
border: 1px solid #ffffff;
}

.cookie_decline:hover {
background: rgba(255,255,255,0.1);
}

@media only screen and (max-width: 1199px) {
.l-subheader-cell.for_nav {
gap: 20px;
}
.w-nav-list {
gap: 20px;
}
.w-nav-anchor.level_1 {
font-size: 13px;
}
.l-section-h {
padding: 0 30px;
}
}

@media only screen and (max-width: 899px) {
.l-main {
padding-top: 110px;
}
.l-subheader.for_logo {
padding: 0.625rem 1.25rem;
}
.w-nav.type_desktop {
display: none;
}
.mobile_nav_trigger {
display: block;
}
.g-cols.via_grid.cols_2.mobiles-cols_1,
.g-cols.via_grid.cols_3.mobiles-cols_1,
.g-cols.via_grid.cols_4.mobiles-cols_1 {
grid-template-columns: 1fr;
}
.l-section-h {
padding: 0 1.25em;
}
.l-section {
padding: 3.75rem 0;
}
.l-section.height_small {
padding: 30px 0;
}
.l-section.height_medium {
padding: 4.375em 0;
}
.l-section.height_huge {
padding: 5rem 0;
}
h1 {
font-size: 40px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 28px;
}
.hero_row {
min-height: 400px;
}
.photo_style_col {
min-height: 18.75rem;
margin-bottom: 1.875rem;
}
.ticklist_inner_row {
grid-gap: 3rem;
}
.halfcol_bg_img {
min-height: 300px;
border-radius: 30px 30px 0 0;
}
.wave_halfcol_right {
padding: 2.5rem 30px;
border-radius: 0 0 30px 30px;
}
.w-toplink {
bottom: 1.25rem;
right: 20px;
width: 45px;
height: 45px;
}
.l-subheader.for_topline {
display: none;
}
.cookie_inner {
flex-direction: column;
text-align: center;
}
.cookie_buttons {
width: 100%;
justify-content: center;
}
}

@media only screen and (max-width: 599px) {
.l-section-h {
padding: 0 0.9375rem;
}
.w-btn {
padding: 0.75rem 1.875rem;
font-size: 14px;
}
.w-btn.w-btn-size_small {
padding: 8px 1.25em;
font-size: 13px;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 22px;
}
.service_card .vc_column-inner,
.testimonial_card .vc_column-inner {
padding: 1.875rem 20px;
}
.wave_halfcol_right {
padding: 30px 1.25rem;
}
}

.thankyou_wrapper {
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: linear-gradient(135deg,#7049ba,#e95095);
padding: 2rem;
}

.thankyou_content {
background: #ffffff;
border-radius: 30px;
padding: 3.75rem 2.5em;
text-align: center;
max-width: 600px;
box-shadow: 0 1.25rem 3.75rem rgba(0,0,0,0.2);
}

.thankyou_icon {
margin-bottom: 1.5rem;
}

.thankyou_icon .material-icons {
font-size: 80px;
color: #2680c2;
}

.thankyou_content h1 {
color: #1a1a1a;
margin-bottom: 1rem;
}

.thankyou_content p {
font-size: 18px;
line-height: 1.6;
color: #333;
margin-bottom: 1.25em;
}

.thankyou_btn {
margin-top: 2rem;
}

.inner_page_hero {
min-height: 250px;
}

.contact_form {
width: 100%;
}

.form_row {
margin-bottom: 1.25rem;
}

.form_input {
width: 100%;
padding: 0.9375rem 1.25rem;
border: 2px solid #e8e8e8;
border-radius: 30px;
font-family: 'Raleway', sans-serif;
font-size: 16px;
transition: border-color 0.3s ease;
}

.form_input:focus {
outline: none;
border-color: #2680c2;
}

.form_input::placeholder {
color: #999;
}

textarea.form_input {
resize: vertical;
min-height: 150px;
}

select.form_input {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23999' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 1.25rem center;
padding-right: 2.5rem;
}

.contact_info_box {
background: #f5f5f5;
padding: 2rem 1.875rem;
border-radius: 30px;
}

.policy_content {
max-width: 900px;
margin: 0 auto;
}

.policy_content h2 {
color: #2680c2;
}

.policy_content h3 {
color: #1a1a1a;
}

.story_item {
margin-bottom: 4rem;
}

.story_item:last-child {
margin-bottom: 0;
}

.story_item img {
width: 100%;
height: auto;
display: block;
}

.cookie_notice {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #1a1a1a;
color: #ffffff;
padding: 1.5rem;
z-index: 9999;
display: none;
box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}

.cookie_notice.active {
display: block;
}

.cookie_inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 2rem;
}

.cookie_text {
flex: 1;
font-size: 14px;
line-height: 1.6;
}

.cookie_text a {
color: #2680c2;
text-decoration: underline;
}

.cookie_buttons {
display: flex;
gap: 0.75rem;
flex-shrink: 0;
}

.cookie_btn {
padding: 0.625rem 1.5625em;
border-radius: 30px;
border: none;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}

.cookie_accept {
background: #2680c2;
color: #ffffff;
}

.cookie_accept:hover {
background: #003860;
}

.cookie_decline {
background: transparent;
color: #ffffff;
border: 2px solid #ffffff;
}

.cookie_decline:hover {
background: #ffffff;
color: #1a1a1a;
}

@media only screen and (max-width: 899px) {
.thankyou_content {
padding: 2.5rem 1.875rem;
}
.thankyou_icon .material-icons {
font-size: 60px;
}
.contact_info_box {
padding: 1.5rem 1.25rem;
}
.story_item {
margin-bottom: 3rem;
}
.cookie_inner {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.cookie_buttons {
width: 100%;
justify-content: center;
}
}

@media only screen and (max-width: 599px) {
.thankyou_wrapper {
padding: 1rem;
}
.thankyou_content {
padding: 2rem 1.25rem;
}
.form_input {
padding: 0.75rem 1rem;
font-size: 14px;
}
.cookie_notice {
padding: 1rem;
}
.cookie_buttons {
flex-direction: column;
gap: 0.5rem;
}
.cookie_btn {
width: 100%;
}
}
