@font-face {
  font-family: "P 22 Mackinacpro";
  src: url('../fonts/P22MackinacPro-Medium_26.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk Text Pro;
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Display_Pro_65_Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "P 22 Mackinacpro Book 25";
  src: url('../fonts/P22MackinacPro-Book_25.otf') format("opentype"), url('../fonts/P22MackinacPro-Book_25.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman;
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Text_Pro_55_Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue_Haas_Grotesk_Display_Pro_45_Light;
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Display_Pro_45_Light.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue_Haas_Grotesk_Display_Pro_35_Extra_Light;
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Display_Pro_35_Extra_Light.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 55 Rg";
  src: url('../fonts/NHaasGroteskTXPro-55Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 65 Md";
  src: url('../fonts/NHaasGroteskTXPro-65Md.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  max-width: 1280px;
}

.heading {
  color: #fcfbf8;
  text-align: center;
  margin-top: 0%;
  font-family: "P 22 Mackinacpro", Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
}

.heading.footer-h {
  width: 100%;
  font-family: "P 22 Mackinacpro Book 25", Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.paragraph {
  color: #fcfbf8;
  text-align: center;
  letter-spacing: .09em;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.footer-p {
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
}

.paragraph-2 {
  text-align: center;
  font-family: Neue Haas Grotesk Text Pro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navbar-no-shadow {
  position: sticky;
  top: 5px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  width: 10%;
}

.nav-menu-wrapper {
  width: 80%;
  padding-left: 40px;
  display: block;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
}

.nav-link {
  color: #fcfbf8;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Neue Haas Grotesk Text Pro, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav-button-wrapper {
  width: 10%;
  min-width: 200px;
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 100%;
  padding: 12px 24px;
  font-family: Neue Haas Grotesk Text Pro, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.cta-button.expert-button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #0000001a;
  font-family: Neue_Haas_Grotesk_Display_Pro_45_Light, Georgia, sans-serif;
  font-weight: 400;
}

.button-primary.cta-button.expert-button:hover {
  background-color: #ffffff2b;
}

.button-primary.cta-button.expert-button.nav-button-pc-laptop-expert-button {
  letter-spacing: 0;
  border-style: none;
  width: 161px;
  height: 48px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-weight: 400;
}

.menu-button {
  width: 10%;
}

.header-main {
  z-index: 5000;
  width: 100%;
  position: sticky;
  top: 0;
}

.header-main.mobile {
  display: none;
}

.section {
  background-image: url('../images/693048fc45f437d3a5f2158e_fc30d19ba3211b5f84158d4f2bb744fcca5de594-1_11zon-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: -91px;
  padding-top: 0%;
  padding-bottom: 0;
}

.image {
  object-fit: cover;
  width: 90px;
}

.button {
  text-align: center;
  letter-spacing: 0;
  background-color: #344966;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: #293a51;
}

.container-2 {
  z-index: 5;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.image-2 {
  margin-top: 0;
  position: absolute;
  bottom: 44px;
}

.code-embed {
  background-color: #000;
  width: 100%;
  height: 100%;
  font-family: Neue Haas Grotesk Text Pro, Arial, sans-serif;
}

.heading-2 {
  color: #344966cc;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 264px;
  margin-bottom: 197px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.homepage-body {
  background-color: #fcfbf8;
}

.container-3 {
  max-width: 1192px;
}

.heading-3 {
  color: #293a51;
  text-align: center;
  letter-spacing: -1.56px;
  font-family: "P 22 Mackinacpro Book 25", Arial, sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.paragraph-3 {
  color: #344966;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.heading-4 {
  color: #fcfbf8;
  letter-spacing: -.96px;
  font-family: "P 22 Mackinacpro Book 25", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

.paragraph-4 {
  color: #fcfbf8;
  letter-spacing: .02em;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-3 {
  background-image: linear-gradient(#1414134d, #14141333), url('../images/bd833b5fddfed82d95e1d847a0ebad9f433ca024.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 32px;
  width: 33%;
  height: 449px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.div-block-3.center-card-plus-margin {
  background-image: linear-gradient(#1414134d, #14141333), url('../images/2.png');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  margin-left: 16px;
  margin-right: 16px;
}

.div-block-3.div-block-3-card {
  background-image: linear-gradient(#1414134d, #14141333), url('../images/3.png');
  background-position: 0 0, 100% 76%;
  background-repeat: repeat, repeat;
}

.div-block-3.card-1 {
  background-image: linear-gradient(#1414134d, #14141333), url('../images/1.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.image-3 {
  width: 48px;
  height: 48px;
  margin-top: 230px;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.section-2 {
  margin-top: 120px;
}

.container-4 {
  max-width: 1192px;
}

.tabs-menu {
  z-index: 100;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 36px;
  display: flex;
}

.tab-link-tab-3 {
  color: #8e8a83;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-3.w--current {
  color: #4a4b50;
  background-color: #f2f1ed;
}

.tab-link-tab-3.tab-link.autoplay-tab-custom {
  padding-left: 50px;
  padding-right: 50px;
}

.tab-link-tab-3.tab-link.autoplay-tab-custom.w--current {
  border: 2px solid #fcfcea;
}

.tab-menu-text {
  font-size: 16px;
}

.tab-link-tab-4 {
  height: 75px;
}

.tab-link-tab-4.w--current {
  color: #8e8a83;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-4.tab-link {
  color: #8e8a83;
  letter-spacing: -.02em;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-4.tab-link.w--current {
  color: #4a4b50;
  background-color: #f2f1ed;
}

.tab-link-tab-4.tab-link.autoplay-tab-custom {
  border: 2px solid #fcfcea;
  padding-left: 50px;
  padding-right: 50px;
}

.background-video-4 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 120px;
}

.background-video-9, .background-video-8 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tab-pane-tab-3 {
  object-fit: cover;
}

.tab-link-tab-2 {
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.tab-link-tab-2.tab-normal {
  color: #8e8a83;
  background-color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.tab-link-tab-2.tab-normal.w--current {
  color: #4a4b50;
  background-color: #f2f1ed;
}

.tab-link-tab-2.tab-normal.tab-link.autoplay-tab-custom {
  border: 2px solid #fcfcea;
  padding-left: 50px;
  padding-right: 50px;
}

.tab-link-tab-1 {
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.tab-link-tab-1.w--current {
  vertical-align: baseline;
}

.tab-link-tab-1.tab-normal {
  color: #8e8a83;
  letter-spacing: -.02em;
  background-color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.tab-link-tab-1.tab-normal.w--current {
  color: #4a4b50;
  background-color: #f2f1ed;
}

.tab-link-tab-1.tab-normal.tab-link.autoplay-tab-custom {
  border: 2px solid #fcfcea;
  padding-left: 50px;
  padding-right: 50px;
}

.tab-link-tab-1.tab-normal.tab-link.autoplay-tab-custom.w--current {
  padding-left: 50px;
  padding-right: 50px;
}

.tab-pane-tab-4 {
  object-fit: cover;
  position: relative;
}

.tabs-content {
  z-index: 1000;
}

.background-video-7 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs {
  display: flex;
}

.tabs-menu-2 {
  width: 35%;
}

.tabs-content-2 {
  width: 55%;
}

.code-embed-2 {
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
}

.container-5 {
  max-width: 1192px;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1192px;
  display: flex;
}

.dropdown {
  border-bottom: 1.5px solid #3449661a;
  width: 100%;
  max-width: 966px;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
}

.dropdown-toggle.w--open {
  border-bottom: 1.5px #3449661a;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: #fff0;
}

.heading-5 {
  text-align: center;
  font-family: "P 22 Mackinacpro Book 25", Arial, sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
}

.code-embed-3 {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "P 22 Mackinacpro", Arial, sans-serif;
}

.paragraph-5 {
  font-family: "P 22 Mackinacpro Book 25", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block {
  color: #293a51;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  font-size: 20px;
}

.paragraph-6 {
  color: #344966b3;
  margin-top: -20px;
  margin-bottom: 24px;
  padding-left: 20px;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  font-size: 18px;
}

.image-4 {
  display: block;
}

.image-4.icon-minus {
  display: none;
}

.image-5, .image-5.icon-plus {
  display: block;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.section-3 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#14141373, #14141361);
  background-position: 0 0;
  background-clip: border-box;
  min-height: 810px;
}

.container-7 {
  max-width: 1192px;
}

.image-6 {
  width: 56px;
  max-width: 56px;
  height: 24px;
}

.div-block-5 {
  border-bottom: 1.5px solid #fcfbf81a;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #fcfbf8;
  letter-spacing: 1px;
  margin-left: 0;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  text-decoration: none;
}

.text-block-2 {
  color: #fcfbf8cc;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
}

.link-2 {
  color: #fcfbf8cc;
  margin-left: 24px;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  text-decoration: none;
}

.link-3 {
  color: #fcfbf8;
  letter-spacing: 1px;
  padding-right: 28px;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  text-decoration: none;
  display: none;
}

.link-4 {
  color: #fcfbf8cc;
  font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  text-decoration: none;
}

.div-block-7 {
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.image-7 {
  margin-bottom: 10px;
}

.section-4 {
  margin-top: 120px;
  margin-bottom: 120px;
  display: none;
}

.div-block-8 {
  padding-top: 40px;
  padding-bottom: 64px;
}

.background-video-10 {
  min-height: 810px;
}

.background-video-10.hero-video {
  height: 105vh;
  display: none;
}

.section-5 {
  display: block;
}

.container-8 {
  max-width: 1280px;
}

.header-pc-laptop {
  z-index: 5000;
  padding-top: 32px;
  position: sticky;
  top: 0;
}

.image-8 {
  width: 100%;
  height: 35px;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  display: flex;
}

.link-5 {
  z-index: 1000;
  color: #fcfbf8;
  margin-left: 40px;
  padding-left: 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.link-5:hover {
  z-index: 2147483647;
  outline-offset: 0px;
  text-underline-offset: 6px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: auto;
  outline: 3px #fcfbf8;
  margin-left: 40px;
  padding-left: 0;
  text-decoration: none;
  position: relative;
}

.div-block-11 {
  z-index: 5000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.code-embed-4 {
  margin-left: 40px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
}

.section-6 {
  display: none;
}

.container-9 {
  max-width: 966px;
}

.section-7 {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (min-width: 1440px) {
  .tab-link-tab-3.tab-link.autoplay-tab-custom, .tab-link-tab-4.tab-link.autoplay-tab-custom {
    border: 2px solid #fcfcea;
    padding-left: 60px;
    padding-right: 60px;
  }

  .background-video-4, .background-video-9 {
    aspect-ratio: 16 / 9;
  }

  .background-video-8 {
    aspect-ratio: 16 / 9;
    object-fit: fill;
  }

  .tab-link-tab-2.tab-normal.tab-link.autoplay-tab-custom {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tab-link-tab-1.tab-normal.tab-link.autoplay-tab-custom.w--current {
    border: 2px solid #fcfcea;
    padding-left: 60px;
    padding-right: 60px;
  }

  .background-video-7 {
    aspect-ratio: 16 / 9;
    object-fit: fill;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow {
    top: 10px;
  }

  .navbar-no-shadow-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    width: 100%;
    margin-top: -70px;
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000004d;
    border-radius: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 350px;
    padding-top: 90px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .button-primary.cta-button.expert-button {
    display: block;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .header-main.mobile {
    display: none;
  }

  .icon {
    color: #fff;
  }

  .container-3, .code-embed-2, .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    display: none;
  }

  .section-6 {
    display: block;
  }

  .code-embed-5 {
    display: none;
  }

  .code-embed-6 {
    width: 100%;
    font-family: "Nhaasgrotesktxpro 55 Rg", Arial, sans-serif;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    border-radius: 32px;
    width: 100%;
    height: 350px;
    margin-top: -70px;
    padding-left: 0;
  }

  .nav-menu {
    border-radius: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 350px;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary.cta-button.expert-button.expert-button-mobile {
    display: block;
  }

  .header-main.mobile {
    display: none;
  }

  .div-block-3.center-card-plus-margin, .div-block-3.div-block-3-card {
    width: 95%;
  }

  .div-block-3.card-1 {
    width: 95%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .section-4 {
    display: none;
  }

  .section-6 {
    z-index: 2000;
    width: 100%;
    display: block;
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 48px;
    line-height: 50px;
  }

  .heading.footer-h {
    font-size: 40px;
    font-weight: 400;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.footer-p {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
    font-weight: 400;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    width: 56px;
  }

  .nav-menu-wrapper {
    z-index: 500;
    border-radius: 32px;
    width: 100%;
    max-width: 441px;
    height: 350px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    z-index: 2000;
    background-color: #0000004d;
    border-radius: 32px;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 441px;
    height: 350px;
    margin-top: 0;
    position: relative;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-button-wrapper.nav-button-wrapper-desktop {
    display: none;
  }

  .button-primary.cta-button.expert-button.expert-button-mobile {
    display: block;
  }

  .menu-button {
    color: #fcfbf8;
    width: 40px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #a6b1bf00;
  }

  .image {
    z-index: 1000;
    position: relative;
  }

  .button {
    font-size: 14px;
  }

  .image-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    z-index: 1000;
    display: block;
    position: relative;
  }

  .heading-2 {
    font-family: Neue_Haas_Grotesk_Text_Pro_55_Roman, Arial, sans-serif;
  }

  .heading-3 {
    font-size: 36px;
    font-weight: 400;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .heading-4 {
    margin-top: 10px;
    font-size: 26px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .div-block-3.center-card-plus-margin, .div-block-3.div-block-3-card {
    height: 400px;
  }

  .div-block-3.card-1 {
    max-width: none;
    height: 400px;
  }

  .image-3 {
    margin-top: 165px;
  }

  .tabs-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-3.tab-link.autoplay-tab-custom {
    border: 2px solid #fcfcea;
    width: 50%;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-3.tab-link.autoplay-tab-custom.w--current {
    width: 50%;
  }

  .tab-link-tab-4.tab-link.autoplay-tab-custom {
    border: 2px solid #fcfcea;
    width: 50%;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-video-4 {
    height: auto;
    margin-bottom: 0;
  }

  .background-video-9, .background-video-8 {
    height: auto;
  }

  .tab-pane-tab-1, .tab-pane-tab-3 {
    height: 300px;
  }

  .tab-link-tab-2.tab-normal.tab-link.autoplay-tab-custom {
    width: 50%;
    height: 60px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.tab-normal.tab-link.autoplay-tab-custom {
    border: 2px solid #fcfcea;
    width: 50%;
    height: 60px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-tab-4, .tab-pane-tab-2 {
    height: 300px;
  }

  .tabs-content, .background-video-7 {
    height: auto;
  }

  .heading-5 {
    text-align: center;
    font-family: "P 22 Mackinacpro Book 25", Arial, sans-serif;
    font-size: 36px;
  }

  .paragraph-6 {
    padding-right: 20px;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .image-6 {
    margin-bottom: 20px;
  }

  .div-block-5 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .link {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .text-block-2 {
    margin-top: 16px;
  }

  .link-3 {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-7 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .image-7 {
    margin-bottom: 20px;
  }

  .div-block-8 {
    background-color: #fcfbf8;
    padding-top: 5px;
    padding-bottom: 10px;
    position: static;
    top: 0;
  }

  .list-item {
    margin-top: 60px;
  }

  .div-block-9 {
    text-align: center;
  }

  .background-video-10 {
    height: 100%;
  }
}


@font-face {
  font-family: 'P 22 Mackinacpro';
  src: url('../fonts/P22MackinacPro-Medium_26.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk Text Pro';
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Display_Pro_65_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'P 22 Mackinacpro Book 25';
  src: url('../fonts/P22MackinacPro-Book_25.otf') format('opentype'), url('../fonts/P22MackinacPro-Book_25.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue_Haas_Grotesk_Text_Pro_55_Roman';
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Text_Pro_55_Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue_Haas_Grotesk_Display_Pro_45_Light';
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Display_Pro_45_Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue_Haas_Grotesk_Display_Pro_35_Extra_Light';
  src: url('../fonts/fonnts.com-Neue_Haas_Grotesk_Display_Pro_35_Extra_Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 55 Rg';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 65 Md';
  src: url('../fonts/NHaasGroteskTXPro-65Md.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}