
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #FFFBF3;
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.63;
  color: #1A1A1A;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.63em / 2);
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.63em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #FF4C9F;
  border-radius: 2.9rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 1.6rem 1rem;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  min-width: 15rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    font-size: 1.3rem;
    padding: 1.2rem 1rem;
  }
}
@media (min-width: 1023.02px) {
  .btn:hover {
    background: #ff5faf;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature {
    display: block;
  }
}
.feature .feature__image {
  min-width: 9.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__image {
    margin-bottom: 2.8rem;
    max-width: none;
    min-height: 6.6rem;
  }
}
.feature .feature__image img {
  margin-left: 0.3rem;
  margin-top: -0.5rem;
  display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__image img {
    margin: 0;
  }
}
.feature .feature__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  font-size: 1.6rem;
}
.feature .feature__content h5 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content h5 {
    font-size: 2.9rem;
    line-height: 1.13;
    letter-spacing: -0.047em;
    margin-bottom: 1rem;
  }
}
.feature .feature__content p {
  color: #898A8B;
  letter-spacing: -0.01em;
  max-width: 94%;
  line-height: 1.85;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__content p {
    max-width: none;
    line-height: 1.55;
  }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features .features__item {
  margin-bottom: 3.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item {
    margin-bottom: 5.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item:first-child .feature .feature__image img {
    margin-left: -1.7rem;
  }
}
.features .features__item:nth-child(2) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item:nth-child(2) {
    margin-bottom: 4.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item:nth-child(2) .feature .feature__image {
    margin-bottom: 1.6rem;
  }
}
.features .features__item:nth-child(2) .feature .feature__image img {
  margin-left: -0.6rem;
  margin-top: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item:nth-child(2) .feature .feature__image img {
    margin-left: -1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item:nth-child(3) .feature .feature__image {
    margin-bottom: 1.8rem;
  }
}
.features .features__item:nth-child(3) .feature .feature__image img {
  margin: 0.3rem 0 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item:nth-child(3) .feature .feature__content h5 {
    margin-bottom: 1.5rem;
  }
}
.features .features__item:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  display: block;
  width: 100%;
  border: 0.1rem solid #DFE1E4;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 2.2rem;
  line-height: 2.05;
  letter-spacing: -0.01em;
  font-weight: 600;
  padding: 3.6rem 1rem 0.9rem 2.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .field {
    font-size: 1.5rem;
    line-height: 1.67;
    padding: 3rem 1rem 0.7rem 1.5rem;
  }
}
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #1A1A1A;
  padding: 9.2rem 0 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 4.1rem 0 1.7rem;
  }
}
.footer .footer__slider {
  margin-bottom: 10.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__slider {
    margin-bottom: 7.8rem;
  }
}
.footer .footer__copyright {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #898A8B;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__copyright {
    font-size: 0.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  background: #fff;
  -webkit-box-shadow: 2rem 3rem 1.8rem 0 rgba(34, 50, 58, 0.09);
          box-shadow: 2rem 3rem 1.8rem 0 rgba(34, 50, 58, 0.09);
  border-radius: 2rem 2rem 0 0;
  padding: 3.8rem 4rem 4.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form {
    -webkit-box-shadow: 1rem -1rem 6rem 0 rgba(34, 50, 58, 0.1);
            box-shadow: 1rem -1rem 6rem 0 rgba(34, 50, 58, 0.1);
    border-radius: 1rem 1rem 0 0;
    padding: 2.3rem 2.9rem 3.3rem;
  }
}
@media (max-width: 374px) {
  .form {
    padding: 2.3rem 1.5rem 3.3rem;
  }
}
.form .form__inner {
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.form .form__head {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head {
    margin-bottom: 1.9rem;
  }
}
.form .form__head h5 {
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: -0.025em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head h5 {
    font-size: 1.9rem;
    line-height: 1.82;
  }
}
.form .form__row + .form__row {
  margin-top: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__row + .form__row {
    margin-top: 1.5rem;
  }
}
.form .form__controls {
  position: relative;
}
.form .form__label {
  position: absolute;
  top: 1.4rem;
  left: 2.3rem;
  font-size: 1.4rem;
  color: #C1C5C9;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__label {
    font-size: 1.3rem;
    top: 0.8rem;
    left: 1.7rem;
  }
}
.form .form__body + .form__foot {
  margin-top: 4.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__body + .form__foot {
    margin-top: 2.8rem;
  }
}
.form .form__btn {
  display: block;
  width: 100%;
}
.form .form__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding: 3.3rem 4rem 4.8rem;
  text-align: center;
  color: #898A8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.4s 0.4s, visibility 0.4s 0.4s;
  -o-transition: opacity 0.4s 0.4s, visibility 0.4s 0.4s;
  transition: opacity 0.4s 0.4s, visibility 0.4s 0.4s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__overlay {
    padding: 2.3rem 2.9rem;
  }
}
@media (max-width: 374px) {
  .form .form__overlay {
    padding: 2.3rem 1.5rem;
  }
}
.form .form__overlay-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-top: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__overlay-inner {
    padding-top: 0;
  }
}
.form .form__overlay h4 {
  font-size: 3.3rem;
  line-height: 1.52;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: 1.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__overlay h4 {
    font-size: 2.9rem;
    line-height: 1.13;
    letter-spacing: -0.047em;
  }
}
.form .form__overlay p {
  max-width: 85%;
  margin: 0 auto 1rem;
  letter-spacing: -0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__overlay p {
    max-width: none;
  }
}
.form .form__overlay-image {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__overlay-image {
    margin-bottom: 2.3rem;
  }
}
.form .form__overlay-image img {
  display: inline-block;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__overlay-image img {
    width: 8.3rem;
    height: auto;
  }
}
.form .form__overlay-content + .form__overlay-actions {
  margin-top: 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__overlay-content + .form__overlay-actions {
    margin-top: 2.2rem;
  }
}
.form.overlay-displayed .form__inner {
  opacity: 0;
  visibility: hidden;
}
.form.overlay-displayed .form__overlay {
  opacity: 1;
  visibility: visible;
}
.form.overlay-displayed .form__overlay-image img {
  -webkit-animation: rotateImage 0.6s ease-in 0.2s 1 normal forwards;
          animation: rotateImage 0.6s ease-in 0.2s 1 normal forwards;
}
@-webkit-keyframes rotateImage {
  from {
    -webkit-transform: scale(0.5) rotate(45deg);
            transform: scale(0.5) rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotateImage {
  from {
    -webkit-transform: scale(0.5) rotate(45deg);
            transform: scale(0.5) rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding-top: 7.7rem;
}
@media (max-width: 1199px) {
  .header {
    padding-top: 6rem;
  }
}
@media (max-width: 1023px) {
  .header {
    padding-top: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    display: none;
  }
}
.header .header__inner {
  padding-left: 6rem;
}
@media (max-width: 1199px) {
  .header .header__inner {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    padding-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  max-width: 25.3rem;
  width: 100%;
  display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    max-width: 18.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: none;
  width: 2.5rem;
  height: 1.2rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger span {
  height: 0.3rem;
  width: 100%;
  background: currentColor;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2rem;
}
.nav-trigger span:nth-child(2) {
  top: 0.8rem;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Quote
\* ------------------------------------------------------------ */
.quote {
  color: #fff;
  text-align: center;
}
.quote .quote__image {
  border-radius: 50%;
  width: 16.2rem;
  height: 16.2rem;
  background: rgba(255, 255, 255, 0.04);
  padding: 1.15rem;
  margin: 0 auto 3.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quote .quote__image {
    width: 10.3rem;
    height: 10.3rem;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.quote .quote__image-inner {
  border-radius: 50%;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quote .quote__image-inner {
    padding: 0.8rem;
  }
}
.quote .quote__image-inner img {
  border-radius: 50%;
}
.quote .quote__author-info {
  margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quote .quote__author-info {
    margin-bottom: 0;
  }
}
.quote .quote__author-info h6 {
  font-size: 1.9rem;
  line-height: 1.1;
  margin-bottom: -0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quote .quote__author-info h6 {
    margin-bottom: 0.1rem;
  }
}
.quote .quote__ratings {
  margin-bottom: 3.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quote .quote__ratings {
    max-width: 11.2rem;
    margin: 0 auto 1.9rem;
  }
}
.quote .quote__ratings img {
  display: inline-block;
}
.quote .quote__blockquote {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.11;
  max-width: 80%;
  margin: 0 auto;
  font-style: italic;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quote .quote__blockquote {
    font-size: 1.9rem;
    line-height: 1.17;
    max-width: 95%;
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 8.5rem 0 7.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 3.4rem 0 3.1rem;
  }
}
.section .section__inner {
  padding-left: 5.9rem;
}
@media (max-width: 1199px) {
  .section .section__inner {
    padding-left: 0;
  }
}
.section .section__head {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    display: block;
    text-align: center;
    margin-bottom: 2.8rem;
  }
}
.section .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .section .section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__body {
    text-align: center;
  }
}
.section .section__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-right: 6.4rem;
}
@media (max-width: 1023px) {
  .section .section__content {
    margin: 0;
    display: contents;
  }
}
.section .section__content h2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 6.9rem;
}
@media (max-width: 1023px) {
  .section .section__content h2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__content h2 {
    font-size: 2.9rem;
    line-height: 1.13;
    letter-spacing: -0.048em;
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 1023px) {
  .section .section__features {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section .section__form {
  max-width: 50.4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  padding-top: 0.7rem;
}
@media (max-width: 1023px) {
  .section .section__form {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__form {
    margin-bottom: 6.9rem;
  }
}
.section .section__body + .section__foot {
  margin-top: 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__body + .section__foot {
    margin-top: 8.3rem;
  }
}
.section .section__foot {
  padding-left: 0.3rem;
}
@media (max-width: 1199px) {
  .section .section__foot {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .section .section__foot {
    text-align: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__foot {
    padding: 0 2.8rem;
  }
}
.section .section__foot strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #C1C5C9;
  margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__foot strong {
    font-size: 1rem;
    letter-spacing: -0.025em;
    margin-bottom: 1.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  position: relative;
}
.select:after {
  content: "";
  border-style: solid;
  border-width: 0.2rem 0.2rem 0 0;
  display: inline-block;
  height: 0.7rem;
  width: 0.7rem;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 4.2rem;
  right: 4.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select:after {
    border-width: 0.1rem 0.1rem 0 0;
    height: 0.5rem;
    width: 0.5rem;
    top: 2.8rem;
    right: 3.1rem;
  }
}
.select select::-ms-expand {
  display: none;
}
.select select {
  width: 100%;
  border: 0.1rem solid #DFE1E4;
  border-radius: 0.4rem;
  background: #fff;
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.05;
  padding: 3.6rem 1rem 0.9rem 2.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
     text-overflow: "";
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .select select {
    font-size: 1.5rem;
    line-height: 1.67;
    padding: 3rem 1rem 0.7rem 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 118.9rem + 2rem * 2 );
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Slider quotes
\* ------------------------------------------------------------ */
.slider-quotes .slick-list {
  margin-bottom: 9.5rem;
}
@media (max-width: 1023px) {
  .slider-quotes .slick-list {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-quotes .slick-list {
    margin-bottom: 3.5rem;
  }
}
.slider-quotes .slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.slider-quotes .slick-dots li {
  margin-right: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-quotes .slick-dots li {
    margin-right: 0.7rem;
  }
}
.slider-quotes .slick-dots li:last-child {
  margin: 0;
}
.slider-quotes .slick-dots li.slick-active button:after {
  background: #FF4C9F;
}
.slider-quotes .slick-dots button {
  font-size: 0;
  width: 0.9rem;
  height: 0.9rem;
  border: 0;
  position: relative;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1023.02px) {
  .slider-quotes .slick-dots button:hover:after {
    background: #FF4C9F;
  }
}
.slider-quotes .slick-dots button:after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background: rgba(198, 198, 250, 0.2);
  border-radius: 50%;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */