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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-weight: 300;
}

a {
  color: #de5b91;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #de5b91;
}

strong {
  color: #f0f0f0;
  font-weight: 700;
}

.h4 {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #1c3a6b;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}

.styles-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.styles-section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f0f0f0;
}

.paragraph {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.2px;
}

.h3 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #003459;
  font-size: 5vw;
  line-height: 120%;
  font-weight: 800;
  text-align: center;
}

.h1.nav-logo {
  font-size: 60px;
  line-height: 80%;
}

.h6 {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.h2 {
  color: #de5b91;
  font-size: 4.5vw;
  line-height: 120%;
  text-align: center;
}

.spacer40 {
  width: 100%;
  height: 40px;
}

.h5 {
  display: inline-block;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

.body {
  height: 100%;
  background-color: #5a5a5a;
  font-family: Montserrat, sans-serif;
}

.hero {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100vw;
  height: 100%;
  min-height: 500px;
  padding: 20px;
}

.hero-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide-nav {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: 30px;
  z-index: 19;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 8px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav.hidden {
  display: none;
}

.left-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 55px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #5a5a5a;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1c3a6b;
}

.left-arrow:hover {
  color: #de5b91;
}

.left-arrow.hidden {
  display: none;
}

.right-arrow {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  padding-right: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #5a5a5a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.right-arrow:hover {
  color: #de5b91;
}

.right-arrow.hidden {
  display: none;
}

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #208aae;
  border-radius: 20px;
  background-image: linear-gradient(135deg, #00171f 10%, #333 90%);
  box-shadow: 0 40px 20px -40px rgba(0, 0, 0, 0.5);
  -o-object-fit: fill;
  object-fit: fill;
}

.slide {
  width: 100%;
  height: 100%;
}

.mask {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 300px;
  padding-left: 7.5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rule {
  position: absolute;
  left: 14px;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 2px;
  height: 50vh;
  background-color: rgba(28, 58, 107, 0.2);
}

.slide-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: absolute;
  left: 0px;
  top: 20px;
  right: auto;
  bottom: auto;
  z-index: 25;
  color: #1c3a6b;
  text-decoration: none;
}

.menu-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39px;
  height: 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.menu-block {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  float: right;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
  border-radius: 100px;
}

.search-container {
  position: absolute;
  top: 20px;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-container.mobile {
  display: none;
}

.button-container {
  position: relative;
  z-index: 10;
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.search {
  position: relative;
  z-index: 5;
  display: none;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-input {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #1c3a6b;
  background-color: transparent;
  color: #1c3a6b;
}

.search-input:focus {
  border-color: #de5b91;
}

.search-input::-webkit-input-placeholder {
  color: rgba(28, 58, 107, 0.5);
}

.search-input:-ms-input-placeholder {
  color: rgba(28, 58, 107, 0.5);
}

.search-input::-ms-input-placeholder {
  color: rgba(28, 58, 107, 0.5);
}

.search-input::placeholder {
  color: rgba(28, 58, 107, 0.5);
}

.search-button {
  display: none;
  width: 40px;
  padding: 0px;
  background-color: transparent;
  opacity: 1;
  font-family: Fontawesome, sans-serif;
  color: #1c3a6b;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
}

.search-open-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fontawesome-close {
  position: absolute;
  right: 15px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Fontawesome, sans-serif;
  color: #de5b91;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.fontawesome-close:hover {
  color: #fe4242;
}

.input-container {
  overflow: hidden;
  width: 0px;
}

.image {
  width: 50%;
  margin-top: 5vh;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-vertical.max-50 {
  width: 45%;
  max-width: 500px;
}

.fontawesome {
  position: relative;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Fontawesome, sans-serif;
  color: #f0f0f0;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.scroll-indicator-container {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 20px;
  z-index: 20;
}

.scroll-indicator-container.interior {
  top: auto;
  bottom: auto;
}

.scroll-indicator {
  display: none;
  overflow: hidden;
  width: 20px;
  height: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1c3a6b;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #de5b91;
}

.flex-fix {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.overlay {
  position: absolute;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fdb4d4), color-stop(5%, transparent), color-stop(95%, transparent), to(#c4d4ef));
  background-image: linear-gradient(90deg, #fdb4d4, transparent 5%, transparent 95%, #c4d4ef);
}

.hero-h4 {
  position: absolute;
  left: auto;
  top: 100px;
  right: 0%;
  bottom: 100px;
  z-index: 22;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #1c3a6b;
  font-size: 3vw;
  line-height: 100%;
  text-align: center;
}

.menu-block-primary {
  position: fixed;
  top: 0%;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.menu-link-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 5vw;
  padding-left: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #1c3a6b;
  border-radius: 20px;
  background-image: linear-gradient(315deg, #208aae, #fdb4d4);
}

.menu-link {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 2px none #1c3a6b;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #1c3a6b;
  font-size: 50px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.menu-link:hover {
  padding-left: 30px;
  border-left: 2px solid #1c3a6b;
}

.menu-link.w--current {
  padding-left: 30px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: #1c3a6b;
}

.menu-link.w--current:hover {
  border-left-style: solid;
}

.fontawesome-close-menu {
  position: absolute;
  left: auto;
  top: 40px;
  right: 5vw;
  bottom: auto;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Fontawesome, sans-serif;
  color: #de5b91;
  font-size: 40px;
  line-height: 100%;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.fontawesome-close-menu:hover {
  color: #1c3a6b;
}

.menu-padding {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.line-1 {
  position: absolute;
  left: auto;
  top: 2px;
  right: 3px;
  bottom: auto;
  z-index: 10;
  width: 0px;
  height: 10px;
  border-radius: 15px;
  background-color: #1c3a6b;
}

.line-2 {
  position: absolute;
  left: 0px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 0px;
  height: 10px;
  border-radius: 15px;
  background-color: #1c3a6b;
}

.line-3 {
  position: absolute;
  left: auto;
  top: 28px;
  right: 3px;
  bottom: auto;
  z-index: 10;
  width: 0px;
  height: 10px;
  border-radius: 15px;
  background-color: #1c3a6b;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #de5b91;
  background-color: #fff;
  background-image: linear-gradient(315deg, #c4d4ef, #fdb4d4);
}

.circle {
  width: 200px;
  height: 200px;
  border-style: solid;
  border-width: 0px;
  border-color: #1c3a6b;
  border-radius: 100px;
  background-image: linear-gradient(315deg, #fdb4d4, #c4d4ef);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button {
  margin-top: 40px;
  padding: 15px 40px;
  border-radius: 13px;
  background-color: #64f58d;
  font-family: Montserrat, sans-serif;
  color: #5a5a5a;
  font-weight: 600;
}

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

.container.margin-l {
  overflow: visible;
  margin-top: 0px;
  padding-top: 104px;
  padding-bottom: 104px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container.margin-l.scrolling-content {
  overflow: auto;
}

.grid {
  grid-column-gap: 56px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-wrapper {
  position: -webkit-sticky;
  position: sticky;
}

.tab-link {
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 24px;
  border-left: 4px solid #f5f3f2;
  color: #f0f0f0;
  text-decoration: none;
}

.tab-link.w--current {
  width: 100%;
  margin-right: 0px;
  padding: 16px 24px;
  border-left: 4px solid #000;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.legal-text-wrapper {
  overflow: scroll;
}

.margin-40 {
  margin-bottom: 40px;
  color: #f0f0f0;
}

.rich-text-block {
  color: #208aae;
}

.rich-text-block a {
  color: #de5b91;
}

.rich-text-block-2 {
  color: #de5b91;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 6vw;
  }

  .h2 {
    font-size: 5.5vw;
  }

  .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    width: 80%;
  }

  .flex-vertical.max-50 {
    width: 80%;
  }

  .overlay {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #fdb4d4), color-stop(10%, transparent), color-stop(90%, transparent), color-stop(95%, #c4d4ef));
    background-image: linear-gradient(90deg, #fdb4d4 5%, transparent 10%, transparent 90%, #c4d4ef 95%);
  }

  .button {
    margin-top: 0px;
  }

  .container {
    width: 90%;
  }

  .container.margin-l {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .h1 {
    font-size: 7vw;
  }

  .h1.nav-logo {
    font-size: 45px;
  }

  .h2 {
    font-size: 6vw;
  }

  .spacer40 {
    height: 20px;
  }

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

  .slide-nav {
    bottom: 15px;
    width: 30px;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .menu-button {
    width: 33px;
    height: 33px;
  }

  .menu-block {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .search-container {
    top: 15px;
  }

  .image {
    width: 80%;
  }

  .scroll-indicator {
    width: 35px;
    height: 20px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-radius: 5px;
  }

  .hero-h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .menu-block-primary {
    border-width: 2px;
  }

  .menu-link-container {
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .menu-link:hover {
    padding-left: 0px;
    border-left-style: none;
  }

  .menu-link.w--current:hover {
    padding-left: 30px;
  }

  .fontawesome-close-menu {
    right: 40px;
  }

  .line-1 {
    height: 8px;
  }

  .line-2 {
    top: 11px;
    height: 8px;
  }

  .line-3 {
    top: 22px;
    height: 8px;
  }

  .circle {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .container {
    width: 90%;
  }

  .container.margin-l {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .grid {
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
  }

  .tabs-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #f5f3f2;
    border-left-style: none;
    text-align: center;
  }

  .tab-link.w--current {
    margin-left: 0px;
    padding: 16px 8px;
    border-bottom-color: #000;
    border-left-style: none;
  }

  .legal-text-wrapper {
    padding-top: 24px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 10vw;
  }

  .h2 {
    font-size: 9vw;
  }

  .slide-nav {
    bottom: 20px;
    margin-bottom: -10px;
  }

  .mask {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slide-content {
    padding-right: 30px;
    padding-left: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .search-container {
    display: none;
  }

  .search-container.mobile {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-vertical.max-50 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .scroll-indicator {
    width: 20px;
    height: 35px;
    border-width: 5px 2px;
  }

  .flex-fix {
    display: none;
  }

  .overlay {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(5%, #fdb4d4), color-stop(10%, transparent), color-stop(90%, transparent), to(transparent));
    background-image: linear-gradient(90deg, #fdb4d4 5%, transparent 10%, transparent 90%, transparent);
  }

  .hero-h4 {
    top: 80px;
    bottom: auto;
  }

  .menu-link-container {
    padding-bottom: 60px;
    padding-left: 15px;
  }

  .fontawesome-close-menu {
    right: 40px;
  }

  .menu-padding {
    padding-bottom: 60px;
  }

  .circle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#w-node-e9256ef2-2fac-5449-7ad6-768b2f65b74b-90872b70 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

@font-face {
  font-family: 'Fontawesome Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}