 @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
 @import url("https://fonts.googleapis.com/css?family=Big+Shoulders+Display:300,400,500,600,700,900&display=swap&subset=latin-ext");
 @import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap&subset=latin-ext");
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

b {
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 320px;
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  cursor: default;
  box-sizing: border-box;
}

body {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.cmsContainer {
  display: block;
  width: 100%;
  padding: 0 5px;
}
.cmsContainer p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767pxpx) {
  .cmsContainer p {
    font-size: 16px;
  }
}
.cmsContainer strong {
  font-weight: 700;
}
.cmsContainer b {
  font-weight: 500;
}
.cmsContainer em, .cmsContainer i {
  font-style: italic;
}
.cmsContainer u, .cmsContainer ins {
  text-decoration: underline;
}
.cmsContainer small {
  font-size: smaller;
}
.cmsContainer mark {
  background-color: #ff0;
  color: inherit;
}
.cmsContainer del {
  text-decoration: line-through;
}
.cmsContainer sub {
  font-size: smaller;
  vertical-align: sub;
}
.cmsContainer sup {
  font-size: smaller;
  vertical-align: super;
}
.cmsContainer ul {
  display: block;
  padding-left: 20px;
  list-style-type: disc;
}
.cmsContainer ol {
  display: block;
  padding-left: 20px;
  list-style-type: decimal;
}
.cmsContainer li {
  display: list-item;
  text-align: match-parent;
}
.cmsContainer table {
  display: table;
  width: 100%;
  border-color: #333;
  color: #333;
  border-collapse: collapse;
  border-spacing: 2px;
}
.cmsContainer tr {
  display: table-row;
  border-color: inherit;
  background-color: #fff;
  vertical-align: inherit;
}
.cmsContainer tr:nth-child(even) {
  background-color: #d8d8d8;
}
.cmsContainer td, .cmsContainer th {
  padding: 8px;
  border: 1px solid #333;
  text-align: left;
}
.cmsContainer img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cmsContainer a {
  color: inherit;
  text-decoration: none;
}
.cmsContainer .cms-col-25 {
  width: 25%;
  padding: 15px;
  float: left;
}
@media (max-width: 767pxpx) {
  .cmsContainer .cms-col-25 {
    width: 100%;
  }
}
.cmsContainer .cms-col-33 {
  width: 33.33%;
  padding: 15px;
  float: left;
}
@media (max-width: 767pxpx) {
  .cmsContainer .cms-col-33 {
    width: 100%;
  }
}
.cmsContainer .cms-col-50 {
  width: 50%;
  padding: 15px;
  float: left;
}
@media (max-width: 767pxpx) {
  .cmsContainer .cms-col-50 {
    width: 100%;
  }
}

.header {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 3;
}
@media (max-width: 1620px) {
  .header {
    position: relative;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .header {
    background-color: #d0e5dc;
  }
}
.header__main {
  display: block;
  width: 100%;
  padding: 45px 0 54px;
}
@media (max-width: 1620px) {
  .header__main {
    padding: 25px 0;
  }
}
.header__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.header__container::before, .header__container::after {
  display: table;
  content: " ";
}
.header__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .header__container {
    padding: 0 10px;
  }
}
.header__box {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .header__box {
    flex-wrap: wrap;
  }
}
.header__item {
  width: 50%;
}
@media (max-width: 1024px) {
  .header__item {
    width: 100%;
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .header__item {
    width: 80%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .header__item:first-of-type {
    padding-top: 0;
  }
}
.header__item.-long {
  width: 100%;
}
@media (max-width: 767px) {
  .header__item.-long {
    text-align: right;
  }
}
.header__item.-logo {
  padding: 0 90px;
}
@media (max-width: 1280px) {
  .header__item.-logo {
    padding: 0 45px;
  }
}
@media (max-width: 1024px) {
  .header__item.-logo {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header__item.-logo {
    position: absolute;
    right: 15px;
    left: 15px;
  }
}
.header__menu-icon {
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header__menu-icon {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  font-family: "Big Shoulders Display", cursive;
  color: #614b4b;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header__logo {
    display: inline;
  }
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header__nav.-social {
  justify-content: center;
}
@media (max-width: 1440px) {
  .header__nav.-social {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .header__nav.-social {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header__nav.-social {
    padding-top: 20px;
  }
}
.header__navItem {
  display: inline-block;
  padding: 0 40px;
}
@media (max-width: 1620px) {
  .header__navItem {
    padding: 0 35px;
  }
}
@media (max-width: 1440px) {
  .header__navItem {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .header__navItem {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }
}
.header__navItem:first-of-type {
  padding-left: 0;
}
.header__navItem:last-of-type {
  padding-right: 0;
  padding-bottom: 0;
}
.header__navItem.-social {
  display: inline-block;
  width: auto;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .header__navItem.-social {
    padding: 15px 25px;
  }
}
.header__navLink {
  font-family: "Quicksand", sans-serif;
  color: #614b4b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.header__navLink:hover {
  text-decoration: underline;
}
.header__socialLink {
  display: inline-block;
  color: #614b4b;
  text-decoration: none;
  cursor: pointer;
}
.header__socialLink i {
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.header__line {
  display: block;
  max-width: 90%;
  height: 1px;
  border: 0;
  margin: 0 0 0 auto;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1620px) {
  .header__line {
    max-width: 100%;
  }
}

.footer {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 90px;
  padding-bottom: 109px;
  background-color: #d0e5dc;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer__main {
  display: block;
  width: 100%;
  padding: 45px 0 51px;
}
.footer__secondary {
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .footer__main {
    padding: 25px 0 30px;
  }
}
.footer__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer__container::before, .footer__container::after {
  display: table;
  content: " ";
}
.footer__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .footer__container {
    padding: 0 10px;
  }
}
.footer__box {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer__box {
    flex-wrap: wrap;
  }
}
.footer__item {
  width: 50%;
}
@media (max-width: 1024px) {
  .footer__item {
    width: 100%;
    padding: 25px 0 0;
  }
}
@media (max-width: 767px) {
  .footer__item {
    padding: 15px 0 0;
  }
}
@media (max-width: 1024px) {
  .footer__item:first-of-type {
    padding-top: 0;
  }
}
.footer__item.-long {
  width: 100%;
}
.footer__logo {
  display: inline-block;
  width: auto;
  flex-shrink: 0;
  font-family: "Big Shoulders Display", cursive;
  color: #614b4b;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .footer__logo {
    width: 100%;
    text-align: center;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.footer__nav.-social {
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .footer__nav.-social {
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .footer__nav.-social {
    justify-content: center;
  }
}
.footer__navItem {
  display: inline-block;
  padding: 0 40px;
}
@media (max-width: 1620px) {
  .footer__navItem {
    padding: 0 35px;
  }
}
@media (max-width: 1440px) {
  .footer__navItem {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .footer__navItem {
    display: none;
  }
}
.footer__navItem.-social {
  display: inline-block;
  width: auto;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .footer__navItem.-social {
    padding: 15px 25px;
  }
}
.footer__navItem:first-of-type {
  padding-left: 0;
}
.footer__navItem:last-of-type {
  padding-right: 0;
}
.footer__navLink {
  font-family: "Quicksand", sans-serif;
  color: #614b4b;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.footer__navLink:hover {
  text-decoration: underline;
}
.footer__socialLink {
  display: inline-block;
  color: #614b4b;
  text-decoration: none;
  cursor: pointer;
}
.footer__socialLink i {
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.footer__topLine {
  display: none;
  width: 95%;
  height: 1px;
  margin: 0 auto;
  margin-top: 19px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1024px) {
  .footer__topLine {
    display: block;
  }
}
.footer__line {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1024px) {
  .footer__line {
    display: none;
  }
}
.footer__text {
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
}

.about {
  display: block;
  width: 100%;
}
.about__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.about__container::before, .about__container::after {
  display: table;
  content: " ";
}
.about__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .about__container {
    padding: 0 10px;
  }
}
.about__content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 969px) {
  .about__content {
    flex-direction: column;
    align-items: center;
  }
}
.about__image {
  display: block;
  object-fit: cover;
  width: 100%;
  max-width: 50%;
  margin: -60px 0 0 90px;
  max-height: calc(100%+40px);
}
@media (max-width: 1280px) {
  .about__image {
    margin: -60px 0 0 45px;
  }
}
@media (max-width: 1024px) {
  .about__image {
    margin: -60px 0 0 0;
  }
}
.about__textContainer {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 55px;
  width: 100%;
  max-width: 50%;
  background-color: #fffbf8;
  margin-right: 45px;
}
@media (max-width: 969px) {
  .about__textContainer {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0 15px;
  }
}
.about__textBox {
  flex-direction: column;
}
@media (max-width: 1440px) {
  .about__textBox {
    padding: 10px 20px;
  }
}
@media (max-width: 969px) {
  .about__textBox {
    width: 100%;
    padding: 20px 0;
  }
}
.about__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  text-align: left;
  cursor: default;
}
@media (max-width: 1280px) {
  .about__text {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .about__text {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about__text {
    font-size: 18px;
  }
}
.about__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.08;
  font-stretch: normal;
  padding: 10px 0;
  text-align: left;
}
@media (max-width: 1440px) {
  .about__title {
    font-size: 56px;
  }
}
@media (max-width: 1280px) {
  .about__title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .about__title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about__title {
    font-size: 24px;
  }
}
.about__grade {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: center center;
}
@media (max-width: 1440px) {
  .about__grade {
    transform: translate(50%, -50%) scale(0.75, 0.75);
  }
}
@media (max-width: 969px) {
  .about__grade {
    transform: translate(10%, -50%) scale(0.75, 0.75);
  }
}
@media (max-width: 767px) {
  .about__grade {
    display: none;
  }
}
.about__grade.-mobile {
  display: block;
  position: absolute;
  top: -50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, 40%);
}
@media (min-width: 767px) {
  .about__grade.-mobile {
    display: none;
  }
}
@media (max-width: 610px) {
  .about__grade.-mobile {
    width: 120px;
    height: 120px;
    transform: translate(-50%, -10%);
  }
}
@media (max-width: 580px) {
  .about__grade.-mobile {
    transform: translate(-50%, -30%);
  }
}
@media (max-width: 490px) {
  .about__grade.-mobile {
    transform: translate(-50%, -70%);
  }
}

.banner {
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .banner {
    min-height: 649px;
  }
}
@media (max-width: 400px) {
  .banner {
    min-height: 580px;
  }
}
.banner::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 90%;
  height: 100%;
  max-height: 32%;
  margin: 0 0 0 auto;
  transition: 0.3s;
  background-color: #d0e5dc;
  content: "";
  z-index: 1;
}
@media (max-width: 1620px) {
  .banner::before {
    max-width: 92%;
  }
}
@media (max-width: 1440px) {
  .banner::before {
    max-width: 95%;
  }
}
@media (max-width: 1280px) {
  .banner::before {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .banner::before {
    max-height: 40%;
  }
}
@media (max-width: 767px) {
  .banner::before {
    display: none;
  }
}
.banner__image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .banner__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.banner__holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .banner__holder {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
  }
}
.banner__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner__container::before, .banner__container::after {
  display: table;
  content: " ";
}
.banner__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .banner__container {
    padding: 0 10px;
  }
}
.banner__box {
  display: grid;
  margin-top: -30px;
  transition: 0.3s;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .banner__box {
    margin-top: 0;
    padding: 20px 0 80px;
    grid-template-columns: 1fr;
  }
}
.banner__item {
  display: block;
  width: 100%;
}
.banner__item.-text {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .banner__item.-text {
    padding: 0 45px;
  }
}
@media (max-width: 1024px) {
  .banner__item.-text {
    padding: 0;
  }
}
.banner__item.-video {
  padding: 0;
  max-width: 620px;
  margin: 0 auto;
}
.banner__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.08;
  font-stretch: normal;
  text-align: left;
  margin-bottom: 15px;
  cursor: default;
}
@media (max-width: 1440px) {
  .banner__title {
    font-size: 56px;
  }
}
@media (max-width: 1280px) {
  .banner__title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .banner__title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 24px;
  }
}
.banner__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  text-align: left;
  cursor: default;
}
@media (max-width: 1280px) {
  .banner__text {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .banner__text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner__text {
    font-size: 18px;
  }
}
.banner__video {
  display: block;
  width: 100%;
  max-height: 390px;
  height: 100%;
}

.services {
  display: block;
  width: 100%;
  margin: 110px 0;
}
@media (max-width: 1280px) {
  .services {
    margin: 70px 0;
  }
}
@media (max-width: 1024px) {
  .services {
    margin: 45px 0;
  }
}
@media (max-width: 767px) {
  .services {
    margin: 25px 0;
  }
}
.services__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.services__container::before, .services__container::after {
  display: table;
  content: " ";
}
.services__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .services__container {
    padding: 0 10px;
  }
}
.services__content {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 0 60px;
}
@media (max-width: 1280px) {
  .services__content {
    padding: 0 45px;
  }
}
@media (max-width: 1024px) {
  .services__content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .services__content {
    flex-direction: column;
    justify-content: center;
  }
}
.services__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33.33%;
}
@media (max-width: 767px) {
  .services__item {
    margin-bottom: 40px;
    width: 100%;
  }
}
.services__imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 128px;
  width: 128px;
  background-color: #fffbf8;
  border-radius: 50%;
}
.services__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .services__title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .services__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .services__title {
    font-size: 18px;
  }
}
.services__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.56;
  text-align: center;
  font-stretch: normal;
  width: 50%;
  color: #614b4b;
  font-weight: normal;
}
@media (max-width: 767px) {
  .services__text {
    font-size: 16px;
  }
}

.information {
  display: block;
  width: 100%;
  margin: 25px 0 50px;
}
.information__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.information__container::before, .information__container::after {
  display: table;
  content: " ";
}
.information__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .information__container {
    padding: 0 10px;
  }
}
.information__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.44;
  text-align: center;
  font-stretch: normal;
  display: block;
  width: 60%;
  margin: 0 auto 15px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .information__title {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .information__title {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .information__title {
    font-size: 32px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .information__title {
    font-size: 24px;
  }
}
.information__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  display: block;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .information__text {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .information__text {
    font-size: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .information__text {
    font-size: 18px;
  }
}
.information__underline {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.information__decorator {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #d0e5dc;
  z-index: -1;
}

.steps {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.steps__container {
  width: 60%;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .steps__container {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .steps__container {
    width: 75%;
  }
}
@media (max-width: 969px) {
  .steps__container {
    width: 80%;
  }
}
.steps__item {
  display: flex;
}
@media (max-width: 969px) {
  .steps__item {
    padding: 20px 0;
  }
}
@media (max-width: 610px) {
  .steps__item {
    flex-direction: column;
  }
}
.steps__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 610px) {
  .steps__item:nth-child(even) {
    flex-direction: column;
  }
}
.steps__item:nth-child(even) .steps__box {
  flex-direction: row-reverse;
}
@media (max-width: 1280px) {
  .steps__item:nth-child(even) .steps__box {
    flex-direction: row;
  }
}
.steps__box {
  display: flex;
  width: 66.66%;
}
@media (max-width: 610px) {
  .steps__box {
    width: 100%;
    padding: 20px 0;
  }
}
.steps__imageBox {
  width: 32.33%;
}
@media (max-width: 610px) {
  .steps__imageBox {
    width: 100%;
    text-align: center;
  }
}
.steps__image {
  max-width: 100%;
  margin: 0 auto;
}
.steps__textBox {
  position: relative;
  width: 40%;
  margin-top: 4%;
  margin-right: 5%;
  margin-left: 8%;
}
@media (max-width: 1280px) {
  .steps__textBox {
    width: 95%;
    margin-top: 17%;
  }
}
@media (max-width: 969px) {
  .steps__textBox {
    margin-top: 14%;
  }
}
.steps__placeholder {
  width: 50%;
}
@media (max-width: 1280px) {
  .steps__placeholder {
    display: none;
  }
}
.steps__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  text-align: left;
}
@media (max-width: 969px) {
  .steps__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .steps__title {
    font-size: 28px;
  }
}
@media (max-width: 610px) {
  .steps__title {
    font-size: 26px;
  }
}
.steps__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.56;
  text-align: center;
  font-stretch: normal;
  margin-top: 8%;
  text-align: left;
}
@media (max-width: 969px) {
  .steps__text {
    margin-top: 3%;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .steps__text {
    font-size: 14px;
  }
}
@media (max-width: 610px) {
  .steps__text {
    font-size: 12px;
  }
}
.steps__background {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  top: -127px;
  left: 72px;
  color: #726161;
  font-size: 250px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  opacity: 0.08;
  font-stretch: normal;
}
@media (max-width: 969px) {
  .steps__background {
    font-size: 200px;
  }
}
@media (max-width: 610px) {
  .steps__background {
    top: -100px;
    left: 0;
  }
}

.imagine {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 132px 0 50px;
}
@media (max-width: 767px) {
  .imagine {
    margin: 80px 0 30px;
  }
}
@media (max-width: 767px) {
  .imagine {
    margin: 40px 0 20px;
  }
}
.imagine__content {
  width: 100%;
}
.imagine__decoratorBox {
  position: absolute;
  top: -20px;
  left: 20%;
  padding: 13px;
  background-color: #d0e5dc;
}
@media (max-width: 1483px) {
  .imagine__decoratorBox {
    display: none;
  }
}
.imagine__container {
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .imagine__container {
    width: 100%;
  }
}
@media (max-width: 969px) {
  .imagine__container {
    display: flex;
    flex-direction: column;
  }
}
.imagine__topText {
  display: flex;
  position: absolute;
  top: -25px;
  right: 0;
  flex-direction: column;
  padding: 40px 15px 40px 18px;
  background-color: #28312c;
}
@media (max-width: 1700px) {
  .imagine__topText {
    width: 60%;
  }
}
@media (max-width: 1483px) {
  .imagine__topText {
    position: static;
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .imagine__topText {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 610px) {
  .imagine__topText {
    padding: 40px 20px;
  }
}
.imagine__title {
  font-family: "Quicksand", sans-serif;
  width: 65%;
  margin-bottom: 2%;
  padding-left: 54px;
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  font-stretch: normal;
}
@media (max-width: 1700px) {
  .imagine__title {
    width: 80%;
  }
}
@media (max-width: 1483px) {
  .imagine__title {
    width: 100%;
    padding-left: 0;
    font-size: 40px;
  }
}
@media (max-width: 969px) {
  .imagine__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .imagine__title {
    font-size: 32px;
  }
}
@media (max-width: 610px) {
  .imagine__title {
    font-size: 28px;
  }
}
.imagine__subtitle {
  font-family: "Quicksand", sans-serif;
  width: 55%;
  margin: 1% 0 0 5%;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.25;
  font-stretch: normal;
}
@media (max-width: 1700px) {
  .imagine__subtitle {
    width: 80%;
  }
}
@media (max-width: 1483px) {
  .imagine__subtitle {
    width: 100%;
    margin: 1% 0 0 0;
  }
}
@media (max-width: 969px) {
  .imagine__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .imagine__subtitle {
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 610px) {
  .imagine__subtitle {
    font-size: 18px;
  }
}
.imagine__bottomText {
  font-family: "Quicksand", sans-serif;
  position: absolute;
  right: 365px;
  bottom: 14%;
  width: 37%;
  padding: 25px;
  padding-left: 65px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  font-stretch: normal;
}
@media (max-width: 1700px) {
  .imagine__bottomText {
    right: 0;
    bottom: 6%;
    width: 60%;
  }
}
@media (max-width: 1620px) {
  .imagine__bottomText {
    bottom: 0;
  }
}
@media (max-width: 1483px) {
  .imagine__bottomText {
    top: 50%;
    right: 100px;
    bottom: auto;
    width: 50%;
    font-size: 22px;
  }
}
@media (max-width: 969px) {
  .imagine__bottomText {
    display: flex;
    position: static;
    width: 100%;
    padding: 40px;
    background-color: #28312c;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .imagine__bottomText {
    width: 100%;
    padding: 40px;
    font-size: 18px;
  }
}
@media (max-width: 610px) {
  .imagine__bottomText {
    padding: 40px 20px;
    font-size: 16px;
  }
}

.blueprint {
  display: block;
  width: 100%;
}
.blueprint__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 80px 10px 30px;
}
.blueprint__container::before, .blueprint__container::after {
  display: table;
  content: " ";
}
.blueprint__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .blueprint__container {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .blueprint__container {
    padding: 50px 10px 30px;
  }
}
.blueprint__headline {
  font-family: "Quicksand", sans-serif;
  padding: 0 10px;
  text-align: center;
}
.blueprint__list {
  display: flex;
  flex-direction: column;
  padding: 80px 0 30px;
  transition: 0.3s;
}
@media (max-width: 610px) {
  .blueprint__list {
    padding: 20px 0 30px;
  }
}
.blueprint__item {
  display: flex;
  justify-content: flex-start;
  min-width: 994px;
  max-width: 994px;
  min-height: 124px;
  margin: 0 auto;
  padding: 30px 40px;
}
.blueprint__item:nth-child(even) {
  background-color: #fffbf8;
}
@media (max-width: 1024px) {
  .blueprint__item {
    min-width: 100%;
  }
}
@media (max-width: 610px) {
  .blueprint__item {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 30px 30px;
  }
}
.blueprint__icon {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 610px) {
  .blueprint__icon {
    justify-content: center;
    width: 100%;
    padding: 20px 0;
  }
}
.blueprint__tick {
  font-size: 48px;
  vertical-align: middle;
}
.blueprint__text {
  font-family: "Quicksand", sans-serif;
  padding: 0 0 0 70px;
  transition: 0.3s;
  color: #726161;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .blueprint__text {
    font-size: 16px;
  }
}
@media (max-width: 610px) {
  .blueprint__text {
    padding: 0;
    font-size: 14px;
  }
}

.promo {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 70px 0 110px;
}
@media (max-width: 1280px) {
  .promo {
    padding: 70px 0 50px;
  }
}
@media (max-width: 969px) {
  .promo {
    padding: 30px 0 20px;
  }
}
.promo__container {
  width: 58%;
}
@media (max-width: 1620px) {
  .promo__container {
    width: 70%;
  }
}
@media (max-width: 1440px) {
  .promo__container {
    width: 75%;
  }
}
@media (max-width: 969px) {
  .promo__container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .promo__container {
    width: 85%;
  }
}
@media (max-width: 610px) {
  .promo__container {
    width: 90%;
  }
}
.promo__content {
  display: flex;
  position: relative;
  flex-direction: column;
}
.promo__header {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.44;
  text-align: center;
  font-stretch: normal;
  width: 60%;
  padding-top: 11px;
}
@media (max-width: 1024px) {
  .promo__header {
    font-size: 32px;
  }
}
@media (max-width: 969px) {
  .promo__header {
    margin-bottom: 20px;
  }
}
@media (max-width: 610px) {
  .promo__header {
    font-size: 28px;
  }
}
.promo__header .title.-small {
  display: none;
}
.promo__contentBox {
  display: flex;
  flex-direction: column;
  padding: 116px 42px 132px 146px;
  background-color: #fffbf8;
}
@media (max-width: 969px) {
  .promo__contentBox {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding: 50px 70px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .promo__contentBox {
    padding: 30px 10px;
  }
}
.promo__contentItem {
  display: flex;
  align-items: center;
  margin-bottom: 4%;
}
@media (max-width: 969px) {
  .promo__contentItem {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .promo__contentItem {
    width: 80%;
    margin-left: 20%;
  }
}
.promo__itemName {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
}
@media (max-width: 969px) {
  .promo__itemName {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .promo__itemName {
    margin-left: 10px;
    text-align: left;
  }
}
.promo__image {
  position: absolute;
  right: -350px;
  bottom: 40px;
  max-width: 100%;
}
@media (max-width: 1880px) {
  .promo__image {
    width: 90%;
  }
}
@media (max-width: 1750px) {
  .promo__image {
    right: -250px;
    width: 80%;
  }
}
@media (max-width: 1620px) {
  .promo__image {
    right: -30px;
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .promo__image {
    right: -80px;
  }
}
@media (max-width: 1100px) {
  .promo__image {
    right: -110px;
  }
}
@media (max-width: 969px) {
  .promo__image {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promo__image {
    width: 100%;
  }
}
.promo__headerBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 969px) {
  .promo__headerBox {
    width: 100%;
    padding-left: 0;
  }
}
.promo__textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media (max-width: 969px) {
  .promo__textBox {
    width: 100%;
  }
}

.premium {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 969px) {
  .premium {
    padding: 0 20px;
  }
}
.premium__container {
  max-width: 818px;
}
@media (max-width: 969px) {
  .premium__container {
    max-width: 100%;
  }
}
.premium__content {
  display: flex;
  flex-direction: column;
  border: 8px solid #847676;
}
.premium__top {
  display: flex;
  border-bottom: 4px solid #847676;
}
.premium__bottom {
  display: flex;
  align-items: center;
  padding: 36px 0;
}
@media (max-width: 767px) {
  .premium__bottom {
    padding: 18px 12px;
  }
}
.premium__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  width: 47%;
  padding: 37px 15px;
  border-right: 4px solid #847676;
  letter-spacing: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .premium__title {
    width: 66%;
    padding: 28px;
    padding-left: 15px;
    font-size: 18px;
    letter-spacing: 10px;
  }
}
.premium__price {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.08;
  font-stretch: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53%;
  line-height: normal;
}
@media (max-width: 767px) {
  .premium__price {
    padding: 20px 0;
    font-size: 32px;
  }
}
.premium__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.56;
  text-align: center;
  font-stretch: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  padding-left: 42px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  .premium__text {
    width: 100%;
    padding: 0 15px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 610px) {
  .premium__text {
    padding: 0 5px 10px;
  }
}
.premium__order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding: 0 10px 0 40px;
}
@media (max-width: 767px) {
  .premium__order {
    width: 100%;
    padding: 0;
  }
}
.premium__orderBtn {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  padding: 18px 89px;
  background-color: #F3D248;
  /*color: #222;*/
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .premium__orderBtn {
    padding: 5px 20px;
    font-size: 18px;
  }
}
.premium__orderBtn:hover {
  opacity: 0.8;
}

.methods {
  display: block;
  width: 100%;
}
.methods__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
  padding: 170px 20px 40px;
}
.methods__container::before, .methods__container::after {
  display: table;
  content: " ";
}
.methods__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .methods__container {
    padding: 0 10px;
  }
}
@media (max-width: 1280px) {
  .methods__container {
    padding: 70px 0 30px;
  }
}
@media (max-width: 969px) {
  .methods__container {
    padding: 30px 0 20px;
  }
}
.methods__headline {
  font-family: "Quicksand", sans-serif;
  padding: 0 10px;
  text-align: center;
}
.methods__subtitle {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .methods__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 610px) {
  .methods__subtitle {
    font-size: 20px;
  }
}
.methods__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 120px 0 0;
}
@media (max-width: 969px) {
  .methods__grid {
    padding: 80px 0 0;
  }
}
@media (max-width: 767px) {
  .methods__grid {
    padding: 60px 0 0;
  }
}
@media (max-width: 610px) {
  .methods__grid {
    padding: 50px 0 0;
  }
}
.methods__item {
  width: 50%;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 610px) {
  .methods__item {
    width: 50%;
  }
}
.methods__item:nth-of-type(odd)::after {
  display: none;
  position: absolute;
  right: 0;
  bottom: 50px;
  height: 150px;
  border-right: 1px solid #eee9e6;
  content: "";
}
@media (max-width: 767px) {
  .methods__item:nth-of-type(odd)::after {
    display: block;
  }
}
.methods__item:nth-of-type(even) {
  padding: 0 150px 150px 0;
}
@media (max-width: 969px) {
  .methods__item:nth-of-type(even) {
    padding: 0 50px 80px 0;
  }
}
@media (max-width: 610px) {
  .methods__item:nth-of-type(even) {
    padding: 0 0 50px;
  }
}
.methods__item:nth-of-type(odd) {
  padding: 0 0 150px 150px;
}
@media (max-width: 969px) {
  .methods__item:nth-of-type(odd) {
    padding: 0 0 80px 50px;
  }
}
@media (max-width: 767px) {
  .methods__item:nth-of-type(odd) {
    position: relative;
  }
}
@media (max-width: 610px) {
  .methods__item:nth-of-type(odd) {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .methods__item:last-of-type {
    padding: 0;
  }
}
.methods__imageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  min-height: 160px;
  margin: 0 auto 25px;
  padding: 30px 0;
  transition: 0.3s;
  border: 10px solid #f8f3ef;
  border-radius: 50%;
  background-color: #fffbf8;
}
@media (max-width: 969px) {
  .methods__imageBox {
    max-width: 140px;
    min-height: 140px;
    max-height: 140px;
  }
}
@media (max-width: 767px) {
  .methods__imageBox {
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }
}
@media (max-width: 610px) {
  .methods__imageBox {
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }
}
@media (max-width: 610px) {
  .methods__img {
    max-width: 50px;
    max-height: 50px;
  }
}
.methods__name {
  display: block;
  text-align: center;
}
.methods__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 969px) {
  .methods__text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .methods__text {
    font-size: 22px;
  }
}
@media (max-width: 610px) {
  .methods__text {
    font-size: 20px;
  }
}

.title {
  position: relative;
  margin-bottom: 16px;
  color: #726161;
  font-size: 48px;
  font-weight: bold;
  font-family: Quicksand, sans-serif;
  letter-spacing: normal;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 610px) {
  .title {
    font-size: 36px;
  }
}
.title.-small {
  font-size: 32px;
}
@media (max-width: 767px) {
  .title.-small {
    font-size: 26px;
  }
}
@media (max-width: 610px) {
  .title.-small {
    font-size: 22px;
  }
}
.title__underline {
  position: relative;
  z-index: 10;
}
.title__decorator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #d0e5dc;
  z-index: -1;
}

.aboutBlueprint {
  display: block;
  width: 100%;
}
.aboutBlueprint__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.aboutBlueprint__container::before, .aboutBlueprint__container::after {
  display: table;
  content: " ";
}
.aboutBlueprint__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .aboutBlueprint__container {
    padding: 0 10px;
  }
}
.aboutBlueprint__section {
  padding: 40px 10px;
  text-align: center;
}
.aboutBlueprint__subtitle {
  font-family: "Quicksand", sans-serif;
  max-width: 776px;
  margin: 0 auto;
  color: #726161;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 767px) {
  .aboutBlueprint__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 610px) {
  .aboutBlueprint__subtitle {
    font-size: 20px;
  }
}
.aboutBlueprint__text {
  font-family: "Quicksand", sans-serif;
  max-width: 946px;
  margin: 0 auto;
  color: #726161;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .aboutBlueprint__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .aboutBlueprint__text {
    font-size: 14px;
  }
}
.aboutBlueprint__images {
  display: grid;
  padding: 60px 0 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 610px) {
  .aboutBlueprint__images {
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-gap: 0;
  }
}
.aboutBlueprint__imageBox:nth-of-type(1), .aboutBlueprint__imageBox:nth-of-type(3) {
  align-self: center;
  text-align: right;
}
.aboutBlueprint__imageBox:nth-of-type(1) {
  padding: 50px 0 0;
}
.aboutBlueprint__imageBox:nth-of-type(2) {
  padding: 0 0 0 20px;
}
.aboutBlueprint__imageBox:nth-of-type(3) {
  padding: 0 0 80px 30px;
  text-align: left;
}
@media (max-width: 969px) {
  .aboutBlueprint__imageBox:nth-of-type(3) {
    padding-bottom: 0;
    text-align: center;
  }
}
.aboutBlueprint__image {
  width: auto;
  max-width: 100%;
}

.recipes {
  display: block;
  width: 100%;
  padding: 160px 0;
}
@media (max-width: 1280px) {
  .recipes {
    padding: 80px 0 70px;
  }
}
@media (max-width: 1024px) {
  .recipes {
    padding: 50px 0;
  }
}
@media (max-width: 969px) {
  .recipes {
    padding: 20px 0 50px;
  }
}
.recipes__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.recipes__container::before, .recipes__container::after {
  display: table;
  content: " ";
}
.recipes__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .recipes__container {
    padding: 0 10px;
  }
}
.recipes__section {
  display: block;
  text-align: center;
}
.recipes__list {
  display: grid;
  padding: 80px 75px 115px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 30px 0;
}
@media (max-width: 1024px) {
  .recipes__list {
    padding: 80px 40px 70px;
  }
}
@media (max-width: 969px) {
  .recipes__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .recipes__list {
    padding: 50px 30px;
  }
}
.recipes__item {
  display: flex;
  width: 100%;
}
@media (max-width: 610px) {
  .recipes__item {
    flex-wrap: wrap;
  }
}
.recipes__imageBox {
  display: block;
}
@media (max-width: 610px) {
  .recipes__imageBox {
    width: 100%;
    text-align: center;
  }
}
.recipes__image {
  width: auto;
}
.recipes__description {
  display: block;
  padding: 37px 35px;
}
@media (max-width: 610px) {
  .recipes__description {
    width: 100%;
    padding: 15px 0;
  }
}
.recipes__iconBox {
  padding: 0 0 20px;
}
.recipes__icon {
  padding-left: 20px;
}
.recipes__textBox {
  max-width: 669px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.recipes__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .recipes__text {
    font-size: 16px;
  }
}
@media (max-width: 610px) {
  .recipes__text {
    font-size: 14px;
  }
}

.order {
  display: block;
  width: 100%;
  padding: 100px 0 0;
}
@media (max-width: 969px) {
  .order {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .order {
    padding: 30px 0 0;
  }
}
@media (max-width: 610px) {
  .order {
    padding: 20px 0;
  }
}
.order__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.order__container::before, .order__container::after {
  display: table;
  content: " ";
}
.order__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .order__container {
    padding: 0 10px;
  }
}
.order__section {
  display: block;
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .order__section {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .order__section {
    padding: 0 0 20px;
  }
}
.order__section.-smaller {
  padding: 0 0 35px;
}
.order__orders {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
}
.order__order {
  width: 100%;
}
.order__text {
  font-family: "Quicksand", sans-serif;
  max-width: 945px;
  margin: 0 auto;
  color: #726161;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.67;
}
@media (max-width: 969px) {
  .order__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .order__text {
    font-size: 20px;
  }
}
@media (max-width: 610px) {
  .order__text {
    font-size: 18px;
  }
}
.order__title {
  font-family: "Quicksand", sans-serif;
  margin: 70px 0 0;
  color: #726161;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 969px) {
  .order__title {
    font-size: 28px;
  }
}
@media (max-width: 610px) {
  .order__title {
    font-size: 26px;
  }
}

.orderItem {
  display: flex;
  justify-content: space-between;
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .orderItem {
    flex-wrap: wrap;
    padding: 0 0 40px;
  }
}
.orderItem__imageBox {
  width: 50%;
}
@media (max-width: 767px) {
  .orderItem__imageBox {
    width: 100%;
  }
}
.-replace .orderItem__imageBox {
  order: 2;
}
@media (max-width: 767px) {
  .-replace .orderItem__imageBox {
    order: 1;
  }
}
.orderItem__box {
  position: relative;
  width: 100%;
}
.orderItem__bg {
  position: absolute;
  top: 50%;
  width: 47%;
  height: 55%;
  transform: translateY(-50%);
  z-index: 1;
}
.orderItem__bg:nth-of-type(1) {
  background-color: #fffbf8;
}
.orderItem__bg:nth-of-type(2) {
  right: 0;
  background-color: #d0e5dc;
}
.orderItem__image {
  position: relative;
  left: 50%;
  max-width: 100%;
  transform: translateX(-40%);
  z-index: 2;
}
.-replace .orderItem__image {
  transform: translateX(-35%);
}
.orderItem__descriptionBox {
  width: 50%;
  padding: 40px 55px;
}
@media (max-width: 767px) {
  .orderItem__descriptionBox {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 610px) {
  .orderItem__descriptionBox {
    padding: 22px;
    text-align: center;
  }
}
.-replace .orderItem__descriptionBox {
  padding: 22px 0;
}
.orderItem__title {
  font-family: "Quicksand", sans-serif;
  margin-bottom: 25px;
  color: #726161;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: normal;
}
@media (max-width: 969px) {
  .orderItem__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .orderItem__title {
    font-size: 38px;
  }
}
@media (max-width: 610px) {
  .orderItem__title {
    font-size: 32px;
  }
}
.orderItem__subtitle {
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
  color: #726161;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}
@media (max-width: 969px) {
  .orderItem__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 610px) {
  .orderItem__subtitle {
    font-size: 14px;
  }
}
.orderItem__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}
@media (max-width: 969px) {
  .orderItem__text {
    font-size: 16px;
  }
}
@media (max-width: 610px) {
  .orderItem__text {
    font-size: 14px;
  }
}
.orderItem__price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
}
.orderItem__old-price {
  font-family: "Quicksand", sans-serif;
  padding-left: 35px;
  color: #726161;
  font-size: 48px;
  text-decoration: line-through;
}
@media (max-width: 969px) {
  .orderItem__old-price {
    font-size: 44px;
  }
}
@media (max-width: 610px) {
  .orderItem__old-price {
    font-size: 40px;
  }
}
.-replace .orderItem__old-price {
  padding-left: 0;
}
.orderItem__labelBox {
  padding: 0 0 0 30px;
}
.orderItem__label {
  font-family: "Quicksand", sans-serif;
  display: inline-block;
  padding: 9px 31px;
  background-color: #a2d9c1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 969px) {
  .orderItem__label {
    font-size: 22px;
  }
}
@media (max-width: 610px) {
  .orderItem__label {
    font-size: 20px;
  }
}

.teachYou {
  display: block;
  width: 100%;
  padding: 47px 0;
}
@media (max-width: 969px) {
  .teachYou {
    padding: 15px 0;
  }
}
.teachYou__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.teachYou__container::before, .teachYou__container::after {
  display: table;
  content: " ";
}
.teachYou__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .teachYou__container {
    padding: 0 10px;
  }
}
@media (max-width: 969px) {
  .teachYou__container {
    width: 100%;
  }
}
.teachYou__headline {
  position: relative;
  width: 100%;
  min-height: 520px;
  max-height: 520px;
  background-image: url("../../assets/images/teachYou/bg-copy.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 969px) {
  .teachYou__headline {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 784px;
    max-height: none;
  }
}
@media (max-width: 610px) {
  .teachYou__headline {
    min-height: 600px;
  }
}
.teachYou__greenBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  background-color: #d0e5dc;
}
@media (max-width: 1280px) {
  .teachYou__greenBox {
    width: 30%;
  }
}
@media (max-width: 969px) {
  .teachYou__greenBox {
    position: relative;
    order: 2;
    width: 100%;
    min-height: 154px;
    max-height: 154px;
  }
}
.teachYou__relativeBox {
  width: 100%;
  height: 100%;
}
.teachYou__image {
  position: absolute;
  bottom: 0;
  left: -35%;
}
@media (max-width: 1280px) {
  .teachYou__image {
    left: -50%;
  }
}
@media (max-width: 969px) {
  .teachYou__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .teachYou__image {
    left: 35%;
    width: 45%;
  }
}
.teachYou__stamp {
  position: absolute;
  bottom: 0;
  left: -52%;
  transform: translateY(44%);
}
@media (max-width: 969px) {
  .teachYou__stamp {
    left: 65%;
    transform: translateY(-50%);
  }
}
@media (max-width: 610px) {
  .teachYou__stamp {
    left: 65%;
    width: 25%;
  }
}
@media (max-width: 550px) {
  .teachYou__stamp {
    transform: translateY(-66%);
  }
}
@media (max-width: 450px) {
  .teachYou__stamp {
    transform: translateY(-110%);
  }
}
.teachYou__arrowBox {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 19.5%;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  transform: translateY(50%);
  background-color: #d0e5dc;
}
@media (max-width: 969px) {
  .teachYou__arrowBox {
    right: 10%;
    left: auto;
    background-color: #e1f3eb;
  }
}
.teachYou__section {
  display: block;
  width: 100%;
  max-width: 700px;
  padding: 82px;
}
@media (max-width: 767px) {
  .teachYou__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding: 80px 20px;
  }
}
.teachYou__subtitle {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 969px) {
  .teachYou__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .teachYou__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 610px) {
  .teachYou__subtitle {
    font-size: 18px;
    text-align: center;
  }
}
.teachYou__list {
  display: flex;
  flex-wrap: wrap;
  padding: 150px 60px 45px 80px;
}
@media (max-width: 969px) {
  .teachYou__list {
    padding: 100px 50px 30px;
  }
}
@media (max-width: 767px) {
  .teachYou__list {
    padding: 80px 30px 0;
  }
}
@media (max-width: 610px) {
  .teachYou__list {
    padding: 100px 10px 0;
  }
}
.teachYou__item {
  display: flex;
  width: 50%;
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .teachYou__item {
    width: 100%;
  }
}
@media (max-width: 610px) {
  .teachYou__item {
    padding: 0 0 30px;
  }
}
.teachYou__iconBox {
  display: block;
}
.teachYou__icon {
  display: block;
}
@media (max-width: 610px) {
  .teachYou__icon {
    margin: 0 auto;
  }
}
.teachYou__descriptionBox {
  display: block;
  padding: 0 50px;
}
@media (max-width: 969px) {
  .teachYou__descriptionBox {
    padding: 0 20px;
  }
}
.teachYou__description {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}
@media (max-width: 969px) {
  .teachYou__description {
    font-size: 18px;
  }
}
@media (max-width: 610px) {
  .teachYou__description {
    font-size: 16px;
  }
}

.accordion {
  display: block;
  width: 100%;
  padding: 160px 0 0;
}
@media (max-width: 969px) {
  .accordion {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .accordion {
    padding: 30px 0 0;
  }
}
@media (max-width: 610px) {
  .accordion {
    padding: 10px 0 0;
  }
}
.accordion__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.accordion__container::before, .accordion__container::after {
  display: table;
  content: " ";
}
.accordion__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .accordion__container {
    padding: 0 10px;
  }
}
.accordion__section {
  display: block;
  width: 100%;
  padding: 0 0 80px 52px;
  text-align: left;
}
@media (max-width: 767px) {
  .accordion__section {
    padding: 0 0 50px 52px;
  }
}
@media (max-width: 610px) {
  .accordion__section {
    padding: 0 0 30px;
  }
}
.accordion__section.-left {
  padding: 0;
  text-align: center;
}
.accordion__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 969px) {
  .accordion__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .accordion__title {
    font-size: 38px;
  }
}
@media (max-width: 610px) {
  .accordion__title {
    font-size: 28px;
  }
}
.accordion__subtitle {
  font-family: "Quicksand", sans-serif;
  margin: 70px 0 30px;
  color: #726161;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 969px) {
  .accordion__subtitle {
    font-size: 28px;
  }
}
@media (max-width: 610px) {
  .accordion__subtitle {
    font-size: 26px;
  }
}
.accordion__accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 50px 75px;
}
@media (max-width: 969px) {
  .accordion__accordion {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 767px) {
  .accordion__accordion {
    padding: 10px 10px 30px 0;
  }
}
.accordion__item {
  margin-bottom: 20px;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  background-color: #fffbf8;
}
.accordion__numberBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  padding: 30px 35px;
  background-color: #d0e5dc;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion__numberBox {
    padding: 0 10px;
  }
}
.accordion__number {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 767px) {
  .accordion__number {
    min-width: 25px;
    font-size: 30px;
  }
}
@media (max-width: 610px) {
  .accordion__number {
    font-size: 18px;
  }
}
.accordion__questionBox {
  flex: 0 1 auto;
  padding: 20px;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion__questionBox {
    padding: 10px;
  }
}
.accordion__question {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .accordion__question {
    font-size: 20px;
  }
}
@media (max-width: 610px) {
  .accordion__question {
    font-size: 16px;
  }
}
.accordion__iconBox {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 30px 35px;
  cursor: pointer;
}
@media (max-width: 610px) {
  .accordion__iconBox {
    padding: 0px 5px;
  }
}
.accordion__icon {
  color: #726161;
  font-size: 32px;
  cursor: pointer;
}
.accordion__content {
  padding: 40px 100px;
}
@media (max-width: 610px) {
  .accordion__content {
    padding: 30px 10px;
  }
}
.accordion__description {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 18px;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .accordion__description {
    font-size: 16px;
  }
}
@media (max-width: 610px) {
  .accordion__description {
    font-size: 14px;
    margin-left: 40px;
  }
}

.opinion {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .opinion {
    margin-bottom: 15px;
  }
}
.opinion__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.opinion__container::before, .opinion__container::after {
  display: table;
  content: " ";
}
.opinion__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .opinion__container {
    padding: 0 10px;
  }
}
.opinion__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 0 15px;
}
.-slick .opinion__content {
  display: block;
}
.opinion__item {
  position: relative;
  width: 25%;
  padding: 0 20px;
  text-decoration: none;
}
@media (max-width: 969px) {
  .opinion__item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .opinion__item {
    width: 50%;
  }
}
@media (max-width: 610px) {
  .opinion__item {
    width: 100%;
  }
}
.opinion__slide {
  display: block;
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 50px 0;
}
.opinion__bg {
  position: absolute;
  top: 0;
  left: 65px;
  width: 23.5%;
  height: 87%;
  background-color: #fffbf8;
  z-index: 4;
}
.opinion__text {
  font-family: "Quicksand", sans-serif;
  position: relative;
  color: #726161;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .opinion__text {
    font-size: 22px;
  }
}
@media (max-width: 610px) {
  .opinion__text {
    font-size: 20px;
  }
}
.opinion__userBox {
  display: block;
  position: relative;
  padding: 70px 0;
  text-align: center;
  z-index: 10;
}
.opinion__name {
  font-family: "Quicksand", sans-serif;
  margin-left: 10px;
  color: #726161;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 610px) {
  .opinion__name {
    font-size: 16px;
  }
}
.opinion__icon {
  color: #726161;
  font-size: 35px;
  vertical-align: middle;
}
@media (max-width: 610px) {
  .opinion__icon {
    font-size: 30px;
  }
}
.opinion__arrow {
  display: flex !important;
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100vh;
  max-height: 280px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  z-index: 100;
}
.opinion__arrow:hover {
  opacity: 0.75;
}
.opinion__arrow.-prev {
  left: 35%;
}
@media (max-width: 969px) {
  .opinion__arrow.-prev {
    left: 20%;
  }
}
@media (max-width: 610px) {
  .opinion__arrow.-prev {
    left: 5%;
  }
}
.opinion__arrow.-next {
  right: 35%;
}
@media (max-width: 969px) {
  .opinion__arrow.-next {
    right: 20%;
  }
}
@media (max-width: 610px) {
  .opinion__arrow.-next {
    right: 5%;
  }
}
.opinion__arrow-icon {
  padding: 15px;
  border-radius: 50%;
  background-color: #d0e5dc;
  cursor: pointer;
}
@media (max-width: 610px) {
  .opinion__arrow-icon {
    padding: 10px;
  }
}

.guarantee {
  display: block;
  width: 100%;
  padding: 150px 0 0;
}
@media (max-width: 1280px) {
  .guarantee {
    padding: 70px 0 0;
  }
}
@media (max-width: 1024px) {
  .guarantee {
    padding: 50px 0;
  }
}
@media (max-width: 969px) {
  .guarantee {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .guarantee {
    padding: 30px 0;
  }
}
@media (max-width: 610px) {
  .guarantee {
    padding: 20px 0;
  }
}
.guarantee__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
.guarantee__container::before, .guarantee__container::after {
  display: table;
  content: " ";
}
.guarantee__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .guarantee__container {
    padding: 0 10px;
  }
}
.guarantee__section {
  padding: 0 0 100px;
  text-align: center;
}
@media (max-width: 969px) {
  .guarantee__section {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .guarantee__section {
    padding: 0 0 20px;
  }
}
.guarantee__section.-small {
  padding: 0 0 30px;
}
.guarantee__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 969px) {
  .guarantee__title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .guarantee__title {
    font-size: 24px;
  }
}
@media (max-width: 610px) {
  .guarantee__title {
    font-size: 22px;
  }
}
.guarantee__grid {
  display: flex;
  padding: 20px 0 70px;
}
@media (max-width: 969px) {
  .guarantee__grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .guarantee__grid {
    padding: 20px 0 0;
  }
}
.guarantee__item {
  position: relative;
  z-index: 10;
}
@media (max-width: 969px) {
  .guarantee__item {
    width: 100%;
  }
}
.guarantee__bg {
  position: absolute;
  top: 50%;
  width: 45%;
  height: 43%;
  transform: translateY(-55%);
  z-index: 1;
}
.guarantee__bg:nth-of-type(1) {
  left: 5%;
  width: 56%;
  background-color: #fffbf8;
}
.guarantee__bg:nth-of-type(2) {
  right: 5%;
  width: 35%;
  background-color: #d0e5dc;
}
.guarantee__image {
  position: relative;
  max-width: 100%;
  z-index: 10;
}
.guarantee__textBox {
  max-width: 500px;
  padding: 160px 15px;
}
@media (max-width: 969px) {
  .guarantee__textBox {
    max-width: 100%;
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .guarantee__textBox {
    padding: 50px 10px;
  }
}
.guarantee__text {
  font-family: "Quicksand", sans-serif;
  margin-bottom: 30px;
  color: #726161;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 969px) {
  .guarantee__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .guarantee__text {
    font-size: 20px;
  }
}
@media (max-width: 610px) {
  .guarantee__text {
    font-size: 18px;
    text-align: center;
  }
}
.guarantee__text.-small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
}
@media (max-width: 969px) {
  .guarantee__text.-small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .guarantee__text.-small {
    font-size: 14px;
  }
}
@media (max-width: 610px) {
  .guarantee__text.-small {
    font-size: 12px;
  }
}

.references {
  display: block;
  position: relative;
  width: 100%;
  padding: 65px 0 140px;
}
@media (max-width: 969px) {
  .references {
    padding: 50px 0 120px;
  }
}
@media (max-width: 767px) {
  .references {
    padding: 30px 0 70px;
  }
}
@media (max-width: 610px) {
  .references {
    padding: 20px 0 40px;
  }
}
.references__container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
}
.references__container::before, .references__container::after {
  display: table;
  content: " ";
}
.references__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .references__container {
    padding: 0 10px;
  }
}
@media (max-width: 1620px) {
  .references__container {
    padding: 0 10px;
  }
}
.references__bgBox {
  position: absolute;
  width: 100%;
  max-width: 1520px;
  min-height: 453px;
  max-height: 453px;
  background-color: #d0e5dc;
}
@media (max-width: 1620px) {
  .references__bgBox {
    width: calc(100% - 20px);
    max-width: 100%;
  }
}
.references__slickBox {
  width: 100%;
  padding: 0 120px 0 150px;
  max-height: 700px;
}
@media (max-width: 1440px) {
  .references__slickBox {
    padding: 0 30px;
  }
}
@media (max-width: 610px) {
  .references__slickBox {
    padding: 0 5px;
  }
}
.references__content {
  display: flex;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 453px;
  padding: 10px 0 0;
}
.references__item {
  display: block !important;
  position: relative;
  min-width: 380px;
  max-width: 384px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 969px) {
  .references__item {
    min-width: 320px;
  }
}
.references__box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 85px 32px 50px !important;
  background-color: #79726e;
}
.-light .references__box {
  background-color: #fbf5f1;
}
.references__box:nth-of-type(2) {
  margin-top: 50px;
}
.references__apostrophe {
  position: absolute;
  top: -20px;
  left: 20px;
}
.references__stars {
  display: flex;
  padding: 20px 0 35px;
}
.references__star {
  padding: 0 5px;
}
.references__star:first-of-type {
  padding: 0 5px 0 0;
}
.references__slide {
  display: block;
  max-width: 100%;
  padding: 0 5px;
}
.references__text {
  font-family: "Quicksand", sans-serif;
  padding-right: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
}
@media (max-width: 969px) {
  .references__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .references__text {
    font-size: 14px;
  }
}
@media (max-width: 610px) {
  .references__text {
    font-size: 12px;
  }
}
.-light .references__text {
  color: #726161;
}
.references__userBox {
  display: block;
  padding: 43px 0 30px;
}
.references__name {
  font-family: "Quicksand", sans-serif;
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 969px) {
  .references__name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .references__name {
    font-size: 20px;
  }
}
@media (max-width: 610px) {
  .references__name {
    font-size: 18px;
  }
}
.-light .references__name {
  color: #726161;
}
.references__position {
  font-family: "Quicksand", sans-serif;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .references__position {
    font-size: 12px;
  }
}
.-light .references__position {
  color: #726161;
}
.references__avatar {
  position: absolute;
  bottom: -73px;
  width: 116px;
  height: 116px;
}
.references__arrow {
  display: flex !important;
  position: absolute;
  top: -140px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100vh;
  max-height: 280px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  z-index: 100;
}
.references__arrow:hover {
  opacity: 0.75;
}
.references__arrow.-prev {
  right: 7.5%;
}
@media (max-width: 1280px) {
  .references__arrow.-prev {
    right: 8.5%;
  }
}
@media (max-width: 1024px) {
  .references__arrow.-prev {
    right: 9.5%;
  }
}
@media (max-width: 969px) {
  .references__arrow.-prev {
    right: 11%;
  }
}
@media (max-width: 767px) {
  .references__arrow.-prev {
    right: 15%;
  }
}
@media (max-width: 610px) {
  .references__arrow.-prev {
    right: 22%;
  }
}
.references__arrow.-next {
  right: 1.5%;
}
@media (max-width: 610px) {
  .references__arrow.-next {
    right: 6%;
  }
}
.references__arrow-icon {
  padding: 20px;
  background-color: #b8d9cb;
  color: #79726e;
  cursor: pointer;
}
@media (max-width: 610px) {
  .references__arrow-icon {
    padding: 10px;
  }
}
.references .slick-slide {
  max-width: 50%;
  margin: 0 35px;
}
@media (max-width: 1280px) {
  .references .slick-slide {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .references .slick-slide {
    max-width: 100%;
    margin: auto;
  }
}
.references .slick-slide div:first-child {
  padding: 35px 0;
  margin-top: 25px;
}
.references .slick-slide:nth-child(3n+2) .references__box {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .references .slick-slide:nth-child(3n+2) .references__box {
    margin-top: 0;
  }
}
.references .slick-slide:nth-child(3n+3) .references__box {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .references .slick-slide:nth-child(3n+3) .references__box {
    margin-top: 0;
  }
}

.referencesWithTitle {
  display: block;
  width: 100%;
  padding: 50px 0 80px;
}
@media (max-width: 1024px) {
  .referencesWithTitle {
    padding: 30px 0 20px;
  }
}
@media (max-width: 969px) {
  .referencesWithTitle {
    padding: 30px 0 20px;
  }
}
.referencesWithTitle__container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.referencesWithTitle__container::before, .referencesWithTitle__container::after {
  display: table;
  content: " ";
}
.referencesWithTitle__container::after {
  clear: both;
}
@media (max-width: 969pxpx) {
  .referencesWithTitle__container {
    padding: 0 10px;
  }
}
.referencesWithTitle__subtitle {
  font-family: "Quicksand", sans-serif;
  display: block;
  margin-bottom: 50px;
  color: #726161;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 969px) {
  .referencesWithTitle__subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .referencesWithTitle__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 610px) {
  .referencesWithTitle__subtitle {
    font-size: 18px;
  }
}

.books {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 185px 0;
}
@media (max-width: 1280px) {
  .books {
    padding: 70px 0 50px;
  }
}
@media (max-width: 969px) {
  .books {
    padding: 30px 0 20px;
  }
}
.books__container {
  width: 58%;
}
@media (max-width: 969px) {
  .books__container {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .books__container {
    width: 85%;
  }
}
@media (max-width: 610px) {
  .books__container {
    width: 90%;
  }
}
.books__content {
  display: flex;
  flex-direction: column;
}
.books__contentBox {
  display: flex;
  position: relative;
  padding: 51px 61px 100px 48px;
  background-color: #fffbf8;
}
@media (max-width: 1280px) {
  .books__contentBox {
    padding-bottom: 40px;
  }
}
@media (max-width: 969px) {
  .books__contentBox {
    flex-direction: column;
    align-items: center;
    padding: 0;
    background-color: transparent;
  }
}
.books__image {
  position: absolute;
  top: -152px;
  right: -253px;
  width: 80%;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .books__image {
    top: -10px;
    right: -85px;
    width: 65%;
  }
}
@media (max-width: 969px) {
  .books__image {
    position: static;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .books__image {
    width: 100%;
  }
}
.books__headerBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 23px;
}
@media (max-width: 1620px) {
  .books__headerBox {
    width: 65%;
  }
}
@media (max-width: 969px) {
  .books__headerBox {
    width: 100%;
    padding-left: 0;
  }
}
.books__textBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media (max-width: 969px) {
  .books__textBox {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fffbf8;
  }
}
.books__header {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.44;
  text-align: center;
  font-stretch: normal;
  padding-top: 11px;
}
@media (max-width: 1024px) {
  .books__header {
    font-size: 32px;
  }
}
@media (max-width: 969px) {
  .books__header {
    margin-bottom: 40px;
  }
}
.books__header .title.-small {
  display: none;
}
@media (max-width: 969px) {
  .books__header .title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.books__intro {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
}
.books__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  width: 80%;
  margin: 10px 0;
}
@media (max-width: 1280px) {
  .books__text {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .books__text {
    font-size: 20px;
  }
}
@media (max-width: 969px) {
  .books__text {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .books__text {
    font-size: 18px;
  }
}
.books__title {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.08;
  font-stretch: normal;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .books__title {
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .books__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .books__title {
    font-size: 32px;
  }
}
@media (max-width: 610px) {
  .books__title {
    font-size: 28px;
  }
}

.available {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 260px;
  padding-bottom: 70px;
}
@media (max-width: 969px) {
  .available {
    padding-top: 30px;
  }
}
.available__container {
  display: flex;
  justify-content: center;
  width: 80%;
}
@media (max-width: 1300px) {
  .available__container {
    width: 90%;
  }
}
.available__content {
  position: relative;
  width: 91%;
}
@media (max-width: 1300px) {
  .available__content {
    width: 100%;
  }
}
@media (max-width: 969px) {
  .available__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.available__mainImage {
  width: 66%;
  margin-left: 14%;
}
@media (max-width: 969px) {
  .available__mainImage {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.available__text {
  font-family: "Quicksand", sans-serif;
  color: #726161;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  font-stretch: normal;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (max-width: 969px) {
  .available__text {
    font-size: 18px;
  }
}
.available__box {
  position: absolute;
  top: 13%;
  right: 5%;
  width: 25%;
}
@media (max-width: 1100px) {
  .available__box {
    right: 2%;
    width: 29%;
  }
}
@media (max-width: 969px) {
  .available__box {
    position: static;
    width: 100%;
  }
}
.available__icons {
  display: flex;
  justify-content: space-around;
}
.available__iconBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #c6dad2;
}
@media (max-width: 969px) {
  .available__iconBox {
    width: 64px;
    height: 64px;
  }
}

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