:root {
  --blue: #3091cf;
  --black: black;
  --white: white;
  --midnight-blue: #151c34;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #2d3958;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

a {
  color: var(--blue);
  text-decoration: underline;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.slider-left {
  min-width: 140px;
  color: var(--black);
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.tab-button {
  min-width: 140px;
  color: #7540ee;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #7540ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 35px;
  text-decoration: none;
  display: flex;
}

.tab-button.w--current {
  color: var(--white);
  background-color: #7540ee;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 1px 1px 35px #ebecf0;
}

.content-section {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  overflow: hidden;
}

.slides {
  width: 100%;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard-tab {
  width: 280px;
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.tab-image {
  width: 34px;
  margin-right: 12px;
}

.tabs-menu {
  max-width: 1140px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.load-bar-base {
  height: 4px;
  max-width: 220px;
  background-color: rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabs-content {
  overflow: visible;
}

.load-bar {
  width: 0%;
  height: 4px;
  background-color: #fff;
}

.paragraph {
  color: #7b88a8;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.heading {
  color: #02044a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 60px;
}

.content-section-copy {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tabs {
  width: 100%;
}

.slider-base {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-background {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), var(--image-3f727bda);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-background.background-02 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), var(--image-3f80935b);
}

.slider-background.background-03 {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .6)), var(--image-3f727bda);
}

.slider-heading {
  z-index: 9;
  max-width: 740px;
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.text-span {
  color: rgba(255, 255, 255, .6);
}

.navigation-flowbase {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 2%;
  display: flex;
  box-shadow: 34px 34px 74px rgba(56, 50, 124, .08);
}

.navigation-link-flowbase {
  align-items: center;
  display: flex;
}

.container-flowbase {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  margin-right: 0;
}

.logo-mark-flowbase {
  width: 45px;
  margin-right: 16px;
}

.column-grey-flowbase {
  background-color: #f9f9fa;
  padding: 20px 16px 14px;
}

.navigation-menu-flowbase {
  width: auto;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.html-embed {
  height: 320px;
}

.toggle-flowbase {
  color: #fff;
  padding: 10px 20px 10px 10px;
}

.toggle-flowbase.w--open {
  color: #fff;
}

.nav-grid-flowbase {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  min-width: 440px;
  background-color: #fff;
  top: 72px;
  box-shadow: 37px 37px 62px -23px rgba(32, 26, 61, .08);
}

.text-link-flowbase {
  color: #8687a8;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.text-link-flowbase:hover {
  color: #212350;
}

.column-flowbase {
  padding: 20px 16px;
}

.button-clone-flowbase {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #7839f3;
  border-radius: 10px;
  margin-left: 10px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .3s;
}

.button-clone-flowbase:hover {
  transform: translate(0, -2px);
}

.dropdown-flowbase {
  background-color: #7839f3;
  border-radius: 10px;
  padding: 2px 7px 2px 2px;
}

.banner-flowbase {
  min-height: 55px;
  color: #fff;
  background-color: #8c54ff;
  background-image: var(--image-i62461076);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 8px 3%;
  display: flex;
}

.banner-content-flowbase {
  justify-content: center;
  align-items: center;
  display: flex;
}

.badge-flowbase {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6f42cc;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 15px;
  font-size: 12px;
}

.banner-text-flowbase {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-weight: 400;
}

.banner-link {
  color: #fff;
  text-decoration: none;
}

.clone-button {
  background-color: #7839f3;
  border-radius: 500px;
  margin-top: 32px;
  padding: 20px 38px;
  transition: all .35s;
}

.clone-button:hover {
  transform: translate(0, -4px);
}

.nav-divider {
  width: 1px;
  height: 21px;
  border-right: 1px dotted #8c8f93;
  margin-left: 20px;
  margin-right: 5px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  height: 20px;
}

.nav-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav05_social_icon {
  color: #fff;
}

.nav-brand {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #cececf;
  font-size: 10px;
  display: block;
}

.nav05_social_link {
  color: #4e5d78;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 11px;
  text-decoration: none;
  display: flex;
}

.b4-bar-2 {
  width: 32px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.nav-menu-wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.burger-4 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px rgba(40, 7, 128, .15);
}

.b4-bar3 {
  width: 18px;
  height: 2px;
  float: right;
  background-color: #fff;
  border-radius: 2px;
}

.navbar {
  z-index: 800;
  width: 100%;
  height: 85px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.link-text-hov {
  color: #fff;
  font-size: 10px;
}

.nav-text-wrap {
  height: 14px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.nav-link {
  color: #8c8f93;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.b4-bar1 {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.icon-scroll {
  width: 25px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 25px;
  position: relative;
}

.scroll-dot {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.button-text {
  margin-right: 8px;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-section-2 {
  padding: 142px 4%;
  position: relative;
}

.content-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.bg-block-grey {
  z-index: -1;
  min-height: 25%;
  background-color: #f5f5f5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-large {
  max-width: 520px;
  font-size: 18px;
}

.content-image {
  width: 100%;
  box-shadow: 0 62px 54px rgba(0, 0, 0, .25);
}

.button-dark {
  color: #fff;
  background-color: #000;
  border-top-right-radius: 20px;
  align-items: center;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.title-line {
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  background-color: var(--blue);
  background-image: none;
  border-radius: 20px;
  margin-bottom: 12px;
}

.container-large {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.content-h2 {
  margin-bottom: 32px;
}

.bg-block-top-grey {
  z-index: -1;
  min-height: 25%;
  background-color: #f5f5f5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-grid-reverse {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: end;
}

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

.text-block-2 {
  color: var(--blue);
  margin-bottom: 10px;
  font-size: 20px;
}

.paragraph-2 {
  color: #747474;
  font-size: 16px;
  line-height: 30px;
}

.heading-1 {
  margin-bottom: 0;
}

.subheading-1 {
  color: var(--blue);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  font-weight: 300;
}

.body {
  color: #7a7a7a;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image {
  display: block;
}

.f03_title {
  color: #fff;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 500;
}

.f03_footer_wrap {
  padding-top: 35px;
}

.f03_container {
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.f03_logo_link {
  flex-direction: column;
  display: block;
}

.footer-v2 {
  background-color: #1b1b1b;
  padding: 100px 5%;
}

.footer-grid-5 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
}

.f03_link {
  color: rgba(255, 255, 255, .69);
  margin-bottom: 11px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.f03_link:hover {
  color: var(--white);
  transform: translate(5px);
}

.f03_h4 {
  max-width: 480px;
  color: #fff;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 38px;
  display: block;
}

.f03_column {
  flex-direction: column;
  display: flex;
}

.f03_button {
  min-height: 48px;
  min-width: 150px;
  color: var(--blue);
  letter-spacing: 1px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.f03_button:hover {
  background-color: var(--blue);
  color: var(--white);
  transform: translate(0, -5px);
}

.f03_text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.f03_top_wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 35px;
  display: flex;
}

.t03_slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: block;
}

.t03_card {
  z-index: 10;
  width: 100%;
  min-height: 360px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 50px rgba(193, 199, 208, .48);
}

.t03_text_block {
  color: #66748d;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.t03_slider_nav {
  display: none;
}

.t03_avatar_02 {
  width: 65px;
  height: 65px;
  background-image: var(--image-i33eeeeb);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 14px 14px 40px 7px #ebecf0;
}

.t03_slide {
  height: auto;
}

.t03_avatar_01 {
  width: 65px;
  height: 65px;
  background-image: var(--image-i34d066c);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #fff;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 14px 14px 40px 7px #ebecf0;
}

.t03_icon {
  width: auto;
  color: #000;
}

.t03_logo {
  width: 250px;
  margin-bottom: 5px;
}

.t03_name_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.t03_mask {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.t03_slider_arrow_02 {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  font-size: 15px;
  top: 170%;
  bottom: 0%;
  right: 35%;
}

.t03_author_wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.t03_container {
  max-width: 1140px;
  flex: 1;
  position: relative;
}

.t03_slider_arrow {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  font-size: 17px;
  top: 170%;
  bottom: 0%;
  left: 35%;
  right: auto;
}

.t03_name {
  color: #4e5d78;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.t03 {
  min-height: 800px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.testimonials-text {
  text-align: center;
}

.cta05 {
  min-height: 480px;
  background-color: var(--blue);
  background-image: var(--image-i5fb42be6);
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta05_container {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta05_title_wrap {
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta05_title {
  max-width: 500px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.cta05_h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.cta05_button_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta05_button {
  width: 100%;
  max-width: 240px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #0a1f44;
  border-radius: 50px;
  margin-bottom: 15px;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 500;
}

.cta05_text_light {
  color: #f5f7fd;
  font-size: 13px;
  line-height: 18px;
}

.t06_icon {
  color: #fff;
  font-size: 17px;
}

.t06_arrow_right {
  width: 50px;
  height: 50px;
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.t06_avatar_05 {
  width: 44px;
  height: 44px;
  background-image: var(--image-i6a61adac);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_card {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.t06_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.t06_slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.t06_mask {
  width: 30%;
  overflow: visible;
}

.t06_stars_wrap {
  margin-bottom: 10px;
}

.t06_card_base {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem rgba(193, 199, 208, .23);
}

.t06_arrow_left {
  width: 50px;
  height: 50px;
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 80px;
}

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

.t06_team_wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.t06_author_wrap {
  padding-left: 10px;
}

.t06_avatar {
  width: 44px;
  height: 44px;
  background-image: var(--image-i330d76a);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_star {
  width: 16px;
  margin-right: 6px;
}

.t06_job {
  color: #8a94a6;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
}

.t06_avatar_04 {
  width: 44px;
  height: 44px;
  background-image: var(--image-i322bfe9);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_slider_nav {
  margin-right: 34px;
}

.t06_avatar_02 {
  width: 44px;
  height: 44px;
  background-image: var(--image-i35b1ded);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_name {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t06_avatar_03 {
  width: 44px;
  height: 44px;
  background-image: var(--image-i33eeeeb);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.slider-subheading {
  z-index: 9;
  max-width: 740px;
  color: #a8d8ee;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  position: relative;
}

.address-link {
  color: rgba(255, 255, 255, .69);
  margin-bottom: 11px;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.address-link:hover {
  color: var(--white);
  transform: translate(5px);
}

.columns-4 {
  background-color: #131313;
}

.section {
  background-color: #0c0c0c;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.footer-footer-link {
  color: rgba(255, 255, 255, .69);
  font-size: 10px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.footer-footer-link:hover {
  color: var(--white);
  transform: translate(5px);
}

.container-2 {
  max-width: 1200px;
  justify-content: space-between;
  display: block;
}

.columns-5 {
  flex-direction: row;
  justify-content: space-between;
  display: block;
}

.column {
  justify-content: flex-end;
  display: flex;
}

.footer-footer-spacer {
  width: 25px;
}

.column-2 {
  align-items: center;
  display: block;
}

.div-block-3 {
  width: 50px;
  height: 2px;
  background-color: var(--blue);
  margin-top: 10px;
  margin-bottom: 15px;
}

.f09_link_wrap {
  align-items: center;
  margin-bottom: 9px;
  text-decoration: none;
  display: flex;
}

.f09_icon {
  margin-right: 10px;
}

.f09_text {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
}

.section-2 {
  height: 220px;
}

.image-2 {
  height: 150px;
  display: block;
}

.section-3 {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .43), #353535), var(--image-78b1a018);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.spacer-2 {
  height: 25px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.question-title {
  color: #0b1033;
  font-size: 16px;
  line-height: 24px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.faq-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.highlight {
  color: #784fe0;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-3 {
  color: #445567;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 28px;
}

.animation {
  width: 60px;
  height: 60px;
}

.lottie-animation {
  width: 20px;
}

.paragraph-green-60 {
  color: rgba(24, 64, 67, .6);
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 22px;
}

.stick-side-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.category-link {
  width: 100%;
  color: rgba(24, 64, 67, .6);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.container-blog {
  max-width: 1200px;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.subscribe-form-input-blog {
  color: #184043;
  margin-top: 12px;
  margin-bottom: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.button-green {
  color: #fff;
  background-color: #184043;
  padding: 18px 42px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.categories-container {
  margin-bottom: 24px;
}

.blog-logo {
  height: 200px;
  margin-bottom: 30px;
}

.left-column {
  width: 100%;
}

.content-section-blog {
  padding: 120px 3% 100px;
}

.h3-semibold {
  color: #184043;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.title-large {
  color: #184043;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.right-column {
  width: 100%;
}

.blog-text-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subtitle {
  color: rgba(24, 64, 67, .6);
  margin-bottom: 12px;
  font-size: 16px;
}

.project-link {
  text-decoration: none;
  position: relative;
}

.article {
  margin-bottom: 100px;
  position: relative;
}

.tag-name {
  color: #184043;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.blog-image-wrapper {
  height: 320px;
  margin-bottom: 32px;
  overflow: hidden;
}

.blog-image-wrapper.large-image {
  height: 300px;
}

.image-latest-article {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 15px;
  overflow: hidden;
}

.tag {
  background-color: #fff;
  padding: 12px 24px;
  display: inline-block;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blog-heading-title-card {
  color: var(--midnight-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
}

.collection-item {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-button {
  min-height: 48px;
  background-color: var(--blue);
  color: var(--white);
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.blog-button:hover {
  background-color: var(--blue);
  color: var(--white);
  transform: translate(0, -5px);
}

.image-latest-article-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-section-large {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.scratch-wrapper {
  max-width: 570px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.section-title {
  z-index: 5;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  position: static;
}

.scratch-image-2 {
  z-index: 1;
  min-width: 420px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.section-subtitle {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.blog-section {
  padding-bottom: 100px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.div-block {
  z-index: -1;
  height: 280px;
  background-color: var(--midnight-blue);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-small {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.blog-details {
  background-color: rgba(24, 64, 67, .05);
  justify-content: space-between;
  margin-bottom: 32px;
  padding: 24px;
  font-weight: 500;
  display: flex;
}

.lnd_card_template_buy {
  background-color: #7540ee;
  background-image: var(--image-caffb0c);
  background-position: 0 0;
  background-size: 300%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  box-shadow: 1px 1px 25px #ebecf0;
}

.lnd_card_text_wrap_02 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.lnd_h6_white {
  color: rgba(255, 255, 255, .63);
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.lnd_card_title_white {
  color: #f5f7fd;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 12px;
}

.lnd_btn_02 {
  min-height: 35px;
  box-shadow: none;
  color: #38cb89;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e9f9f0;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.lnd_btn_02:hover {
  background-color: #ddf3e7;
}

.lnd_card_link {
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lnd_card_text_wrap_02-2 {
  height: 100%;
  background-color: var(--blue);
  background-image: var(--image-i5fb42be6);
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.div-block-4 {
  height: 200px;
}

.f06_social_wrap {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.f06_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f06_social_icon {
  width: 15px;
}

.f06_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f06_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.container-3 {
  justify-content: center;
  display: flex;
}

.section-3-copy {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .43), #353535), var(--image-78b1a018);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.blog-section-header {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .43), #353535), var(--image-4c826d7b);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.lnd_link_text {
  color: #4e5d78;
  text-align: center;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
}

.lnd_service_icon {
  width: 40px;
  background-color: var(--white);
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 20px;
  right: 0%;
}

.lnd_span {
  color: #0a1f44;
  font-weight: 500;
}

.lnd_title {
  max-width: 500px;
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.lnd_paragraph_04 {
  max-width: 240px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 25px;
}

.lnd_h2 {
  color: #192063;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 29px;
}

.lnd_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 35px;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.lnd_link_wrap {
  max-width: 340px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.lnd_services {
  width: 100%;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.lnd_content {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5%;
}

.lnd_service_wrap {
  width: 30%;
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 25px 25px;
  transition: all .2s;
  display: block;
  position: relative;
}

.lnd_service_wrap:hover {
  border-color: #38cb89;
}

.lnd_title_wrap {
  margin-bottom: 55px;
}

.lnd_link_arrow {
  width: 15px;
  filter: invert();
}

.lnd_container_flex {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.lnd_check_wrap {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.lnd_paragraph_02 {
  max-width: 560px;
  color: #4e5d78;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-4 {
  text-align: center;
}

.paragraph-centre {
  color: #7b88a8;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.compliance-header {
  height: 250px;
  background-image: linear-gradient(rgba(0, 0, 0, .43), #353535), var(--image-i420306f5);
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.compliance-section {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 5% 10px;
}

.hero {
  background-color: #0c1d27;
  background-image: linear-gradient(102deg, #08080a 8%, rgba(12, 20, 37, .05)), var(--image-i7edc15e1);
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero.inner {
  height: auto;
  padding-top: 136px;
  padding-bottom: 136px;
}

.hero.inner.contact {
  background-image: linear-gradient(102deg, #08080a 8%, rgba(12, 20, 37, .05)), var(--image-4c826d7b);
  justify-content: center;
}

.hero.inner._404 {
  background-image: linear-gradient(102deg, #08080a 8%, rgba(12, 20, 37, .05)), var(--image-39627527);
  justify-content: center;
}

.hero-div-holder {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-div-holder.inner.contact {
  flex-direction: row;
  align-items: center;
  margin-left: 10%;
  margin-right: 4%;
  display: flex;
}

.content-holder {
  width: 50%;
  flex: none;
  align-self: center;
  margin-left: 10%;
  margin-right: 0%;
}

.content-holder.contact {
  margin-left: 0%;
}

.form-success {
  color: #fff;
  text-align: center;
  background-color: #e9215a;
  border-radius: 4px;
  padding-top: 85px;
  padding-bottom: 85px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.form-style {
  width: 100%;
  height: 50px;
  color: #394650;
  border: 1px solid rgba(167, 179, 185, .37);
  border-radius: 2px;
  margin-bottom: 15px;
}

.form-style.text-area {
  height: 100px;
}

.form-label-2 {
  color: #11244d;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}

.form-wrap-2 {
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
  box-shadow: 0 1px 16px rgba(80, 94, 107, .13);
}

.body-paragraphy {
  line-height: 24px;
}

.body-paragraphy.light {
  color: #e0e7f0;
}

.body-paragraphy.light.inner-subhead {
  width: 80%;
  text-align: left;
  font-size: 20px;
}

.form-holding-div {
  background-color: rgba(10, 3, 3, .78);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 10px 25px;
  display: flex;
  position: static;
}

.btn {
  text-align: center;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  margin-top: 30px;
  padding: 20px 50px 14px;
  font-size: 16px;
  font-weight: 800;
  transition: background-color .3s;
}

.btn:hover {
  background-color: #fd3fb3;
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .15)), linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
}

.btn.form-button {
  margin-top: 10px;
}

.btn.form-button.inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.nav {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-image: linear-gradient(45deg, #fd3fb3, #fd3f81 31%, #fd3e4f 78%, #fd3e4f);
  margin-top: -3px;
  margin-bottom: -5px;
  margin-left: 20px;
  padding: 10px 16px 6px;
  font-size: 12px;
  font-weight: 500;
}

.btn.nav.w--current {
  z-index: -1;
  opacity: .5;
  filter: grayscale();
  position: relative;
}

.white-heading {
  text-align: center;
  text-shadow: none;
  margin: 0 0 20px;
  font-size: 72px;
  font-weight: 900;
  line-height: 82px;
}

.white-heading.inner {
  color: var(--white);
  text-align: left;
  font-size: 52px;
  line-height: 72px;
}

.row-1-form-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.form-col-ful {
  width: 100%;
  margin-left: 10px;
  position: relative;
}

.field-label-flash {
  color: #2b2b33;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .7rem;
  font-style: normal;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.form-field-text {
  height: 40px;
  padding: 20px;
}

.row-2-wrap {
  margin-bottom: 10px;
  display: flex;
}

.form-disclaimer {
  color: #888;
  text-align: left;
  margin-top: 20px;
  font-size: 1em;
  line-height: 140%;
}

.links {
  color: var(--blue);
  text-decoration: none;
}

.form-button {
  width: 100%;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  transition: all .2s;
}

.form-button:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  transform: translate(0, -5px);
}

.message-field {
  height: 6rem;
  padding: 20px;
}

.form-slide {
  width: 100%;
  flex: none;
  margin-right: 40px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.radio-buttons {
  width: 100%;
  flex: none;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.text-field-done {
  width: 1px;
  height: 1px;
  border: 2px solid var(--blue);
  opacity: 0;
  background-color: rgba(48, 145, 207, .15);
  background-image: var(--image-i62d07bba);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-area-wrapper {
  width: 100%;
  min-height: 120px;
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.radio-button-label {
  display: none;
}

.form-back {
  width: 48%;
  min-height: 60px;
  border: 2px solid var(--blue);
  color: var(--blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(48, 145, 207, .06);
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .3);
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, .6);
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.form-step {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.form-step.last-step {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.checkbox {
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  border-radius: 7px;
  flex: none;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: rgba(0, 0, 0, .15);
}

.checkbox.w--redirected-checked {
  background-color: rgba(127, 88, 226, .3);
  background-image: var(--image-i62d07bba);
  background-size: 16px;
  border-color: rgba(127, 88, 226, .5);
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: rgba(127, 88, 226, .5);
}

.radio-button-field {
  width: 48%;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.step-number {
  width: 100%;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

.radiobutton {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 50%;
  flex: none;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: rgba(0, 0, 0, .15);
}

.radiobutton.w--redirected-checked {
  background-color: rgba(127, 88, 226, .3);
  border-width: 9px;
  border-color: rgba(127, 88, 226, .5);
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: rgba(127, 88, 226, .5);
}

.area-label {
  z-index: 1;
  color: rgba(0, 0, 0, .3);
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.field-label {
  z-index: 1;
  color: rgba(0, 0, 0, .3);
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: relative;
  top: 0;
}

.slide-nav {
  display: none;
}

.text-area {
  height: 100%;
  min-height: 200px;
  color: #7f58e2;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 0;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-area:hover {
  border-color: rgba(0, 0, 0, .15);
  display: block;
}

.text-area:focus {
  border-color: rgba(127, 88, 226, .5);
}

.text-field-wrapper {
  width: 100%;
  text-align: left;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 19px 2px 15px;
  display: flex;
  position: relative;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.form-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-next {
  width: 48%;
  min-height: 60px;
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .6);
}

.form-next:active {
  border: 1px #000;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-block {
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, .2);
}

.form-button-2 {
  width: 100%;
  min-height: 70px;
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.form-button-2:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .6);
}

.form-button-2:active, .form-button-2:focus {
  border: 1px #000;
}

.form {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 16px;
}

.fields-group {
  width: 100%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-field {
  min-height: 60px;
  color: var(--blue);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field:hover {
  border-color: rgba(0, 0, 0, .15);
  display: block;
}

.text-field:focus {
  border-color: rgba(127, 88, 226, .5);
}

.button {
  min-height: 60px;
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button:hover {
  letter-spacing: 3px;
}

.button:active {
  border: 1px #000;
}

.radio-button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button:hover {
  background-color: rgba(127, 88, 226, .2);
}

.radio-button.w--redirected-checked {
  background-color: rgba(127, 88, 226, .3);
  border: 2px solid rgba(127, 88, 226, .5);
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: var(--image-61a6a76d);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: rgba(127, 88, 226, .2);
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: var(--image-61988fec);
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 0;
  padding: 30px;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, .2);
}

.columns-6 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-4 {
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--white);
}

.note {
  color: #c5387a;
  text-align: center;
  background-color: rgba(197, 56, 122, .1);
  border: 3px solid rgba(197, 56, 122, .4);
  border-radius: 20px;
  margin-top: 60px;
  padding: 60px;
  font-size: 24px;
}

.page {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.container-5 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-content {
  width: 50%;
}

.section-4 {
  flex: 1;
  padding: 120px 60px;
}

.section-4.grey {
  background-color: #fcfcfc;
  background-image: var(--image-i7f26d7f7);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-block {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.note-link {
  width: 40px;
  height: 40px;
  color: #c5387a;
  background-color: rgba(197, 56, 122, .2);
  border: 2px dashed rgba(197, 56, 122, .4);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.note-link:hover {
  background-color: rgba(197, 56, 122, .3);
}

.note-heading {
  font-size: 40px;
  font-weight: 900;
}

.form-next-2 {
  width: 48%;
  min-height: 60px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next-2:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .6);
}

.form-next-2:active {
  border: 1px #000;
}

.form-block-3 {
  max-width: 600px;
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, .2);
}

.hero-img-wrap {
  width: 40%;
  margin-top: -60px;
}

.subtitle-2 {
  max-width: 900px;
  color: #7c89a5;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.checkbox-label {
  flex-direction: column;
  display: block;
}

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

.f01_social_circle {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f01_social_icon {
  width: 15px;
}

.f01_social_circle_c {
  width: 35px;
  height: 35px;
  border: 1px solid #ebecf0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.list-item-4 {
  color: #747474;
  font-size: 15px;
  line-height: 28px;
}

.bold-text {
  font-size: 15px;
  line-height: 28px;
}

.privacy_heading_1 {
  color: #3091cf;
}

.bold-text-4, .privacy_heading_4 {
  font-size: 15px;
}

.privacy_text_2 {
  color: #747474;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-9 {
  color: #747474;
  font-size: 15px;
  line-height: 28px;
}

.privacy_heading_2 {
  color: #3091cf;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.privacy_text_4 {
  color: #747474;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}

.privacy_heading_3 {
  font-size: 15px;
}

.paragraph-7 {
  color: #747474;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}

.privacy_text1 {
  color: #747474;
  font-size: 15px;
  line-height: 28px;
}

.privacy_text_3 {
  color: #747474;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
}

.paragraph-13 {
  font-size: 15px;
  line-height: 28px;
}

.heading-17 {
  font-size: 15px;
}

.text-block-11 {
  color: #747474;
  font-size: 15px;
  line-height: 28px;
}

.heading-19 {
  color: #3091cf;
  font-weight: 300;
}

.terms_div_block {
  max-width: 100%;
}

.heading-18 {
  color: #3091cf;
}

.position {
  color: var(--blue);
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 300;
}

.logo-font {
  float: none;
  color: #00b27f;
  letter-spacing: 6px;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo-font.innerpages {
  float: left;
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 3px;
  margin-left: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  margin: 21px 18px 19px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #d8e0e3;
}

.nav-link-2.w--current {
  color: #00b27f;
  margin-top: 21px;
  margin-bottom: 19px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-2.whitenav {
  color: rgba(255, 255, 255, .96);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom-style: none;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
}

.nav-link-2.whitenav:hover {
  color: #fff;
}

.nav-link-2.whitenav.w--current {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .57);
  font-weight: 400;
}

.transparent-nav {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #dfe8eb;
  border-left: 1px #dce1e3;
  border-right: 1px #dce1e3;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 10%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-box-2 {
  border-bottom-style: none;
  margin-top: 3px;
}

.brand-box-2.w--current {
  float: left;
}

.first-two {
  border-bottom: 3px solid #fd3f81;
}

.nav-menu---dropdown {
  margin-top: 2px;
  font-size: 15px;
}

.nav03_left {
  width: 50%;
}

.nav03_right {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav03_container {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
}

.nav03_logo_image {
  margin-right: 25px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav03_button {
  max-height: 40px;
  min-height: 35px;
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border: 2px #5d3eff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.nav03_button:hover {
  color: #fff;
  background-color: #5d3eff;
}

.nav03_link {
  color: #a5a5a5;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.nav03_link:hover {
  color: #7540ee;
}

.nav03 {
  min-height: 80px;
  background-color: rgba(221, 221, 221, 0);
  flex: 1;
  align-items: center;
  margin-bottom: -90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav03_links {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: none;
}

.nav03_link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .2s;
}

.nav03_link-2:hover {
  color: #7540ee;
}

.nav03_container-2 {
  width: 100%;
  max-width: 1140px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.nav03-2 {
  min-height: 80px;
  background-color: rgba(221, 221, 221, 0);
  flex: 1;
  align-items: center;
  margin-bottom: -91px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
}

.nav03_links-2 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  display: flex;
}

.f08_social {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.f08_social:hover {
  transform: translate(0, -5px);
}

.f08_social_link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-link {
  color: rgba(255, 255, 255, .69);
  margin-bottom: 0;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.contact-link:hover {
  color: var(--white);
  transform: translate(5px);
}

.testimonials-section {
  min-height: 480px;
  background-color: #f8f7f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonails-arrows {
  color: var(--blue);
  font-size: 17px;
}

.cta05_title-dark {
  color: var(--blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.heading-1-centred {
  text-align: center;
  margin-bottom: 0;
}

.t06_icon-testimonails {
  color: #c7c7c7;
  font-size: 17px;
}

.button-2 {
  background-color: var(--blue);
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  transition: all .2s;
}

.button-2:hover {
  transform: translate(0, -5px);
}

.downloads-section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cookie-block {
  z-index: 99;
  max-width: 860px;
  min-height: 64px;
  color: #34bcd1;
  background-color: #d7f6ff;
  border: 1px solid #39e5ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 18px;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 3%;
  right: 3%;
}

.banner-wrap-left {
  width: 100%;
  max-width: 1000px;
  letter-spacing: -.02em;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.div-block-49 {
  align-items: center;
  display: flex;
}

.cookie {
  width: 22px;
  margin-right: 20px;
}

.button-cookie {
  opacity: .7;
  color: #34bcd1;
  background-color: #fff;
  border: 1px solid #39e5ff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 10px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.button-cookie:hover {
  color: #fff;
  background-color: #34bcd1;
}

.pointer {
  width: 190px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -27%;
  right: auto;
}

.dropdown-link-mobile {
  width: 100%;
  color: #283338;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  font-size: 14px;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.icon-square {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, .09);
}

.mobile-menu-subheadings {
  font-size: 16px;
}

.feature-wrap-focus {
  color: #fff;
  background-color: #ffe022;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap-focus:hover {
  background-color: #f0ac09;
}

.navigation-block-left {
  width: 30%;
  align-items: center;
  display: flex;
}

.arrow-down {
  margin-left: 5px;
}

.navigation-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  position: static;
}

.navigation-text:hover {
  color: #ffe022;
}

.apple-pay {
  height: 55px;
}

.cart-button-2 {
  background-color: rgba(0, 0, 0, 0);
}

.navigation {
  z-index: 10;
  height: 85px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  align-items: center;
  margin-bottom: -107px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.logo-image {
  width: 120px;
}

.text-block-44 {
  font-size: 16px;
}

.mobile-button-link {
  display: none;
}

.cart-header-3 {
  background-color: #000;
}

.navigation-block-right {
  align-items: center;
  display: flex;
}

.logo-cart {
  margin-bottom: 0;
}

.primary-navigation-link {
  color: rgba(255, 255, 255, .88);
  flex-direction: row;
  align-items: center;
  padding: 12px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.primary-navigation-link:hover {
  color: #ffb607;
}

.short-title {
  color: #2e3642;
  text-align: left;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.dropdown-column {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.checkout-button {
  height: 55px;
  color: #000;
  background-color: #ffe022;
  justify-content: center;
  display: flex;
}

.container-navigation {
  width: 100%;
  max-width: 1240px;
  flex: 1;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list-wrap {
  background-color: #fff;
  padding: 14px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.feature-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-11 {
  font-size: 27px;
}

.cart-line-item-2 {
  align-items: center;
}

.cart-quantity-5 {
  color: #000;
  background-color: #ffe022;
  font-size: 11px;
  font-weight: 500;
}

.mega-menu-subheading {
  max-width: 450px;
  color: #546681;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  text-decoration: none;
}

.cart-wrapper {
  z-index: 999;
}

.feature-wrap {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: rgba(19, 36, 51, .05);
}

.text-block-43 {
  font-size: 17px;
}

.navigation-link {
  color: rgba(255, 255, 255, .88);
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #ffb607;
}

.button-solid {
  min-width: 150px;
  color: #141414;
  text-align: center;
  background-color: #ffe022;
  border-radius: 7px;
  margin-left: auto;
  padding: 18px 35px;
  font-size: 16px;
  display: block;
  position: static;
}

.image-39 {
  width: 30px;
}

.feature-icon {
  width: 40px;
  margin-right: 16px;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  justify-content: center;
  margin-right: 15px;
  display: flex;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list-2.w--open {
  z-index: 7;
  width: 100%;
  min-width: 300px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 35px;
}

.dropdown-mobile {
  display: none;
}

.button-solid-2 {
  z-index: 9;
  min-width: 150px;
  color: #141414;
  text-align: center;
  background-color: #ffe022;
  border-radius: 7px;
  margin-left: auto;
  padding: 18px 35px;
  font-size: 16px;
  display: block;
  position: static;
}

.cart-icon-header {
  width: 30px;
  margin-left: 10px;
}

.link-block {
  width: 40px;
}

.navigation-text-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.navigation-text-2:hover {
  color: #ffe022;
}

.paragraph-contact {
  color: #7b88a8;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.bottom-cookie-wrapper {
  background-color: #1f1f1f;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.white-x {
  width: 17px;
  height: 17px;
  background-image: var(--image-i7197e3e7);
  background-position: 0 0;
  background-size: auto;
}

.cookie-button-bottom {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 35px;
  padding-left: 40px;
  padding-right: 40px;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.html-embed-2 {
  display: none;
}

.image-40 {
  display: block;
}

.collection-item-2 {
  width: 45%;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  position: static;
}

.collection-item-2:hover {
  transform: scale(.9);
}

.image-41 {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.collection-list-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.collection-list {
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.column-5 {
  display: block;
  position: static;
}

.lightbox-link {
  background-color: var(--white);
}

.lightbox-link-2 {
  background-color: var(--white);
  margin-bottom: 10px;
  padding: 5px;
  display: block;
}

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

.rich-text-block {
  border-top: 1px solid #cecece;
  padding-top: 20px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading-20 {
  color: var(--white);
}

._404-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  color: var(--white);
}

.hero404 {
  background-color: #0c1d27;
  background-image: linear-gradient(102deg, #08080a 8%, rgba(12, 20, 37, .05)), var(--image-i7edc15e1);
  background-position: 0 0, 50% 33%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  padding-top: 210px;
  padding-bottom: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero404.inner {
  height: auto;
  padding-top: 136px;
  padding-bottom: 136px;
}

.hero404.inner.contact {
  background-image: linear-gradient(102deg, #08080a 8%, rgba(12, 20, 37, .05)), var(--image-4c826d7b);
  justify-content: center;
}

.hero404.inner._404 {
  height: 40%;
  background-image: linear-gradient(102deg, #08080a 8%, rgba(12, 20, 37, .05)), var(--image-39627527);
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .slider-left, .tab-button {
    width: 80px;
    height: 50px;
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    padding: 7px;
  }

  .container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .pricing-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    text-align: left;
  }

  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .nav-wrapper {
    width: 100%;
    flex-direction: column;
  }

  .nav-menu-wrapper {
    margin-top: 10px;
  }

  .content-wrap {
    padding-top: 0%;
  }

  .content-section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .content-grid-reverse {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .t03_avatar_02, .t03_avatar_01 {
    background-image: var(--image-ie373e27);
  }

  .cta05_container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cta05_title_wrap {
    width: 100%;
    text-align: center;
  }

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

  .cta05_button {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .t06_mask {
    width: 60%;
  }

  .div-block-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .stick-side-bar {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .container-blog {
    grid-template-columns: 1fr;
  }

  .right-column {
    width: 100%;
  }

  .blog-text-container {
    padding-right: 0;
  }

  .lnd_service_wrap {
    width: 49%;
    min-height: 300px;
    margin-bottom: 35px;
  }

  .hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero.inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.inner.contact, .hero.inner._404 {
    height: auto;
    padding-top: 120px;
    padding-bottom: 115px;
  }

  .hero-div-holder {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 8%;
    margin-right: 8%;
  }

  .hero-div-holder.inner {
    margin-left: 6%;
    margin-right: 6%;
  }

  .hero-div-holder.inner.contact {
    flex-direction: column;
  }

  .content-holder {
    width: 100%;
    margin-left: 0%;
  }

  .body-paragraphy {
    font-size: 18px;
    line-height: 23px;
  }

  .body-paragraphy.light.inner-subhead {
    width: 90%;
  }

  .form-holding-div {
    width: 90%;
    margin-top: 76px;
    padding-left: 0%;
  }

  .btn {
    padding: 15px 40px;
    font-size: 14px;
  }

  .btn.nav {
    width: 40%;
    margin-top: 15px;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 14px;
    display: block;
  }

  .white-heading.inner {
    font-size: 50px;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .heading-2 {
    text-align: center;
  }

  .section-4 {
    padding: 100px 40px;
  }

  .hero-img-wrap {
    width: 50%;
    margin-top: 0;
  }

  .f01_social_wrap {
    justify-content: center;
  }

  .logo-font {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-2 {
    color: #48545c;
    margin-top: 21px;
    margin-bottom: 15px;
  }

  .nav-link-2:hover {
    color: #def0fc;
  }

  .nav-link-2.whitenav {
    margin-top: 14px;
    font-size: 16px;
  }

  .transparent-nav {
    padding: 10px 20px 9px;
  }

  .brand-box-2 {
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .nav-menu---dropdown {
    z-index: 5;
    height: auto;
    float: none;
    color: #363c40;
    background-color: rgba(5, 7, 22, .9);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 13px;
    padding-bottom: 35px;
    display: block;
    position: absolute;
    top: 78px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button-2 {
    color: #fff;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0 8px;
    font-size: 40px;
    line-height: 40px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: rgba(255, 0, 0, 0);
    transform: rotate(90deg);
  }

  .nav03_icon {
    color: #4e5d78;
  }

  .nav03_menu_button.w--open {
    background-color: #ebecf0;
    border-radius: 100px;
  }

  .nav03_button {
    display: none;
  }

  .nav03_link {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
  }

  .nav03_links {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .nav03_link-2 {
    width: 100%;
    min-height: 45px;
    flex: 0 auto;
  }

  .nav03_icon-2 {
    color: #4e5d78;
  }

  .nav03_links-2 {
    background-color: #fff;
    display: flex;
    box-shadow: 14px 14px 40px rgba(118, 126, 173, .08);
  }

  .pointer {
    top: auto;
    bottom: 130%;
    left: 0%;
    right: auto;
  }

  .menu-mob {
    color: #fff;
    background-color: #00accf;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .mobile-nav, .mobile-nav-2 {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .feature-wrap-focus {
    flex-direction: column;
  }

  .dropdown-link {
    width: 100%;
    min-width: 170px;
    color: #3b4c5b;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: rgba(115, 167, 212, .09);
  }

  .dropdown-link.w--current {
    color: #ffb607;
  }

  .mobile-button-link {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50px;
    padding: 17px;
    display: flex;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .dropdown-mobile {
    z-index: 999;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .mobile-dropdown-2 {
    right: 10%;
  }

  .mobile-dropdown-2.w--open {
    min-width: 270px;
    background-color: #fff;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px rgba(84, 102, 129, .13);
  }

  .column-3 {
    flex-direction: column;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-contact {
    text-align: center;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }

  .hero404 {
    height: auto;
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .hero404.inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero404.inner.contact, .hero404.inner._404 {
    height: auto;
    padding-top: 120px;
    padding-bottom: 115px;
  }
}

@media screen and (max-width: 767px) {
  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .banner-flowbase {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-wrapper {
    flex-direction: row;
  }

  .nav-menu-wrapper {
    margin-top: 0;
  }

  .nav-link {
    display: none;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid-5 {
    grid-template-rows: auto;
  }

  .f03_top_wrap {
    align-items: center;
  }

  .t03_slider_arrow_02 {
    right: 25%;
  }

  .t03_slider_arrow {
    left: 25%;
  }

  .cta05_container {
    width: 100%;
  }

  .t06_mask {
    width: 80%;
  }

  .t06_slider_nav._5 {
    right: -36%;
  }

  .t06_slider_nav._4 {
    right: -27%;
  }

  .t06_slider_nav._3 {
    right: -18%;
  }

  .t06_slider_nav._2 {
    right: -9%;
  }

  .lnd_btn_02 {
    margin-left: 15px;
  }

  .hero.inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero.inner.contact, .hero.inner._404 {
    background-position: 0 0, 2%;
    padding-top: 100px;
  }

  .hero-div-holder, .hero-div-holder.inner.contact {
    margin-left: 7%;
    margin-right: 7%;
  }

  .form-wrap-2, .form-holding-div {
    width: 100%;
  }

  .btn {
    padding-left: 45px;
    padding-right: 45px;
  }

  .white-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .form-slide {
    width: 100%;
    flex: none;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .form-heading {
    font-size: 24px;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-block {
    padding: 40px 40px 50px;
  }

  .button {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-block-2 {
    max-width: 85%;
    padding: 40px 40px 50px;
  }

  .note {
    padding: 40px;
    font-size: 20px;
  }

  .hero-content {
    width: 100%;
  }

  .section-4 {
    padding: 40px 20px;
  }

  .section-4.grey {
    background-position: 100% 100%;
    background-size: 1000px;
    padding-top: 60px;
  }

  .hero-block {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .note-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .form-next-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-block-3 {
    padding: 40px 40px 50px;
  }

  .hero-img-wrap {
    width: 80%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .subtitle-2 {
    font-size: 20px;
  }

  .logo-font {
    margin-top: 0;
    margin-left: 0;
  }

  .transparent-nav {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4px;
    position: absolute;
  }

  .brand-box-2 {
    margin-top: 19px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .menu-button-2 {
    margin-top: 4px;
    margin-bottom: 5px;
  }

  .nav03_button {
    display: none;
  }

  .cookie-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button-solid, .button-solid-2 {
    max-width: 160px;
  }

  .column-3 {
    align-items: center;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .hero404.inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero404.inner.contact, .hero404.inner._404 {
    background-position: 0 0, 2%;
    padding-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  .tabs-content {
    padding-top: 20px;
  }

  .footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .slider-heading {
    font-size: 55px;
  }

  .text-link-flowbase, .dropdown-flowbase, .banner-flowbase, .nav-divider {
    display: none;
  }

  .nav-container {
    display: flex;
  }

  .nav05_social_link {
    display: none;
  }

  .nav-menu-wrapper {
    justify-content: flex-end;
    display: flex;
  }

  .burger-4 {
    width: 35px;
    height: 25px;
  }

  .navbar {
    justify-content: center;
    margin-bottom: -107px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
  }

  .body {
    max-width: 100%;
    overflow: visible;
  }

  .f03_h4 {
    font-size: 22px;
    line-height: 33px;
  }

  .f03_button {
    width: 100%;
    display: none;
  }

  .t03_slider_arrow_02 {
    right: 20%;
  }

  .t03_slider_arrow {
    left: 20%;
  }

  .t03 {
    overflow: hidden;
  }

  .cta05_container {
    padding-left: 0;
  }

  .cta05_h1 {
    font-size: 36px;
  }

  .t06_card {
    padding: 15px;
  }

  .t06_slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .t06_mask {
    width: 100%;
  }

  .t06_slider_nav {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .t06_slider_nav._5, .t06_slider_nav._4, .t06_slider_nav._3, .t06_slider_nav._2 {
    right: 0%;
  }

  .question-title {
    flex: 1;
  }

  .subscribe-form-input-blog, .blog-button, .lnd_service_wrap {
    width: 100%;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 79px;
  }

  .hero.inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero.inner.contact, .hero.inner._404 {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .hero-div-holder {
    margin-left: 7%;
    margin-right: 7%;
  }

  .form-wrap-2 {
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-paragraphy, .body-paragraphy.light {
    margin-left: 0;
    margin-right: 0;
  }

  .body-paragraphy.light.inner-subhead {
    width: 100%;
    margin-left: 0;
  }

  .btn {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .white-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .white-heading.inner {
    font-size: 34px;
    line-height: 50px;
  }

  .row-1-form-wrap {
    flex-direction: column;
  }

  .form-col-ful {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .row-2-wrap {
    flex-direction: column;
  }

  .form-button {
    width: 100%;
  }

  .form-back {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .form-next {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-2 {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-6 {
    max-width: 100%;
    flex-direction: column;
  }

  .container-4 {
    max-width: 90%;
  }

  .note {
    padding: 30px 20px 20px;
    font-size: 18px;
  }

  .section-4 {
    padding: 60px 10px;
  }

  .section-4.grey {
    background-position: 50% 100%;
    background-size: 700px;
  }

  .note-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .form-next-2 {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-3 {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitle-2 {
    font-size: 18px;
  }

  .logo-font {
    margin-left: 0;
  }

  .logo-font.innerpages {
    font-size: 22px;
  }

  .nav-link-2.whitenav {
    font-size: 15px;
  }

  .transparent-nav {
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
  }

  .brand-box-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-menu---dropdown {
    position: absolute;
  }

  .menu-button-2 {
    margin-bottom: 5px;
  }

  .nav03_icon {
    color: #fff;
  }

  .banner-wrap-left {
    flex-direction: column;
    align-items: stretch;
  }

  .div-block-49 {
    margin-bottom: 20px;
  }

  .cookie {
    display: none;
  }

  .button-cookie {
    margin-left: 0;
  }

  .menu-button-3 {
    display: block;
    position: static;
  }

  .navbar-2 {
    background-color: rgba(221, 221, 221, 0);
  }

  .menu-mob.w--open {
    background-color: #00accf;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-dropdown {
    position: static;
  }

  .mobile-menu-subheadings {
    text-transform: uppercase;
    font-size: 14px;
  }

  .mobile-nav-link {
    text-transform: uppercase;
  }

  .mobile-nav {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .mobile-nav-2 {
    z-index: 2147483647;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .navigation-block-left {
    width: 100%;
  }

  .dropdown-link {
    color: var(--white);
    padding-left: 0;
    font-weight: 700;
  }

  .dropdown-link.w--current {
    color: var(--blue);
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-button-link {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, .3);
    padding: 10px;
  }

  .button-solid {
    margin-bottom: 15px;
    margin-right: 0;
    display: none;
  }

  .mobile-dropdown-2.w--open {
    z-index: 0;
    width: 100%;
    background-color: var(--black);
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .button-solid-2 {
    margin-bottom: 15px;
    margin-right: 0;
    display: none;
  }

  .column-3 {
    margin-top: 20px;
    position: static;
  }

  .bottom-cookie-wrapper {
    flex-direction: column-reverse;
    padding-top: 25px;
  }

  .cookie-content.bottom-banner-content {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._404-container {
    max-width: 90%;
  }

  .hero404 {
    padding-top: 110px;
    padding-bottom: 79px;
  }

  .hero404.inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero404.inner.contact, .hero404.inner._404 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

#w-node-c5c854a2-2ba2-faa6-9dd3-19203e07b5e9-3e07b5bf {
  align-self: end;
}

#w-node-c5c854a2-2ba2-faa6-9dd3-19203e07b5ea-3e07b5bf {
  align-self: center;
}

#w-node-bdfc95b5-75de-a593-8fc1-e2308a7aa13a-4f086b17, #w-node-bd4a1648-d086-e26e-aac1-b89481015579-4f086b17, #w-node-d8861699-40c3-d88e-8913-fc5793464ed7-4f086b17, #w-node-f1c0d756-236a-4339-e250-8e6b7d7ceb08-4f086b17, #w-node-_859bbc86-618b-e361-65cb-21c88d1d225c-4f086b17, #w-node-f740f92b-438a-7a8f-bcbb-4b1207165f98-4f086b17 {
  justify-self: start;
}

#w-node-_014ed84f-fc55-9394-eb24-a9e79db073c4-a85142b7 {
  justify-self: end;
}

#w-node-bdfc95b5-75de-a593-8fc1-e2308a7aa13a-3caf3258, #w-node-bd4a1648-d086-e26e-aac1-b89481015579-3caf3258, #w-node-d8861699-40c3-d88e-8913-fc5793464ed7-3caf3258, #w-node-f1c0d756-236a-4339-e250-8e6b7d7ceb08-3caf3258, #w-node-_859bbc86-618b-e361-65cb-21c88d1d225c-3caf3258, #w-node-bdfc95b5-75de-a593-8fc1-e2308a7aa13a-ab1ef34c, #w-node-bd4a1648-d086-e26e-aac1-b89481015579-ab1ef34c {
  justify-self: start;
}


@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-bold.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url("/assets/fonts/inter-regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}