*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (max-width: 93.75em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 63.125em) {
  html {
    font-size: 50%;
  }
}

.row {
  width: 163.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 112.5em) {
  .row {
    width: 140rem;
  }
}

.row--form {
  width: 130rem;
}

@media only screen and (max-width: 1400px) {
  .row {
    width: 120rem;
  }
}

.row--post {
  max-width: 120rem;
  width: 100%;
}

@media only screen and (max-width: 75em) {
  .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

::selection {
  background-color: #df1a1a;
  color: #fff;
}

@keyframes appearFromTop {
  0% {
    top: -8rem;
  }
  100% {
    top: 0;
  }
}

@keyframes appearFromRight {
  0% {
    right: -68rem;
  }
  100% {
    right: 14rem;
  }
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("../fonts/Zilla_Slab/ZillaSlab-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("../fonts/Zilla_Slab/ZillaSlab-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Zilla Slab";
  src: url("../fonts/Zilla_Slab/ZillaSlab-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?jmc5oi") format("truetype"), url("../fonts/icomoon.woff?jmc5oi") format("woff"), url("../fonts/icomoon.svg?jmc5oi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-icon_add:before {
  content: "\e903";
}

.ic-facebook:before {
  content: "\ea90";
}

.ic-twitter:before {
  content: "\ea96";
}

.ic-youtube:before {
  content: "\ea9d";
}

.ic-linkedin2:before {
  content: "\eaca";
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #5d5c5c;
  font-size: 1.8rem;
}

h1 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.06;
}

.h1--post {
  color: #df1a1a;
  font-size: 3.8rem;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-size: 4.16rem;
  font-weight: 500;
  line-height: 1.06;
  color: #df1a1a;
}

h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #df1a1a;
}

h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.25rem;
  color: #5d5c5c;
}

h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #df1a1a;
}

h6 {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}

.h6-semi-bold {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #df1a1a;
}

.nav-header {
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 81.25em) {
  .nav-header {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ebe8e8;
    overflow-y: scroll;
    max-height: calc(100vh - 10rem);
  }
  .nav-header--active {
    display: block;
  }
}

.nav-header__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 81.25em) {
  .nav-header__list {
    display: block;
  }
}

.nav-header__item {
  padding: 1rem 2rem;
  text-align: center;
  max-width: 20rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1300px) {
  .nav-header__item:hover .nav-header__link {
    color: #df1a1a;
  }
  .nav-header__item:hover .nav-header__sublist {
    display: block;
  }
}

@media only screen and (max-width: 81.25em) {
  .nav-header__item {
    text-align: left;
    max-width: unset;
    display: block;
    padding: 0;
    border-top: 1px solid #5d5c5c;
  }
}

.nav-header__item--mobile {
  display: none;
}

@media only screen and (max-width: 81.25em) {
  .nav-header__item--mobile {
    display: block;
  }
}

@media only screen and (max-width: 81.25em) {
  .nav-header__span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 4rem;
  }
}

.nav-header__link {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 0.92;
  text-align: center;
  color: #5d5c5c;
  text-decoration: none;
  transition: color 0.2s;
}

.nav-header__link--active, .nav-header__link:hover, .nav-header__link:active {
  color: #df1a1a;
}

@media only screen and (max-width: 81.25em) {
  .nav-header__link {
    line-height: 1.2;
    margin-right: 4rem;
    text-align: left;
    -ms-flex: 1;
    flex: 1;
  }
}

.nav-header__btn {
  display: none;
  position: relative;
  height: 20px;
  width: 20px;
  background: none;
  border: none;
}

.nav-header__btn:focus {
  outline: none;
}

@media only screen and (max-width: 81.25em) {
  .nav-header__btn {
    display: block;
  }
  .nav-header__btn:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #369a96 transparent transparent transparent;
  }
  .nav-header__btn--active:after {
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent #369a96 transparent;
  }
}

.nav-header__sublist {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  margin-left: -4rem;
  background-color: #f8f8f8;
  padding: 0 4rem 2rem 4rem;
  border: 1px solid #dedede;
  border-top: none;
}

@media only screen and (max-width: 81.25em) {
  .nav-header__sublist {
    position: static;
    background-color: #369a96;
    padding: 0;
    margin-left: 0;
    margin-bottom: -1px;
  }
}

.nav-header__sublist--active {
  display: block;
}

.nav-header__subitem {
  text-align: left;
}

.nav-header__subitem:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 81.25em) {
  .nav-header__subitem {
    padding: 1rem 4rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }
  .nav-header__subitem:first-child {
    border-top: 1px solid #5d5c5c;
  }
}

.nav-header__sublink {
  text-decoration: none;
  color: #707070;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  transition: color 0.2s;
}

.nav-header__sublink:hover, .nav-header__sublink:active {
  color: #e53326;
}

@media only screen and (max-width: 81.25em) {
  .nav-header__sublink {
    color: #fff;
  }
}

.nav-header__toggle {
  display: none;
  height: 30px;
  width: 30px;
  background-image: url("../images/menu.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-color: unset;
  border: none;
  transition: background-image 0.2s;
}

.nav-header__toggle:focus {
  outline: none;
}

.nav-header__toggle--active {
  background-image: url("../images/close.svg");
}

@media only screen and (max-width: 81.25em) {
  .nav-header__toggle {
    display: inline-block;
  }
}

.btn {
  cursor: pointer;
  border: none;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  padding: 2rem 4rem;
  border-top-right-radius: 10px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  transition: background-image 0.2s;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.btn__add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: max-content;
}

.btn__add img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
  margin-left: 2rem;
}

.btn--red {
  background-color: #df1a1a;
}

.btn--green {
  background-color: #369a96;
}

.btn--blue {
  background-color: #3673b9;
}

.btn--white {
  background-color: #fff;
  color: #df1a1a;
  transition: background-color, color 0.2s;
}

.btn--white svg {
  fill: #df1a1a;
  height: 2rem;
  width: 2rem;
  margin-left: 2rem;
  transition: fill 0.2s;
}

.btn--white:hover, .btn--white:active {
  background-color: #369a96;
  color: #fff;
}

.btn--white:hover svg, .btn--white:active svg {
  fill: #fff;
}

.btn--icon {
  background: none;
  padding: 0;
}

.btn--icon:hover, .btn--icon:active, .btn--icon:focus {
  background-image: none;
}

#cookie-notice,
.cookies {
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: transparent !important;
  font-size: 1.7rem !important;
  line-height: 1.3;
}

#cookie-notice .cookie-notice-container,
#cookie-notice .row,
.cookies .cookie-notice-container,
.cookies .row {
  position: relative;
  background-color: rgba(235, 232, 232, 0.9);
  border-top-right-radius: 5rem;
  padding: 3rem 20rem 0 20rem;
  text-align: right;
  width: 163.6rem;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 112.5em) {
  #cookie-notice .cookie-notice-container,
  #cookie-notice .row,
  .cookies .cookie-notice-container,
  .cookies .row {
    width: 140rem;
  }
}

@media only screen and (max-width: 1400px) {
  #cookie-notice .cookie-notice-container,
  #cookie-notice .row,
  .cookies .cookie-notice-container,
  .cookies .row {
    width: 120rem;
  }
}

@media only screen and (max-width: 81.25em) {
  #cookie-notice .cookie-notice-container,
  #cookie-notice .row,
  .cookies .cookie-notice-container,
  .cookies .row {
    padding: 3rem 10rem 0 10rem;
  }
}

@media only screen and (max-width: 75em) {
  #cookie-notice .cookie-notice-container,
  #cookie-notice .row,
  .cookies .cookie-notice-container,
  .cookies .row {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 5rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 63.125em) {
  #cookie-notice .cookie-notice-container,
  #cookie-notice .row,
  .cookies .cookie-notice-container,
  .cookies .row {
    width: 90%;
  }
}

@media only screen and (max-width: 56.25em) {
  #cookie-notice .cookie-notice-container,
  #cookie-notice .row,
  .cookies .cookie-notice-container,
  .cookies .row {
    padding-left: 3rem;
    padding-right: 6rem;
  }
}

#cookie-notice__close,
.cookies__close {
  position: absolute;
  top: 3rem;
  right: 4rem;
}

@media only screen and (max-width: 56.25em) {
  #cookie-notice__close,
  .cookies__close {
    right: 3rem;
  }
}

#cookie-notice__close img,
.cookies__close img {
  height: 2.4rem;
  width: 2.4rem;
  object-fit: contain;
}

#cookie-notice #cn-notice-text, #cookie-notice__text,
.cookies #cn-notice-text,
.cookies__text {
  text-align: left;
  display: block;
  padding-bottom: 2.5rem;
  font-size: 1.7rem;
}

#cookie-notice #cn-notice-text br, #cookie-notice__text br,
.cookies #cn-notice-text br,
.cookies__text br {
  display: block;
  content: "";
  margin-top: 2rem;
}

#cookie-notice__ctas,
.cookies__ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 34.375em) {
  #cookie-notice__ctas,
  .cookies__ctas {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#cookie-notice__btn,
.cookies__btn {
  display: inline-block;
  margin-left: 0 !important;
}

#cookie-notice__btn:not(:last-child),
.cookies__btn:not(:last-child) {
  margin-right: 1rem;
}

#cookie-notice #cn-accept-cookie,
.cookies #cn-accept-cookie {
  background-color: #369a96;
}

#cookie-notice #cn-refuse-cookie,
.cookies #cn-refuse-cookie {
  background-color: #df1a1a;
}

.custom-form {
  background-position: center;
  background-size: cover;
  padding-top: 8rem;
}

@media only screen and (max-width: 56.25em) {
  .custom-form {
    padding-top: 4rem;
  }
}

.custom-form__form {
  margin: 0 auto;
  padding: 6rem 10rem 0.5rem 10rem;
  background-color: rgba(235, 232, 232, 0.9);
  border-top-right-radius: 5rem;
}

@media only screen and (max-width: 56.25em) {
  .custom-form__form {
    padding: 2rem 1rem 0.5rem 1rem;
  }
}

.custom-form__title {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .custom-form__title {
    text-align: center;
  }
}

.custom-form__checkbox-wrapp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.custom-form__checkbox-wrapp:not(:last-child) {
  margin-bottom: 3rem;
}

.custom-form__error {
  margin-top: 1.5rem;
  color: #df1a1a;
}

.custom-form__error--shwon {
  display: block;
}

.custom-form__checkbox {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  height: 2rem;
  width: 2rem;
  background: none;
  border: solid 2px #707070;
  margin-top: 4px;
  margin-right: 1rem;
}

.custom-form__checkbox:focus {
  outline: none;
}

.custom-form__checkbox:checked {
  border-color: #369a96;
  background-color: #369a96;
}

.custom-form__btn {
  margin: 2rem auto 3rem auto;
}

.custom-form__note {
  text-align: center;
  font-size: 14px;
}

.mauticform-name {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 3px;
}

.mauticform-description {
  margin-top: 2px;
  margin-bottom: 10px;
}

.mauticform-error {
  margin-bottom: 10px;
  color: #df1a1a;
}

.mauticform-message {
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 500;
  color: #369a96;
}

.mauticform-label {
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.mauticform-row.mauticform-required .mauticform-label:after {
  color: #df1a1a;
  content: " *";
  display: inline;
}

.mauticform-helpmessage {
  display: block;
  font-size: 0.9em;
  margin-bottom: 3px;
}

.mauticform-errormsg {
  display: block;
  color: #df1a1a;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.custom-form__input,
.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  padding: 1rem 2rem;
  border: none;
  margin-bottom: 2rem;
  color: #707070;
}

.custom-form__input:focus,
.mauticform-selectbox:focus,
.mauticform-input:focus,
.mauticform-textarea:focus {
  outline-color: #369a96;
}

.mauticform-checkboxgrp {
  margin-bottom: 3rem;
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  position: relative;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  border: none;
  margin-bottom: 2rem;
  color: #707070;
}

.select-selected--red {
  background-color: #df1a1a;
  color: #fff;
}

.select-selected--red:after {
  border-color: #fff transparent transparent transparent !important;
}

.select-selected--red.select-arrow-active:after {
  border-color: transparent transparent #fff transparent !important;
}

.select-selected:focus {
  outline-color: #369a96;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #369a96 transparent transparent transparent;
}

@media only screen and (max-width: 93.75em) {
  .select-selected:after {
    top: 11px;
  }
}

@media only screen and (max-width: 63.125em) {
  .select-selected:after {
    top: 9px;
  }
}

.select-selected.select-arrow-active:after {
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #369a96 transparent;
  top: 14px;
}

@media only screen and (max-width: 93.75em) {
  .select-selected.select-arrow-active:after {
    top: 11px;
  }
}

@media only screen and (max-width: 63.125em) {
  .select-selected.select-arrow-active:after {
    top: 9px;
  }
}

.select-items div,
.select-selected {
  padding: 1rem 2rem;
  cursor: pointer;
}

.select-items div:not(:last-child) {
  border-bottom: 1px solid rgba(235, 232, 232, 0.9);
}

.select-items {
  position: absolute;
  background-color: #369a96;
  color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #df1a1a;
}

.h1-background {
  background-position: center;
  background-size: cover;
}

.h1-background .row {
  height: 70vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .h1-background .row {
    height: 50vh;
  }
}

.h1-background__title {
  color: #fff;
  max-width: 40%;
}

@media only screen and (max-width: 56.25em) {
  .h1-background__title {
    max-width: 100%;
  }
}

.team-list {
  background-color: #ebe8e8;
  padding: 7rem 0;
}

.team-list__title {
  text-align: center;
  margin-bottom: 6rem;
}

.team-list__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (25rem)[auto-fit];
  grid-template-columns: repeat(auto-fit, 25rem);
  grid-gap: 2rem;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-list__item {
  word-break: break-word;
}

.team-list__img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  object-position: center;
}

.team-list__name {
  color: #df1a1a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}

.team-list__role {
  text-align: center;
  font-size: 1.6rem;
}

.team-list__btn {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
}

.team-list__btn:focus {
  outline: none;
}

.testimonial {
  background-color: #f8f8f8;
  padding: 11rem 40rem 12rem 40rem;
  text-align: center;
}

@media only screen and (max-width: 93.75em) {
  .testimonial {
    padding: 18rem 30rem 19rem 30rem;
  }
}

@media only screen and (max-width: 81.25em) {
  .testimonial {
    padding: 13rem 20rem 15rem 20rem;
  }
}

@media only screen and (max-width: 63.125em) {
  .testimonial {
    padding: 13rem 10rem 15rem 10rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .testimonial {
    padding: 10rem 10rem 11rem 10rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .testimonial {
    padding: 5rem 5rem 6rem 5rem;
  }
}

.testimonial__quote {
  display: block;
  font-weight: 500;
  color: #369a96;
  font-size: 2.6rem;
  line-height: 4.2rem;
  margin-bottom: 4rem;
}

.testimonial__author {
  font-size: 3rem;
}

.find-more {
  background-color: #ebe8e8;
  padding-top: 4rem;
}

.find-more__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .find-more__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}

.find-more__item {
  padding: 2rem 1.5rem 3rem 1.5rem;
  background-color: #fff;
  border-top-right-radius: 3rem;
  width: 45%;
  margin-bottom: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 56.25em) {
  .find-more__item {
    width: 100%;
  }
}

.find-more__title {
  position: relative;
  width: 100%;
  padding-bottom: 2.5rem;
  margin-bottom: 5rem;
}

.find-more__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 9rem;
  height: 2rem;
  background-color: #369a96;
}

.find-more__text {
  width: 100%;
  margin-bottom: 4rem;
}

.find-more__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0 auto;
}

.team-member {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.team-member--shown {
  display: block;
}

.team-member__wrapp {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f8f8f8;
  padding: 2rem 4rem;
  border-top-right-radius: 3rem;
  min-width: 40rem;
}

@media only screen and (max-width: 56.25em) {
  .team-member__wrapp {
    padding: 2rem;
  }
}

.team-member__content {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 81.25em) {
  .team-member__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.team-member__close {
  display: block;
  margin-left: auto;
  text-align: right;
}

.team-member__close img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.team-member__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-member__left {
  padding-right: 3rem;
}

@media only screen and (max-width: 81.25em) {
  .team-member__left {
    padding-right: 0;
    margin-bottom: 3rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.team-member__img {
  display: block;
  min-height: 100%;
  width: 25rem;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 81.25em) {
  .team-member__img {
    margin-top: -2rem;
  }
}

.team-member__name {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 81.25em) {
  .team-member__name {
    text-align: center;
  }
}

.team-member__role {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 81.25em) {
  .team-member__role {
    text-align: center;
  }
}

.team-member__text {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 3rem;
}

.team-member__phone {
  margin-bottom: 1rem;
}

.sharable-socials {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.sharable-socials__item:not(:last-child) {
  margin-right: 2.5rem;
}

.sharable-socials__link i {
  color: #5d5c5c;
  transition: color .2s;
}

.sharable-socials__link:hover i, .sharable-socials__link:active i {
  color: #369a96;
}

.stages {
  background-color: #ebe8e8;
  padding: 8rem 0;
}

.stages__title {
  color: #df1a1a;
  text-align: center;
  margin-bottom: 4rem;
}

.stages__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20rem;
  grid-row-gap: 5rem;
}

@media only screen and (max-width: 63.125em) {
  .stages__list {
    grid-column-gap: 10rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .stages__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.stages__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stages__item .why-us__number::before {
  -ms-transform: none;
  transform: none;
  left: 0;
}

.stages__item:nth-child(odd) {
  text-align: right;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 56.25em) {
  .stages__item:nth-child(odd) {
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.stages__item:nth-child(odd) .why-us__number::before {
  -ms-transform: none;
  transform: none;
  left: unset;
  right: 0;
}

.stages__name {
  margin-bottom: 0.5rem;
}

.stages__text {
  font-size: 2.25rem;
  line-height: 3.25rem;
}

.stages__text br {
  content: "";
  display: block;
  margin-top: 3rem;
}

.signup-banner {
  background-color: #df1a1a;
  padding: 3rem 4rem;
}

.signup-banner__link {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
}

.signup-banner__link img {
  height: 3rem;
  width: 3rem;
}

.video {
  background-color: #f8f8f8;
  padding: 5rem 0 6rem 0;
  text-align: center;
}

.video__wrapp {
  background-color: #369a96;
  height: 50rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .video__wrapp {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}

.video__title {
  margin-bottom: 1rem;
  color: #df1a1a;
  font-size: 3rem;
  line-height: 3.6rem;
}

.video__text {
  font-size: 2.25rem;
  line-height: 3.24rem;
}

.more-info {
  padding: 8rem 0;
  background-color: #ebe8e8;
  text-align: center;
}

.more-info__title {
  text-align: center;
  margin-bottom: 5rem;
}

.more-info__text {
  margin-bottom: 5rem;
  font-family: 'Lato', sans-serif;
  font-size: 2.25rem;
}

.more-info__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media only screen and (max-width: 63.125em) {
  .more-info__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.more-info__item {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 63.125em) {
  .more-info__item {
    width: 100%;
    margin-bottom: 6rem;
  }
}

.more-info__img-wrapp {
  overflow: hidden;
  margin-bottom: 4rem;
}

.more-info__img {
  display: block;
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
}

.more-info__name {
  text-align: center;
  margin-bottom: 3rem;
  -ms-flex: 1;
  flex: 1;
}

.questions {
  background-color: #ebe8e8;
  padding: 8rem 0;
}

.questions__title {
  text-align: center;
  margin-bottom: 8rem;
}

.questions__list {
  list-style: none;
  margin-bottom: 4rem;
}

.questions__item {
  background-color: #369a96;
  color: #fff;
}

.questions__item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.questions__item > div {
  padding: 1rem 2rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.questions__item > div span {
  display: inline-block;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  height: 2rem;
  width: 2rem;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/icon_add_white.svg");
  transition: background-image 0.2s;
  margin-left: 3rem;
}

.questions__item--active > div span {
  background-image: url("../images/minus-white.svg");
}

.questions__item--active .questions__sublist {
  max-height: 150rem;
  padding-bottom: 5rem;
}

.questions__sublist {
  overflow: hidden;
  max-height: 0;
  height: auto;
  list-style: none;
  background-color: #f8f8f8;
  transition: max-height 0.2s ease-in, padding-bottom 0.2s ease-in;
}

.questions__subitem {
  color: #5d5c5c;
  padding: 1rem 2rem 0 2rem;
}

.download-book {
  background-color: #f8f8f8;
  border-top-right-radius: 3rem;
  padding: 3rem 3rem 0 3rem;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 56.25em) {
  .download-book {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.download-book__wrapper {
  background-color: #ebe8e8;
  padding: 8rem 0 9rem 0;
}

.download-book__left {
  padding: 0 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .download-book__left {
    margin-bottom: 5rem;
  }
}

.download-book__img-wrapp {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 3rem;
  width: 33rem;
}

@media only screen and (max-width: 34.375em) {
  .download-book__img-wrapp {
    width: 30rem;
  }
}

.download-book__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.download-book__right {
  padding-left: 5rem;
}

@media only screen and (max-width: 56.25em) {
  .download-book__right {
    text-align: center;
    padding-left: 0;
    padding-bottom: 5rem;
  }
}

.download-book__title {
  margin-bottom: 4rem;
}

.download-book__text {
  line-height: 3.5rem;
}

.newsletter-banner {
  background-color: #df1a1a;
  padding: 2.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .newsletter-banner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 4rem 1.5rem 4rem;
  }
}

.newsletter-banner__title {
  color: #fff;
  display: inline-block;
  padding-right: 5rem;
}

@media only screen and (max-width: 56.25em) {
  .newsletter-banner__title {
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.prices {
  padding: 12rem 0 10rem 0;
  background-color: #f8f8f8;
}

.prices__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media only screen and (max-width: 56.25em) {
  .prices__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}

.prices__item {
  width: 50rem;
}

@media only screen and (max-width: 56.25em) {
  .prices__item {
    width: 100%;
  }
  .prices__item:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.prices__img-wrapp {
  margin-bottom: 3rem;
}

.prices__img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
}

.prices__title, .prices__vat {
  text-align: center;
}

.prices__vat {
  font-size: 2.4rem;
  margin-top: 0.5rem;
}

.whats-next {
  padding: 8rem 0;
  background-color: #ebe8e8;
  text-align: center;
}

.whats-next__title {
  margin-bottom: 4rem;
}

.whats-next__text {
  margin-bottom: 5rem;
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
}

.whats-next__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media only screen and (max-width: 56.25em) {
  .whats-next__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}

.whats-next__item {
  width: 50rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 56.25em) {
  .whats-next__item {
    width: 100%;
  }
  .whats-next__item:not(:last-child) {
    margin-bottom: 6rem;
  }
}

.whats-next__img-wrapp {
  margin-bottom: 2rem;
}

.whats-next__img {
  width: 100%;
  height: 35rem;
  object-fit: cover;
  object-position: center;
}

.whats-next__name {
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 3rem;
}

.whats-next__link {
  font-size: 2.6rem;
}

.whats-next__link:active, .whats-next__link:hover {
  text-decoration: underline;
}

.book-banner {
  position: fixed;
  bottom: 0;
  right: -68rem;
  display: -ms-flexbox;
  display: flex;
  border-top-right-radius: 3rem;
  background-color: #f8f8f8;
  padding: 2rem 3rem 0 3rem;
}

@media only screen and (max-width: 56.25em) {
  .book-banner {
    right: 4rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .book-banner {
    padding: 1rem 2rem 0 1rem;
    left: 4rem;
  }
}

.book-banner.fade-in-element {
  animation: appearFromRight 0.5s ease-in forwards;
}

.book-banner__left {
  padding-right: 2rem;
}

.book-banner__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.book-banner__img {
  height: 30rem;
  width: 20rem;
  object-fit: contain;
  object-position: center;
}

@media only screen and (max-width: 34.375em) {
  .book-banner__img {
    height: 20rem;
    width: 10rem;
  }
}

.book-banner__title {
  margin-bottom: 2rem;
}

.book-banner__text {
  font-size: 14px;
  -ms-flex: 1;
  flex: 1;
}

.book-banner__link {
  font-size: 16px;
}

.book-banner__close {
  display: inline-block;
  width: 18px;
  margin-left: auto;
}

.book-banner__close img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  object-position: right;
}

.lba-download {
  position: fixed;
  top: -8rem;
  left: 0;
  right: 0;
  z-index: 11;
  background-color: #369a96;
  animation: appearFromTop 0.5s 0.2s ease-in forwards;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 56.25em) {
  .lba-download {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.lba-download__text {
  color: #fff;
  margin-right: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .lba-download__text {
    margin: 1rem 0;
  }
}

.lba-download__btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  margin-bottom: 5px;
}

.lba-download__btn:hover, .lba-download__btn:active {
  color: #df1a1a;
}

.lba-download__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lba-download__close img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.header {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #dedede;
}

.header .row {
  height: 10rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 93.75em) {
  .header .row {
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media only screen and (max-width: 81.25em) {
  .header .row {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 56.25em) {
  .header .row {
    height: 7rem;
  }
}

.header__logo-wrapp {
  height: 100%;
  margin-right: 2rem;
}

.header__logo {
  height: 10rem;
  width: 15.2rem;
  object-fit: contain;
  object-position: left;
}

@media only screen and (max-width: 56.25em) {
  .header__logo {
    height: 7rem;
    width: 11rem;
  }
}

.header__special {
  height: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 81.25em) {
  .header__special {
    margin-left: auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 56.25em) {
  .header__special {
    margin-left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 1;
    flex: 1;
  }
}

.header__info {
  height: 55%;
  font-size: 2.5rem;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__info img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
  margin-left: 0.5rem;
}

@media only screen and (max-width: 81.25em) {
  .header__info {
    margin-right: 5rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .header__info {
    margin-right: 2rem;
  }
}

.header__ctas {
  height: 45%;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 81.25em) {
  .header__ctas {
    display: none;
  }
}

.header__link {
  display: inline-block;
  padding: 2rem;
  padding-top: 1.5rem;
}

.header__link:not(:last-child) {
  margin-right: 0.5rem;
}

.header__cta {
  width: 13rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.75rem;
  line-height: 1;
  padding: 1rem 2rem;
}

.header__cta:not(:last-child) {
  margin-right: 1rem;
}

.header__cta img {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 1rem;
}

.footer {
  background-color: #5d5c5c;
  color: #fff;
  padding: 8rem 0;
}

@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 4rem 0;
  }
}

.footer__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
}

.footer__columns > div:not(:last-child),
.footer__columns > ul:not(:last-child) {
  margin-right: 15rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__columns > div:not(:last-child),
  .footer__columns > ul:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .footer__columns {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 4rem;
  }
}

.footer__contacts {
  font-size: 1.6rem;
}

.footer__contacts .h6-semi-bold {
  margin-bottom: 2rem;
}

.footer__contacts p {
  margin-bottom: 1.5rem;
}

.footer__contacts a {
  text-decoration: none;
  display: block;
  color: #fff;
  transition: color 0.2s;
}

.footer__contacts a:hover, .footer__contacts a:active {
  color: #df1a1a;
}

.footer__contacts .u-underline {
  text-decoration: underline;
}

.footer__contact-wrap {
  margin-bottom: 3rem;
}

.footer__list {
  font-family: 'Lato', sans-serif;
  list-style: none;
}

.footer__item:not(:last-child) {
  margin-bottom: 2rem;
}

.footer__link {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer__link:hover, .footer__link:active {
  color: #df1a1a;
}

.footer__logo-list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  max-width: 275px;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .footer__logo-list {
    margin-top: 2rem;
  }
}

.footer__logo-item {
  height: 9rem;
}

.footer__logo-item:not(:last-child) {
  margin-right: 2rem;
}

.footer__logo-item img {
  height: 100%;
}

.footer__sra-logo {
  background-color: #fff;
  max-width: 275px;
}

.footer__socials {
  list-style: none;
  margin-bottom: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__social-item:not(:last-child) {
  margin-right: 4rem;
}

.footer__social-link {
  text-decoration: none;
  color: #fff;
  font-size: 2rem;
  transition: color 0.2s;
}

.footer__social-link:hover, .footer__social-link:active {
  color: #df1a1a;
}

.footer__copyright {
  width: 65rem;
  text-align: center;
  font-size: 13px;
  margin: 0 auto;
}

.footer__copyright a {
  color: #df1a1a;
  text-decoration: none;
}

@media only screen and (max-width: 56.25em) {
  .footer__copyright {
    width: 100%;
    padding: 0 4rem;
  }
}

.cover-container {
  height: calc(100vh - 10rem);
  background-position: center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 56.25em) {
  .cover-container {
    height: 50vh;
  }
}

@media only screen and (max-width: 56.25em) {
  .cover-container .row {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cover-container__title-section {
  background-color: rgba(15, 14, 14, 0.75);
  border-top-right-radius: 5rem;
  color: #fff;
  width: 60rem;
  padding: 3rem 2rem;
}

@media only screen and (max-width: 56.25em) {
  .cover-container__title-section {
    background: none;
    text-align: center;
    width: 100%;
    padding-top: 6rem;
  }
}

.cover-container__title {
  margin-bottom: 6rem;
  line-height: 6.2rem;
}

@media only screen and (max-width: 34.375em) {
  .cover-container__title {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

.cover-container__explanation {
  font-size: 2.6rem;
  font-weight: 300;
}

@media only screen and (max-width: 56.25em) {
  .cover-container__explanation {
    display: none;
  }
}

.cover-container__ctas {
  margin-top: 8rem;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 56.25em) {
  .cover-container__ctas {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.cover-container__link:not(:last-child) {
  margin-right: 1rem;
}

@media only screen and (max-width: 56.25em) {
  .cover-container__link:not(:last-child) {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .cover-container__link:not(:last-child) {
    padding: 1.6rem 2rem;
  }
}

.main-carousel .carousel-cell {
  width: 100%;
}

.why-us {
  background-color: #f8f8f8;
  padding: 7rem 0 3rem 0;
}

@media only screen and (max-width: 56.25em) {
  .why-us {
    padding-bottom: 4rem;
  }
}

.why-us__title {
  text-align: center;
  margin-bottom: 9rem;
}

@media only screen and (max-width: 56.25em) {
  .why-us__title {
    margin-bottom: 6rem;
  }
}

.why-us__list {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3rem;
}

@media only screen and (max-width: 75em) {
  .why-us__list {
    margin: 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .why-us__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
  }
}

.why-us__list--no-lines .why-us__item {
  padding-bottom: 0;
}

.why-us__list--no-lines .why-us__item::before {
  display: none;
}

.why-us__item {
  width: 36rem;
  margin: 0 3rem 6rem 3rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .why-us__item {
    position: relative;
    margin: 0 0 8rem 0;
    padding-bottom: 4rem;
    width: 100%;
  }
  .why-us__item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20rem;
    height: 2rem;
    background-color: #369a96;
  }
}

.why-us__number {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-size: 9.5rem;
  line-height: 0.63;
  color: #5d5c5c;
  padding-bottom: 6.5rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .why-us__number {
    padding-bottom: 2rem;
  }
}

.why-us__number::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 9rem;
  height: 2rem;
  background-color: #369a96;
}

@media only screen and (max-width: 56.25em) {
  .why-us__number::before {
    display: none;
  }
}

.why-us__number--big {
  font-size: 13.6rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 34.375em) {
  .why-us__number--big {
    font-size: 12rem;
  }
}

.why-us__number--medium {
  font-size: 12rem;
}

@media only screen and (max-width: 34.375em) {
  .why-us__number--medium {
    font-size: 10rem;
  }
}

.why-us__img {
  width: 28rem;
  height: 40rem;
  object-fit: contain;
  object-position: top;
  margin-bottom: 2rem;
}

.why-us__name {
  margin-bottom: 1rem;
}

.why-us__text {
  margin-top: 3rem;
  font-size: 1.9rem;
  line-height: 2.72rem;
}

.why-us__note {
  line-height: 1.75;
  -ms-flex: 1;
  flex: 1;
}

.why-us__btn {
  margin: 4rem auto 0 auto;
}

.why-us__icon {
  -ms-flex: 1;
  flex: 1;
  margin-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
}

.why-us__icon img {
  height: 15rem;
  width: 11rem;
  object-fit: contain;
  object-position: center;
}

.qa-cta {
  background-position: center;
  background-size: cover;
  padding: 15rem 0;
}

@media only screen and (max-width: 63.125em) {
  .qa-cta {
    padding: 8rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .qa-cta {
    padding: 6rem 0;
  }
}

.qa-cta__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 5rem;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 63.125em) {
  .qa-cta__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.qa-cta__item {
  background-color: rgba(255, 255, 255, 0.9);
  border-top-right-radius: 3rem;
  padding: 3rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 56.25em) {
  .qa-cta__item {
    text-align: center;
  }
}

.qa-cta__question {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 3.5rem;
}

.qa-cta__question::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9rem;
  height: 2rem;
  background-color: #369a96;
}

@media only screen and (max-width: 56.25em) {
  .qa-cta__question::before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.qa-cta__answer {
  font-size: 2.08rem;
  line-height: 2.88rem;
  margin-bottom: 4rem;
  -ms-flex: 1;
  flex: 1;
}

.qa-cta__link {
  margin: 0 auto;
}

.text-image {
  padding: 6rem 0 7rem 0;
}

.text-image .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .text-image .row {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.text-image__left {
  padding-right: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .text-image__left {
    padding-right: 0;
    margin-bottom: 5rem;
  }
}

.text-image__title {
  margin-bottom: 4rem;
}

.text-image__text {
  position: relative;
  padding-bottom: 7rem;
  font-size: 2.25rem;
  line-height: 3.75rem;
}

.text-image__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2rem;
  width: 9rem;
  background-color: #369a96;
}

.text-image__text br {
  content: "";
  display: block;
  margin-top: 3rem;
}

.text-image__text--zilla {
  font-family: 'Lato', sans-serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
}

.text-image__text span {
  font-family: 'Lato', sans-serif;
  color: #df1a1a;
  font-weight: 500;
  font-size: 3rem;
  display: block;
}

.text-image__extra-text {
  margin-top: 5rem;
  font-size: 2.25rem;
  line-height: 3.75rem;
}

.text-image__extra-text br {
  content: "";
  display: block;
  margin-top: 3rem;
}

.text-image__extra-text--medium {
  font-weight: 500;
}

.text-image__extra-text span {
  color: #df1a1a;
}

.text-image__img-wrapp {
  background-color: #ebe8e8;
  overflow: hidden;
  border-top-right-radius: 5rem;
  width: 47rem;
  min-height: 70rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-image__img-wrapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 56.25em) {
  .text-image__img-wrapp {
    width: 100%;
    min-height: 20em;
    height: 20rem;
  }
}

.text-image__explain {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 2.75rem;
  padding: 0 3rem;
  text-align: center;
  color: #df1a1a;
}

.post {
  padding: 8rem 0;
  background-color: #ebe8e8;
}

.post .row--post > p {
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.75;
}

.post .row--post > p:first-of-type {
  color: #df1a1a;
}

.post__btn {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #5d5c5c;
  transition: text-decoration 0.2s;
}

.post__btn:hover, .post__btn:active {
  text-decoration: underline;
}

.post__title {
  margin: 1.5rem 0 1rem 0;
}

.post__time {
  color: #369a96;
  margin-bottom: 3rem;
}

.post__img-wrapp {
  width: 100%;
  height: 60rem;
  overflow: hidden;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 63.125em) {
  .post__img-wrapp {
    height: 50rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .post__img-wrapp {
    height: 40rem;
  }
}

@media only screen and (max-width: 34.375em) {
  .post__img-wrapp {
    height: 30rem;
  }
}

.post__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post__filters {
  margin-bottom: 5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .post__filters {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.post__filters .custom-select {
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

@media only screen and (max-width: 56.25em) {
  .post__filters .custom-select:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.post__filters .select-selected {
  margin-bottom: 0;
}

.post-card {
  background-color: #f8f8f8;
  border-top-right-radius: 5rem;
  margin-bottom: 5rem;
  padding: 3rem 2rem 0 2rem;
  display: -ms-flexbox;
  display: flex;
  min-height: 480px;
}

@media only screen and (max-width: 56.25em) {
  .post-card {
    padding: 2rem 2rem 0 2rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.post-card__img-wrapp {
  /*
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  */
  padding-right: 2rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .post-card__img-wrapp {
    -ms-flex: none;
    flex: none;
    height: 30rem;
    margin-bottom: 5rem;
  }
}

.post-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-card__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 !important;
}

.post-card__title {
  color: #df1a1a;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 3rem;
  word-break: break-word;
}

.post-card__date {
  color: #369a96;
  margin-bottom: 4rem;
  font-size: 1.8rem;
}

.post-card__text {
  -ms-flex: 1;
  flex: 1;
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 56.25em) {
  .post-card__link {
    margin: 0 auto;
  }
}

.downlaod {
  background-color: #f8f8f8;
}

.two-col {
  padding: 3rem 0 6rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 56.25em) {
  .two-col {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.two-col__left {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

@media only screen and (max-width: 56.25em) {
  .two-col__left {
    margin-bottom: 6rem;
  }
}

.two-col__right {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.two-col__title {
  margin: 4rem 0;
}

@media only screen and (max-width: 56.25em) {
  .two-col__title {
    margin-top: 0;
  }
}

.two-col__text {
  font-size: 2.25rem;
  line-height: 1.75;
}

.two-col__text:not(:last-of-type) {
  margin-bottom: 4rem;
}

.two-col__text--red {
  color: #df1a1a;
}

.two-col__list {
  font-size: 2.6rem;
  list-style-position: inside;
  margin-bottom: 4rem;
}

.two-col__list span {
  display: block;
  margin-bottom: 4rem;
}

.two-col__list-title {
  font-size: 2.25rem;
  line-height: 1.75;
}

.two-col__item {
  font-size: 2.25rem;
  line-height: 1.75;
}

.two-col__item:not(:last-of-type) {
  margin-bottom: 4rem;
}

.book-form__title, .book-form__img-wrapp {
  text-align: center;
  margin-bottom: 3rem;
}

.book-form__img {
  width: 100%;
  height: 42rem;
  object-fit: contain;
}

.book-form__form {
  padding: 3.5rem 3rem 2rem 3rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .book-form__form {
    padding: 2rem 1rem 2rem 1rem;
  }
}

.page-not-found {
  padding: 10rem 0;
}

.page-not-found__title {
  color: #df1a1a;
  margin-bottom: 3rem;
}

.page-not-found__text {
  margin-bottom: 6rem;
}

.page-not-found__link {
  display: inline-block;
}

.legal {
  padding: 8rem 0;
}

.legal .row > p:not(:last-child) {
  margin-bottom: 3rem;
}

.legal__title {
  margin-bottom: 5rem;
}

.sign-up-success .custom-form .row {
  min-height: 60vh;
}

.sign-up-success .custom-form .row .custom-form__form {
  padding-bottom: 6rem;
}

.sign-up-success .custom-form .row .custom-form__form .success-message {
  color: #369a96;
  margin-bottom: 6rem;
}

.sign-up-success__btn {
  display: inline-block;
}

.text-table-whole .col-md-8 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .text-table-whole .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.text-table.row {
  width: 100%;
}

/*# sourceMappingURL=app.css.map */
