.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  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: #23262f;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.56;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.56;
}

h5 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.56;
}

p {
  color: #777a85;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

a {
  color: #23262f;
  line-height: 1.56;
  text-decoration: none;
}

a:hover {
  color: #777a85;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

li {
  font-family: Noto Sans, sans-serif;
}

form {
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

blockquote {
  color: #23262f;
  border-left: 4px solid #1147ea;
  margin-bottom: 12px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 24px;
}

figcaption {
  color: #4c4f58;
  text-align: left;
  margin-top: 8px;
  font-size: 12px;
}

.section {
  width: 100%;
}

.section.hero {
  background-image: url('../images/62e7a48e8c02e0c7a3c9e027_hero-bg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 60vw;
  position: relative;
}

.section.banner {
  color: #fff;
  background-color: #c0504d;
}

.section.light-blue {
  background-color: #f6f7fc;
}

.section.deep-blue {
  color: #fff;
  background-color: #c0504d;
}

.container {
  max-width: 1440px;
  padding: 90px 3vw;
}

.container.hero {
  height: 72vh;
  min-height: 625px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 4vw;
  display: flex;
  position: relative;
}

.container.partners {
  padding-top: 0;
  padding-bottom: 0;
}

.container.nav {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 4vw;
  display: flex;
  position: static;
}

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

.container.footer {
  padding-top: 42px;
  padding-bottom: 42px;
}

.container.inner-hero {
  padding-top: 184px;
}

.grid {
  width: 100%;
  flex-wrap: wrap;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.grid.blue {
  color: #fff;
  background-color: #c0504d;
  border-radius: 80px 2px;
  padding: 96px 32px;
}

.grid.center-align {
  justify-content: center;
}

.grid-item {
  width: 100%;
  padding: 16px;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._50.tablet-100 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  padding: 0 0 0 0;
  display: flex;
}

.grid-item._50.tablet-100.hero-grid-item-right {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._33.divider {
  background-image: url('../images/divider.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.grid-item.blue {
  color: #fff;
  background-color: #c0504d;
  border-radius: 16px;
}

.page-wrapper {
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 88px;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.small {
  font-size: 14px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding: 32px;
}

.sg-block.colors.dark {
  color: #fff;
  background-color: #23262f;
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.blue {
  background-color: #f8faff;
}

.paragraph {
  margin-bottom: 12px;
}

.paragraph.large {
  margin-top: 12px;
  font-size: 18px;
}

.paragraph.large.grey-80 {
  color: #4c4f58;
  font-weight: 400;
}

.paragraph.small.white {
  color: rgba(255, 255, 255, .5);
}

.paragraph.extra-small {
  font-size: 12px;
}

.paragraph.white {
  color: rgba(255, 255, 255, .5);
}

.sg-caption {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
}

.sg-colors-container {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.link {
  font-size: 16px;
  transition: color .3s;
}

.color-block {
  width: 14%;
  height: 48px;
  background-color: #23262f;
  border-radius: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

.color-block.grey-80 {
  background-color: #4c4f58;
}

.color-block.grey-60 {
  background-color: #777a85;
}

.color-block.grey-40 {
  background-color: #9195a4;
}

.color-block.grey-20 {
  background-color: #c2c8d9;
}

.color-block.grey-15 {
  background-color: #eaedf8;
}

.color-block.grey-8 {
  background-color: #f6f7fc;
}

.color-block.white {
  background-color: #fff;
}

.color-block.white-50 {
  background-color: rgba(255, 255, 255, .5);
}

.color-block.white-25 {
  background-color: rgba(255, 255, 255, .25);
}

.color-block.brand-primary {
  background-color: #c0504d;
}

.color-block.brand-primary-deep {
  background-color: #1147ea;
}

.color-block.brand-secondary {
  background-color: #feb7b7;
}

.color-block.brand-tertiary {
  background-color: #58c9a5;
}

.color-block.brand-quaternary {
  background-color: #ffd364;
}

.color-block.brand-primary-dark {
  background-color: #1041d1;
}

.color-block.brand-stroke {
  background-color: #d4dfff;
}

.button {
  text-align: center;
  background-color: #c0504d;
  border-radius: 16px;
  padding: 20px 64px;
  font-weight: 500;
  line-height: 1.48;
  transition: background-color .3s;
}

.button:hover {
  color: #fff;
  background-color: #1147ea;
}

.button:active {
  background-color: #1041d1;
}

.button.secondary {
  color: #c0504d;
  background-color: #fff;
  border: 1px solid #fff;
  transition: border-color .3s, background-color .3s;
}

.button.secondary:hover {
  color: #1147ea;
  background-color: #fff;
  border: 1px solid #1147ea;
}

.button.tertiary {
  color: #c0504d;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #d4dfff;
  font-weight: 400;
  transition: border-color .3s, color .3s;
}

.button.tertiary:hover, .button.tertiary:active {
  color: #1147ea;
  border-color: #1147ea;
}

.button.disabled {
  color: #fff;
  background-color: #eaedf8;
  transition-property: none;
}

.button.disabled.secondary {
  color: #c2c8d9;
  background-color: #fff;
  transition-property: none;
}

.button.disabled.secondary:hover {
  border-color: #fff;
}

.button.disabled.tertiary {
  color: #c2c8d9;
  background-color: rgba(0, 0, 0, 0);
  border-color: #eaedf8;
  transition-property: none;
}

.tabs-menu {
  margin-bottom: 40px;
  display: flex;
}

.tab-link {
  color: #9195a4;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #eaedf8;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-weight: 500;
  transition: color .3s, border-color .3s;
  display: flex;
}

.tab-link:hover {
  color: #c0504d;
}

.tab-link.w--current {
  color: #1147ea;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #1147ea;
}

.sg-column {
  width: 100%;
  height: 60px;
  background-color: #eaedf8;
  border-radius: 8px;
}

.bold {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-link {
  color: #c0504d;
  transition: color .2s;
}

.text-link:hover {
  color: #1147ea;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #c2c8d9;
  margin-bottom: 32px;
  padding: 8px 0;
  transition: border-color .3s, border-width .3s;
}

.text-field:hover {
  border-bottom-color: #c0504d;
}

.text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: #1147ea;
}

.text-field:focus-visible {
  border-bottom-style: solid;
  border-bottom-color: #1147ea;
}

.text-field[data-wf-focus-visible] {
  border-bottom-style: solid;
  border-bottom-color: #1147ea;
}

.text-field::-ms-input-placeholder {
  color: #4c4f58;
}

.text-field::placeholder {
  color: #4c4f58;
}

.text-field.area {
  min-height: 80px;
}

.text-field.light {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .5);
}

.text-field.light:hover {
  border-bottom-color: #fff;
}

.text-field.light:focus {
  color: #fff;
  border-top-style: none;
  border-bottom-color: #fff;
  border-left-style: none;
  border-right-style: none;
}

.text-field.light::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
}

.text-field.light::placeholder {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
}

.form-selector {
  color: #4c4f58;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #c2c8d9;
  margin-bottom: 32px;
  padding: 8px 0;
}

.form-selector:hover {
  border-bottom-color: #c0504d;
}

.form-selector:focus {
  border-bottom-color: #1147ea;
}

.form-selector.light {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .5);
}

.control-field {
  align-items: center;
  margin-bottom: 8px;
  padding-left: 0;
  transition: color .3s;
  display: flex;
}

.control-field:hover {
  color: #c0504d;
}

.control-field.light:hover {
  color: rgba(255, 255, 255, .5);
}

.checkbox {
  width: 16px;
  height: 16px;
  border-color: #c2c8d9;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  background-color: #c0504d;
  border-color: #c0504d;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.light {
  border-color: #fff;
}

.control-label {
  margin-bottom: 0;
  padding-left: 12px;
}

.radio-button {
  width: 16px;
  height: 16px;
  border-color: #c2c8d9;
  margin-top: 0;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  width: 16px;
  height: 16px;
  border-width: 5px;
  border-color: #c0504d;
}

.radio-button.light {
  border-color: #fff;
}

.sg-filler {
  width: 100%;
  height: 100%;
  background-color: #eaedf8;
  border-radius: 8px;
}

.text-underline {
  background-image: url('../images/62e7a48e8c02e05d77c9e026_underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: flex-start;
  display: inline;
}

.video-wrapper {
  width: 100%;
  height: 430px;
  position: relative;
}

.video-container {
  z-index: 1;
  width: 110%;
  height: 100%;
  background-image: url('../images/video-image-2.jpg');
  background-size: cover;
  border: 8px solid #fff;
  border-radius: 40px;
  position: relative;
  transform: perspective(1000px);
  box-shadow: 0 36px 68px -16px rgba(29, 44, 91, .15), 0 36px 36px -24px rgba(59, 82, 151, .1);
}

.lightbox-hero-video {
  width: 100%;
  height: 100%;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s;
  display: flex;
}

.lightbox-hero-video:hover {
  color: #c0504d;
}

.video-play-button {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 20px 32px 20px 16px;
  display: flex;
}

.video-img {
  margin-right: 8px;
  transition: transform .3s;
}

.video-sheet-img {
  width: 132px;
  height: 132px;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: auto;
  bottom: -56px;
  left: auto;
  right: -81px;
}

.partners-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-img {
  min-width: 156px;
  padding: 8px 12px;
}

.navigation {
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
}

.nav-menu {
  width: 100%;
  float: none;
  clear: none;
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: inline-block;
  position: static;
}

.nav-brand {
  float: none;
  clear: none;
  position: static;
}

.nav-brand.w--current {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-button {
  float: none;
}

.nav-link {
  margin-left: 12px;
  margin-right: 6px;
  padding: 12px;
  transition: color .3s;
  display: inline-block;
  position: static;
}

.nav-link:hover {
  color: #c0504d;
}

.nav-link.w--current {
  color: #c0504d;
  background-image: url('../images/62e7a48e8c02e05d77c9e026_underline.svg');
  background-position: 50% 118%;
  background-repeat: no-repeat;
  background-size: auto;
}

.nav-link.w--current:hover {
  background-image: url('../images/62e7a48e8c02e05d77c9e026_underline.svg');
  background-repeat: no-repeat;
  background-size: auto;
}

.nav-link.footer:hover {
  color: #c0504d;
}

.hero-heading {
  width: 100%;
  margin-top: 12px;
  padding-right: 0;
  font-size: 40px;
  line-height: 1.4;
  display: block;
}

.hero-heading.paragraph {
  margin-top: 0;
  line-height: 1;
  display: block;
}

.brand-img {
  width: 210px;
  height: auto;
  text-align: left;
  align-self: center;
  text-decoration: none;
  display: block;
}

.brand-img.nav-trigger {
  flex: 1;
  display: block;
}

.brand-img.sloganlogoimg {
  width: 260px;
  margin-top: -28px;
  margin-left: -10px;
  padding-left: 0;
  display: inline-block;
}

.nav-button {
  color: #c0504d;
  text-align: center;
  border: 1px solid #eaedf8;
  border-radius: 4px;
  margin-left: 40px;
  padding: 16px 24px;
  transition: background-color .3s, color .3s;
}

.nav-button:hover {
  color: #1147ea;
  background-color: #eaedf8;
}

.nav-button.w--current {
  color: #fff;
  background-color: #1147ea;
  border-color: #1147ea;
}

.nav-trigger {
  z-index: -1;
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.center-wrapper._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.card-wrapper {
  width: 100%;
  height: 100%;
  background-color: #fffcfc;
  border-radius: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px 40px;
  display: flex;
}

.card-icon {
  width: 54px;
  object-fit: fill;
}

.card-icon-wrapper {
  width: 84px;
  height: 84px;
  background-color: #fefbfb;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  box-shadow: 0 35px 40px rgba(116, 132, 157, .05), 0 12px 28px rgba(97, 99, 118, .06);
}

.card-icon-wrapper.sg-icon {
  min-height: 64px;
  min-width: 64px;
  margin-bottom: 20px;
  margin-left: 24px;
  margin-right: 24px;
}

.scrolling-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.scrolling-container {
  min-width: 120%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  transform: rotate(6deg);
}

.scrolling-row {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.scroling-item {
  width: 20vw;
  min-height: 233px;
  min-width: 335px;
  color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.scroling-item.text-content {
  text-align: center;
  padding: 56px 48px;
}

.scroling-item.text-content.blue {
  color: #fff;
  background-color: #c0504d;
}

.scroling-item.text-content.pink {
  background-color: #feb7b7;
}

.scroling-item.text-content.green {
  background-color: #58c9a5;
}

.scrolling-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 24px;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slider-nav {
  display: none;
}

.slider-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 32px;
  position: relative;
}

.slider-img-container {
  width: 100%;
  height: 480px;
  margin-bottom: 40px;
  padding-right: 64px;
  position: relative;
}

.slider-dots-img {
  width: 92px;
  height: 92px;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: 20px;
}

.slider-content {
  padding-top: 24px;
  padding-right: 64px;
}

.arrow {
  width: 48px;
  height: 48px;
  border: 1px solid #d4dfff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 52px;
  left: 51%;
  right: auto;
}

.arrow.right {
  transition: transform .3s;
  left: 57%;
}

.arrow.right:active {
  transform: scale(.9);
}

.arrow.left {
  transition: transform .3s;
}

.arrow.left:active {
  transform: scale(.9);
}

.slider-arrow-img {
  z-index: 1;
  position: relative;
}

.arrow-bg {
  width: 48px;
  height: 48px;
  background-color: #d4dfff;
  border-radius: 50%;
  position: absolute;
}

.illustration {
  height: 128px;
  object-fit: cover;
  margin-bottom: 32px;
}

.center-block-image {
  width: 60%;
  height: 400px;
}

.vertical-center {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.accordion-wrapper {
  max-width: 770px;
  border-bottom: 1px solid #eaedf8;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.accordion-toggle {
  width: 100%;
  height: 104px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.accordion-chevron {
  width: 24px;
  min-width: 24px;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 32px;
  display: block;
  position: relative;
}

.dropdown-list.w--open {
  margin-bottom: 32px;
}

.contacts-underlined {
  background-image: url('../images/underline-white.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contacts-text-wrapper {
  padding-right: 64px;
}

.footer-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.links-container.socials {
  align-self: flex-start;
  margin-top: 10px;
  margin-left: 0;
}

.social-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px;
  padding: 12px;
  transition: border-color .3s;
}

.social-link:hover {
  border: 1px solid #c2c8d9;
}

.social-icon {
  height: 24px;
}

.footer-items-wrapper {
  border-bottom: 1px solid #eaedf8;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 64px;
  display: flex;
}

.footer-bottom-wrapper {
  color: #777a85;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-small-link {
  color: #777a85;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  transition: color .2s;
  display: inline-block;
}

.footer-small-link:hover {
  color: #c0504d;
}

.footer-small-link.w--current, .footer-small-link:hover {
  color: #23262f;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-overlay {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fefbfb;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: 0;
}

.page-loader-logo {
  height: 6vw;
  min-height: 40px;
}

.grey {
  color: #777a85;
}

.sg-grid-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-images {
  width: 100%;
  height: 16vw;
  object-fit: cover;
}

.sg-icons-wrapper {
  background-color: #f6f7fc;
  border-radius: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 48px 80px;
  display: flex;
}

.error-message-wrapper {
  color: #ffa7a7;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

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

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

.changelog-wrapper {
  max-width: 800px;
  background-color: #f6f7fc;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  width: 100%;
  height: 1px;
  background-color: #c2c8d9;
  margin-bottom: 12px;
}

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

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

.image-2 {
  width: 60px;
  margin-bottom: 30px;
  display: block;
}

.text-block {
  color: #777a85;
  padding-top: 10px;
}

.section-2 {
  height: 65vh;
  min-height: 550px;
  background-color: #1f0c0c;
}

.container-2 {
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  display: block;
}

.image-4 {
  max-width: 100%;
  flex: 1;
}

.image-5 {
  margin-top: -100px;
}

.image-6 {
  max-width: 100%;
  flex: 1;
  align-self: center;
}

.brand-img-hero {
  width: 170px;
  display: block;
}

.div-block-3 {
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: center;
  display: flex;
}

.team-slider {
  background-color: rgba(255, 252, 252, 0);
  border-bottom: 1px solid #cebbba;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 68%;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.image-7 {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 22px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading {
  margin-bottom: 6px;
  font-size: 26px;
  line-height: 1;
}

.columns {
  margin-top: 62px;
}

.paragraph-2 {
  text-align: left;
  margin-bottom: 8px;
  font-size: 16px;
}

.paragraph-2.team-member-undertitle {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.4;
}

.column, .column-2 {
  padding-left: 28px;
  padding-right: 28px;
}

.heading-2, .heading-3, .heading-4 {
  font-size: 24px;
}

.text-span {
  color: #777a85;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

.paragraph-3.heading {
  color: #000;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  display: inline;
}

.social-link-2 {
  color: #d4d4d4;
  background-color: #b3b3b3;
  border: 1px #feb7b7;
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 12px;
  padding: 12px;
  transition: border-color .3s;
}

.social-link-2:hover {
  background-color: #c0504d;
  border: 1px #c0504d;
}

.features-metrics {
  background-color: #c0504d;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.div-block-5 {
  height: 75px;
}

.container-4 {
  max-width: 1440px;
  padding: 148px 5vw;
}

.container-4.nav {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.grid-2 {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.card-icon-2 {
  width: 32px;
  object-fit: fill;
}

.card-icon-wrapper-2 {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  box-shadow: 0 35px 40px rgba(116, 132, 157, .05), 0 12px 28px rgba(97, 99, 118, .06);
}

.menu-button-2 {
  float: none;
}

.brand-img-2 {
  height: 52px;
}

.nav-menu-2 {
  float: none;
  clear: none;
  align-items: center;
  display: flex;
  position: static;
}

.nav-button-2 {
  color: #c0504d;
  text-align: center;
  border: 1px solid #fcf7f7;
  border-radius: 8px;
  margin-left: 40px;
  padding: 12px 24px;
  transition: background-color .3s, color .3s;
}

.nav-button-2:hover {
  color: #fff;
  background-color: #c0504d;
}

.nav-button-2.w--current {
  color: #fff;
  background-color: #c0504d;
  border-color: #c0504d;
}

.nav-brand-2 {
  float: none;
  clear: none;
  position: static;
}

.nav-link-2 {
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px 12px;
  transition: color .3s;
}

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

.nav-link-2.w--current {
  color: #c0504d;
  background-image: url('../images/62e7a48e8c02e05d77c9e026_underline.svg');
  background-position: 50% 118%;
  background-repeat: no-repeat;
  background-size: auto;
}

.page-overlay-2 {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #eaedf8;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.page-loader-logo-2 {
  height: 2vw;
  min-height: 40px;
}

.brand-img-3 {
  height: 28px;
}

.nav-button-3 {
  color: #c0504d;
  text-align: center;
  border: 1px solid #fcf7f7;
  border-radius: 8px;
  margin-left: 12px;
  padding: 12px 26px;
  transition: background-color .3s, color .3s;
}

.nav-button-3:hover {
  color: #fff;
  background-color: #c0504d;
  border-color: #c0504d;
}

.nav-button-3.w--current {
  color: #fff;
  background-color: #c0504d;
  border-color: #1147ea;
}

.nav-button-3.mobile {
  display: none;
}

.nav-link-3 {
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px 12px;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #1147ea;
}

.nav-link-3.w--current {
  color: #2a5fff;
  background-image: url('../images/underline.svg');
  background-position: 50% 118%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-6 {
  padding-top: 0;
}

.list-item {
  color: #777a85;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.list-item-2 {
  font-family: Open Sans, sans-serif;
}

.button-2 {
  display: none;
}

.container-5 {
  z-index: 99;
  max-width: 100%;
  text-align: center;
  background-color: #fffcfc;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-8 {
  height: 80px;
}

.image-9 {
  width: 280px;
  margin-top: -30px;
  margin-left: -10px;
  padding-top: 0;
  padding-left: 0;
}

.html-embed {
  display: inline-block;
}

.html-embed-2 {
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 0;
  padding: 14px;
  font-size: 12px;
  display: inline-block;
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  .section.hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container {
    padding: 64px 20px;
  }

  .container.hero {
    height: 50vh;
    min-height: auto;
    background-color: #fdf7f7;
    justify-content: center;
    padding-top: 40px;
    padding-left: 7vw;
  }

  .container.partners {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .container.nav {
    background-color: #fdf7f7;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .container.footer {
    padding-top: 32px;
    padding-bottom: 22px;
  }

  .container.inner-hero {
    padding-top: 156px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid {
    flex-direction: row;
    justify-content: center;
  }

  .grid.tablet-reverse-direction {
    flex-wrap: wrap-reverse;
  }

  .grid-item {
    flex: 0 auto;
    justify-content: space-between;
    padding-bottom: 0;
    display: flex;
  }

  .grid-item._80.tablet-100 {
    width: 100%;
    display: block;
  }

  .grid-item._50.tablet-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .grid-item._33.tablet-100, .grid-item._67.tablet-100 {
    width: 100%;
  }

  .page-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .spacer._104.tablet-56 {
    height: 56px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.extra-small {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .video-wrapper {
    margin-top: 56px;
  }

  .video-container {
    width: 100%;
  }

  .partner-img {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation {
    background-color: #fdf7f7;
  }

  .nav-menu {
    background-color: #f6f7fc;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 64px 36px -24px rgba(59, 82, 151, .1), 0 56px 56px -16px rgba(29, 44, 91, .08);
  }

  .nav-brand.w--current {
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .menu-button.w--open {
    color: #23262f;
    background-color: #f6f7fc;
    display: none;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
    font-size: 22px;
  }

  .nav-link.footer {
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .hero-heading {
    padding-right: 0;
  }

  .hero-heading.paragraph {
    text-align: left;
    line-height: .6;
  }

  .brand-img {
    width: 160px;
    align-self: flex-start;
  }

  .brand-img.sloganlogoimg {
    width: 196px;
    margin-top: -22px;
  }

  .nav-button {
    border-color: #c0504d;
    margin-top: 32px;
    margin-left: 0;
  }

  .nav-button:hover {
    background-color: #f6f7fc;
  }

  .center-wrapper {
    align-items: center;
  }

  .center-wrapper.image {
    align-items: flex-start;
  }

  .card-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card-icon-wrapper.sg-icon {
    margin-bottom: 24px;
  }

  .slider-img-container {
    padding-right: 0;
  }

  .slider-dots-img {
    right: -28px;
  }

  .arrow.right {
    bottom: -56px;
    left: 88px;
  }

  .arrow.left {
    bottom: -56px;
    left: 16px;
  }

  .center-block-image {
    width: 30%;
    height: 260px;
  }

  .vertical-center {
    max-width: 480px;
  }

  .accordion-toggle {
    white-space: normal;
    font-size: 18px;
  }

  .accordion-chevron {
    margin-left: 32px;
  }

  .contacts-text-wrapper {
    padding-right: 0;
  }

  .footer-logo {
    margin-bottom: 24px;
  }

  .footer-logo.w--current {
    display: flex;
  }

  .footer-links-wrapper {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-left: auto;
    margin-right: -12px;
    display: flex;
  }

  .links-container {
    margin-bottom: 16px;
    display: flex;
  }

  .links-container.socials {
    align-self: center;
    margin-top: 26px;
    margin-left: 0;
  }

  .footer-items-wrapper {
    width: 100%;
    flex-direction: row;
    flex: 1;
    align-items: flex-start;
    padding-bottom: 10px;
    display: flex;
  }

  .footer-bottom-wrapper {
    width: 100%;
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-small-link {
    flex-direction: row;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
    display: flex;
  }

  .hamburger-icon {
    width: 24px;
    height: 24px;
    display: none;
  }

  .sg-images {
    height: 24vw;
  }

  .sg-icons-wrapper {
    flex-wrap: wrap;
    padding-left: 33px;
    padding-right: 33px;
  }

  .footer-logo-img.brand-img {
    width: 180px;
    display: inline-block;
  }

  .team-slider {
    border-bottom-color: #cebbba;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .div-block-4 {
    text-align: center;
    align-items: center;
  }

  .columns {
    margin-top: 30px;
  }

  .heading-3 {
    width: 100%;
  }

  .text-span {
    text-align: left;
    line-height: 1;
  }

  .paragraph-3.heading {
    font-size: 32px;
  }

  .social-link-2 {
    margin-right: 28px;
    padding: 18px;
  }

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

  .container-4 {
    padding: 64px 20px;
  }

  .container-4.nav {
    background-color: #f6f7fc;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-2.w--open {
    color: #23262f;
    background-color: #f6f7fc;
  }

  .nav-menu-2 {
    background-color: #f6f7fc;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-bottom: 56px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    overflow: hidden;
    box-shadow: 0 64px 36px -24px rgba(59, 82, 151, .1), 0 56px 56px -16px rgba(29, 44, 91, .08);
  }

  .nav-button-2 {
    border-color: #2a5fff;
    margin-top: 32px;
    margin-left: 0;
  }

  .nav-button-2:hover {
    background-color: #f6f7fc;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
    font-size: 22px;
  }

  .nav-button-3 {
    border-color: #2a5fff;
    margin-top: 32px;
    margin-left: 0;
  }

  .nav-button-3:hover {
    background-color: #f6f7fc;
  }

  .nav-button-3.mobile {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    font-size: 16px;
    display: block;
  }

  .nav-button-3.mobile:hover {
    background-color: #c0504d;
  }

  .nav-link-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0;
    font-size: 22px;
  }

  .button-2 {
    display: block;
  }

  .div-block-7 {
    order: 1;
  }

  .image-9 {
    width: 190px;
    margin-top: -20px;
  }

  .html-embed-2 {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero {
    height: 60vh;
    min-height: auto;
    padding-top: 64px;
  }

  .container.partners {
    padding-top: 40px;
  }

  .grid-item {
    text-align: left;
    justify-content: center;
    padding: 8px;
  }

  .grid-item._20.landscape-100, .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._33.divider {
    width: 100%;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._25.landscape-100 {
    width: 100%;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .paragraph.extra-small {
    flex-direction: row;
    align-items: flex-end;
    padding-top: 0;
  }

  .button {
    width: 100%;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .tab-link {
    border-bottom-style: none;
    flex: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tab-link.w--current {
    background-color: #d4dfff;
    border-radius: 12px;
  }

  .video-wrapper {
    height: 300px;
    margin-top: 40px;
  }

  .menu-button, .menu-button.w--open {
    display: none;
  }

  .nav-link.footer {
    font-size: 14px;
  }

  .brand-img {
    width: 130px;
  }

  .brand-img.sloganlogoimg {
    width: 136px;
    margin-top: -14px;
    margin-left: -2px;
  }

  .center-wrapper._80 {
    width: 100%;
  }

  .card-wrapper {
    padding: 16px 24px;
  }

  .scrolling-container {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .arrow.left {
    left: 8px;
  }

  .illustration {
    height: 230px;
  }

  .center-block-image {
    width: 60%;
  }

  .footer-logo {
    margin-bottom: 40px;
  }

  .footer-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-items-wrapper {
    padding-bottom: 0;
  }

  .footer-small-link {
    margin-right: 0;
    font-size: 12px;
  }

  .footer-small-link.raffaele-sassano {
    padding-left: 4px;
  }

  .footer-small-link {
    padding-left: 20px;
  }

  .footer-small-link.datenschutzerklaerung {
    padding-left: 0;
  }

  .hamburger-icon {
    display: none;
  }

  .footer-logo-img.brand-img {
    width: 150px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .team-slider {
    border-bottom-color: #cebbba;
    padding: 40px 15px;
  }

  .column-2 {
    padding-top: 30px;
  }

  .text-span {
    font-size: 16px;
    line-height: 1;
  }

  .paragraph-3.heading {
    font-size: 28px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-button-3.mobile {
    color: #c0504d;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    font-size: 16px;
    display: flex;
  }

  .nav-button-3.mobile:hover {
    color: #fff;
    background-color: #c0504d;
  }

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

  .div-block-7 {
    order: 1;
  }

  .image-9 {
    width: 120px;
    margin-top: -10px;
    margin-left: -5px;
  }

  .html-embed-2 {
    order: 2;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding: 40px 8vw 0;
  }

  .container.hero {
    height: auto;
    padding: 112px 8vw 30px;
  }

  .container.partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.nav {
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 3vw;
  }

  .container.footer {
    padding-bottom: 12px;
  }

  .container.inner-hero {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    flex-direction: column;
  }

  .grid.blue {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
  }

  .grid-item._50.tablet-100 {
    order: 1;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
  }

  .grid-item._50.tablet-100.hero-grid-item-right {
    order: -1;
  }

  .grid-item._33.tablet-100 {
    padding-top: 0;
  }

  .page-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .paragraph.extra-small {
    flex-direction: column;
    align-items: center;
    padding-top: 12px;
  }

  .tab-link {
    width: 100%;
  }

  .video-wrapper {
    height: 60vw;
  }

  .nav-brand.w--current {
    flex: 1;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .menu-button {
    width: 0;
    display: none;
  }

  .menu-button.w--open {
    display: none;
  }

  .nav-link.footer {
    align-self: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .hero-heading.paragraph {
    text-align: center;
  }

  .brand-img {
    width: 130px;
    margin-top: -6px;
  }

  .brand-img.sloganlogoimg {
    width: 180px;
    margin-top: -16px;
    margin-left: -10px;
    margin-right: -16px;
  }

  .brand-img.nav-brand-img {
    flex: 0 auto;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .card-wrapper {
    padding: 0 0 18px;
  }

  .slider-img-container {
    height: 90vw;
  }

  .center-block-image {
    width: 70%;
    height: 180px;
    margin-bottom: 24px;
  }

  .accordion-toggle {
    font-size: 16px;
    line-height: 1.4;
  }

  .footer-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .links-container {
    flex-flow: column wrap;
    display: flex;
  }

  .links-container.socials {
    flex-direction: row;
    margin-top: 10px;
  }

  .footer-items-wrapper {
    flex-direction: column;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 0;
    line-height: 1;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-small-link {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
    line-height: 1;
    display: block;
  }

  .hamburger-icon {
    display: none;
  }

  .footer-logo-img {
    height: 32px;
  }

  .footer-logo-img.brand-img {
    width: 200px;
    height: 46px;
    flex: 0 auto;
    align-self: center;
  }

  .div-block-3 {
    order: 1;
  }

  .team-slider {
    border-bottom-style: none;
    border-bottom-color: #cebbba;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .column-2 {
    padding-top: 40px;
  }

  .heading-2, .heading-3, .heading-4 {
    font-size: 20px;
  }

  .text-span {
    font-size: 18px;
  }

  .paragraph-3.heading {
    text-align: center;
    font-size: 31px;
  }

  .social-link-2.social-link-last {
    margin-right: 0;
  }

  .container-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-button-3 {
    display: none;
  }

  .nav-button-3.mobile {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 10px;
    padding: 12px 16px;
    font-size: 13px;
    display: block;
  }

  .nav-button-3.mobile:hover {
    background-color: #c0504d;
  }

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

  .heading-5 {
    font-size: 22px;
  }

  .button-2 {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #c0504d;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .image-9 {
    width: 150px;
    margin-top: -15px;
    margin-left: -10px;
  }

  .html-embed-2 {
    margin-left: 10px;
    padding: 8px 14px 8px 8px;
    font-size: 13px;
  }
}


