/*
Theme Name: Softub Theme
Description: Softub Theme
Author: seeds Marketing+Design
Author URI: https://www.startwithseeds.com/
Version: 1.0
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  transition: color 0.5s ease, border 0.5s ease, background 0.5s ease; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box; }

/* --- CLEARFIX --- */
.clearfix {
  display: block;
  zoom: 1; }
  .clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

button {
  margin: 0;
  border: 0;
  padding: 0;
  white-space: normal;
  background: none; }

input {
  -webkit-appearance: none; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: border-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"],
iframe[src*="vimeo.com"] {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; }

/*
Ability to set font size, line height, and font size for each breakpoint
Headings usually have setup scale of 1, .95, .9, .85, .8, .75
*/
/*
Ability to set columns, margins, how many columns for each breakpoint, and margins for each breakpoint
For scaling down margin relatively, 1, .9, .8, .7, .6, .5 works well
*/
@font-face {
  font-family: 'KatahdinRound';
  src: url("fonts/KatahdinRound.otf");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important; }
  .partners .column .logos {
    -webkit-animation-play-state: paused;
            animation-play-state: paused; }
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important; }
  .carousel .swiper .swiper-slide.swiper-slide-active .content h5, .carousel .swiper .swiper-slide.swiper-slide-active .content h4, .carousel .swiper .swiper-slide.swiper-slide-active .content p, .carousel .swiper .swiper-slide.swiper-slide-active .content .button, .carousel .swiper .swiper-slide.swiper-slide-active .content .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .carousel .swiper .swiper-slide.swiper-slide-active .content button {
    opacity: 1 !important; }
  .connect .reveal .good:after {
    width: 100%;
    transition-delay: .75s; }
  .connect .reveal .good .gud {
    opacity: 1;
    top: -40px;
    transition-delay: 0s; }
  .badge {
    display: none; }
    .badge.static {
      display: block !important; } }

.badge.static {
  display: none; }

#main-content.article .text-content {
  padding: 120px 0px; }
  @media (max-width: 960px) {
    #main-content.article .text-content {
      padding: 80px 0px; } }
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  box-shadow: none !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 17px !important; }

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
  border: none !important; }

.cky-consent-container {
  border-radius: clamp(12px, 2.5vw, 20px) !important;
  width: 650px !important; }
  @media (max-width: 576px) {
    .cky-consent-container {
      border-radius: 0px !important; } }
  .cky-consent-container .cky-consent-bar {
    border-radius: clamp(12px, 2.5vw, 20px) !important;
    padding: 30px 30px 40px !important; }
    @media (max-width: 576px) {
      .cky-consent-container .cky-consent-bar {
        border-radius: 0px !important; } }
    @media (max-width: 480px) {
      .cky-consent-container .cky-consent-bar {
        padding: 20px 20px 30px !important; } }
    @media (max-width: 440px) {
      .cky-consent-container .cky-consent-bar .cky-notice-des {
        max-height: 9999px !important; } }
    .cky-consent-container .cky-consent-bar .cky-title {
      font-size: 24px !important;
      margin-bottom: 20px !important;
      padding: 0px !important; }
      @media (max-width: 480px) {
        .cky-consent-container .cky-consent-bar .cky-title {
          margin-bottom: 15px !important; } }
    .cky-consent-container .cky-consent-bar .cky-notice-des {
      padding: 0px !important; }
    .cky-consent-container .cky-consent-bar p {
      font-size: 16px !important;
      line-height: 1.5 !important;
      margin-bottom: 30px !important; }
      @media (max-width: 480px) {
        .cky-consent-container .cky-consent-bar p {
          font-size: 14px !important; } }
    .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
      padding: 0px !important; }
      .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button {
        margin-top: 0px !important;
        line-height: 1 !important;
        flex: none !important;
        border: none !important; }
        .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:hover {
          background: #000000 !important;
          opacity: 1 !important; }

/*
////////////////////
LOGIN STYLES
////////////////////
*/
.login {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #00233F;
  color: #ffffff;
  padding-top: 0 !important; }
  .login #loginform {
    border: none;
    box-shadow: none; }
  .login .wp-login-logo a,
  .login h1 a {
    background-image: url(images/logo_login.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 200px;
    height: 76px;
    margin: 0 auto 24px; }
  .login .button-primary {
    float: none;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 30px !important;
    border: 2px solid transparent !important;
    border-radius: 999px !important;
    background: #00A1DE !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1 !important;
    height: auto !important;
    text-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease; }
    .login .button-primary:hover, .login .button-primary:active, .login .button-primary:focus {
      background: #0083b5 !important;
      color: #ffffff !important;
      border-color: transparent !important;
      box-shadow: none !important;
      text-shadow: none !important; }
    .login .button-primary.disabled:hover, .login .button-primary.disabled:active, .login .button-primary.disabled:focus, .login .button-primary:disabled:hover, .login .button-primary:disabled:active, .login .button-primary:disabled:focus, .login .button-primary[disabled]:hover, .login .button-primary[disabled]:active, .login .button-primary[disabled]:focus {
      background: #00A1DE !important;
      opacity: 0.65; }
  .login .wp-generate-pw {
    display: none !important; }
  .login input[type='checkbox'],
  .login input[type='radio'] {
    width: 18px;
    height: 18px;
    accent-color: #00A1DE; }
  .login.login-action-lostpassword #login .message {
    display: none; }
  .login input {
    font-size: 16px !important;
    border-radius: 8px !important; }
    .login input:after {
      display: none; }
  .login input:focus,
  .login select:focus,
  .login textarea:focus,
  .login button:focus {
    outline: none; }
  .login #login_error {
    padding: 20px !important;
    color: #00233F; }
  .login p {
    color: #00233F; }
  .login .button:after, .login header .nav-cta.button:not(.nav-cta--mobile):after, header .login .nav-cta.button:not(.nav-cta--mobile):after, .login .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:after, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .login button:after {
    display: none; }
  .login .message {
    font-size: 16px;
    padding: 20px; }
    .login .message.register, .login .message.reset-pass {
      display: none; }
    .login .message a {
      color: #00A1DE !important; }
      .login .message a:hover {
        color: #00233F !important; }
  .login #nav {
    color: #ffffff;
    text-align: center; }
    .login #nav a {
      margin: 0 5px;
      color: #ffffff; }
      .login #nav a:hover {
        color: #ffffff !important; }
      .login #nav a:first-of-type {
        margin-left: 0 !important; }
  .login .privacy-policy-page-link {
    display: none !important; }
  .login #backtoblog {
    display: none; }

.login-password-protected #loginform label {
  text-align: center;
  width: 100%; }

.login-password-protected input[type='password'] {
  text-align: center; }
  .login-password-protected input[type='password']:focus {
    box-shadow: none !important; }

.login #reg_passmail {
  font-size: 16px; }

.login .dashicons {
  color: #999999 !important; }

.login input[type='text'],
.login input[type='password'],
.login input[type='email'] {
  border-radius: 8px !important;
  border: 1px solid #ccc !important; }

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
  color: #ffffff !important; }

.login #login_error,
.login .message,
.login .success {
  border-left: 4px solid #00A1DE !important;
  font-size: 16px; }

#login form p.submit {
  text-align: center; }

html {
  font-size: 18px;
  overflow-x: hidden;
  max-width: 100%; }
  @media (hover: none) and (pointer: coarse) {
    html {
      overflow-anchor: none; } }
  html.is-mega-scroll-locked, html.is-scroll-locked {
    overflow: hidden; }

body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #ffffff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }
  body.home {
    background: #00A1DE; }
  @media (hover: none) and (pointer: coarse) {
    body {
      overflow-anchor: none; } }
  body.inactive, body.is-mega-scroll-locked {
    overflow: hidden;
    width: 100%;
    touch-action: none; }

.padding-top {
  padding-top: clamp(60px, 10vw, 135px); }

.padding-bottom {
  --section-padding-bottom: clamp(60px, 10vw, 135px);
  padding-bottom: var(--section-padding-bottom); }

:root {
  --footer-waves-height: max(50px, calc(100vw * 52 / 1550)); }

main > :last-child {
  padding-bottom: calc(var(--section-padding-bottom, 0px) + var(--footer-waves-height)); }

.help {
  position: absolute;
  right: 20px;
  top: 130px;
  z-index: 9998;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-align: right; }
  .help.dark {
    color: #434345; }
  @media (max-width: 960px) {
    .help {
      top: 95px; } }
  @media (max-width: 480px) {
    .help {
      font-size: 12px; } }
  .help br {
    display: none; }
    @media (max-width: 600px) {
      .help br {
        display: block; } }
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

strong, b {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

.sharpen {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
            transform: scale(0) translateX(-50%) translateY(-50%);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.25) translateX(-50%) translateY(-50%);
            transform: scale(0.25) translateX(-50%) translateY(-50%);
    opacity: 1; } }

@keyframes zoom {
  0% {
    -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
            transform: scale(0) translateX(-50%) translateY(-50%);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.25) translateX(-50%) translateY(-50%);
            transform: scale(0.25) translateX(-50%) translateY(-50%);
    opacity: 1; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg); }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
    /*controls rotation amount on one axis) */ } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg); }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
    /*controls rotation amount on one axis) */ } }

.max-width {
  width: calc(100% - 40px) !important;
  max-width: 1268px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 960px) {
    .max-width {
      width: calc(100% - 40px) !important; } }
  @media (max-width: 480px) {
    .max-width {
      width: calc(100% - 40px) !important; } }
.reveal {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
  .reveal.active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(40px, 9vw, 100px);
  line-height: 1;
  color: #ffffff; }
  h1 sup {
    font-size: 35%;
    vertical-align: top;
    line-height: 1;
    position: relative;
    top: 0.28em; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 45px);
  line-height: 1.25;
  color: #00233F; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 4vw, 32px);
  line-height: 1.2;
  color: #00233F; }

h4 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    h4 {
      font-size: 26px; } }
  @media only screen and (max-width: 960px) {
    h4 {
      font-size: 22px; } }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 22px; } }
  @media only screen and (max-width: 480px) {
    h4 {
      font-size: 22px; } }
  @media only screen and (max-width: 320px) {
    h4 {
      font-size: 22px; } }
h5 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.06em;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #f36f60; }
  @media only screen and (max-width: 1200px) {
    h5 {
      font-size: 19px; } }
  @media only screen and (max-width: 960px) {
    h5 {
      font-size: 17px; } }
  @media only screen and (max-width: 768px) {
    h5 {
      font-size: 17px; } }
  @media only screen and (max-width: 480px) {
    h5 {
      font-size: 17px; } }
  @media only screen and (max-width: 320px) {
    h5 {
      font-size: 17px; } }
p, ul, ol {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.15; }
  @media (max-width: 960px) {
    p, ul, ol {
      font-size: 18px; } }
  @media (max-width: 480px) {
    p, ul, ol {
      font-size: 16px; } }
p a {
  color: #DC0031; }

.button, header .nav-cta.button:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  text-decoration: none !important;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 15px 30px;
  font-size: 16px;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
  background: #00A1DE;
  color: #ffffff; }
  @media (max-width: 768px) {
    .button, header .nav-cta.button:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button {
      font-size: 16px;
      padding: 12px 28px; } }
  @media (max-width: 480px) {
    .button, header .nav-cta.button:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button {
      font-size: 12px;
      padding: 12px 24px; } }
  .button.outline, header .outline.nav-cta.button:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff; }
    .button.outline:hover, header .outline.nav-cta.button:hover:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline:hover {
      background: #ffffff;
      border-color: #ffffff;
      color: #00233F !important; }
  .button:hover, header .nav-cta.button:hover:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:hover {
    background: #00233F;
    color: #ffffff !important; }
  .button.lighter, header .lighter.nav-cta.button:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.lighter {
    background: #ffffff;
    color: #00A1DE !important;
    border-color: #ffffff; }
    .button.lighter:hover, header .lighter.nav-cta.button:hover:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.lighter:hover {
      background: #ffffff;
      border-color: #ffffff;
      color: #00233F !important; }
  .button.darker, header .darker.nav-cta.button:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.darker {
    background: #00233F;
    color: #00A1DE !important;
    border-color: #00233F; }
    .button.darker:hover, header .darker.nav-cta.button:hover:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.darker:hover {
      background: #001526;
      border-color: #001526;
      color: #ffffff !important; }

:root {
  --corner-radius: clamp(12px, 2.5vw, 20px);
  --inner-corner-radius: clamp(8px, 1.5vw, 12px); }

.corners, .testimonials__card, .grid-pics-full__media, .grid-pics__media, .video .max-width, .models-home__inner, .carousel-home .swiper .swiper-slide, .timeline__media, .chart-panel__frame, .numbered-list__media, .labeled-media__media, .media-split__media, header .mega-card {
  overflow: hidden;
  border-radius: clamp(12px, 2.5vw, 20px); }

.corners-bottom, header {
  border-bottom-left-radius: clamp(12px, 2.5vw, 20px);
  border-bottom-right-radius: clamp(12px, 2.5vw, 20px); }

.inner-corners, .materials__callout-media, .carousel-cards-text__image, .carousel-cards-text__video, .carousel-home .slide-card, header .mega-card img {
  overflow: hidden;
  border-radius: clamp(8px, 1.5vw, 12px); }

.inner-corners-bottom {
  border-bottom-left-radius: clamp(8px, 1.5vw, 12px);
  border-bottom-right-radius: clamp(8px, 1.5vw, 12px); }

.line-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: italic;
  margin-bottom: 80px;
  text-align: center;
  justify-content: center; }
  .line-heading:before, .line-heading:after {
    content: "";
    width: 20%;
    height: 2px;
    background: #189f99; }
  .line-heading:before {
    margin: 0px 20px 0px 0px; }
  .line-heading:after {
    margin: 0px 0px 0px 20px; }

.swiper .swiper-slide {
  height: auto; }

.skip-link {
  position: absolute;
  top: -100%;
  left: 20px;
  z-index: 10000;
  padding: 12px 20px;
  background: #00233F;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0 0 clamp(8px, 1.5vw, 12px) clamp(8px, 1.5vw, 12px);
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px; }
  .skip-link:focus {
    top: 0; }

.menu-button {
  align-items: center;
  transition: all 0.5s ease;
  display: none;
  background: none;
  border: none;
  cursor: pointer; }
  @media only screen and (max-width: 960px) {
    .menu-button {
      display: flex;
      margin-left: auto; } }
  .menu-button.open #hamburger span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%; }
  .menu-button.open #hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-button.open #hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .menu-button.open #hamburger span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

#hamburger {
  width: 24px;
  height: 26px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

#hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #00233F;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .25s ease-in-out; }

#hamburger span:nth-child(1) {
  top: 0; }

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
  top: 8px; }

#hamburger span:nth-child(4) {
  top: 16px; }

.header-wrap {
  width: 100%;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(0, 35, 63, 0.35), rgba(0, 35, 63, 0)); }

.mega-menu-backdrop {
  display: none; }
  @media only screen and (min-width: 961px) {
    .mega-menu-backdrop {
      display: block;
      position: fixed;
      inset: 0;
      z-index: 9998;
      border: 0;
      padding: 0;
      margin: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: rgba(0, 35, 63, 0.16);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.4s ease, visibility 0.4s ease; }
      .mega-menu-backdrop[aria-hidden="false"] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; } }
  @media (prefers-reduced-motion: reduce) {
    .mega-menu-backdrop {
      transition: none; } }
header {
  width: 100%;
  display: block;
  position: relative;
  z-index: 9999;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
  background: #ffffff;
  overflow: visible;
  box-shadow: 0 4px 24px rgba(0, 35, 63, 0.08); }
  @media only screen and (min-width: 961px) {
    header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      padding: 0;
      overflow: visible;
      background: transparent;
      transition: none; }
      header.is-mega-open {
        overflow: hidden; }
      header.is-mega-open .header-shell {
        box-shadow: 0 16px 48px rgba(0, 35, 63, 0.12); } }
  @media only screen and (max-width: 960px) {
    header {
      position: relative;
      overflow: hidden;
      transition: none; } }
  header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: none; }
    @media only screen and (min-width: 961px) {
      header.is-fixed {
        background: transparent; } }
    @media only screen and (max-width: 960px) {
      header.is-fixed {
        background: #ffffff; } }
  @media only screen and (max-width: 960px) {
    header.open {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10000;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      overflow: hidden;
      height: var(--header-shell-height, auto);
      max-height: calc(100dvh - 20px);
      background: transparent;
      box-shadow: none;
      transition: none; }
      header.open .header-shell {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: var(--header-shell-height, 0);
        max-height: calc(100dvh - 20px);
        background: #ffffff;
        border-bottom-left-radius: clamp(12px, 2.5vw, 20px);
        border-bottom-right-radius: clamp(12px, 2.5vw, 20px);
        box-shadow: 0 12px 40px rgba(0, 35, 63, 0.15);
        transition: none;
        pointer-events: none;
        z-index: 0; }
      header.open .header-bar {
        position: relative;
        z-index: 1;
        flex: 1 1 auto;
        min-height: 0;
        width: 100%;
        display: grid;
        grid-template-areas: "logo menu" "nav nav";
        grid-template-rows: auto minmax(0, 1fr);
        align-items: center;
        align-content: start;
        gap: 0;
        isolation: isolate; }
        header.open .header-bar::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: var(--mobile-menu-bar-height, auto);
          background: #ffffff;
          z-index: 0;
          pointer-events: none; }
      header.open .logo {
        grid-area: logo;
        flex: unset;
        position: relative;
        z-index: 1;
        align-self: center; }
      header.open .menu-button {
        grid-area: menu;
        flex-shrink: 0;
        margin-left: auto;
        justify-self: end;
        align-self: center;
        position: relative;
        z-index: 1; }
      header.open .main-nav {
        grid-area: nav;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        align-self: stretch;
        overflow: hidden;
        margin-left: 0;
        width: 100%;
        min-height: 0;
        max-height: 100%;
        padding-top: 20px; }
      header.open .primary-nav {
        display: flex;
        flex-direction: column;
        flex: 1 1 0%;
        overflow-x: hidden;
        overflow-y: auto;
        min-height: 0;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-y; }
        header.open .primary-nav .nav-item:first-child .nav-trigger {
          padding-top: 0; }
      header.open .mobile-nav__footer {
        display: block;
        flex-shrink: 0;
        margin-top: auto; } }
  header .header-shell {
    display: none; }
    @media only screen and (min-width: 961px) {
      header .header-shell {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: var(--header-shell-height, 0);
        background: #ffffff;
        border-bottom-left-radius: clamp(12px, 2.5vw, 20px);
        border-bottom-right-radius: clamp(12px, 2.5vw, 20px);
        overflow: hidden;
        transition: none;
        pointer-events: none;
        z-index: 0; } }
  @media only screen and (min-width: 961px) {
    header.is-header-ready .header-shell {
      transition: height 0.4s ease, box-shadow 0.4s ease; } }
  @media only screen and (max-width: 960px) {
    header.is-mobile-menu-ready.open {
      transition: height 0.4s ease; }
      header.is-mobile-menu-ready.open .header-shell {
        transition: height 0.4s ease, box-shadow 0.4s ease; } }
  header .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
    padding: 20px; }
    @media only screen and (min-width: 961px) {
      header .header-bar {
        position: relative;
        z-index: 1;
        padding: 20px; } }
  header .mega-dropdown {
    display: none; }
    @media only screen and (min-width: 961px) {
      header .mega-dropdown {
        display: grid;
        grid-template-rows: 0fr;
        position: relative;
        z-index: 1;
        min-height: 0;
        overflow: hidden;
        transition: none; } }
  @media only screen and (min-width: 961px) {
    header.is-header-ready .mega-dropdown {
      transition: grid-template-rows 0.4s ease;
      transition: grid-template-rows 0.4s ease, -ms-grid-rows 0.4s ease; } }
  @media only screen and (min-width: 961px) {
    header:not(.is-header-ready) .mega-dropdown__panels {
      max-height: 0;
      overflow: hidden; } }
  @media only screen and (min-width: 961px) {
    header.is-mega-open .mega-dropdown {
      grid-template-rows: 1fr;
      border-bottom-left-radius: clamp(12px, 2.5vw, 20px);
      border-bottom-right-radius: clamp(12px, 2.5vw, 20px);
      overflow: hidden; } }
  header .mega-dropdown__panels {
    min-height: 0;
    overflow: hidden; }
    @media only screen and (min-width: 961px) {
      header .mega-dropdown__panels {
        max-height: var(--mega-panels-max-height, none);
        overflow-x: hidden;
        overflow-y: auto;
        -ms-scroll-chaining: none;
            overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        border-bottom-left-radius: clamp(12px, 2.5vw, 20px);
        border-bottom-right-radius: clamp(12px, 2.5vw, 20px); } }
  header .logo {
    flex-shrink: 0;
    line-height: 0; }
    header .logo img {
      width: auto;
      height: 45px;
      display: block; }
      @media (max-width: 480px) {
        header .logo img {
          height: 36px; } }
  header .main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    margin-left: auto;
    flex: 1; }
    @media only screen and (max-width: 960px) {
      header .main-nav {
        gap: 0;
        width: auto;
        flex: 0 0 auto;
        margin-left: 0;
        display: none; } }
  header .mobile-nav__footer {
    display: none;
    width: 100%;
    padding: 20px 0px 0px;
    flex-shrink: 0; }
    header .mobile-nav__footer .nav-cta--mobile {
      display: inline-block;
      width: auto;
      margin: 0; }
  header .primary-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media only screen and (max-width: 960px) {
      header .primary-nav {
        display: none;
        align-items: stretch;
        gap: 0; } }
  @media only screen and (max-width: 960px) {
    header.open .primary-nav {
      display: flex; } }
  header .nav-item {
    margin: 0; }
    @media only screen and (max-width: 960px) {
      header .nav-item {
        border-bottom: 1px solid rgba(0, 35, 63, 0.1); }
        header .nav-item:last-child {
          border-bottom: none; }
        header .nav-item.is-expanded .nav-trigger {
          color: #00A1DE; }
          header .nav-item.is-expanded .nav-trigger::after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            border-top-color: #00A1DE; } }
    @media only screen and (min-width: 961px) {
      header .nav-item.has-mega-menu {
        position: relative; }
        header .nav-item.has-mega-menu::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          height: 40px; }
        header .nav-item.has-mega-menu .nav-trigger[aria-expanded="true"] {
          color: #00A1DE; } }
  header .nav-link,
  header .nav-trigger {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #00233F;
    text-decoration: none;
    background: none;
    border: none;
    padding: 8px 0;
    cursor: pointer;
    transition: color 0.25s ease;
    white-space: nowrap; }
    header .nav-link:hover, header .nav-link[aria-expanded="true"],
    header .nav-trigger:hover,
    header .nav-trigger[aria-expanded="true"] {
      color: #00A1DE; }
    @media only screen and (max-width: 960px) {
      header .nav-link,
      header .nav-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        text-align: left;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        padding: 20px 0;
        color: rgba(0, 161, 222, 0.55);
        white-space: normal; }
        header .nav-link:hover, header .nav-link[aria-expanded="true"],
        header .nav-trigger:hover,
        header .nav-trigger[aria-expanded="true"] {
          color: #00A1DE; } }
  header .nav-panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.35s ease;
    transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease; }
    @media only screen and (max-width: 960px) {
      header .nav-panel {
        min-height: 0;
        margin: 0;
        padding: 0; } }
  @media only screen and (max-width: 960px) {
    header .nav-item.is-expanded .nav-panel {
      grid-template-rows: 1fr; } }
  @media only screen and (max-width: 960px) {
    header .nav-panel__inner,
    header .mega-menu__inner {
      min-height: 0;
      overflow: hidden;
      padding: 0;
      margin: 0; } }
  @media only screen and (max-width: 960px) {
    header .nav-item.is-expanded .mega-menu:has(.mega-menu__section) .mega-menu__inner {
      padding: 0 0 16px; }
    header .nav-item.is-expanded .nav-panel__inner {
      padding-bottom: 8px; } }
  @media only screen and (min-width: 961px) {
    header > .mega-menu,
    header .has-mega-menu > .mega-menu,
    header .mega-dropdown .mega-menu {
      display: none;
      border-top: 1px solid rgba(0, 35, 63, 0.08); }
      header > .mega-menu.is-active,
      header .has-mega-menu > .mega-menu.is-active,
      header .mega-dropdown .mega-menu.is-active {
        display: block; } }
  header .nav-panel__inner {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 8px; }
    @media only screen and (max-width: 960px) {
      header .nav-panel__inner {
        padding-bottom: 0; } }
  header .nav-panel__links {
    margin: 0;
    padding: 0 0 16px;
    list-style: none; }
    header .nav-panel__links li + li {
      border-top: 1px solid rgba(0, 35, 63, 0.08); }
    header .nav-panel__links a {
      display: block;
      padding: 14px 0;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.3;
      color: #00233F;
      text-decoration: none;
      transition: color 0.25s ease; }
      header .nav-panel__links a:hover {
        color: #00A1DE; }
  header .nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px; }
    header .nav-trigger::after {
      content: '';
      flex-shrink: 0;
      width: 0;
      height: 0;
      margin-left: 12px;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 7px solid #00233F;
      transition: border-color 0.25s ease, -webkit-transform 0.25s ease;
      transition: border-color 0.25s ease, transform 0.25s ease;
      transition: border-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease; }
    header .nav-trigger[aria-expanded="true"]::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media only screen and (min-width: 961px) {
      header .nav-trigger::after {
        display: none; } }
    @media only screen and (max-width: 960px) {
      header .nav-trigger::after {
        border-top-color: rgba(0, 161, 222, 0.55); }
      header .nav-trigger[aria-expanded="true"]::after {
        border-top-color: #00A1DE; } }
  header .nav-cta.button:not(.nav-cta--mobile), header .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.nav-cta:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper header button.nav-cta:not(.nav-cta--mobile) {
    flex-shrink: 0;
    margin: 0;
    white-space: nowrap; }
    @media only screen and (max-width: 960px) {
      header .nav-cta.button:not(.nav-cta--mobile), header .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.nav-cta:not(.nav-cta--mobile), .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper header button.nav-cta:not(.nav-cta--mobile) {
        display: none; } }
  @media only screen and (min-width: 961px) {
    header .mega-dropdown .mega-menu {
      border-bottom-left-radius: clamp(12px, 2.5vw, 20px);
      border-bottom-right-radius: clamp(12px, 2.5vw, 20px); } }
  header .mega-menu {
    width: 100%;
    min-height: 0;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid rgba(0, 35, 63, 0.08); }
    @media only screen and (max-width: 960px) {
      header .mega-menu {
        background: transparent;
        border-top: none; } }
  header .mega-menu__inner {
    padding: 32px 0 40px; }
    @media only screen and (min-width: 961px) {
      header .mega-menu__inner {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 960px) {
      header .mega-menu__inner {
        padding: 0; } }
  @media only screen and (min-width: 961px) {
    header .mega-menu:not(:has(.mega-menu__section)) .mega-menu__inner {
      padding-top: 15px;
      padding-bottom: 25px; } }
  header .mega-menu:not(:has(.mega-menu__section)) .nav-panel__links {
    padding-bottom: 0; }
  header .mega-menu__section {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 40px;
    align-items: start; }
    @media only screen and (max-width: 1200px) {
      header .mega-menu__section {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 24px; } }
    @media only screen and (max-width: 960px) {
      header .mega-menu__section {
        display: block; } }
    header .mega-menu__section + header .mega-menu__section {
      margin-top: 0; }
    header .mega-menu__section.models img {
      -o-object-fit: contain;
         object-fit: contain; }
  header .mega-menu__divider {
    border: none;
    border-top: 1px solid rgba(0, 35, 63, 0.1);
    margin: 32px 0; }
    @media only screen and (max-width: 960px) {
      header .mega-menu__divider {
        margin: 0; } }
  @media only screen and (max-width: 960px) {
    header .nav-item.is-expanded .mega-menu__divider {
      margin: 20px 0; } }
  header .mega-menu__heading {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #00233F;
    margin: 0 0 20px; }
    @media only screen and (max-width: 960px) {
      header .mega-menu__heading {
        font-size: 18px;
        font-weight: 700;
        color: #00233F;
        margin-bottom: 14px; } }
  header .mega-menu__links {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media only screen and (max-width: 960px) {
      header .mega-menu__links {
        display: none; } }
    header .mega-menu__links li + li {
      margin-top: 12px; }
      @media only screen and (max-width: 960px) {
        header .mega-menu__links li + li {
          margin-top: 0; } }
    header .mega-menu__links a {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.3;
      color: #00233F;
      text-decoration: none;
      transition: color 0.25s ease; }
      header .mega-menu__links a:hover {
        color: #00A1DE; }
      @media only screen and (max-width: 960px) {
        header .mega-menu__links a {
          display: block;
          padding: 10px 0;
          color: rgba(255, 255, 255, 0.85);
          font-size: 15px; }
          header .mega-menu__links a:hover {
            color: #00A1DE; } }
  header .mega-menu__cards {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media only screen and (max-width: 1200px) {
      header .mega-menu__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media only screen and (max-width: 960px) {
      header .mega-menu__cards {
        gap: 16px; } }
    @media (max-width: 480px) {
      header .mega-menu__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  header .mega-card {
    display: block;
    text-decoration: none;
    color: #00233F;
    background: #F0F0F0;
    padding: clamp(12px, 1.4vw, 20px) clamp(12px, 1.4vw, 20px) clamp(14px, 1.6vw, 18px);
    box-sizing: border-box;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
    header .mega-card:hover {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
      header .mega-card:hover .mega-card__title {
        color: #00A1DE; }
    @media only screen and (max-width: 960px) {
      header .mega-card:hover {
        -webkit-transform: none;
                transform: none; } }
    header .mega-card img {
      width: 100%;
      height: auto;
      display: block;
      background: transparent;
      aspect-ratio: 182 / 143;
      -o-object-fit: cover;
         object-fit: cover; }
    header .mega-card__title {
      display: block;
      margin-top: 12px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.2;
      text-align: center;
      transition: color 0.25s ease; }
      @media only screen and (max-width: 960px) {
        header .mega-card__title {
          margin-top: 10px;
          font-weight: 700;
          font-size: 12px;
          letter-spacing: 0.04em;
          text-transform: uppercase;
          text-align: center;
          color: #00233F; } }
footer {
  position: relative;
  overflow: visible;
  background: #00A1DE;
  color: #ffffff;
  padding: 72px 0 48px; }
  @media (max-width: 768px) {
    footer {
      padding: 56px 0 40px; } }
  footer .waves {
    --wave-overlap: 3px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(calc(-100% + 1px));
            transform: translateY(calc(-100% + 1px));
    min-height: 50px;
    pointer-events: none; }
    footer .waves__track {
      display: flex;
      gap: 0;
      width: 200%;
      line-height: 0;
      will-change: transform;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-animation: footer-waves-drift 120s linear infinite;
              animation: footer-waves-drift 120s linear infinite; }
      @media (max-width: 1200px) {
        footer .waves__track {
          -webkit-animation: footer-waves-drift 100s linear infinite;
                  animation: footer-waves-drift 100s linear infinite; } }
      @media (max-width: 768px) {
        footer .waves__track {
          -webkit-animation: footer-waves-drift 80s linear infinite;
                  animation: footer-waves-drift 80s linear infinite; } }
      @media (max-width: 480px) {
        footer .waves__track {
          -webkit-animation: footer-waves-drift 40s linear infinite;
                  animation: footer-waves-drift 40s linear infinite; } }
    footer .waves img {
      width: 50%;
      height: auto;
      min-height: 50px;
      -o-object-fit: cover;
         object-fit: cover;
      flex-shrink: 0;
      display: block;
      pointer-events: none;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      footer .waves img + img {
        margin-left: calc(var(--wave-overlap) * -1);
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }
  @media (prefers-reduced-motion: reduce) {
    footer .waves__track {
      -webkit-animation: none;
              animation: none; } }
@-webkit-keyframes footer-waves-drift {
  from {
    -webkit-transform: translate3d(calc(-50% - var(--wave-overlap) / 2), 0, 0);
            transform: translate3d(calc(-50% - var(--wave-overlap) / 2), 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes footer-waves-drift {
  from {
    -webkit-transform: translate3d(calc(-50% - var(--wave-overlap) / 2), 0, 0);
            transform: translate3d(calc(-50% - var(--wave-overlap) / 2), 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
  footer .footer__inner {
    position: relative;
    z-index: 1; }
  footer .footer__top {
    display: grid;
    grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
    gap: 48px 64px;
    align-items: start;
    margin-bottom: 72px; }
    @media (max-width: 960px) {
      footer .footer__top {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 48px; } }
  footer .footer__logo {
    display: inline-block;
    line-height: 0; }
    footer .footer__logo img {
      width: 100%;
      max-width: 170px;
      height: auto;
      display: block;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
      @media (max-width: 480px) {
        footer .footer__logo img {
          max-width: 120px; } }
  footer .footer__nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 40px; }
    @media (max-width: 768px) {
      footer .footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 24px; } }
    @media (max-width: 480px) {
      footer .footer__nav .footer__links--offset {
        padding-top: 0; } }
  footer .footer__column {
    min-width: 0; }
  footer .footer__heading {
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.01em; }
    @media (max-width: 480px) {
      footer .footer__heading {
        margin-bottom: 14px; } }
  footer .footer__links {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer .footer__links--offset {
      padding-top: calc(1.2em + 20px); }
    footer .footer__links li + li {
      margin-top: 10px; }
    footer .footer__links a {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.35;
      color: #ffffff;
      text-decoration: none;
      transition: opacity 0.3s ease; }
      footer .footer__links a:hover, footer .footer__links a:focus-visible {
        opacity: 0.75; }
  footer .footer__bottom {
    display: grid;
    gap: 8px;
    max-width: 720px; }
  footer .footer__copyright,
  footer .footer__address,
  footer .footer__phone {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff; }
  footer .footer__address {
    font-style: normal; }
  footer .footer__phone a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease; }
    footer .footer__phone a:hover, footer .footer__phone a:focus-visible {
      opacity: 0.75; }
  @media (max-width: 480px) {
    footer .footer__phone .footer__phone-item {
      display: block; }
    footer .footer__phone .footer__phone-sep {
      display: none; } }
  footer .footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none; }
    footer .footer__legal a {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 1.5;
      color: #ffffff;
      text-decoration: underline;
      text-underline-offset: 0.15em;
      transition: opacity 0.3s ease; }
      footer .footer__legal a:hover, footer .footer__legal a:focus-visible {
        opacity: 0.75; }

/*
////////////////////
COMPONENT STYLES
////////////////////
*/
.cta-bar {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: 0;
  left: 0;
  height: auto;
  padding: 15px 0px;
  background: var(--model-color, #00A1DE); }
  .cta-bar .button, .cta-bar .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cta-bar button, .cta-bar header .nav-cta.button:not(.nav-cta--mobile), header .cta-bar .nav-cta.button:not(.nav-cta--mobile) {
    margin: 0px 7px;
    background: #ffffff;
    color: var(--model-color, #00A1DE) !important; }
    .cta-bar .button.outline, .cta-bar .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cta-bar button.outline, .cta-bar header .outline.nav-cta.button:not(.nav-cta--mobile), header .cta-bar .outline.nav-cta.button:not(.nav-cta--mobile) {
      background: transparent;
      color: #ffffff !important; }
      .cta-bar .button.outline:hover, .cta-bar .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cta-bar button.outline:hover {
        background: #ffffff;
        color: var(--model-color, #00A1DE) !important; }
  @media (max-width: 600px) {
    .cta-bar.cta-bar--triple .button:first-child, .cta-bar.cta-bar--triple .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:first-child, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cta-bar.cta-bar--triple button:first-child {
      display: none; } }
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -90px; }
  @media (max-width: 960px) {
    .hero {
      margin-top: -85px; } }
  @media (max-width: 480px) {
    .hero {
      margin-top: -76px; } }
  .hero.model h1 {
    text-transform: uppercase; }
    .hero.model h1 .model-accent {
      color: var(--model-color, #00A1DE); }
  .hero.media {
    position: relative;
    height: clamp(300px, 40vw, 500px); }
    .hero.media.tall {
      height: clamp(520px, 56vw, 865px); }
    .hero.media .hero-content {
      align-items: flex-start;
      justify-content: flex-end;
      text-align: left;
      padding: 0 0 clamp(30px, 6vw, 80px); }
      .hero.media .hero-content .max-width {
        width: 100%; }
      .hero.media .hero-content h1 {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        max-width: 9.2em;
        font-size: clamp(36px, 5vw, 60px);
        line-height: 1.15;
        text-shadow: 0 2px 24px rgba(0, 35, 63, 0.25); }
    .hero.media .hero__badge {
      position: absolute;
      z-index: 3;
      right: clamp(12px, 4vw, 72px);
      bottom: clamp(-40px, -2vw, -10px);
      width: clamp(160px, 22vw, 340px);
      height: auto;
      -webkit-transform: rotate(-24.73deg);
              transform: rotate(-24.73deg);
      pointer-events: none; }
      @media (max-width: 600px) {
        .hero.media .hero__badge {
          top: 50%;
          left: 50%;
          right: auto;
          bottom: auto;
          -webkit-transform: translate(-50%, -50%) rotate(-24.73deg);
                  transform: translate(-50%, -50%) rotate(-24.73deg); } }
    .hero.media::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(to bottom, rgba(0, 35, 63, 0) 63%, rgba(36, 50, 62, 0.5) 100%), linear-gradient(to left, rgba(0, 35, 63, 0) 46%, rgba(36, 50, 62, 0.2) 76%);
      mix-blend-mode: multiply; }
    .hero.media .hero__image {
      position: absolute;
      left: 0;
      top: -10%;
      z-index: 0;
      width: 100%;
      height: 120%;
      -o-object-fit: cover;
         object-fit: cover;
      will-change: transform; }
  .hero .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff; }
  .hero video, .hero img:not(.hero__badge):not(.hero__image) {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.intro-copy {
  padding-top: clamp(40px, 5vw, 60px);
  --section-padding-bottom: clamp(40px, 5vw, 60px);
  padding-bottom: var(--section-padding-bottom); }
  .intro-copy.tall {
    padding-top: clamp(60px, 10vw, 135px);
    --section-padding-bottom: clamp(60px, 10vw, 135px); }
  .intro-copy__title {
    margin: 0 0 clamp(28px, 3vw, 40px);
    max-width: 550px; }
  .intro-copy__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(28px, 4vw, 66px);
    align-items: start; }
    .intro-copy__columns .intro-copy__text + .intro-copy__text {
      margin-top: 0; }
  .intro-copy__text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 1.7vw, 24px);
    line-height: 1.5;
    color: #00233F; }
    .intro-copy__text p {
      margin: 0 0 1.5em;
      font-size: inherit;
      line-height: inherit;
      color: inherit; }
      .intro-copy__text p:last-child {
        margin-bottom: 0; }
    .intro-copy__text sup {
      font-size: 65%;
      line-height: 0;
      vertical-align: super; }
    .intro-copy__text--wide {
      max-width: 42em; }
    .intro-copy__text + .intro-copy__text {
      margin-top: 1.5em; }
  @media (max-width: 768px) {
    .intro-copy__columns {
      grid-template-columns: 1fr;
      gap: 20px; }
      .intro-copy__columns .intro-copy__text + .intro-copy__text {
        margin-top: 1.5em; } }
.media-split__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 102px);
  align-items: center; }
  .media-split__item + .media-split__item {
    margin-top: clamp(80px, 8vw, 120px); }
  .media-split__item--reverse .media-split__copy {
    order: 2; }
  .media-split__item--reverse .media-split__media {
    order: 1; }
  @media (max-width: 768px) {
    .media-split__item {
      grid-template-columns: 1fr;
      gap: 24px; }
      .media-split__item--reverse .media-split__copy,
      .media-split__item--reverse .media-split__media {
        order: 0; }
      .media-split__item .media-split__media {
        order: -1; } }
.media-split__copy {
  max-width: 34em; }

.media-split__title {
  margin: 0 0 clamp(16px, 2vw, 24px); }
  .media-split__title sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.media-split__text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.5;
  color: #00233F;
  max-width: 28em; }
  .media-split__text p {
    margin: 0 0 1.5em;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
    .media-split__text p:last-child {
      margin-bottom: 0; }
  .media-split__text sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.media-split__media {
  overflow: hidden;
  aspect-ratio: 634 / 594;
  background: #F8F8F8; }
  .media-split__media img,
  .media-split__media video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.labeled-media__label {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3.5vw, 48px);
  margin-bottom: clamp(28px, 3.5vw, 40px); }

.labeled-media__name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  font-size: clamp(14px, 1.4vw, 18px);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #00A1DE;
  white-space: nowrap; }
  .labeled-media__name sup {
    font-size: 35%;
    vertical-align: top; }

.labeled-media__rule {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 24px;
  pointer-events: none;
  -webkit-transform: translateY(calc(50% - 1px));
          transform: translateY(calc(50% - 1px));
  border-top: 2px solid #00233F;
  border-right: 2px solid #00233F;
  border-top-right-radius: clamp(12px, 2.5vw, 20px); }

.labeled-media__copy {
  max-width: 34em;
  margin-bottom: clamp(36px, 4vw, 56px); }

.labeled-media__title {
  margin: 0 0 clamp(16px, 2vw, 24px);
  line-height: 1; }
  .labeled-media__title sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.labeled-media__text {
  margin: 0 0 clamp(24px, 3vw, 36px);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.5;
  color: #00233F; }
  .labeled-media__text p {
    margin: 0 0 1.5em;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
    .labeled-media__text p:last-child {
      margin-bottom: 0; }
  .labeled-media__text sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.labeled-media__media {
  overflow: hidden;
  background: #F8F8F8;
  aspect-ratio: 1268 / 500; }
  .labeled-media__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.labeled-media--tint {
  background: #e8f3f7; }

.section-tint {
  background: #e8f3f7; }

.numbered-list__title {
  margin: 0 0 clamp(16px, 2vw, 24px);
  max-width: 14em;
  line-height: 1; }

.numbered-list__intro {
  margin: 0 0 clamp(28px, 3.5vw, 40px);
  max-width: 1000px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.5;
  color: #00233F; }
  .numbered-list__intro p {
    margin: 0 0 1.5em;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
    .numbered-list__intro p:last-child {
      margin-bottom: 0; }
  .numbered-list__intro sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.numbered-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 102px);
  align-items: start; }

.numbered-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 32px); }

.numbered-list__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(16px, 2vw, 24px);
  align-items: start; }

.numbered-list__number {
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  padding: 5px;
  border: 8px solid #00233F;
  border-radius: 50%;
  background: #00A1DE;
  background-clip: content-box;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1; }

.numbered-list__item-title {
  margin: 0 0 6px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1;
  color: #00233F; }
  .numbered-list__item-title sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.numbered-list__item-text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: calc(26 / 18);
  color: #00233F; }

.numbered-list__media {
  overflow: hidden;
  background: #ffffff; }
  .numbered-list__media img {
    display: block;
    width: 100%;
    height: auto; }

@media (max-width: 768px) {
  .numbered-list__layout {
    grid-template-columns: 1fr;
    gap: 32px; }
  .numbered-list__media {
    order: -1; } }

.comparison-table__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.comparison-table__table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; }
  .comparison-table__table th,
  .comparison-table__table td {
    padding: clamp(16px, 2vw, 24px) clamp(12px, 1.5vw, 20px);
    vertical-align: middle;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 1.45;
    color: #00233F;
    border-bottom: 2px solid #00233F; }
  .comparison-table__table thead th {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase; }
  .comparison-table__table thead th:first-child,
  .comparison-table__table tbody th[scope="row"] {
    border-right: 2px solid #00233F; }
  .comparison-table__table tbody th {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(12px, 1.2vw, 14px);
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    width: clamp(120px, 14vw, 194px); }
  .comparison-table__table .is-featured {
    position: relative;
    background: #00A1DE;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    border-bottom: 0; }
    .comparison-table__table .is-featured::after {
      content: "";
      position: absolute;
      left: clamp(12px, 1.5vw, 20px);
      right: clamp(12px, 1.5vw, 20px);
      bottom: 0;
      height: 2px;
      background: #ffffff; }
  .comparison-table__table thead .is-featured {
    border-radius: clamp(12px, 2.5vw, 20px) clamp(12px, 2.5vw, 20px) 0 0; }
  .comparison-table__table tbody tr:last-child th,
  .comparison-table__table tbody tr:last-child td {
    border-bottom: 0; }
  .comparison-table__table tbody tr:last-child .is-featured {
    border-radius: 0 0 clamp(12px, 2.5vw, 20px) clamp(12px, 2.5vw, 20px); }
    .comparison-table__table tbody tr:last-child .is-featured::after {
      content: none; }
  .comparison-table__table tbody tr:nth-child(even) td:not(.is-featured),
  .comparison-table__table tbody tr:nth-child(even) th[scope="row"] {
    background: rgba(0, 35, 63, 0.1); }

.data-table__heading {
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
  color: #00233F; }

.data-table__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.data-table__table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse; }
  .data-table__table th,
  .data-table__table td {
    padding: clamp(14px, 1.8vw, 20px) clamp(12px, 1.5vw, 20px);
    text-align: left;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 1.4vw, 18px);
    line-height: 1.3;
    color: #00233F;
    border-bottom: 1px solid #00233F;
    white-space: nowrap; }
  .data-table__table thead th {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(14px, 1.4vw, 18px);
    letter-spacing: 0.02em;
    border-bottom: 2px solid #00233F; }

.chart-panel__heading {
  margin: 0 0 clamp(20px, 2.5vw, 28px);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.2;
  color: #00233F; }

.chart-panel__frame {
  overflow: hidden;
  background: #00A1DE; }
  .chart-panel__frame img {
    display: block;
    width: 100%;
    height: auto; }

.timeline__title {
  margin: 0 0 clamp(40px, 5vw, 72px); }

.timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 80px);
  position: relative; }
  .timeline__list::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 27px;
    bottom: 27px;
    width: 2px;
    background: #00233F; }

.timeline__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start; }

.timeline__marker {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  padding: 5px;
  border: 8px solid #00233F;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  margin-top: 2px; }
  .timeline__marker::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00A1DE; }

.timeline__copy {
  max-width: 34em; }

.timeline__year {
  margin: 0 0 clamp(16px, 2vw, 28px);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 1.7vw, 24px);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #00A1DE; }

.timeline__item-title {
  margin: 0 0 8px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.2;
  color: #00233F; }

.timeline__item-text {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.5;
  color: #00233F; }

.timeline__media {
  overflow: hidden;
  aspect-ratio: 532 / 367;
  background: rgba(0, 35, 63, 0.06); }
  .timeline__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 960px) {
  .timeline__list::before {
    left: 21px; }
  .timeline__item {
    grid-template-columns: 44px minmax(0, 1fr); }
  .timeline__marker {
    width: 44px;
    height: 44px;
    padding: 4px;
    border-width: 6px; }
  .timeline__media {
    grid-column: 2;
    max-width: 560px;
    aspect-ratio: 16 / 11; } }

@media (max-width: 480px) {
  .timeline__list::before {
    display: none; }
  .timeline__item {
    grid-template-columns: 1fr;
    gap: 16px; }
  .timeline__marker {
    display: none; }
  .timeline__media {
    grid-column: 1; } }

.media-bleed {
  padding-bottom: 0; }
  .media-bleed img {
    display: block;
    width: 100%;
    height: clamp(420px, 55vw, 850px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom center;
       object-position: bottom center; }

main > .media-bleed:last-child {
  padding-bottom: 0; }

.carousel-home {
  --carousel-home-frame: clamp(10px, 1.4vw, 14px);
  position: relative;
  padding-top: 20px;
  overflow: hidden; }
  .carousel-home .swiper {
    overflow: visible;
    width: 100%;
    opacity: 0;
    transition: opacity 0.35s ease; }
    .carousel-home .swiper.swiper-initialized {
      opacity: 1; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-home .swiper {
        transition: none; } }
    .carousel-home .swiper .swiper-slide {
      width: min(1268px, calc(100% - 40px));
      height: calc(100svh - 295px);
      min-height: 410px;
      box-sizing: border-box;
      padding: var(--carousel-home-frame);
      background: #ffffff;
      cursor: pointer; }
      @media (max-width: 1440px) {
        .carousel-home .swiper .swiper-slide {
          height: calc(100svh - 275px);
          min-height: 410px; } }
      @media (max-width: 1200px) {
        .carousel-home .swiper .swiper-slide {
          height: calc(100svh - 265px);
          min-height: 410px; } }
      @media (max-width: 960px) {
        .carousel-home .swiper .swiper-slide {
          height: calc(100svh - 225px);
          min-height: 360px; } }
      @media (max-width: 768px) {
        .carousel-home .swiper .swiper-slide {
          height: calc(100svh - 210px);
          min-height: 360px; } }
      @media (max-width: 600px) {
        .carousel-home .swiper .swiper-slide {
          height: calc(100svh - 203px);
          min-height: 310px; } }
      @media (max-width: 480px) {
        .carousel-home .swiper .swiper-slide {
          height: calc(100svh - 170px);
          min-height: 310px; } }
    .carousel-home .swiper .swiper-slide-active {
      cursor: default; }
  .carousel-home .slide-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #00233F;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    isolation: isolate; }
    @media (max-width: 480px) {
      .carousel-home .slide-card {
        background-position: top center; } }
    .carousel-home .slide-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(29, 29, 29, 0.72) 0%, rgba(29, 29, 29, 0.42) 38%, rgba(29, 29, 29, 0.12) 62%, transparent 78%);
      z-index: 1;
      pointer-events: none; }
  .carousel-home .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-height: 0;
    padding: 60px 0px 60px 60px;
    max-width: 50%;
    text-align: left; }
    @media (max-width: 960px) {
      .carousel-home .content {
        padding: 40px 0px 40px 40px; } }
    @media (max-width: 600px) {
      .carousel-home .content {
        padding: 40px;
        max-width: 100%; } }
    @media (max-width: 480px) {
      .carousel-home .content {
        padding: 20px; } }
    .carousel-home .content h2 {
      margin: 0 0 clamp(12px, 2vw, 20px);
      color: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: clamp(36px, 4vw, 55px); }
    .carousel-home .content p {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(15px, 1.8vw, 18px);
      line-height: 1.45;
      color: #ffffff; }
  .carousel-home .slide-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: clamp(16px, 3vw, 32px);
    flex-shrink: 0;
    padding: 0 60px 40px; }
    @media (max-width: 960px) {
      .carousel-home .slide-footer {
        padding: 0 40px 40px; } }
    @media (max-width: 480px) {
      .carousel-home .slide-footer {
        padding: 0 20px 20px; } }
    .carousel-home .slide-footer .button, .carousel-home .slide-footer .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .carousel-home .slide-footer button, .carousel-home .slide-footer header .nav-cta.button:not(.nav-cta--mobile), header .carousel-home .slide-footer .nav-cta.button:not(.nav-cta--mobile) {
      flex-shrink: 0; }
      .carousel-home .slide-footer .button:hover, .carousel-home .slide-footer .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .carousel-home .slide-footer button:hover {
        background: #00A1DE;
        color: #00233F !important; }
  .carousel-home .slide-line {
    position: relative;
    flex: 1;
    min-width: 0;
    height: 50%;
    width: 100%;
    pointer-events: none;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom-right-radius: clamp(12px, 2.5vw, 20px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

.intro-home {
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, #00A1DE 100%);
  padding: 80px 0;
  display: flex;
  align-items: center; }
  @media (max-width: 960px) {
    .intro-home {
      padding: 60px 0px; } }
  @media (max-width: 480px) {
    .intro-home {
      padding: 40px 0px; } }
  .intro-home__content {
    color: #ffffff;
    width: 100%; }
  .intro-home h1 {
    margin-bottom: 0px; }
  .intro-home__text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: clamp(42px, 8vw, 140px);
    line-height: 1.15;
    color: #ffffff; }
  .intro-home__line {
    display: block; }
  .intro-home__char {
    display: inline-block;
    will-change: opacity, transform; }
  .intro-home sup {
    font-size: 0.45em;
    vertical-align: super;
    line-height: 0;
    position: relative;
    top: -0.3em; }

.models-home {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #00A1DE;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden; }
  .models-home__inner {
    width: calc(100% - 40px);
    max-width: 1268px;
    height: calc(100% - 40px);
    flex-shrink: 0;
    box-sizing: border-box;
    will-change: width, height, border-radius; }
  .models-home__viewer {
    --selector-knob-size: clamp(160px, 22vw, 220px);
    --selector-knob-aspect: 1;
    --selector-knob-radius: calc(var(--selector-knob-size) * 0.48);
    --selector-ring-radius: calc(var(--selector-knob-radius) * 1.6);
    --selector-center-x: calc(var(--selector-knob-size) * 0.5);
    --selector-center-y: calc(var(--selector-knob-size) * 0.5);
    --selector-dial-width: calc(var(--selector-knob-size) * 0.65);
    --selector-dial-height: calc(var(--selector-dial-width) * 0.471);
    --selector-dial-pivot-x: 21.1%;
    --selector-dial-pivot-y: 46.4%;
    --models-home-selector-width: calc(var(--selector-center-x) + var(--selector-ring-radius) + 20px);
    --models-home-content-inset: calc(var(--models-home-selector-width) + 20px);
    position: relative;
    width: 100%;
    height: 100%;
    background: #000000;
    overflow: hidden; }
  .models-home__selector {
    position: absolute;
    top: 50%;
    left: 0;
    width: var(--models-home-selector-width);
    height: var(--selector-knob-size);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    pointer-events: none; }
    @media (max-width: 600px) {
      .models-home__selector {
        display: none; } }
  .models-home__selector-track {
    position: absolute;
    left: var(--selector-center-x);
    top: var(--selector-center-y);
    width: 0;
    height: 0;
    z-index: 2; }
  .models-home__selector-base {
    position: absolute;
    left: 0;
    top: 50%;
    width: var(--selector-knob-size);
    height: var(--selector-knob-size);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }
    .models-home__selector-base img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center center;
         object-position: center center;
      display: block; }
  .models-home__selector-ring {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(var(--selector-ring-radius) * 2);
    height: calc(var(--selector-ring-radius) * 2);
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-clip-path: inset(0 0 0 42%);
            clip-path: inset(0 0 0 42%); }
  .models-home__selector-dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
  .models-home__selector-dot {
    --dot-size: clamp(14px, 2vw, 20px);
    --dot-scale: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: var(--dot-size);
    height: var(--dot-size);
    margin: calc(var(--dot-size) / -2);
    border-radius: 50%;
    background: #b3e3e0;
    border: 2.5px solid var(--dot-color);
    box-sizing: border-box;
    -webkit-transform: rotate(var(--dot-angle)) translateX(calc(var(--selector-ring-radius) - 1px)) rotate(calc(-1 * var(--dot-angle))) scale(var(--dot-scale));
            transform: rotate(var(--dot-angle)) translateX(calc(var(--selector-ring-radius) - 1px)) rotate(calc(-1 * var(--dot-angle))) scale(var(--dot-scale));
    -webkit-transform-origin: center;
            transform-origin: center;
    will-change: transform; }
  .models-home__selector-dial {
    position: absolute;
    left: var(--selector-center-x);
    top: var(--selector-center-y);
    width: var(--selector-dial-width);
    height: var(--selector-dial-height);
    margin-left: calc(var(--selector-dial-width) * -0.211);
    margin-top: calc(var(--selector-dial-height) * -0.464);
    z-index: 3;
    pointer-events: none; }
  .models-home__selector-dial-rotator {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: var(--selector-dial-pivot-x) var(--selector-dial-pivot-y);
            transform-origin: var(--selector-dial-pivot-x) var(--selector-dial-pivot-y);
    will-change: transform; }
    .models-home__selector-dial-rotator img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      display: block; }
  .models-home__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: clip-path; }
    .models-home__slide:first-child > .models-home__slide__slide-content {
      opacity: 0; }
    .models-home__slide:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%;
      display: block;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
      z-index: -1; }
      @media (max-width: 600px) {
        .models-home__slide:after {
          width: 100%;
          height: 50%;
          top: auto;
          bottom: 0;
          background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)); } }
  .models-home__slide-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: clamp(24px, 4vw, 40px);
    padding-left: clamp(160px, 23%, 220px);
    box-sizing: border-box; }
    @media (max-width: 600px) {
      .models-home__slide-content {
        padding-left: 0px;
        padding-right: 0px;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 40px; } }
  .models-home__title {
    margin: 0 0 clamp(20px, 3vw, 28px);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(45px, 6vw, 60px);
    line-height: 1;
    letter-spacing: -0.02em;
    color: #ffffff;
    text-transform: uppercase; }
    .models-home__title sup {
      font-size: 0.45em;
      vertical-align: super;
      line-height: 0; }
  .models-home__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px; }
  .models-home .button.outline, .models-home .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .models-home button.outline, .models-home header .outline.nav-cta.button:not(.nav-cta--mobile), header .models-home .outline.nav-cta.button:not(.nav-cta--mobile) {
    background: #00A1DE;
    color: #ffffff;
    border-color: #00A1DE; }
    .models-home .button.outline:hover, .models-home .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .models-home button.outline:hover {
      color: #00233F !important; }
    @media (max-width: 600px) {
      .models-home .button.outline, .models-home .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .models-home button.outline, .models-home header .outline.nav-cta.button:not(.nav-cta--mobile), header .models-home .outline.nav-cta.button:not(.nav-cta--mobile) {
        border: 2px solid #ffffff;
        background: transparent;
        color: #ffffff; }
        .models-home .button.outline:hover, .models-home .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button.outline:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .models-home button.outline:hover {
          background: #ffffff;
          border-color: #ffffff;
          color: #00233F !important; } }
.water {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #00A1DE;
  width: 100%;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  height: 100vh;
  height: 100svh; }
  .water.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .water video {
    width: 100%;
    height: 100vh;
    height: 100svh;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.6; }

.carousel-cards-text {
  --carousel-cards-text-slide-width: min(540px, 78vw);
  --carousel-cards-text-slide-height: min(380px, 52vw);
  --carousel-cards-text-frame-border: 2px;
  --carousel-cards-text-frame-gap: 10px;
  background: linear-gradient(180deg, #00A1DE 0%, #00A1DE 75%, #B5DADB 95%, #E7E3D5 100%);
  padding: 80px 0 100px;
  text-align: center;
  color: #ffffff; }
  .carousel-cards-text__inner {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .carousel-cards-text__intro {
    width: 100%;
    max-width: 820px;
    margin-bottom: 56px; }
  .carousel-cards-text__title {
    margin: 0 0 24px;
    color: #ffffff; }
  .carousel-cards-text__lede {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(18px, 2.2vw, 24px);
    line-height: 1.45;
    color: #ffffff; }
  .carousel-cards-text__slider {
    position: relative;
    width: 100%;
    max-width: 100%; }
  .carousel-cards-text__frame {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(var(--carousel-cards-text-slide-width) + (var(--carousel-cards-text-frame-gap) * 2));
    height: calc(var(--carousel-cards-text-slide-height) + (var(--carousel-cards-text-frame-gap) * 2));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: var(--carousel-cards-text-frame-border) solid #ffffff;
    border-radius: clamp(12px, 2.5vw, 20px);
    z-index: 2;
    pointer-events: none;
    box-sizing: content-box; }
  .carousel-cards-text__swiper {
    width: 100%;
    overflow: visible; }
    .carousel-cards-text__swiper .swiper-wrapper {
      align-items: center; }
    .carousel-cards-text__swiper .swiper-slide {
      width: var(--carousel-cards-text-slide-width);
      height: var(--carousel-cards-text-slide-height);
      transition: -webkit-transform 0.6s ease;
      transition: transform 0.6s ease;
      transition: transform 0.6s ease, -webkit-transform 0.6s ease;
      -webkit-transform: scale(0.88);
              transform: scale(0.88);
      cursor: pointer; }
    .carousel-cards-text__swiper .swiper-slide-active {
      -webkit-transform: scale(1);
              transform: scale(1);
      cursor: default; }
  .carousel-cards-text__image, .carousel-cards-text__video {
    width: 100%;
    height: 100%; }
  .carousel-cards-text__image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .carousel-cards-text__video {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none; }
  .carousel-cards-text__copy {
    display: grid;
    width: 100%;
    max-width: 640px;
    margin-top: 48px; }
    .carousel-cards-text__copy > * {
      grid-area: 1 / 1; }
  .carousel-cards-text__panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    pointer-events: none; }
    .carousel-cards-text__panel.is-active {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .carousel-cards-text__heading {
    margin: 0 0 16px;
    color: #ffffff; }
  .carousel-cards-text__text {
    margin: 0 0 28px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    color: #ffffff;
    max-width: 560px; }

.scene-home {
  --scene-cream: #E7E3D5;
  --scene-blue: #5d8fa6;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--scene-cream) 0%, #c5d5db 4%, #8eb4c4 7%, var(--scene-blue) 14%, #307191 100%);
  height: 65vw; }
  .scene-home__layers {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none; }
  .scene-home__background, .scene-home__foreground {
    position: absolute;
    width: 100%;
    will-change: transform; }
    .scene-home__background img, .scene-home__foreground img {
      display: block;
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .scene-home__background {
    z-index: 1;
    top: 0%; }
  .scene-home__foreground {
    z-index: 2;
    top: 40%; }
    @media (max-width: 960px) {
      .scene-home__foreground {
        top: 30%; } }
.video {
  background: #ffffff;
  font-size: 0;
  line-height: 0; }
  .video__player {
    position: relative;
    aspect-ratio: 16 / 9;
    cursor: pointer; }
    .video__player video {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .video__player.is-playing .video__play {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
  .video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    padding: 0;
    border: 0;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    transition: opacity 0.25s ease, visibility 0.25s ease; }
    .video__play img {
      display: block;
      width: clamp(50px, 12vw, 150px);
      height: auto; }

.grid-pics {
  background: #ffffff; }
  .grid-pics__layout {
    --grid-pics-gap: clamp(16px, 2vw, 24px);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, auto));
    gap: var(--grid-pics-gap);
    align-items: stretch; }
  .grid-pics__hero {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    min-height: 0;
    align-self: stretch; }
  .grid-pics__thumbs {
    display: contents; }
  .grid-pics__media {
    background: #F8F8F8;
    min-height: 0; }
    .grid-pics__media img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .grid-pics__media--large {
      height: 100%;
      min-height: clamp(220px, 32vw, 420px); }
    .grid-pics__media--top {
      grid-column: 2;
      grid-row: 1;
      min-height: clamp(220px, 32vw, 420px); }
    .grid-pics__media--bottom {
      grid-column: 2;
      grid-row: 2;
      min-height: clamp(220px, 32vw, 420px); }
  .grid-pics__copy {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(30px, 4vw, 48px);
    min-height: 0;
    align-self: stretch; }
  .grid-pics__cta--mobile {
    display: none; }
  .grid-pics__title {
    margin: 0 0 20px; }
  .grid-pics__text {
    margin: 0 0 28px;
    max-width: 38em;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    color: #434345; }
  .grid-pics__badge {
    position: absolute;
    left: calc(100% + var(--grid-pics-gap) / 2);
    top: calc(100% + var(--grid-pics-gap) / 2);
    width: clamp(140px, 21vw, 300px);
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }

@inclide tabletSmall {
  .grid-pics__badge {
    width: 20%; } }
  @media (max-width: 768px) {
    .grid-pics__layout {
      display: flex;
      flex-direction: column;
      gap: 0; }
    .grid-pics__hero {
      grid-column: auto;
      grid-row: auto;
      margin: 0 0 clamp(44px, 11vw, 60px);
      overflow: visible; }
    .grid-pics__media--large {
      aspect-ratio: 4 / 3;
      min-height: 0; }
    .grid-pics__copy {
      grid-column: auto;
      grid-row: auto;
      padding: 0;
      margin-bottom: clamp(30px, 6vw, 32px); }
    .grid-pics__title {
      margin-bottom: 16px; }
    .grid-pics__text {
      margin-bottom: 24px;
      font-size: clamp(16px, 4.2vw, 18px);
      line-height: 1.45;
      max-width: none; }
    .grid-pics__cta--desktop {
      display: none; }
    .grid-pics__cta--mobile {
      display: inline-block;
      background: #00A1DE !important;
      color: #ffffff !important; }
      .grid-pics__cta--mobile:hover {
        background: #0083b5 !important;
        color: #ffffff !important; }
    .grid-pics__thumbs {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: auto;
      gap: clamp(12px, 3.2vw, 16px); }
    .grid-pics__media--top, .grid-pics__media--bottom {
      grid-column: auto;
      grid-row: auto;
      aspect-ratio: 1;
      min-height: 0; }
    .grid-pics__badge {
      left: auto;
      right: clamp(8px, 3vw, 16px);
      top: auto;
      bottom: 30px;
      width: clamp(104px, 50vw, 165px);
      -webkit-transform: translateY(45%);
              transform: translateY(45%); } }
.grid-pics-full {
  background: #ffffff;
  padding: 40px 0px; }
  @media (max-width: 768px) {
    .grid-pics-full {
      padding: 20px 0px; } }
  .grid-pics-full__layout {
    --grid-pics-full-gap: clamp(14px, 1.8vw, 20px);
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    gap: var(--grid-pics-full-gap); }
  .grid-pics-full__hero {
    grid-column: 1 / -1;
    position: relative; }
  .grid-pics-full__copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(24px, 4vw, 48px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: min(540px, 52%);
    color: #ffffff;
    pointer-events: none; }
  .grid-pics-full__label {
    margin: 0 0 12px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(12px, 1.4vw, 14px);
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase; }
  .grid-pics-full__title {
    margin: 0 0 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.15;
    color: inherit; }
  .grid-pics-full__text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.45;
    color: inherit; }
  .grid-pics-full__media {
    overflow: hidden;
    background: #F8F8F8;
    min-height: 0; }
    .grid-pics-full__media img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .grid-pics-full__media--hero {
      position: relative;
      min-height: clamp(280px, 42vw, 520px);
      aspect-ratio: 16 / 9; }
      .grid-pics-full__media--hero::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
        pointer-events: none; }
    .grid-pics-full__media--wide, .grid-pics-full__media--narrow {
      min-height: clamp(280px, 32vw, 420px);
      align-self: stretch; }
    .grid-pics-full__media--full {
      grid-column: 1 / -1;
      min-height: clamp(200px, 24vw, 340px);
      aspect-ratio: 21 / 9; }
  @media (max-width: 768px) {
    .grid-pics-full__layout {
      display: flex;
      flex-direction: column;
      gap: var(--grid-pics-full-gap); }
    .grid-pics-full__hero {
      display: flex;
      flex-direction: column;
      gap: 0; }
    .grid-pics-full__copy {
      position: static;
      max-width: none;
      order: 2;
      -webkit-transform: none;
              transform: none;
      margin: clamp(20px, 5vw, 28px) 0 clamp(8px, 2vw, 12px);
      color: #00233F;
      pointer-events: auto; }
    .grid-pics-full__label {
      color: #00233F; }
    .grid-pics-full__title {
      color: #00233F; }
    .grid-pics-full__text {
      color: #434345; }
    .grid-pics-full__media--hero {
      order: 1;
      min-height: 0;
      aspect-ratio: 4 / 3; }
      .grid-pics-full__media--hero::after {
        display: none; }
    .grid-pics-full__media--wide, .grid-pics-full__media--narrow, .grid-pics-full__media--full {
      min-height: 0;
      aspect-ratio: 4 / 3; }
    .grid-pics-full__media--full {
      grid-column: auto; } }
.boxes {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--model-color, #189f99);
  padding-top: clamp(60px, 8vw, 90px); }
  .boxes__video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none; }
  .boxes::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(0, 35, 63, 0.6) 0%, rgba(0, 35, 63, 0.4) 100%);
    pointer-events: none; }
  .boxes .max-width {
    position: relative;
    z-index: 1; }
  .boxes__title {
    margin: 0 0 clamp(32px, 5vw, 48px);
    text-align: center;
    color: #ffffff; }
  .boxes__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px; }
  .boxes__card {
    border-radius: clamp(12px, 2.5vw, 20px);
    padding: clamp(20px, 2.5vw, 28px);
    background: #ffffff;
    color: #00233F;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: background 0.3s ease, color 0.3s ease; }
    .boxes__card.reveal {
      transition: background 0.3s ease, color 0.3s ease, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
      transition: background 0.3s ease, color 0.3s ease, opacity 0.5s ease-out, transform 0.5s ease-out;
      transition: background 0.3s ease, color 0.3s ease, opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
    .boxes__card--accent {
      background: var(--model-color, #189f99);
      color: #ffffff; }
      .boxes__card--accent .boxes__card-title,
      .boxes__card--accent .boxes__card-text {
        color: #ffffff; }
      .boxes__card--accent .boxes__icon {
        background: #ffffff; }
        .boxes__card--accent .boxes__icon img,
        .boxes__card--accent .boxes__icon svg {
          -webkit-filter: none;
                  filter: none; }
  .boxes__icon {
    width: clamp(48px, 5vw, 56px);
    height: clamp(48px, 5vw, 56px);
    background: var(--model-color, #189f99);
    border-radius: clamp(8px, 1.5vw, 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 clamp(16px, 2vw, 20px);
    flex-shrink: 0;
    transition: background 0.3s ease; }
    .boxes__icon img,
    .boxes__icon svg {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      transition: -webkit-filter 0.3s ease;
      transition: filter 0.3s ease;
      transition: filter 0.3s ease, -webkit-filter 0.3s ease; }
  .boxes__card-title {
    margin: 0 0 clamp(10px, 1.5vw, 14px);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 1.25;
    color: #00233F;
    transition: color 0.3s ease; }
  .boxes__card-text {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(14px, 1.6vw, 20px);
    line-height: 1.45;
    color: #434345;
    transition: color 0.3s ease; }
  @media (min-width: 961px) {
    .boxes__card:hover {
      background: var(--model-color, #189f99);
      color: #ffffff; }
      .boxes__card:hover .boxes__icon {
        background: #ffffff; }
        .boxes__card:hover .boxes__icon img,
        .boxes__card:hover .boxes__icon svg {
          -webkit-filter: none;
                  filter: none; }
      .boxes__card:hover .boxes__card-title,
      .boxes__card:hover .boxes__card-text {
        color: #ffffff; } }
  @media (max-width: 768px) {
    .boxes__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (max-width: 480px) {
    .boxes__grid {
      grid-template-columns: 1fr; }
    .boxes__card {
      display: grid;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto;
      -webkit-column-gap: clamp(14px, 4vw, 18px);
         -moz-column-gap: clamp(14px, 4vw, 18px);
              column-gap: clamp(14px, 4vw, 18px);
      row-gap: clamp(10px, 2.5vw, 14px);
      align-items: start; }
    .boxes__icon {
      grid-column: 1;
      grid-row: 1;
      margin: 0;
      width: clamp(44px, 12vw, 52px);
      height: clamp(44px, 12vw, 52px); }
    .boxes__card-title {
      grid-column: 2;
      grid-row: 1;
      align-self: center;
      margin: 0; }
    .boxes__card-text {
      grid-column: 1 / -1;
      grid-row: 2; } }
.materials {
  background: #ffffff;
  position: relative;
  z-index: 2;
  overflow: visible; }
  .materials__layout {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: visible; }
  .materials__intro {
    z-index: 2;
    max-width: 22em; }
  .materials__title {
    margin: 0 0 20px;
    color: var(--model-color, #00233F); }
  .materials__lede {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.45;
    color: #434345; }
  .materials__display {
    position: relative;
    width: 70%;
    margin: 0 auto 60px; }
  .materials__tub {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .materials__tub-image {
      display: block;
      width: 100%;
      height: auto;
      -o-object-fit: contain;
         object-fit: contain; }
  .materials__preview {
    --materials-preview-inset: clamp(4px, 0.6vw, 6px);
    position: absolute;
    left: 10%;
    bottom: 30px;
    width: 15%;
    min-width: 90px;
    aspect-ratio: 1;
    border: 3px solid #ffffff;
    border-radius: clamp(12px, 2.5vw, 20px);
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.12);
    box-sizing: border-box; }
    .materials__preview-media {
      position: absolute;
      inset: var(--materials-preview-inset);
      border-radius: clamp(8px, 1.5vw, 12px);
      overflow: hidden; }
      .materials__preview-media::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
        opacity: 0.2;
        pointer-events: none; }
    .materials__preview-image {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .materials__preview-name {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      padding: 10px 12px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: clamp(8px, 1vw, 11px);
      line-height: 1.2;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      text-align: left;
      color: #ffffff;
      background: linear-gradient(180deg, transparent 0%, rgba(29, 29, 29, 0.55) 100%);
      pointer-events: none; }
  .materials__callout {
    position: absolute;
    right: 0;
    width: clamp(220px, 24vw, 300px);
    display: grid;
    grid-template-columns: minmax(0, 120px) minmax(0, 1fr);
    gap: 14px;
    align-items: start; }
    .materials__callout--top {
      top: 15%;
      left: 50%;
      right: auto;
      width: 37%;
      max-width: none;
      display: grid;
      grid-template-columns: minmax(0, 1fr) 120px;
      gap: 14px;
      align-items: center;
      box-sizing: border-box;
      padding: 0 0 18px 8%; }
      @media (max-width: 1200px) {
        .materials__callout--top {
          top: 10%; } }
      .materials__callout--top .materials__callout-media {
        order: 2;
        width: 120px;
        max-width: 120px; }
      .materials__callout--top .materials__callout-copy {
        order: 1;
        text-align: right; }
      .materials__callout--top .materials__callout-line {
        display: block;
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: auto;
        height: 20px;
        background: none;
        border: 0;
        border-left: 1px solid #00233F;
        border-bottom: 1px solid #00233F;
        border-bottom-left-radius: 20px;
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1);
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left; }
        @media (max-width: 960px) {
          .materials__callout--top .materials__callout-line {
            display: none; } }
    .materials__callout--bottom {
      top: auto;
      bottom: 15%;
      width: 100%;
      max-width: 350px;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 12px;
      box-sizing: border-box;
      padding: 0 0 18px 8%; }
      .materials__callout--bottom .materials__callout-media {
        width: 120px;
        max-width: 120px; }
      .materials__callout--bottom .materials__callout-copy {
        width: 100%;
        text-align: right; }
      .materials__callout--bottom .materials__callout-line {
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: auto;
        height: 20px;
        background: none;
        border: 0;
        border-left: 1px solid #00233F;
        border-bottom: 1px solid #00233F;
        border-bottom-left-radius: 20px;
        -webkit-transform: none;
                transform: none; }
        @media (max-width: 960px) {
          .materials__callout--bottom .materials__callout-line {
            display: none; } }
    .materials__callout-media {
      overflow: hidden;
      width: 100%;
      max-width: 120px;
      max-height: 120px;
      aspect-ratio: 1;
      background: #F8F8F8; }
      .materials__callout-media img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .materials__callout-title {
      margin: 0 0 8px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.25;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #00233F; }
    .materials__callout-text {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.45;
      color: #000; }
    .materials__callout-line {
      position: absolute;
      left: calc(-1 * clamp(40px, 5vw, 72px));
      width: clamp(40px, 5vw, 72px);
      height: 1px;
      background: rgba(67, 67, 69, 0.35);
      pointer-events: none; }
  .materials__picker {
    align-self: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 18px;
    padding: 16px 20px;
    background: #F8F8F8;
    border-radius: clamp(12px, 2.5vw, 20px);
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.2);
    position: relative;
    z-index: 3;
    overflow: visible; }
  .materials__picker-label {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00233F; }
  .materials__picker-divider {
    width: 2px;
    height: 28px;
    background: #00233F;
    border-radius: 1px; }
  .materials__picker-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    overflow: visible; }
  .materials__picker-family-heading {
    display: flex;
    align-items: center;
    gap: 3px; }
  .materials__picker-family {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #00233F; }
  .materials__family-info {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    z-index: 4; }
  .materials__family-info-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #00233F;
    cursor: pointer;
    font-size: 14px;
    line-height: 1; }
    .materials__family-info-trigger i {
      display: block; }
  .materials__family-tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 50;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: min(320px, 70vw);
    padding: 16px 18px;
    background: #ffffff;
    border-radius: clamp(12px, 2.5vw, 20px);
    box-shadow: 0 8px 24px rgba(29, 29, 29, 0.15);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.45;
    color: #00233F;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease; }
    .materials__family-tooltip p {
      margin: 0; }
    .materials__family-tooltip p + p {
      margin-top: 0.75em; }
  .materials__family-tooltip-arrow {
    position: absolute;
    left: 50%;
    top: -6px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #ffffff;
    box-shadow: -2px -2px 4px rgba(29, 29, 29, 0.04); }
  @media (min-width: 961px) {
    .materials__family-info:hover .materials__family-tooltip, .materials__family-info:focus-within .materials__family-tooltip {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  @media (max-width: 960px) {
    .materials__family-info.is-open .materials__family-tooltip {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }
  .materials__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .materials__swatch {
    --materials-swatch-radius: 5px;
    --materials-swatch-inset: 2px;
    --materials-swatch-border: 1px;
    width: clamp(34px, 3.2vw, 40px);
    height: clamp(34px, 3.2vw, 40px);
    padding: 0;
    border: 0;
    border-radius: var(--materials-swatch-radius);
    background: transparent;
    box-sizing: border-box;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    transition: box-shadow 0.2s ease, opacity 0.5s ease; }
    .materials__swatch img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: var(--materials-swatch-radius); }
    .materials__swatch.is-active {
      box-shadow: 0 0 0 var(--materials-swatch-inset) #F8F8F8, 0 0 0 calc(var(--materials-swatch-inset) + var(--materials-swatch-border)) #00233F; }
    .materials__swatch:hover:not(.is-active) {
      opacity: 0.65; }
  @media (max-width: 960px) {
    .materials__layout {
      min-height: 0; }
    .materials__intro {
      position: static;
      max-width: none; }
    .materials__display {
      width: 100%;
      min-height: 0;
      margin: 20px auto 50px; }
    .materials__tub-image {
      width: 100%;
      margin: 0 auto; }
    .materials__preview {
      bottom: -20px;
      left: 8%; }
      .materials__preview-name {
        padding: 8px; }
    .materials__picker {
      flex-direction: column;
      align-items: stretch;
      gap: 18px;
      padding: 20px;
      margin-bottom: 40px;
      width: 100%;
      max-width: 100%; }
    .materials__picker-divider {
      display: none; }
    .materials__picker-group {
      flex-direction: column;
      align-items: flex-start; }
    .materials__swatch:hover:not(.is-active) {
      opacity: 1; }
    .materials__callout {
      position: static;
      width: 100%;
      grid-template-columns: clamp(72px, 18vw, 96px) minmax(0, 1fr); }
      .materials__callout--top {
        margin-bottom: 20px;
        display: grid;
        max-width: none;
        padding: 0;
        grid-template-columns: clamp(72px, 18vw, 96px) minmax(0, 1fr); }
        .materials__callout--top .materials__callout-media {
          order: 0;
          width: auto; }
        .materials__callout--top .materials__callout-copy {
          order: 0;
          text-align: left; }
      .materials__callout--top, .materials__callout--bottom {
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; }
      .materials__callout--bottom {
        display: grid;
        max-width: none;
        padding: 0;
        border: 0;
        border-radius: 0;
        align-items: start; }
        .materials__callout--bottom .materials__callout-media {
          width: auto; }
        .materials__callout--bottom .materials__callout-copy {
          text-align: left; }
      .materials__callout-line {
        display: none; } }
.gallery-carousel {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1d1d1d; }
  .gallery-carousel__swiper {
    width: 100%;
    height: 100%; }
  .gallery-carousel .swiper-slide {
    width: 100%;
    height: 100%; }
    .gallery-carousel .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .gallery-carousel__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: clamp(44px, 5vw, 56px);
    height: clamp(44px, 5vw, 56px);
    padding: 0;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s ease, color 0.25s ease; }
    .gallery-carousel__nav i {
      font-size: clamp(14px, 1.6vw, 18px);
      line-height: 1; }
    .gallery-carousel__nav:hover {
      background: rgba(255, 255, 255, 0.15); }
    .gallery-carousel__nav--prev {
      left: clamp(16px, 2.5vw, 32px); }
    .gallery-carousel__nav--next {
      right: clamp(16px, 2.5vw, 32px); }
  .gallery-carousel__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px !important;
    z-index: 2;
    -webkit-transform: none;
            transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100% !important; }
    .gallery-carousel__pagination .swiper-pagination-bullet {
      width: 17px;
      height: 17px;
      margin: 0 !important;
      background: #b3e3e0;
      opacity: 1;
      border-radius: 50%;
      transition: background 0.25s ease, -webkit-transform 0.25s ease;
      transition: background 0.25s ease, transform 0.25s ease;
      transition: background 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease; }
    .gallery-carousel__pagination .swiper-pagination-bullet-active {
      background: #ffffff; }
  @media (max-width: 960px) {
    .gallery-carousel__nav {
      display: none; } }
.compare {
  background: #ffffff;
  padding-top: clamp(60px, 8vw, 90px);
  overflow: visible; }
  .compare--no-pin .compare__scroll {
    padding-left: 0; }
  .compare__title {
    margin: 0 0 clamp(48px, 6vw, 72px);
    text-align: center;
    color: #00233F; }
  .compare__track {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: max(20px, calc((100vw - 1268px) / 2));
    padding-right: max(20px, calc((100vw - 1268px) / 2));
    scrollbar-width: none;
    touch-action: pan-y; }
    .compare__track::-webkit-scrollbar {
      display: none; }
    .compare__track.is-scrollable .compare__pinned,
    .compare__track.is-scrollable .compare__scroll {
      cursor: -webkit-grab;
      cursor: grab; }
    .compare__track.is-pressed, .compare__track.is-dragging {
      -webkit-user-select: none;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none; }
      .compare__track.is-pressed .compare__pinned,
      .compare__track.is-pressed .compare__scroll, .compare__track.is-dragging .compare__pinned,
      .compare__track.is-dragging .compare__scroll {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
    .compare__track.is-dragging {
      touch-action: none; }
      .compare__track.is-dragging .compare__card {
        pointer-events: none; }
  .compare__inner {
    display: flex;
    align-items: stretch;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .compare__pinned {
    display: flex;
    flex-shrink: 0;
    align-items: stretch;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #ffffff; }
    .compare__pinned::before {
      content: '';
      position: absolute;
      top: calc(-1 * clamp(48px, 6vw, 72px));
      bottom: 0;
      right: 100%;
      width: 100vw;
      background: #ffffff;
      pointer-events: none; }
  .compare__divider {
    width: 2px;
    align-self: stretch;
    margin: 20px 0 0 40px;
    background: #00233F;
    flex-shrink: 0; }
  .compare__scroll {
    display: flex;
    gap: 20px;
    flex-shrink: 0;
    padding-left: 40px; }
    .compare__scroll .compare__card {
      flex: 0 0 auto; }
  .compare__drag-hint {
    position: absolute;
    top: 250px;
    left: 50%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    -webkit-animation: compare-drag-hint 1.8s ease-in-out infinite;
            animation: compare-drag-hint 1.8s ease-in-out infinite;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    .compare__drag-hint img {
      display: block;
      width: 30px;
      height: auto; }
    @media (prefers-reduced-motion: reduce) {
      .compare__drag-hint {
        -webkit-animation: none;
                animation: none; } }
  .compare__drag-label {
    display: block;
    padding: 4px 12px;
    border-radius: 999px;
    background: #00A1DE;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap; }
  .compare__track.has-engaged .compare__drag-hint {
    opacity: 0;
    visibility: hidden; }
  .compare__card {
    width: clamp(300px, 22vw, 350px);
    box-sizing: border-box;
    margin-top: clamp(48px, 6vw, 72px);
    padding: clamp(72px, 8vw, 96px) 18px 22px;
    border: 1.5px solid #00233F;
    border-radius: clamp(12px, 2.5vw, 20px);
    background: #ffffff;
    position: relative; }
  .compare__card-media {
    position: absolute;
    left: 50%;
    top: 0;
    width: 78%;
    -webkit-transform: translate(-50%, -42%);
            transform: translate(-50%, -42%);
    pointer-events: none; }
    .compare__card-media--linked {
      pointer-events: auto;
      color: inherit;
      text-decoration: none; }
    .compare__card-media img {
      display: block;
      width: 100%;
      height: auto; }
  .compare__card-title {
    margin: 0 0 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 30px);
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    color: #00233F; }
    .compare__card-title a {
      color: inherit;
      text-decoration: none; }
    .compare__card-title sup {
      font-size: 35%;
      vertical-align: top; }
  .compare__group {
    padding: 14px 0;
    border-top: 1px solid rgba(0, 35, 63, 0.15); }
    .compare__group--colors {
      border-bottom: 0; }
  .compare__group-label {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #00233F; }
  .compare__stats {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px; }
    .compare__stats div {
      min-width: 0; }
    .compare__stats dt {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.3;
      color: #434345; }
    .compare__stats dd {
      margin: 2px 0 0;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 1.3;
      color: #434345; }
  .compare__swatches {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px; }
    .compare__swatches li {
      width: 18px;
      height: 18px;
      border-radius: 4px;
      overflow: hidden;
      flex-shrink: 0; }
    .compare__swatches img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  @media (max-width: 960px) {
    .compare__track {
      padding-left: 20px;
      padding-right: 20px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      touch-action: pan-x pan-y;
      overscroll-behavior-x: contain; }
      .compare__track.is-scrollable .compare__pinned,
      .compare__track.is-scrollable .compare__scroll {
        cursor: auto; }
    .compare__inner {
      gap: 20px; }
    .compare__pinned {
      position: static;
      background: transparent; }
      .compare__pinned::before {
        display: none; }
    .compare__divider {
      display: none; }
    .compare__scroll {
      gap: 20px;
      padding-left: 0; } }
@-webkit-keyframes compare-drag-hint {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translateX(-28px);
            transform: translateX(-50%) translateX(-28px); }
  50% {
    -webkit-transform: translateX(-50%) translateX(28px);
            transform: translateX(-50%) translateX(28px); } }
@keyframes compare-drag-hint {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translateX(-28px);
            transform: translateX(-50%) translateX(-28px); }
  50% {
    -webkit-transform: translateX(-50%) translateX(28px);
            transform: translateX(-50%) translateX(28px); } }

.gallery-reveal {
  position: relative;
  background: #1d1d1d; }
  .gallery-reveal__stage {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
  .gallery-reveal__slide {
    position: absolute;
    inset: 0;
    will-change: transform; }
    .gallery-reveal__slide:nth-child(1) {
      z-index: 1; }
    .gallery-reveal__slide:nth-child(2) {
      z-index: 2; }
    .gallery-reveal__slide:nth-child(3) {
      z-index: 3; }
    .gallery-reveal__slide:nth-child(4) {
      z-index: 4; }
    .gallery-reveal__slide:nth-child(5) {
      z-index: 5; }
    .gallery-reveal__slide:nth-child(6) {
      z-index: 6; }
    .gallery-reveal__slide img {
      display: block;
      width: 100%;
      height: 100vh;
      -o-object-fit: cover;
         object-fit: cover; }

.testimonials {
  --testimonials-card-width: clamp(220px, 30vw, 420px);
  --testimonials-gap: 20px;
  background: #ffffff;
  overflow: hidden; }
  .testimonials h2 {
    margin: 0 0 clamp(40px, 5vw, 64px);
    text-align: center; }
  .testimonials__rows {
    display: flex;
    flex-direction: column;
    gap: var(--testimonials-gap); }
  .testimonials__row {
    width: 100%;
    overflow: hidden;
    contain: layout style; }
  .testimonials__track {
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .testimonials__track.is-dragging {
      cursor: -webkit-grabbing;
      cursor: grabbing;
      touch-action: none; }
  .testimonials__track-inner {
    display: flex;
    align-items: stretch;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: var(--testimonials-gap);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .testimonials__card {
    flex-shrink: 0;
    width: var(--testimonials-card-width);
    border: 1px solid rgba(0, 35, 63, 0.12);
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 20px 80px;
    position: relative; }
    @media (max-width: 480px) {
      .testimonials__card {
        padding: 20px 20px 70px; } }
    .testimonials__card p {
      color: #00233F;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(16px, 2vw, 21px);
      line-height: 1.45; }
    .testimonials__card .testimonials__author {
      display: block;
      margin-top: 16px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: clamp(12px, 2vw, 16px);
      line-height: 1.45;
      color: #00233F;
      position: absolute;
      left: 20px;
      bottom: 20px; }
    .testimonials__card .testimonials__location {
      display: block;
      margin-top: 4px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(11px, 1.8vw, 14px);
      line-height: 1.4;
      color: rgba(0, 35, 63, 0.65); }

.box-links__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0; }

.box-links__card {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 30px);
  height: 100%;
  padding-bottom: clamp(20px, 2.5vw, 30px);
  background: #00A1DE;
  border-radius: clamp(12px, 2.5vw, 20px);
  overflow: hidden;
  text-decoration: none;
  color: #ffffff; }

.box-links__media {
  aspect-ratio: 1200 / 878;
  overflow: hidden;
  background: rgba(0, 35, 63, 0.15); }
  .box-links__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media only screen and (min-width: 960px) {
  .box-links__media img {
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  .box-links__card:hover .box-links__media img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); } }

.box-links__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(20px, 2.5vw, 30px); }

.box-links__title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.15;
  color: #ffffff; }

.box-links__icon {
  flex-shrink: 0;
  margin-top: 0.15em;
  line-height: 0; }
  .box-links__icon img {
    display: block;
    width: clamp(24px, 2.5vw, 31px);
    height: auto; }

@media (max-width: 960px) {
  .box-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 480px) {
  .box-links__grid {
    grid-template-columns: 1fr; } }

.accordions__group + .accordions__group {
  margin-top: clamp(40px, 5vw, 60px); }

.accordions__group-title {
  margin: 0 0 clamp(16px, 2vw, 20px);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
  color: #00233F; }

.accordions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px; }

.accordions__item {
  background: rgba(146, 215, 231, 0.1);
  border: 1px solid #00A1DE;
  border-radius: 8px;
  overflow: hidden; }

.accordions__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #00233F;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5; }
  .accordions__trigger sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.accordions__question {
  flex: 1;
  min-width: 0; }

.accordions__icon {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 10px;
  line-height: 0;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
  .accordions__icon img {
    display: block;
    width: 100%;
    height: 100%; }

.accordions__item.is-open .accordions__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.accordions__panel {
  padding: 15px 20px 20px; }

.accordions__content {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.5;
  color: #00233F; }
  .accordions__content p {
    margin: 0 0 1em;
    line-height: 1.5; }
    .accordions__content p:last-child {
      margin-bottom: 0; }
  .accordions__content a {
    color: #00A1DE; }
  .accordions__content sup {
    font-size: 65%;
    line-height: 0;
    vertical-align: super; }

.contact-forms {
  --contact-forms-tab-height: 72px;
  --section-padding-bottom: clamp(80px, 10vw, 160px);
  margin-top: var(--contact-forms-tab-height);
  background: #00233F;
  color: #ffffff;
  padding-bottom: var(--section-padding-bottom); }
  .contact-forms__shell {
    position: relative; }
  .contact-forms__tabs {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0;
    max-width: 100%; }
  .contact-forms__tab {
    margin: 0;
    padding: 18px clamp(24px, 3vw, 44px);
    border: 0;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 35, 63, 0.1);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
    color: #00233F;
    cursor: pointer;
    white-space: nowrap;
    flex: 0 1 auto; }
    .contact-forms__tab.is-active {
      background: #00233F;
      color: #ffffff; }
  .contact-forms__body {
    padding-top: clamp(40px, 5vw, 60px); }
  .contact-forms__panel {
    max-width: 1000px; }
  .contact-forms__heading {
    margin: 0 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.15;
    color: #ffffff; }
  .contact-forms__content {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.5;
    color: #ffffff; }
    .contact-forms__content form,
    .contact-forms__content .gform_wrapper,
    .contact-forms__content .wpcf7 {
      color: #ffffff; }
    .contact-forms__content .gform_heading,
    .contact-forms__content .gform_title,
    .contact-forms__content .wpcf7-form > h2,
    .contact-forms__content .wpcf7-form > h3 {
      display: none; }
    .contact-forms__content ul,
    .contact-forms__content ol,
    .contact-forms__content .gform_fields,
    .contact-forms__content .gform_body ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .contact-forms__content .form-row {
      display: grid;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      row-gap: 0;
      margin: 0 0 20px;
      width: 100%; }
      .contact-forms__content .form-row--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: end; }
        .contact-forms__content .form-row--2 > p {
          display: flex;
          flex-direction: column;
          justify-content: flex-end; }
          .contact-forms__content .form-row--2 > p > label {
            display: flex;
            align-items: flex-end;
            min-height: clamp(27px, 3vw, 36px);
            margin-bottom: 8px; }
      .contact-forms__content .form-row > p {
        margin: 0;
        min-width: 0;
        font-size: inherit;
        line-height: inherit; }
    .contact-forms__content .wpcf7-form p {
      margin: 0 0 20px;
      font-size: inherit;
      line-height: inherit; }
    .contact-forms__content .wpcf7-form .form-row p {
      margin: 0; }
    .contact-forms__content .wpcf7-form br {
      display: none; }
    .contact-forms__content .wpcf7-form-control-wrap {
      display: block;
      width: 100%;
      margin: 0;
      line-height: 0; }
    .contact-forms__content .form-label--spacer {
      visibility: hidden;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .contact-forms__content .form-label--secondary,
    .contact-forms__content .form-row--2 > p:last-child label:not(.form-label--spacer) {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: clamp(16px, 1.5vw, 18px);
      line-height: 1.2; }
    .contact-forms__content .gform_fields {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px; }
    .contact-forms__content .gfield,
    .contact-forms__content .gform_fields > li {
      margin: 0;
      grid-column: 1 / -1; }
    .contact-forms__content .gfield--width-half,
    .contact-forms__content .gfield.gfield--width-half {
      grid-column: span 1; }
    .contact-forms__content .ginput_complex {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px; }
      .contact-forms__content .ginput_complex span {
        display: block; }
      .contact-forms__content .ginput_complex label {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: clamp(16px, 1.5vw, 18px);
        line-height: 1.3;
        margin: 0 0 8px; }
    .contact-forms__content label,
    .contact-forms__content .gfield_label,
    .contact-forms__content .gform-field-label {
      display: block;
      margin: 0 0 8px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: clamp(18px, 2vw, 24px);
      line-height: 1.5;
      color: #ffffff; }
    .contact-forms__content .gfield_required,
    .contact-forms__content .required {
      color: #92d7e7; }
    .contact-forms__content input[type="text"],
    .contact-forms__content input[type="email"],
    .contact-forms__content input[type="tel"],
    .contact-forms__content input[type="url"],
    .contact-forms__content input[type="number"],
    .contact-forms__content input[type="password"],
    .contact-forms__content input[type="search"],
    .contact-forms__content textarea,
    .contact-forms__content select,
    .contact-forms__content .ginput_container input,
    .contact-forms__content .ginput_container textarea,
    .contact-forms__content .ginput_container select,
    .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]) {
      width: 100%;
      box-sizing: border-box;
      margin: 0;
      padding: 16px 20px;
      border: 1px solid #92d7e7;
      border-radius: 8px;
      background: rgba(146, 215, 231, 0.1);
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(16px, 1.5vw, 18px);
      line-height: 1.3;
      color: #ffffff;
      -moz-appearance: none;
           appearance: none;
      -webkit-appearance: none; }
      .contact-forms__content input[type="text"]::-webkit-input-placeholder, .contact-forms__content input[type="email"]::-webkit-input-placeholder, .contact-forms__content input[type="tel"]::-webkit-input-placeholder, .contact-forms__content input[type="url"]::-webkit-input-placeholder, .contact-forms__content input[type="number"]::-webkit-input-placeholder, .contact-forms__content input[type="password"]::-webkit-input-placeholder, .contact-forms__content input[type="search"]::-webkit-input-placeholder, .contact-forms__content textarea::-webkit-input-placeholder, .contact-forms__content select::-webkit-input-placeholder, .contact-forms__content .ginput_container input::-webkit-input-placeholder, .contact-forms__content .ginput_container textarea::-webkit-input-placeholder, .contact-forms__content .ginput_container select::-webkit-input-placeholder, .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.75); }
      .contact-forms__content input[type="text"]::-moz-placeholder, .contact-forms__content input[type="email"]::-moz-placeholder, .contact-forms__content input[type="tel"]::-moz-placeholder, .contact-forms__content input[type="url"]::-moz-placeholder, .contact-forms__content input[type="number"]::-moz-placeholder, .contact-forms__content input[type="password"]::-moz-placeholder, .contact-forms__content input[type="search"]::-moz-placeholder, .contact-forms__content textarea::-moz-placeholder, .contact-forms__content select::-moz-placeholder, .contact-forms__content .ginput_container input::-moz-placeholder, .contact-forms__content .ginput_container textarea::-moz-placeholder, .contact-forms__content .ginput_container select::-moz-placeholder, .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"])::-moz-placeholder {
        color: rgba(255, 255, 255, 0.75); }
      .contact-forms__content input[type="text"]:-ms-input-placeholder, .contact-forms__content input[type="email"]:-ms-input-placeholder, .contact-forms__content input[type="tel"]:-ms-input-placeholder, .contact-forms__content input[type="url"]:-ms-input-placeholder, .contact-forms__content input[type="number"]:-ms-input-placeholder, .contact-forms__content input[type="password"]:-ms-input-placeholder, .contact-forms__content input[type="search"]:-ms-input-placeholder, .contact-forms__content textarea:-ms-input-placeholder, .contact-forms__content select:-ms-input-placeholder, .contact-forms__content .ginput_container input:-ms-input-placeholder, .contact-forms__content .ginput_container textarea:-ms-input-placeholder, .contact-forms__content .ginput_container select:-ms-input-placeholder, .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.75); }
      .contact-forms__content input[type="text"]::placeholder,
      .contact-forms__content input[type="email"]::placeholder,
      .contact-forms__content input[type="tel"]::placeholder,
      .contact-forms__content input[type="url"]::placeholder,
      .contact-forms__content input[type="number"]::placeholder,
      .contact-forms__content input[type="password"]::placeholder,
      .contact-forms__content input[type="search"]::placeholder,
      .contact-forms__content textarea::placeholder,
      .contact-forms__content select::placeholder,
      .contact-forms__content .ginput_container input::placeholder,
      .contact-forms__content .ginput_container textarea::placeholder,
      .contact-forms__content .ginput_container select::placeholder,
      .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"])::placeholder {
        color: rgba(255, 255, 255, 0.75); }
      .contact-forms__content input[type="text"]:focus,
      .contact-forms__content input[type="email"]:focus,
      .contact-forms__content input[type="tel"]:focus,
      .contact-forms__content input[type="url"]:focus,
      .contact-forms__content input[type="number"]:focus,
      .contact-forms__content input[type="password"]:focus,
      .contact-forms__content input[type="search"]:focus,
      .contact-forms__content textarea:focus,
      .contact-forms__content select:focus,
      .contact-forms__content .ginput_container input:focus,
      .contact-forms__content .ginput_container textarea:focus,
      .contact-forms__content .ginput_container select:focus,
      .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):focus {
        outline: 2px solid #00A1DE;
        outline-offset: 2px; }
      .contact-forms__content input[type="text"]:-webkit-autofill, .contact-forms__content input[type="text"]:-webkit-autofill:hover, .contact-forms__content input[type="text"]:-webkit-autofill:focus,
      .contact-forms__content input[type="email"]:-webkit-autofill,
      .contact-forms__content input[type="email"]:-webkit-autofill:hover,
      .contact-forms__content input[type="email"]:-webkit-autofill:focus,
      .contact-forms__content input[type="tel"]:-webkit-autofill,
      .contact-forms__content input[type="tel"]:-webkit-autofill:hover,
      .contact-forms__content input[type="tel"]:-webkit-autofill:focus,
      .contact-forms__content input[type="url"]:-webkit-autofill,
      .contact-forms__content input[type="url"]:-webkit-autofill:hover,
      .contact-forms__content input[type="url"]:-webkit-autofill:focus,
      .contact-forms__content input[type="number"]:-webkit-autofill,
      .contact-forms__content input[type="number"]:-webkit-autofill:hover,
      .contact-forms__content input[type="number"]:-webkit-autofill:focus,
      .contact-forms__content input[type="password"]:-webkit-autofill,
      .contact-forms__content input[type="password"]:-webkit-autofill:hover,
      .contact-forms__content input[type="password"]:-webkit-autofill:focus,
      .contact-forms__content input[type="search"]:-webkit-autofill,
      .contact-forms__content input[type="search"]:-webkit-autofill:hover,
      .contact-forms__content input[type="search"]:-webkit-autofill:focus,
      .contact-forms__content textarea:-webkit-autofill,
      .contact-forms__content textarea:-webkit-autofill:hover,
      .contact-forms__content textarea:-webkit-autofill:focus,
      .contact-forms__content select:-webkit-autofill,
      .contact-forms__content select:-webkit-autofill:hover,
      .contact-forms__content select:-webkit-autofill:focus,
      .contact-forms__content .ginput_container input:-webkit-autofill,
      .contact-forms__content .ginput_container input:-webkit-autofill:hover,
      .contact-forms__content .ginput_container input:-webkit-autofill:focus,
      .contact-forms__content .ginput_container textarea:-webkit-autofill,
      .contact-forms__content .ginput_container textarea:-webkit-autofill:hover,
      .contact-forms__content .ginput_container textarea:-webkit-autofill:focus,
      .contact-forms__content .ginput_container select:-webkit-autofill,
      .contact-forms__content .ginput_container select:-webkit-autofill:hover,
      .contact-forms__content .ginput_container select:-webkit-autofill:focus,
      .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):-webkit-autofill,
      .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):-webkit-autofill:hover,
      .contact-forms__content .wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):-webkit-autofill:focus {
        -webkit-text-fill-color: #ffffff;
        caret-color: #ffffff;
        -webkit-transition: background-color 9999s ease-in-out 0s;
        transition: background-color 9999s ease-in-out 0s;
        box-shadow: 0 0 0 1000px rgba(0, 35, 63, 0.85) inset; }
    .contact-forms__content select {
      background-image: linear-gradient(45deg, transparent 50%, #92d7e7 50%), linear-gradient(135deg, #92d7e7 50%, transparent 50%);
      background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
      background-size: 6px 6px, 6px 6px;
      background-repeat: no-repeat;
      padding-right: 44px; }
    .contact-forms__content textarea {
      min-height: 160px;
      resize: vertical; }
    .contact-forms__content .gform_footer,
    .contact-forms__content .gform_page_footer {
      margin: 0;
      padding: 0;
      border: 0;
      grid-column: 1 / -1; }
    .contact-forms__content .button, .contact-forms__content .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .contact-forms__content button, .contact-forms__content header .nav-cta.button:not(.nav-cta--mobile), header .contact-forms__content .nav-cta.button:not(.nav-cta--mobile),
    .contact-forms__content input[type="submit"],
    .contact-forms__content button[type="submit"],
    .contact-forms__content .wpcf7-submit,
    .contact-forms__content .gform_button,
    .contact-forms__content .gform_next_button,
    .contact-forms__content .gform_previous_button {
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      margin: 0;
      padding: 15px 30px;
      border: 0;
      border-radius: 999px;
      background: #ffffff;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 1;
      color: #00A1DE !important;
      text-decoration: none !important;
      transition: background 0.3s ease, color 0.3s ease; }
      .contact-forms__content .button:hover, .contact-forms__content .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:hover, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .contact-forms__content button:hover, .contact-forms__content header .nav-cta.button:hover:not(.nav-cta--mobile), header .contact-forms__content .nav-cta.button:hover:not(.nav-cta--mobile),
      .contact-forms__content input[type="submit"]:hover,
      .contact-forms__content button[type="submit"]:hover,
      .contact-forms__content .wpcf7-submit:hover,
      .contact-forms__content .gform_button:hover,
      .contact-forms__content .gform_next_button:hover,
      .contact-forms__content .gform_previous_button:hover {
        background: rgba(255, 255, 255, 0.9); }
    .contact-forms__content .validation_message,
    .contact-forms__content .gfield_validation_message,
    .contact-forms__content .wpcf7-not-valid-tip,
    .contact-forms__content .gform_validation_errors,
    .contact-forms__content .validation_error {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.4;
      color: #92d7e7; }
    .contact-forms__content .gform_confirmation_message,
    .contact-forms__content .wpcf7-mail-sent-ok,
    .contact-forms__content .wpcf7-response-output {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: clamp(16px, 1.5vw, 18px);
      color: #ffffff; }
    .contact-forms__content a {
      color: #00A1DE; }
  @media (max-width: 600px) {
    .contact-forms__tabs {
      left: 0;
      right: 0;
      width: 100%; }
    .contact-forms__tab {
      flex: 1 1 0;
      min-width: 0;
      padding: 14px 10px;
      font-size: clamp(14px, 3.8vw, 18px);
      text-align: center;
      white-space: nowrap; }
    .contact-forms__content .gform_fields,
    .contact-forms__content .ginput_complex,
    .contact-forms__content .form-row--2 {
      grid-template-columns: 1fr;
      row-gap: 12px;
      align-items: stretch; }
    .contact-forms__content .form-row--2 > p {
      justify-content: flex-start; }
    .contact-forms__content .form-row--2 > p > label {
      min-height: 0; }
    .contact-forms__content .gfield--width-half,
    .contact-forms__content .gfield.gfield--width-half {
      grid-column: 1 / -1; }
    .contact-forms__content .form-row--2 > p > label.form-label--spacer {
      display: none !important;
      margin: 0;
      min-height: 0;
      padding: 0;
      line-height: 0;
      overflow: hidden; } }
.crmWebToEntityForm,
#crmWebToEntityForm,
#crmWebToEntityForm.zcwf_lblLeft,
.crmWebToEntityForm.zcwf_lblLeft {
  --zoho-form-text: #00233F;
  --zoho-form-label: #00233F;
  --zoho-form-placeholder: #0484bc;
  --zoho-form-input-bg: rgba(146, 215, 231, 0.1);
  --zoho-form-input-border: #00A1DE;
  --zoho-form-input-color: #00233F;
  --zoho-form-chevron: #00A1DE;
  --zoho-form-required: #00A1DE;
  --zoho-form-muted: #00233F;
  --zoho-form-link: #00A1DE;
  --zoho-form-submit-bg: #00A1DE;
  --zoho-form-submit-color: #ffffff;
  --zoho-form-submit-hover-bg: rgba(0, 161, 222, 0.9);
  --zoho-form-autofill-fill: #00233F;
  --zoho-form-autofill-bg: #ffffff;
  --zoho-form-option-bg: #ffffff;
  --zoho-form-option-color: #00233F;
  --zoho-form-checkbox-check: #ffffff;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: var(--zoho-form-text) !important;
  box-sizing: border-box;
  text-align: left; }
  .crmWebToEntityForm *,
  #crmWebToEntityForm *,
  #crmWebToEntityForm.zcwf_lblLeft *,
  .crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
    direction: ltr; }
  .crmWebToEntityForm .zcwf_title,
  #crmWebToEntityForm .zcwf_title,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_title,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_title {
    display: none !important; }
  .crmWebToEntityForm .zcwf_row,
  #crmWebToEntityForm .zcwf_row,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_row,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_row {
    display: block !important;
    clear: both;
    margin: 0 0 20px !important;
    padding: 0; }
    .crmWebToEntityForm .zcwf_row:after,
    .crmWebToEntityForm .zcwf_row .zcwf_col_fld:after,
    #crmWebToEntityForm .zcwf_row:after,
    #crmWebToEntityForm .zcwf_row .zcwf_col_fld:after,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_row:after,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_row .zcwf_col_fld:after,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_row:after,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_row .zcwf_col_fld:after {
      content: none !important;
      display: none !important; }
    .crmWebToEntityForm .zcwf_row.wfrm_fld_dpNn,
    #crmWebToEntityForm .zcwf_row.wfrm_fld_dpNn,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_row.wfrm_fld_dpNn,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_row.wfrm_fld_dpNn {
      display: none !important; }
  .crmWebToEntityForm .zcwf_col_lab,
  .crmWebToEntityForm .zcwf_col_fld,
  #crmWebToEntityForm .zcwf_col_lab,
  #crmWebToEntityForm .zcwf_col_fld,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    min-height: 0; }
  .crmWebToEntityForm .zcwf_col_lab,
  #crmWebToEntityForm .zcwf_col_lab,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab {
    margin-bottom: 8px !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: clamp(18px, 2vw, 24px) !important;
    line-height: 1.5 !important;
    color: var(--zoho-form-label) !important;
    font-family: inherit !important; }
    .crmWebToEntityForm .zcwf_col_lab label,
    #crmWebToEntityForm .zcwf_col_lab label,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab label,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab label {
      display: block;
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: inherit !important;
      line-height: inherit;
      color: inherit !important;
      font-family: inherit !important;
      font-weight: inherit; }
    .crmWebToEntityForm .zcwf_col_lab span,
    .crmWebToEntityForm .zcwf_col_lab span[style],
    .crmWebToEntityForm .zcwf_col_lab font[color='red'],
    .crmWebToEntityForm .zcwf_col_lab font[color='Red'],
    #crmWebToEntityForm .zcwf_col_lab span,
    #crmWebToEntityForm .zcwf_col_lab span[style],
    #crmWebToEntityForm .zcwf_col_lab font[color='red'],
    #crmWebToEntityForm .zcwf_col_lab font[color='Red'],
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab span,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab span[style],
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab font[color='red'],
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab font[color='Red'],
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab span,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab span[style],
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab font[color='red'],
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_lab font[color='Red'] {
      color: var(--zoho-form-required) !important; }
  .crmWebToEntityForm .zcwf_col_fld input[type='text'],
  .crmWebToEntityForm .zcwf_col_fld input[type='email'],
  .crmWebToEntityForm .zcwf_col_fld input[type='tel'],
  .crmWebToEntityForm .zcwf_col_fld input[type='url'],
  .crmWebToEntityForm .zcwf_col_fld input[type='number'],
  .crmWebToEntityForm .zcwf_col_fld input[type='password'],
  .crmWebToEntityForm .zcwf_col_fld input[type='search'],
  .crmWebToEntityForm .zcwf_col_fld textarea,
  .crmWebToEntityForm .zcwf_col_fld select,
  .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt,
  .crmWebToEntityForm .zcwf_col_fld .zcwf_file,
  #crmWebToEntityForm .zcwf_col_fld input[type='text'],
  #crmWebToEntityForm .zcwf_col_fld input[type='email'],
  #crmWebToEntityForm .zcwf_col_fld input[type='tel'],
  #crmWebToEntityForm .zcwf_col_fld input[type='url'],
  #crmWebToEntityForm .zcwf_col_fld input[type='number'],
  #crmWebToEntityForm .zcwf_col_fld input[type='password'],
  #crmWebToEntityForm .zcwf_col_fld input[type='search'],
  #crmWebToEntityForm .zcwf_col_fld textarea,
  #crmWebToEntityForm .zcwf_col_fld select,
  #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt,
  #crmWebToEntityForm .zcwf_col_fld .zcwf_file,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file {
    float: none !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 16px 20px !important;
    border: 1px solid var(--zoho-form-input-border) !important;
    border-radius: 8px !important;
    background: var(--zoho-form-input-bg) !important;
    background-color: var(--zoho-form-input-bg) !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 18px) !important;
    line-height: 1.3;
    color: var(--zoho-form-input-color) !important;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    resize: vertical; }
    .crmWebToEntityForm .zcwf_col_fld input[type='text']::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='email']::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='tel']::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='url']::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='number']::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='password']::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='search']::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld textarea::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld select::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt::-webkit-input-placeholder, .crmWebToEntityForm .zcwf_col_fld .zcwf_file::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='text']::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='email']::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='tel']::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='url']::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='number']::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='password']::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='search']::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld textarea::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld select::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt::-webkit-input-placeholder, #crmWebToEntityForm .zcwf_col_fld .zcwf_file::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt::-webkit-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt::-webkit-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file::-webkit-input-placeholder {
      color: var(--zoho-form-placeholder); }
    .crmWebToEntityForm .zcwf_col_fld input[type='text']::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='email']::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='tel']::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='url']::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='number']::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='password']::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='search']::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld textarea::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld select::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt::-moz-placeholder, .crmWebToEntityForm .zcwf_col_fld .zcwf_file::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='text']::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='email']::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='tel']::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='url']::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='number']::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='password']::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='search']::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld textarea::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld select::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt::-moz-placeholder, #crmWebToEntityForm .zcwf_col_fld .zcwf_file::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt::-moz-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt::-moz-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file::-moz-placeholder {
      color: var(--zoho-form-placeholder); }
    .crmWebToEntityForm .zcwf_col_fld input[type='text']:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='email']:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='tel']:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='url']:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='number']:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='password']:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld input[type='search']:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld textarea:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld select:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-ms-input-placeholder, .crmWebToEntityForm .zcwf_col_fld .zcwf_file:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='text']:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='email']:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='tel']:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='url']:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='number']:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='password']:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld input[type='search']:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld textarea:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld select:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-ms-input-placeholder, #crmWebToEntityForm .zcwf_col_fld .zcwf_file:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-ms-input-placeholder, #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-ms-input-placeholder, .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-ms-input-placeholder {
      color: var(--zoho-form-placeholder); }
    .crmWebToEntityForm .zcwf_col_fld input[type='text']::placeholder,
    .crmWebToEntityForm .zcwf_col_fld input[type='email']::placeholder,
    .crmWebToEntityForm .zcwf_col_fld input[type='tel']::placeholder,
    .crmWebToEntityForm .zcwf_col_fld input[type='url']::placeholder,
    .crmWebToEntityForm .zcwf_col_fld input[type='number']::placeholder,
    .crmWebToEntityForm .zcwf_col_fld input[type='password']::placeholder,
    .crmWebToEntityForm .zcwf_col_fld input[type='search']::placeholder,
    .crmWebToEntityForm .zcwf_col_fld textarea::placeholder,
    .crmWebToEntityForm .zcwf_col_fld select::placeholder,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt::placeholder,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_file::placeholder,
    #crmWebToEntityForm .zcwf_col_fld input[type='text']::placeholder,
    #crmWebToEntityForm .zcwf_col_fld input[type='email']::placeholder,
    #crmWebToEntityForm .zcwf_col_fld input[type='tel']::placeholder,
    #crmWebToEntityForm .zcwf_col_fld input[type='url']::placeholder,
    #crmWebToEntityForm .zcwf_col_fld input[type='number']::placeholder,
    #crmWebToEntityForm .zcwf_col_fld input[type='password']::placeholder,
    #crmWebToEntityForm .zcwf_col_fld input[type='search']::placeholder,
    #crmWebToEntityForm .zcwf_col_fld textarea::placeholder,
    #crmWebToEntityForm .zcwf_col_fld select::placeholder,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt::placeholder,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_file::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt::placeholder,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt::placeholder,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file::placeholder {
      color: var(--zoho-form-placeholder); }
    .crmWebToEntityForm .zcwf_col_fld input[type='text']:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='email']:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='tel']:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='url']:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='number']:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='password']:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='search']:focus,
    .crmWebToEntityForm .zcwf_col_fld textarea:focus,
    .crmWebToEntityForm .zcwf_col_fld select:focus,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:focus,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_file:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='text']:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='email']:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='tel']:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='url']:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='number']:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='password']:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='search']:focus,
    #crmWebToEntityForm .zcwf_col_fld textarea:focus,
    #crmWebToEntityForm .zcwf_col_fld select:focus,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:focus,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_file:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:focus {
      outline: 2px solid #00A1DE;
      outline-offset: 2px; }
    .crmWebToEntityForm .zcwf_col_fld input[type='text']:-webkit-autofill, .crmWebToEntityForm .zcwf_col_fld input[type='text']:-webkit-autofill:hover, .crmWebToEntityForm .zcwf_col_fld input[type='text']:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='email']:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld input[type='email']:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld input[type='email']:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='tel']:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld input[type='tel']:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld input[type='tel']:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='url']:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld input[type='url']:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld input[type='url']:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='number']:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld input[type='number']:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld input[type='number']:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='password']:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld input[type='password']:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld input[type='password']:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld input[type='search']:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld input[type='search']:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld input[type='search']:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld textarea:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld textarea:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld textarea:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld select:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld select:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld select:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:focus,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_file:-webkit-autofill,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_file:-webkit-autofill:hover,
    .crmWebToEntityForm .zcwf_col_fld .zcwf_file:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='text']:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld input[type='text']:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld input[type='text']:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='email']:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld input[type='email']:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld input[type='email']:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='tel']:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld input[type='tel']:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld input[type='tel']:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='url']:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld input[type='url']:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld input[type='url']:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='number']:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld input[type='number']:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld input[type='number']:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='password']:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld input[type='password']:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld input[type='password']:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld input[type='search']:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld input[type='search']:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld input[type='search']:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld textarea:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld textarea:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld textarea:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld select:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld select:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld select:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:focus,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_file:-webkit-autofill,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_file:-webkit-autofill:hover,
    #crmWebToEntityForm .zcwf_col_fld .zcwf_file:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-webkit-autofill,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-webkit-autofill:hover,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='text']:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='email']:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='tel']:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='url']:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='number']:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='password']:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='search']:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt:-webkit-autofill:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-webkit-autofill,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-webkit-autofill:hover,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_file:-webkit-autofill:focus {
      -webkit-text-fill-color: var(--zoho-form-autofill-fill);
      caret-color: var(--zoho-form-autofill-fill);
      -webkit-transition: background-color 9999s ease-in-out 0s;
      transition: background-color 9999s ease-in-out 0s;
      box-shadow: 0 0 0 1000px var(--zoho-form-autofill-bg) inset; }
  .crmWebToEntityForm .zcwf_col_fld input[style*='display:none'],
  .crmWebToEntityForm .zcwf_col_fld input[style*='display: none'],
  #crmWebToEntityForm .zcwf_col_fld input[style*='display:none'],
  #crmWebToEntityForm .zcwf_col_fld input[style*='display: none'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[style*='display:none'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[style*='display: none'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[style*='display:none'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[style*='display: none'] {
    display: none !important;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important; }
  .crmWebToEntityForm .zcwf_col_fld select,
  .crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt,
  #crmWebToEntityForm .zcwf_col_fld select,
  #crmWebToEntityForm .zcwf_col_fld .zcwf_col_fld_slt,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld select,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld .zcwf_col_fld_slt {
    background-image: linear-gradient(45deg, transparent 50%, var(--zoho-form-chevron) 50%), linear-gradient(135deg, var(--zoho-form-chevron) 50%, transparent 50%) !important;
    background-position: calc(100% - 22px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px) !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
    padding-right: 44px !important; }
  .crmWebToEntityForm .zcwf_col_fld textarea,
  #crmWebToEntityForm .zcwf_col_fld textarea,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea {
    min-height: 160px; }
  .crmWebToEntityForm .zcwf_col_fld option,
  #crmWebToEntityForm .zcwf_col_fld option,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld option,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld option {
    color: var(--zoho-form-option-color);
    background: var(--zoho-form-option-bg); }
  .crmWebToEntityForm .zcwf_col_help,
  .crmWebToEntityForm .zcwf_help_icon,
  .crmWebToEntityForm .zcwf_tooltip_ctn,
  .crmWebToEntityForm .zcwf_tooltip_over,
  .crmWebToEntityForm #privacyErr1474182000000921201,
  #crmWebToEntityForm .zcwf_col_help,
  #crmWebToEntityForm .zcwf_help_icon,
  #crmWebToEntityForm .zcwf_tooltip_ctn,
  #crmWebToEntityForm .zcwf_tooltip_over,
  #crmWebToEntityForm #privacyErr1474182000000921201,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_help,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_help_icon,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_tooltip_ctn,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_tooltip_over,
  #crmWebToEntityForm.zcwf_lblLeft #privacyErr1474182000000921201,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_help,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_help_icon,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_tooltip_ctn,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_tooltip_over,
  .crmWebToEntityForm.zcwf_lblLeft #privacyErr1474182000000921201 {
    display: none !important; }
  .crmWebToEntityForm .zcwf_privacy,
  #crmWebToEntityForm .zcwf_privacy,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy {
    display: flex !important;
    align-items: flex-start;
    gap: 20px;
    padding: 0 !important; }
  .crmWebToEntityForm .zcwf_privacy,
  .crmWebToEntityForm .zcwf_privacy_txt,
  #crmWebToEntityForm .zcwf_privacy,
  #crmWebToEntityForm .zcwf_privacy_txt,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy_txt,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy_txt {
    color: var(--zoho-form-muted) !important;
    font-family: inherit !important;
    font-size: clamp(14px, 1.4vw, 16px) !important;
    line-height: 1.45;
    width: auto !important; }
  .crmWebToEntityForm .zcwf_privacy_txt,
  #crmWebToEntityForm .zcwf_privacy_txt,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy_txt,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_privacy_txt {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(16px, 1.5vw, 18px) !important;
    line-height: 1.3;
    flex: 1 1 auto;
    min-width: 0; }
  .crmWebToEntityForm input[type='checkbox'],
  .crmWebToEntityForm .zcwf_ckbox,
  #crmWebToEntityForm input[type='checkbox'],
  #crmWebToEntityForm .zcwf_ckbox,
  #crmWebToEntityForm.zcwf_lblLeft input[type='checkbox'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox,
  .crmWebToEntityForm.zcwf_lblLeft input[type='checkbox'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    float: none !important;
    display: inline-grid !important;
    place-content: center;
    flex: 0 0 auto;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    max-width: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--zoho-form-input-border) !important;
    border-radius: 8px !important;
    background: var(--zoho-form-input-bg) !important;
    background-color: var(--zoho-form-input-bg) !important;
    accent-color: var(--zoho-form-input-border);
    cursor: pointer;
    vertical-align: top;
    color: var(--zoho-form-checkbox-check); }
    .crmWebToEntityForm input[type='checkbox']::before,
    .crmWebToEntityForm .zcwf_ckbox::before,
    #crmWebToEntityForm input[type='checkbox']::before,
    #crmWebToEntityForm .zcwf_ckbox::before,
    #crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']::before,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox::before,
    .crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']::before,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox::before {
      content: '';
      width: 14px;
      height: 14px;
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: -webkit-transform 0.12s ease-in-out;
      transition: transform 0.12s ease-in-out;
      transition: transform 0.12s ease-in-out, -webkit-transform 0.12s ease-in-out;
      box-shadow: inset 1em 1em currentColor;
      -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
              clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    .crmWebToEntityForm input[type='checkbox']:checked,
    .crmWebToEntityForm .zcwf_ckbox:checked,
    #crmWebToEntityForm input[type='checkbox']:checked,
    #crmWebToEntityForm .zcwf_ckbox:checked,
    #crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']:checked,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox:checked,
    .crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']:checked,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox:checked {
      background: var(--zoho-form-input-border) !important;
      background-color: var(--zoho-form-input-border) !important; }
      .crmWebToEntityForm input[type='checkbox']:checked::before,
      .crmWebToEntityForm .zcwf_ckbox:checked::before,
      #crmWebToEntityForm input[type='checkbox']:checked::before,
      #crmWebToEntityForm .zcwf_ckbox:checked::before,
      #crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']:checked::before,
      #crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox:checked::before,
      .crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']:checked::before,
      .crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox:checked::before {
        -webkit-transform: scale(1);
                transform: scale(1); }
    .crmWebToEntityForm input[type='checkbox']:focus,
    .crmWebToEntityForm .zcwf_ckbox:focus,
    #crmWebToEntityForm input[type='checkbox']:focus,
    #crmWebToEntityForm .zcwf_ckbox:focus,
    #crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox:focus,
    .crmWebToEntityForm.zcwf_lblLeft input[type='checkbox']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .zcwf_ckbox:focus {
      outline: 2px solid #00A1DE;
      outline-offset: 2px; }
  .crmWebToEntityForm .zcwf_col_fld input[type='checkbox'],
  #crmWebToEntityForm .zcwf_col_fld input[type='checkbox'],
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='checkbox'],
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type='checkbox'] {
    float: none !important;
    width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 12px 0 0 !important; }
  .crmWebToEntityForm .formsubmit,
  .crmWebToEntityForm input[type='submit'].formsubmit,
  .crmWebToEntityForm input[type='submit'].zcwf_button,
  .crmWebToEntityForm .formsubmit.zcwf_button,
  .crmWebToEntityForm input.zcwf_button[type='submit'],
  #crmWebToEntityForm .formsubmit,
  #crmWebToEntityForm input[type='submit'].formsubmit,
  #crmWebToEntityForm input[type='submit'].zcwf_button,
  #crmWebToEntityForm .formsubmit.zcwf_button,
  #crmWebToEntityForm input.zcwf_button[type='submit'],
  #crmWebToEntityForm.zcwf_lblLeft .formsubmit,
  #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit,
  #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button,
  #crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button,
  #crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit'],
  .crmWebToEntityForm.zcwf_lblLeft .formsubmit,
  .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit,
  .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button,
  .crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button,
  .crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit'] {
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    float: none !important;
    width: auto !important;
    min-height: 50px;
    max-width: none !important;
    margin: 0 12px 0 0 !important;
    padding: 15px 30px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--zoho-form-submit-bg) !important;
    background-color: var(--zoho-form-submit-bg) !important;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1;
    color: var(--zoho-form-submit-color) !important;
    text-overflow: unset;
    white-space: nowrap;
    overflow: visible;
    transition: background 0.3s ease, color 0.3s ease; }
    .crmWebToEntityForm .formsubmit:hover, .crmWebToEntityForm .formsubmit:focus,
    .crmWebToEntityForm input[type='submit'].formsubmit:hover,
    .crmWebToEntityForm input[type='submit'].formsubmit:focus,
    .crmWebToEntityForm input[type='submit'].zcwf_button:hover,
    .crmWebToEntityForm input[type='submit'].zcwf_button:focus,
    .crmWebToEntityForm .formsubmit.zcwf_button:hover,
    .crmWebToEntityForm .formsubmit.zcwf_button:focus,
    .crmWebToEntityForm input.zcwf_button[type='submit']:hover,
    .crmWebToEntityForm input.zcwf_button[type='submit']:focus,
    #crmWebToEntityForm .formsubmit:hover,
    #crmWebToEntityForm .formsubmit:focus,
    #crmWebToEntityForm input[type='submit'].formsubmit:hover,
    #crmWebToEntityForm input[type='submit'].formsubmit:focus,
    #crmWebToEntityForm input[type='submit'].zcwf_button:hover,
    #crmWebToEntityForm input[type='submit'].zcwf_button:focus,
    #crmWebToEntityForm .formsubmit.zcwf_button:hover,
    #crmWebToEntityForm .formsubmit.zcwf_button:focus,
    #crmWebToEntityForm input.zcwf_button[type='submit']:hover,
    #crmWebToEntityForm input.zcwf_button[type='submit']:focus,
    #crmWebToEntityForm.zcwf_lblLeft .formsubmit:hover,
    #crmWebToEntityForm.zcwf_lblLeft .formsubmit:focus,
    #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit:hover,
    #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit:focus,
    #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button:hover,
    #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button:focus,
    #crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button:hover,
    #crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button:focus,
    #crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit']:hover,
    #crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit']:focus,
    .crmWebToEntityForm.zcwf_lblLeft .formsubmit:hover,
    .crmWebToEntityForm.zcwf_lblLeft .formsubmit:focus,
    .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit:hover,
    .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit:focus,
    .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button:hover,
    .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button:focus,
    .crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button:hover,
    .crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button:focus,
    .crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit']:hover,
    .crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit']:focus {
      background: var(--zoho-form-submit-hover-bg) !important;
      background-color: var(--zoho-form-submit-hover-bg) !important; }
    .crmWebToEntityForm .formsubmit:disabled,
    .crmWebToEntityForm input[type='submit'].formsubmit:disabled,
    .crmWebToEntityForm input[type='submit'].zcwf_button:disabled,
    .crmWebToEntityForm .formsubmit.zcwf_button:disabled,
    .crmWebToEntityForm input.zcwf_button[type='submit']:disabled,
    #crmWebToEntityForm .formsubmit:disabled,
    #crmWebToEntityForm input[type='submit'].formsubmit:disabled,
    #crmWebToEntityForm input[type='submit'].zcwf_button:disabled,
    #crmWebToEntityForm .formsubmit.zcwf_button:disabled,
    #crmWebToEntityForm input.zcwf_button[type='submit']:disabled,
    #crmWebToEntityForm.zcwf_lblLeft .formsubmit:disabled,
    #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit:disabled,
    #crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button:disabled,
    #crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button:disabled,
    #crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit']:disabled,
    .crmWebToEntityForm.zcwf_lblLeft .formsubmit:disabled,
    .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].formsubmit:disabled,
    .crmWebToEntityForm.zcwf_lblLeft input[type='submit'].zcwf_button:disabled,
    .crmWebToEntityForm.zcwf_lblLeft .formsubmit.zcwf_button:disabled,
    .crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='submit']:disabled {
      opacity: 0.65;
      cursor: wait; }
  .crmWebToEntityForm input[type='reset'].zcwf_button,
  .crmWebToEntityForm input.zcwf_button[type='reset'],
  #crmWebToEntityForm input[type='reset'].zcwf_button,
  #crmWebToEntityForm input.zcwf_button[type='reset'],
  #crmWebToEntityForm.zcwf_lblLeft input[type='reset'].zcwf_button,
  #crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='reset'],
  .crmWebToEntityForm.zcwf_lblLeft input[type='reset'].zcwf_button,
  .crmWebToEntityForm.zcwf_lblLeft input.zcwf_button[type='reset'] {
    display: none !important; }
  .crmWebToEntityForm .zcwf_col_fld img,
  #crmWebToEntityForm .zcwf_col_fld img,
  #crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld img,
  .crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 12px;
    border-radius: 8px; }
  .crmWebToEntityForm a,
  #crmWebToEntityForm a,
  #crmWebToEntityForm.zcwf_lblLeft a,
  .crmWebToEntityForm.zcwf_lblLeft a {
    color: var(--zoho-form-link);
    font-family: inherit;
    font-size: clamp(14px, 1.4vw, 16px); }

.contact-forms .crmWebToEntityForm,
.contact-forms #crmWebToEntityForm,
.contact-forms #crmWebToEntityForm.zcwf_lblLeft,
.contact-forms .crmWebToEntityForm.zcwf_lblLeft {
  --zoho-form-text: #ffffff;
  --zoho-form-label: #ffffff;
  --zoho-form-placeholder: rgba(255, 255, 255, 0.75);
  --zoho-form-input-bg: rgba(146, 215, 231, 0.1);
  --zoho-form-input-border: #92d7e7;
  --zoho-form-input-color: #ffffff;
  --zoho-form-chevron: #92d7e7;
  --zoho-form-required: #92d7e7;
  --zoho-form-muted: rgba(255, 255, 255, 0.85);
  --zoho-form-link: #00A1DE;
  --zoho-form-submit-bg: #ffffff;
  --zoho-form-submit-color: #00A1DE;
  --zoho-form-submit-hover-bg: rgba(255, 255, 255, 0.9);
  --zoho-form-autofill-fill: #ffffff;
  --zoho-form-autofill-bg: rgba(0, 35, 63, 0.85);
  --zoho-form-option-bg: #ffffff;
  --zoho-form-option-color: #00233F;
  --zoho-form-checkbox-check: #00233F; }

.contact-forms__content .crmWebToEntityForm,
.contact-forms__content #crmWebToEntityForm,
.contact-forms__content #crmWebToEntityForm.zcwf_lblLeft {
  max-width: 1000px; }

.embed__content iframe,
.embed__content embed,
.embed__content object,
.embed__content video {
  display: block;
  max-width: 100%; }

.embed__content iframe {
  width: 100%; }

.rich-text {
  color: #00233F; }
  .rich-text__content {
    max-width: 1000px; }
    .rich-text__content > *:first-child {
      margin-top: 0; }
    .rich-text__content > *:last-child {
      margin-bottom: 0; }
    .rich-text__content h2 {
      margin: 0 0 20px;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(32px, 4vw, 50px);
      line-height: 1.15;
      color: #00233F; }
    .rich-text__content h3,
    .rich-text__content h4 {
      margin: 1.25em 0 0.5em;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: clamp(18px, 2vw, 24px);
      line-height: 1.5;
      color: #00233F; }
    .rich-text__content p {
      margin: 0 0 1em;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(16px, 1.8vw, 24px);
      line-height: 1.5;
      color: #00233F; }
    .rich-text__content strong,
    .rich-text__content b {
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-weight: 600; }
    .rich-text__content ul,
    .rich-text__content ol {
      margin: 0 0 1em;
      padding-left: 1.25em;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(16px, 1.8vw, 24px);
      line-height: 1.5;
      color: #00233F; }
    .rich-text__content table {
      width: 100%;
      max-width: 720px;
      margin: 0.5em 0 1.25em;
      border-collapse: collapse;
      font-family: 'Montserrat', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: clamp(16px, 1.8vw, 24px);
      line-height: 1.5;
      color: #00233F; }
      .rich-text__content table td,
      .rich-text__content table th {
        padding: 0.35em 2em 0.35em 0;
        vertical-align: top;
        text-align: left; }
    .rich-text__content .button, .rich-text__content .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button, .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .rich-text__content button, .rich-text__content header .nav-cta.button:not(.nav-cta--mobile), header .rich-text__content .nav-cta.button:not(.nav-cta--mobile) {
      margin-top: 0.5em; }
    .rich-text__content a:not(.button) {
      color: #00A1DE; }
