#section-545a65e6-1924-4b96-83f1-44c5bdc5999b {
    color: #ffffff;
    --fontColor: #ffffff;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: #062852;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 10%;
    --bgColor_A: 1;
    --bgColor_darkenDir: 1;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__container {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__content {
    padding-bottom: 0;
  }
  @media (max-width: 560px) {
    #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__content {
      padding: 100px 0 49px;
    }
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__text-slider {
    max-width: 1100px;
    margin-inline: auto;
    text-align: center;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__pre-title {
    margin-bottom: 0.5rem;
    font-size: var(--lp-smaller-font-size);
    color: #fff;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__title {
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 0;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__search-box {
    position: static;
    padding: 0;
    background: transparent;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 1.5rem;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__search-input {
    padding-block: 0.7rem;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .lp-input--dark {
    background: white;
    border-color: white;
    color: #414141;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__container {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__text-slider {
    text-align: center;
    margin-bottom: var(--lp-grid-gap-large);
    margin-top: -150px;
  }
  @media (max-width: 561px) {
    #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__text-slider {
      margin-bottom: var(--lp-grid-gap-medium);
    }
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b
    .opening-search
    .opening-search__content {
    padding-bottom: 0;
    padding-left: 0;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b
    .opening-search
    .opening-search__text-slider {
    max-width: 100%;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .opening-search__search-box {
    display: none;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b > *:last-child {
    position: relative;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .overlay-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(
      --overlay-color,
      var(--section-overlay, rgba(0, 0, 0, 0.3))
    );
    transition-property: opacity;
    transition-timing-function: linear;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  @media screen and (max-width: 900px) {
    #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .video-wrapper.hidable {
      display: none;
    }
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .full-screen-video-component {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b video {
    position: absolute;
    z-index: -1000;
    width: 100%;
    object-fit: cover;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #section-545a65e6-1924-4b96-83f1-44c5bdc5999b video {
      overflow: hidden;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto !important;
    }
  }
  #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .poster {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1000;
    background: center center/cover;
  }
  @media screen and (max-width: 900px) {
    #section-545a65e6-1924-4b96-83f1-44c5bdc5999b .poster {
      display: block;
    }
  }
  #section-4fd680e0-1760-45c8-bffd-6c4e02f299c0 {
    color: #403e3f;
    --fontColor: #403e3f;
    --fontColor_H: 330;
    --fontColor_S: 2%;
    --fontColor_L: 25%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(2 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(4 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-4fd680e0-1760-45c8-bffd-6c4e02f299c0 > div:last-child {
    padding-top: calc(3 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(4 / 4 * var(--global-section-padding)) !important;
  }
  #section-c843514d-9863-4188-a385-23ece0b911c4 {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(2 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-c843514d-9863-4188-a385-23ece0b911c4 p:last-of-type {
    margin-bottom: 0;
  }
  @media (min-width: 993px) {
    #section-c843514d-9863-4188-a385-23ece0b911c4 h1 {
      font-size: var(--custom-large-title-font-size, 80px);
      line-height: var(--custom-large-title-line-height, 1.2);
    }
  }
  #section-c843514d-9863-4188-a385-23ece0b911c4 > div:last-child {
    padding-top: calc(3 / 4 * var(--global-section-padding)) !important;
  }
  #section-59950069-be63-4dd5-b024-fd377829e1b0 {
    display: none;
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(0 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(2 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-59950069-be63-4dd5-b024-fd377829e1b0
    .gallery-style-menu-grid__item:first-child
    .gallery-style-menu-grid__title:after {
    content: "Members of the Collective are among the most trusted names in the industry. With over $60B in career sales and an average annual production of $100 million+, our members represent 15 brands across 35 of the most sought-after markets in the world.";
  }
  #section-59950069-be63-4dd5-b024-fd377829e1b0
    .gallery-style-menu-grid__item:nth-child(2)
    .gallery-style-menu-grid__title:after {
    content: "Members of the Collective are among the most trusted names in the industry. With over $60B in career sales and an average annual production of $100 million+, our members represent 15 brands across 35 of the most sought-after markets in the world.";
  }
  #section-59950069-be63-4dd5-b024-fd377829e1b0
    .gallery-style-menu-grid__item:nth-child(3)
    .gallery-style-menu-grid__title:after {
    content: "Members of the Collective are among the most trusted names in the industry. With over $60B in career sales and an average annual production of $100 million+, our members represent 15 brands across 35 of the most sought-after markets in the world.";
  }
  #section-59950069-be63-4dd5-b024-fd377829e1b0 > div:last-child {
    padding-top: calc(0 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(2 / 4 * var(--global-section-padding)) !important;
  }
  #section-2d971fac-a9e0-408b-a329-2a008e10b3c0 {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(0 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(2 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-2d971fac-a9e0-408b-a329-2a008e10b3c0 > div:last-child {
    padding-top: calc(0 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(2 / 4 * var(--global-section-padding)) !important;
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985 {
    display: none;
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-bottom: calc(2 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .standard-cta__container {
    max-width: 1400px;
    margin: auto;
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content {
    text-align: left;
  }
  @media (min-width: 769px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .title {
      padding: 0 6rem 3rem;
    }
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
  }
  @media (max-width: 768px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body {
      -webkit-box-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media (min-width: 769px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body .left {
      -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
    }
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body .left img {
    height: 100%;
    object-fit: cover;
  }
  @media (min-width: 769px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body .right {
      -webkit-flex: 1 1 70%;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%;
    }
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body .right img {
    display: block;
    width: 40%;
    object-fit: cover;
    margin: -120px 0 55px auto;
  }
  @media (max-width: 768px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985
      .custom-content
      .body
      .right
      img {
      display: none;
    }
  }
  @media (min-width: 1025px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body .right p {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 55px;
      column-gap: 55px;
    }
  }
  @media (max-width: 768px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985 .custom-content .body .right p {
      padding: 0 25px;
    }
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985
    .custom-content
    .body
    .right
    .button
    a {
    text-align: right;
    display: block;
    margin: 0 0 55px auto;
  }
  @media (max-width: 768px) {
    #section-48700c3e-42c4-4db4-b52d-2391fe39b985
      .custom-content
      .body
      .right
      .button
      a {
      margin: auto;
      text-align: center;
    }
  }
  #section-48700c3e-42c4-4db4-b52d-2391fe39b985 > div:last-child {
    padding-bottom: calc(2 / 4 * var(--global-section-padding)) !important;
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 {
    display: none;
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-bottom: calc(2 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 .standard-cta__container {
    max-width: 1400px;
    margin: auto;
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content {
    text-align: left;
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .title {
    font-size: var(--lp-h1-font-size);
  }
  @media (min-width: 769px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .title {
      padding: 0 6rem 3rem;
    }
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
  }
  @media (max-width: 768px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body {
      -webkit-box-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  @media (min-width: 769px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body .left {
      -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
    }
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body .left img {
    height: 100%;
    object-fit: cover;
  }
  @media (min-width: 769px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body .right {
      -webkit-flex: 1 1 70%;
      -ms-flex: 1 1 70%;
      flex: 1 1 70%;
    }
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body .right img {
    display: block;
    width: 40%;
    object-fit: cover;
    margin: -120px 0 55px auto;
  }
  @media (max-width: 768px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5
      .custom-content
      .body
      .right
      img {
      display: none;
    }
  }
  @media (min-width: 1025px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body .right p {
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 55px;
      column-gap: 55px;
    }
  }
  @media (max-width: 768px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5 .custom-content .body .right p {
      padding: 0 25px;
    }
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5
    .custom-content
    .body
    .right
    .button
    a {
    text-align: right;
    display: block;
    margin: 0 0 55px auto;
  }
  @media (max-width: 768px) {
    #section-63806906-8856-4858-9730-279b7a6ccfe5
      .custom-content
      .body
      .right
      .button
      a {
      margin: auto;
      text-align: center;
    }
  }
  #section-63806906-8856-4858-9730-279b7a6ccfe5 > div:last-child {
    padding-bottom: calc(2 / 4 * var(--global-section-padding)) !important;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72 {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(2 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(2 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72 .floating-img-right p,
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72 .img-left p {
    text-transform: uppercase;
    font-style: italic;
    margin-top: 0.5rem;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
    font-size: var(--custom-small-font-size, 12px);
    font-weight: var(--custom-pretitles-font-weight, 400);
    letter-spacing: var(--custom-letter-spacing, 0.5px);
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72 .img-left {
    position: relative;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72 .img-left p {
    width: 100%;
    position: absolute;
    bottom: -2px;
    background: var(--custom-cream-color);
    padding-top: 0.5rem;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .top-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding-left: 5rem;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .top-section
    h2 {
    font-size: var(--lp-h1-font-size);
    grow: 1;
  }
  @media (min-width: 993px) {
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .top-section
      .floating-img-right {
      --custom-offset: 6rem;
      margin-top: var(--custom-offset, 6rem);
    }
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .top-section
    .floating-img-right
    .image-container {
    height: 180px;
    aspect-ratio: 1.7/1;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .top-section
    .floating-img-right
    .image-container
    img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  @media (max-width: 992px) {
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .top-section {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
    }
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .top-section
      .floating-img-right {
      display: none;
      --custom-offset: 3rem;
    }
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .bottom-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    text-align: left;
  }
  @media (min-width: 993px) {
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .bottom-section {
      gap: 4rem;
      padding-top: calc(var(--custom-offset, 6rem) / 1);
      margin-top: calc(var(--custom-offset, 6rem) * -1);
    }
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .bottom-section
      .text-container {
      -webkit-columns: 2;
      columns: 2;
    }
  }
  @media (min-width: 1200px) {
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .bottom-section {
      padding-top: calc(var(--custom-offset, 6rem) / 4);
    }
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .bottom-section
    .image-container {
    width: 390px;
    height: 100%;
    aspect-ratio: 300/385;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .bottom-section
    .image-container
    img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .bottom-section
    .buttons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 1rem;
  }
  @media (min-width: 993px) {
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .bottom-section
      .buttons-container {
      margin-top: 2.5rem;
    }
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
    .custom-about-layout
    .bottom-section
    .buttons-container
    .lp-btn {
    margin-top: 1.5rem;
  }
  @media (max-width: 992px) {
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .bottom-section {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    #section-089b16f7-9d6e-4438-a665-c4506d8d5f72
      .custom-about-layout
      .bottom-section
      .image-container {
      width: 100%;
    }
  }
  #section-089b16f7-9d6e-4438-a665-c4506d8d5f72 > div:last-child {
    padding-top: calc(3 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(2 / 4 * var(--global-section-padding)) !important;
  }
  #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 {
    color: #403e3f;
    --fontColor: #403e3f;
    --fontColor_H: 330;
    --fontColor_S: 2%;
    --fontColor_L: 25%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-bottom: calc(4 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 .standard-cta__description {
    max-width: 1064px;
  }
  #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 h3 {
    font-style: italic;
    margin-bottom: 2.5rem;
  }
  #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 h5 {
    color: var(--custom-color-dark-titles);
    margin-bottom: 0;
    font-family: var(--global-secondary-font-family);
    text-transform: uppercase;
    font-size: var(--lp-smaller-font-size, 14px);
    letter-spacing: var(--custom-letter-spacing, 0.5px);
  }
  #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 h5:not(:last-of-type) {
    margin-bottom: 6px;
  }
  #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 p {
    text-wrap: balance;
    margin-bottom: 2.5rem;
  }
  @media (min-width: 769px) {
    #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 .standard-cta__description {
      position: relative;
      overflow: visible;
      isolation: isolate;
    }
    #section-05401f67-d81a-4f33-af8a-cf9c73f33d01
      .standard-cta__description:before {
      content: "";
      width: 350px;
      height: 15rem;
      max-width: 60%;
      position: absolute;
      top: -100px;
      left: -80px;
      background: url("../img/quotation");
      -webkit-background-position: bottom left;
      background-position: bottom left;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
      pointer-events: none;
      touch-action: none;
      opacity: 0.035;
      -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(25%)
        saturate(0%) hue-rotate(284deg) brightness(93%) contrast(96%);
      filter: brightness(0) saturate(100%) invert(40%) sepia(25%) saturate(0%)
        hue-rotate(284deg) brightness(93%) contrast(96%);
    }
  }
  #section-05401f67-d81a-4f33-af8a-cf9c73f33d01 > div:last-child {
    padding-bottom: calc(4 / 4 * var(--global-section-padding)) !important;
  }
  #section-49e49e1b-ac07-44c7-ac25-a86806603f5a {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(2 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  #section-49e49e1b-ac07-44c7-ac25-a86806603f5a > div:last-child {
    padding-top: calc(3 / 4 * var(--global-section-padding)) !important;
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 {
    color: #ffffff;
    --fontColor: #ffffff;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: #000000;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 0%;
    --bgColor_A: 1;
    --bgColor_darkenDir: 1;
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 p {
    text-wrap: balance;
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 > *:last-child {
    position: relative;
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 .overlay-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(
      --overlay-color,
      var(--section-overlay, rgba(0, 0, 0, 0.3))
    );
    transition-property: opacity;
    transition-timing-function: linear;
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  @media screen and (max-width: 900px) {
    #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 .video-wrapper.hidable {
      display: none;
    }
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 .full-screen-video-component {
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 video {
    position: absolute;
    z-index: -1000;
    width: 100%;
    object-fit: cover;
  }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 video {
      overflow: hidden;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto !important;
    }
  }
  #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 .poster {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1000;
    background: center center/cover;
  }
  @media screen and (max-width: 900px) {
    #section-19ba87bb-70d0-4e94-a796-b0c23798cf08 .poster {
      display: block;
    }
  }
  #section-6e0a79f5-d959-403b-ba45-6feb2986291d {
    display: none;
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(4 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(0 / 4 * var(--global-section-padding));
    background-color: #f1f0eb;
  }
  @media (min-width: 993px) {
    #section-6e0a79f5-d959-403b-ba45-6feb2986291d
      .hoverable-section-image__text-col {
      -webkit-flex: 45%;
      -ms-flex: 45%;
      flex: 45%;
    }
    #section-6e0a79f5-d959-403b-ba45-6feb2986291d
      .hoverable-section-image__img-col {
      -webkit-flex: 55%;
      -ms-flex: 55%;
      flex: 55%;
    }
  }
  @media (min-width: 1200px) {
    #section-6e0a79f5-d959-403b-ba45-6feb2986291d
      .hoverable-section-image__img-container {
      padding-bottom: 60%;
    }
  }
  #section-6e0a79f5-d959-403b-ba45-6feb2986291d .hoverable-section-image__img {
    object-fit: contain;
  }
  #section-6e0a79f5-d959-403b-ba45-6feb2986291d > div:last-child {
    padding-top: calc(4 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(0 / 4 * var(--global-section-padding)) !important;
  }
  #section-31de3188-93e7-41a4-a3f3-1bd367925776 {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-bottom: calc(0 / 4 * var(--global-section-padding));
    background-color: #ffffff;
  }
  #section-31de3188-93e7-41a4-a3f3-1bd367925776 p:last-of-type {
    margin-bottom: 0;
  }
  @media (min-width: 993px) {
    #section-31de3188-93e7-41a4-a3f3-1bd367925776 h2 {
      font-size: var(--custom-large-title-font-size, 80px);
      line-height: var(--custom-large-title-line-height, 1.2);
    }
  }
  #section-31de3188-93e7-41a4-a3f3-1bd367925776 > div:last-child {
    padding-bottom: calc(0 / 4 * var(--global-section-padding)) !important;
  }
  #section-4f978be4-9980-4b45-9b14-ec675d426be7 {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #000000;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 0%;
    --bgColor_A: 1;
    --bgColor_darkenDir: 1;
    --section-padding-top: calc(0 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(0 / 4 * var(--global-section-padding));
    background-color: #000000;
    --gradient-color: var(--overlay-color, #ffffff);
    background-image: linear-gradient(
      var(--gradient-color),
      var(--gradient-color)
    );
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  @media (min-width: 1025px) {
    #section-4f978be4-9980-4b45-9b14-ec675d426be7 .stats-list__item {
      min-width: calc(33.33333% - 1.33333rem);
    }
    #section-4f978be4-9980-4b45-9b14-ec675d426be7 .stats-list {
      max-width: unset;
    }
  }
  #section-4f978be4-9980-4b45-9b14-ec675d426be7 p {
    opacity: 1;
  }
  #section-4f978be4-9980-4b45-9b14-ec675d426be7 p.stats-list__desc {
    opacity: 0.65;
  }
  #section-4f978be4-9980-4b45-9b14-ec675d426be7 > div:last-child {
    padding-top: calc(0 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(0 / 4 * var(--global-section-padding)) !important;
  }
  #section-b832ed92-de76-451f-975a-7f53ab1ec240 {
    color: #f1f0eb;
    --fontColor: #f1f0eb;
    --fontColor_H: 50;
    --fontColor_S: 18%;
    --fontColor_L: 93%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: #fff;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: #fff;
  }
  #section-b832ed92-de76-451f-975a-7f53ab1ec240
    .network-map-with-team-list__title {
    color: var(--custom-dark-color, #000);
  }
  #section-b832ed92-de76-451f-975a-7f53ab1ec240
    .solid-subsection.network-map-with-team-list__list-section {
    display: none;
  }
  #section-6adb644f-6577-4b06-a110-bc016cbc7b6b {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #fbfbf9;
    --bgColor_H: 60;
    --bgColor_S: 20%;
    --bgColor_L: 98%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-top: calc(4 / 4 * var(--global-section-padding));
    --section-padding-bottom: calc(2 / 4 * var(--global-section-padding));
    background-color: #fff;
  }
  #section-6adb644f-6577-4b06-a110-bc016cbc7b6b > div:last-child {
    padding-top: calc(4 / 4 * var(--global-section-padding)) !important;
    padding-bottom: calc(2 / 4 * var(--global-section-padding)) !important;
  }
  #section-c4ebca6a-72dd-42d7-adb0-7c412ad01e80 {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #eeede9;
    --bgColor_H: 48;
    --bgColor_S: 13%;
    --bgColor_L: 92%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    --section-padding-bottom: calc(0 / 4 * var(--global-section-padding));
    background-color: #eeede9;
    --gradient-color: var(--overlay-color, #fbfbf9);
    background-image: linear-gradient(
      var(--gradient-color),
      var(--gradient-color)
    );
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #section-c4ebca6a-72dd-42d7-adb0-7c412ad01e80 > div:last-child {
    padding-bottom: calc(0 / 4 * var(--global-section-padding)) !important;
  }
  #section-debd4b0e-cce7-4048-872b-86c2b612260e {
    color: #062852;
    --fontColor: #062852;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 10%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #f1f0eb;
    --bgColor_H: 50;
    --bgColor_S: 18%;
    --bgColor_L: 93%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: #f1f0eb;
  }
  #section-458f2a49-c755-4e4e-9198-0827f545a94b {
    color: #ffffff;
    --fontColor: #ffffff;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 100%;
    --fontColor_A: 1;
    --fontColor_darkenDir: -1;
    --bgColor: rgba(0, 0, 0, 0.52);
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 0%;
    --bgColor_A: 0.52;
    --bgColor_darkenDir: 1;
    background-color: rgba(0, 0, 0, 0.52);
  }
  #section-7fb5b90c-b63a-4239-aa54-0394bfbe23ca {
    display: none;
    color: #414141;
    --fontColor: #414141;
    --fontColor_H: 0;
    --fontColor_S: 0%;
    --fontColor_L: 25%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: #ffffff;
    --bgColor_H: 0;
    --bgColor_S: 0%;
    --bgColor_L: 100%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
    background-color: #ffffff;
  }
  body > div.sidemenu {
    background-color: rgba(241, 240, 236, 1);
    color: rgb(6, 40, 82);
    --fontcolor: rgb(6, 40, 82);
    --fontColor_H: 330;
    --fontColor_S: 2%;
    --fontColor_L: 25%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(241, 240, 236, 1);
    --bgColor_H: 48;
    --bgColor_S: 15%;
    --bgColor_L: 94%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
  }
  footer {
    background-color: rgba(251, 251, 249, 1);
    color: rgb(6, 40, 82);
    --fontcolor: rgb(6, 40, 82);
    --fontColor_H: 330;
    --fontColor_S: 2%;
    --fontColor_L: 25%;
    --fontColor_A: 1;
    --fontColor_darkenDir: 1;
    --bgColor: rgba(251, 251, 249, 1);
    --bgColor_H: 60;
    --bgColor_S: 20%;
    --bgColor_L: 98%;
    --bgColor_A: 1;
    --bgColor_darkenDir: -1;
  }
  body > div.mobile-contact-wrapper {
    z-index: 100;
    position: relative;
  }
  body > div.mobile-contact-wrapper .lp-ico:before {
    content: "";
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    -webkit-mask-position: center;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body > div.mobile-contact-wrapper .lp-ico-search:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6231 21.3002L17.1372 16.8143M19.5606 10.9877C19.5606 15.5441 15.8669 19.2377 11.3106 19.2377C6.75421 19.2377 3.06055 15.5441 3.06055 10.9877C3.06055 6.43135 6.75421 2.73769 11.3106 2.73769C15.8669 2.73769 19.5606 6.43135 19.5606 10.9877Z' stroke='black' stroke-width='1.82813' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6231 21.3002L17.1372 16.8143M19.5606 10.9877C19.5606 15.5441 15.8669 19.2377 11.3106 19.2377C6.75421 19.2377 3.06055 15.5441 3.06055 10.9877C3.06055 6.43135 6.75421 2.73769 11.3106 2.73769C15.8669 2.73769 19.5606 6.43135 19.5606 10.9877Z' stroke='black' stroke-width='1.82813' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.6231 21.3002L17.1372 16.8143M19.5606 10.9877C19.5606 15.5441 15.8669 19.2377 11.3106 19.2377C6.75421 19.2377 3.06055 15.5441 3.06055 10.9877C3.06055 6.43135 6.75421 2.73769 11.3106 2.73769C15.8669 2.73769 19.5606 6.43135 19.5606 10.9877Z' stroke='black' stroke-width='1.82813' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  body > div.mobile-contact-wrapper .lp-ico-arrow-top:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8716 9.99976L8.87158 5.99976L4.87158 9.99976' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8716 9.99976L8.87158 5.99976L4.87158 9.99976' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8716 9.99976L8.87158 5.99976L4.87158 9.99976' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  body > div.mobile-contact-wrapper .lp-ico-scroll-top:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3M12 21V7M12 7L5 14M12 7L19 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3M12 21V7M12 7L5 14M12 7L19 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 3H3M12 21V7M12 7L5 14M12 7L19 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
  }
  body > div.mobile-contact-wrapper .lp-ico-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5986 6.32617L5.59863 18.3262M5.59863 6.32617L17.5986 18.3262' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5986 6.32617L5.59863 18.3262M5.59863 6.32617L17.5986 18.3262' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5986 6.32617L5.59863 18.3262M5.59863 6.32617L17.5986 18.3262' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
  }
  body > div.mobile-contact-wrapper .lp-ico-phone:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8699 6.57142C14.7459 6.74157 15.551 7.16808 16.1821 7.79637C16.8132 8.42465 17.2416 9.22612 17.4126 10.0982M13.8699 3C15.6899 3.20128 17.3871 4.01265 18.6827 5.3009C19.9784 6.58914 20.7955 8.27768 21 10.0893M10.4412 13.592C9.36357 12.5192 8.51264 11.3061 7.88843 10.0118C7.83474 9.90047 7.80789 9.84481 7.78726 9.77437C7.71397 9.52405 7.76662 9.21668 7.91909 9.00469C7.962 8.94504 8.01326 8.894 8.11578 8.79194C8.42933 8.47979 8.58611 8.32372 8.6886 8.16677C9.07515 7.57491 9.07515 6.81189 8.6886 6.22002C8.58611 6.06308 8.42933 5.90701 8.11578 5.59486L7.94101 5.42087C7.46438 4.94637 7.22607 4.70912 6.97012 4.58024C6.4611 4.32392 5.85996 4.32392 5.35093 4.58024C5.09499 4.70912 4.85667 4.94637 4.38004 5.42087L4.23867 5.56161C3.76367 6.03449 3.52617 6.27093 3.34478 6.59239C3.1435 6.94909 2.99878 7.5031 3.00001 7.91222C3.00111 8.28092 3.07295 8.53291 3.21664 9.03688C3.98881 11.7453 5.44574 14.3009 7.58743 16.4331C9.72911 18.5652 12.2963 20.0156 15.0168 20.7843C15.523 20.9274 15.7761 20.9989 16.1465 21C16.5575 21.0012 17.114 20.8571 17.4723 20.6568C17.7952 20.4762 18.0327 20.2397 18.5077 19.7669L18.649 19.6261C19.1257 19.1516 19.364 18.9144 19.4934 18.6596C19.7509 18.1528 19.7509 17.5544 19.4934 17.0476C19.364 16.7928 19.1257 16.5556 18.649 16.0811L18.4743 15.9071C18.1607 15.5949 18.0039 15.4388 17.8463 15.3368C17.2518 14.952 16.4853 14.952 15.8908 15.3368C15.7332 15.4388 15.5764 15.5949 15.2628 15.9071C15.1603 16.0091 15.1091 16.0602 15.0491 16.1029C14.8362 16.2547 14.5274 16.3071 14.276 16.2341C14.2052 16.2136 14.1493 16.1869 14.0375 16.1334C12.7374 15.512 11.5189 14.6648 10.4412 13.592Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8699 6.57142C14.7459 6.74157 15.551 7.16808 16.1821 7.79637C16.8132 8.42465 17.2416 9.22612 17.4126 10.0982M13.8699 3C15.6899 3.20128 17.3871 4.01265 18.6827 5.3009C19.9784 6.58914 20.7955 8.27768 21 10.0893M10.4412 13.592C9.36357 12.5192 8.51264 11.3061 7.88843 10.0118C7.83474 9.90047 7.80789 9.84481 7.78726 9.77437C7.71397 9.52405 7.76662 9.21668 7.91909 9.00469C7.962 8.94504 8.01326 8.894 8.11578 8.79194C8.42933 8.47979 8.58611 8.32372 8.6886 8.16677C9.07515 7.57491 9.07515 6.81189 8.6886 6.22002C8.58611 6.06308 8.42933 5.90701 8.11578 5.59486L7.94101 5.42087C7.46438 4.94637 7.22607 4.70912 6.97012 4.58024C6.4611 4.32392 5.85996 4.32392 5.35093 4.58024C5.09499 4.70912 4.85667 4.94637 4.38004 5.42087L4.23867 5.56161C3.76367 6.03449 3.52617 6.27093 3.34478 6.59239C3.1435 6.94909 2.99878 7.5031 3.00001 7.91222C3.00111 8.28092 3.07295 8.53291 3.21664 9.03688C3.98881 11.7453 5.44574 14.3009 7.58743 16.4331C9.72911 18.5652 12.2963 20.0156 15.0168 20.7843C15.523 20.9274 15.7761 20.9989 16.1465 21C16.5575 21.0012 17.114 20.8571 17.4723 20.6568C17.7952 20.4762 18.0327 20.2397 18.5077 19.7669L18.649 19.6261C19.1257 19.1516 19.364 18.9144 19.4934 18.6596C19.7509 18.1528 19.7509 17.5544 19.4934 17.0476C19.364 16.7928 19.1257 16.5556 18.649 16.0811L18.4743 15.9071C18.1607 15.5949 18.0039 15.4388 17.8463 15.3368C17.2518 14.952 16.4853 14.952 15.8908 15.3368C15.7332 15.4388 15.5764 15.5949 15.2628 15.9071C15.1603 16.0091 15.1091 16.0602 15.0491 16.1029C14.8362 16.2547 14.5274 16.3071 14.276 16.2341C14.2052 16.2136 14.1493 16.1869 14.0375 16.1334C12.7374 15.512 11.5189 14.6648 10.4412 13.592Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8699 6.57142C14.7459 6.74157 15.551 7.16808 16.1821 7.79637C16.8132 8.42465 17.2416 9.22612 17.4126 10.0982M13.8699 3C15.6899 3.20128 17.3871 4.01265 18.6827 5.3009C19.9784 6.58914 20.7955 8.27768 21 10.0893M10.4412 13.592C9.36357 12.5192 8.51264 11.3061 7.88843 10.0118C7.83474 9.90047 7.80789 9.84481 7.78726 9.77437C7.71397 9.52405 7.76662 9.21668 7.91909 9.00469C7.962 8.94504 8.01326 8.894 8.11578 8.79194C8.42933 8.47979 8.58611 8.32372 8.6886 8.16677C9.07515 7.57491 9.07515 6.81189 8.6886 6.22002C8.58611 6.06308 8.42933 5.90701 8.11578 5.59486L7.94101 5.42087C7.46438 4.94637 7.22607 4.70912 6.97012 4.58024C6.4611 4.32392 5.85996 4.32392 5.35093 4.58024C5.09499 4.70912 4.85667 4.94637 4.38004 5.42087L4.23867 5.56161C3.76367 6.03449 3.52617 6.27093 3.34478 6.59239C3.1435 6.94909 2.99878 7.5031 3.00001 7.91222C3.00111 8.28092 3.07295 8.53291 3.21664 9.03688C3.98881 11.7453 5.44574 14.3009 7.58743 16.4331C9.72911 18.5652 12.2963 20.0156 15.0168 20.7843C15.523 20.9274 15.7761 20.9989 16.1465 21C16.5575 21.0012 17.114 20.8571 17.4723 20.6568C17.7952 20.4762 18.0327 20.2397 18.5077 19.7669L18.649 19.6261C19.1257 19.1516 19.364 18.9144 19.4934 18.6596C19.7509 18.1528 19.7509 17.5544 19.4934 17.0476C19.364 16.7928 19.1257 16.5556 18.649 16.0811L18.4743 15.9071C18.1607 15.5949 18.0039 15.4388 17.8463 15.3368C17.2518 14.952 16.4853 14.952 15.8908 15.3368C15.7332 15.4388 15.5764 15.5949 15.2628 15.9071C15.1603 16.0091 15.1091 16.0602 15.0491 16.1029C14.8362 16.2547 14.5274 16.3071 14.276 16.2341C14.2052 16.2136 14.1493 16.1869 14.0375 16.1334C12.7374 15.512 11.5189 14.6648 10.4412 13.592Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  body > div.mobile-contact-wrapper .lp-ico-sms:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7117 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0034 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92176 4.44061 8.37485 5.27072 7.03255C6.10083 5.69025 7.28825 4.60557 8.7 3.9C9.87812 3.30493 11.1801 2.99656 12.5 3H13C15.0843 3.11499 17.053 3.99476 18.5291 5.47086C20.0052 6.94695 20.885 8.91565 21 11V11.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7117 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0034 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92176 4.44061 8.37485 5.27072 7.03255C6.10083 5.69025 7.28825 4.60557 8.7 3.9C9.87812 3.30493 11.1801 2.99656 12.5 3H13C15.0843 3.11499 17.053 3.99476 18.5291 5.47086C20.0052 6.94695 20.885 8.91565 21 11V11.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C21.0034 12.8199 20.6951 14.1219 20.1 15.3C19.3944 16.7117 18.3098 17.8992 16.9674 18.7293C15.6251 19.5594 14.0782 19.9994 12.5 20C11.1801 20.0034 9.87812 19.6951 8.7 19.1L3 21L4.9 15.3C4.30493 14.1219 3.99656 12.8199 4 11.5C4.00061 9.92176 4.44061 8.37485 5.27072 7.03255C6.10083 5.69025 7.28825 4.60557 8.7 3.9C9.87812 3.30493 11.1801 2.99656 12.5 3H13C15.0843 3.11499 17.053 3.99476 18.5291 5.47086C20.0052 6.94695 20.885 8.91565 21 11V11.5Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  body > div.mobile-contact-wrapper .lp-ico-email:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.5 18L14.8571 12M9.14286 12L2.50003 18M2 7L10.1649 12.7154C10.8261 13.1783 11.1567 13.4097 11.5163 13.4993C11.8339 13.5785 12.1661 13.5785 12.4837 13.4993C12.8433 13.4097 13.1739 13.1783 13.8351 12.7154L22 7M6.8 20H17.2C18.8802 20 19.7202 20 20.362 19.673C20.9265 19.3854 21.3854 18.9265 21.673 18.362C22 17.7202 22 16.8802 22 15.2V8.8C22 7.11984 22 6.27976 21.673 5.63803C21.3854 5.07354 20.9265 4.6146 20.362 4.32698C19.7202 4 18.8802 4 17.2 4H6.8C5.11984 4 4.27976 4 3.63803 4.32698C3.07354 4.6146 2.6146 5.07354 2.32698 5.63803C2 6.27976 2 7.11984 2 8.8V15.2C2 16.8802 2 17.7202 2.32698 18.362C2.6146 18.9265 3.07354 19.3854 3.63803 19.673C4.27976 20 5.11984 20 6.8 20Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  body > div.mobile-contact-wrapper a {
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  body > div.mobile-contact-wrapper .btn-holder {
    bottom: -50px;
    right: 19px;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  @media (max-width: 1024px) {
    body > div.mobile-contact-wrapper .btn-holder {
      right: 0px;
      padding: 0 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
    }
  }
  body > div.mobile-contact-wrapper .btn-holder.visible {
    bottom: 28px;
    opacity: 1;
  }
  body > div.mobile-contact-wrapper .search-btn {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    font-size: 0;
    line-height: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px;
    color: #141414;
    background: #fff;
  }
  @media (max-width: 1024px) {
    body > div.mobile-contact-wrapper .search-btn {
      position: absolute;
      left: 0;
      bottom: 0;
    }
  }
  body > div.mobile-contact-wrapper .search-btn:before {
    width: 24px;
    height: 24px;
  }
  body > div.mobile-contact-wrapper .connect-btn {
    height: 48px;
    padding: 0 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    border-radius: 25px;
    color: var(--pillTextColor);
    background: var(--pillBackgroundColor);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.4px;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -webkit-animation: pulsate 2s ease infinite;
    animation: pulsate 2s ease infinite;
  }
  body > div.mobile-contact-wrapper .connect-btn:before {
    width: 16px;
    height: 16px;
  }
  body > div.mobile-contact-wrapper .pop-up {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 16px 16px 0 0;
    color: var(--textColor);
    background: var(--backgroundColor);
  }
  @media (min-width: 1025px) {
    body > div.mobile-contact-wrapper .pop-up {
      max-width: 637px;
      border-radius: 16px;
      bottom: 28px;
      right: 19px;
    }
  }
  body > div.mobile-contact-wrapper .pop-up .lp-container {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  @media (min-width: 1025px) {
    body > div.mobile-contact-wrapper .pop-up .lp-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-top: 40px;
      padding-bottom: 40px;
      min-height: 450px;
      padding-left: 56px;
      padding-right: 56px;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  body > div.mobile-contact-wrapper .pop-up .close-btn {
    width: 44px;
    height: 55px;
    background-color: transparent;
    border-color: transparent;
    display: block;
    margin: 24px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--textColor);
    cursor: pointer;
    padding: 10px;
    border: 0;
  }
  body > div.mobile-contact-wrapper .pop-up .close-btn:before {
    width: 40px;
    height: 40px;
  }
  @media (min-width: 1025px) {
    body > div.mobile-contact-wrapper .pop-up .close-btn {
      position: absolute;
      top: 14px;
      right: 12px;
      margin: 0;
    }
  }
  body > div.mobile-contact-wrapper .pop-up .icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
    color: var(--textColor);
    position: relative;
  }
  body > div.mobile-contact-wrapper .pop-up .icon-btn:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 999px;
    height: 100%;
    content: "";
    border: solid 1px var(--textColor);
    opacity: 0.3;
  }
  body > div.mobile-contact-wrapper .pop-up .icon-btn:before {
    width: 24px;
    height: 24px;
  }
  body > div.mobile-contact-wrapper .success-block {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media (min-width: 1025px) {
    body > div.mobile-contact-wrapper .success-block {
      -webkit-align-items: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
    }
  }
  body > div.mobile-contact-wrapper .success-block .lp-btn {
    margin-top: 24px;
  }
  body > div.mobile-contact-wrapper .contact-form {
    margin: 0;
  }
  @media (max-width: 1024px) {
    body > div.mobile-contact-wrapper .contact-form__item {
      width: 100%;
    }
  }
  body > div.mobile-contact-wrapper .contact-form__item .lp-input {
    width: 100%;
  }
  body > div.mobile-contact-wrapper .contact-form__item + .contact-form__item {
    margin-top: 16px;
  }
  body
    > div.mobile-contact-wrapper
    .contact-form.show-success
    .contact-form__container,
  body
    > div.mobile-contact-wrapper
    .contact-form.success
    .contact-form__container {
    display: none;
  }
  body > div.mobile-contact-wrapper .contact-form.show-success .success-block,
  body > div.mobile-contact-wrapper .contact-form.success .success-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body > div.mobile-contact-wrapper .success-message {
    font-size: 22px;
  }
  @-webkit-keyframes pulsate {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    50% {
      box-shadow: 0 0 4px 6px rgba(255, 255, 255, 0.5);
    }
    100% {
      box-shadow: 0 0 12px 12px rgba(255, 255, 255, 0);
    }
  }

  /* Scroll Down Arrow Styles */
  .scroll-down-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }

  .scroll-down-arrow:hover {
    opacity: 1;
  }

  .scroll-down-arrow svg {
    animation: scrollBounce 2s infinite;
  }

  /* Scroll Down Animation */
  @-webkit-keyframes scrollBounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-8px);
    }
    60% {
      transform: translateY(-4px);
    }
  }

  @keyframes scrollBounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-8px);
    }
    60% {
      transform: translateY(-4px);
    }
  }
  