@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.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) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Avenir";
  font-weight: normal;
  src: url("../fonts/ebf375c1-452c-47da-aaf4-cf05c127a4cd.eot?#iefix");
  src: url("../fonts/ebf375c1-452c-47da-aaf4-cf05c127a4cd.eot?#iefix") format("eot"), url("../fonts/46d9ac88-dbbb-4a0e-afa2-aa57045a2d12.woff2") format("woff2"), url("../fonts/b28810ec-90f0-4c3f-ac0e-f47ad568fe27.woff") format("woff"), url("../fonts/2c8bff81-d390-4ce5-8611-d4932e64d05d.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir";
  font-weight: 900;
  src: url("../fonts/5b3067c0-6044-4042-9941-bea1a5354a1f.eot?#iefix");
  src: url("../fonts/5b3067c0-6044-4042-9941-bea1a5354a1f.eot?#iefix") format("eot"), url("../fonts/ad58244e-b79c-4260-a588-c4a890416979.woff2") format("woff2"), url("../fonts/0b167d86-9493-44ec-87e7-071d78b0dedc.woff") format("woff"), url("../fonts/b4548fbc-cd54-488b-90b4-b78ba824cdcb.ttf") format("truetype");
}
.transition {
  transition: all 0.2s ease-in-out;
}
.transformFix {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
}
.bg-extra {
  display: block;
  width: 34px;
  height: 33px;
  background-size: 34px 34px;
  background: url('../images/bg-extra.png') no-repeat center;
  background-size: 100% auto;
}
.bg-extra--rect {
  display: block;
  width: 34px;
  height: 33px;
  background-size: 34px 34px;
  background: url('../images/bg-extra.png') no-repeat center;
  background: url('../images/bg-extra-rect.png') no-repeat center;
  background-size: 100% auto;
}
.section-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.6px;
  color: #000b53;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .section-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .section-title {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title {
    margin-bottom: 65px;
  }
}
.section-title:before {
  content: "";
  width: 65px;
  height: 6px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 16px 0 rgba(102, 228, 207, 0.35);
  background-image: linear-gradient(271deg, #ffffff, #48ada6 75%, #1782ac);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .section-title:before {
    width: 85px;
    height: 8px;
  }
}
.section-title--with-desc {
  margin-bottom: 10px;
}
.section-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  line-height: 1.56;
  text-align: center;
  color: #555656;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .section-desc {
    font-size: 16px;
  }
}
.bg-btn {
  transition: all 0.2s ease-in-out;
  height: 37px;
  border-radius: 8px;
  box-shadow: 0px 11px 41.9px 4.1px rgba(239, 85, 107, 0.3);
  background: #f4445d;
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 15px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.3px;
  border: 2px solid transparent;
}
@media only screen and (max-width: 767px) {
  .bg-btn {
    margin-bottom: 10px;
  }
  .bg-btn:last-of-type {
    margin-bottom: 0;
  }
}
.bg-btn:hover {
  background: #ffffff;
  border-color: #f4445d;
  color: #f4445d;
}
.bg-btn--big {
  height: 42px;
  box-shadow: 0px 20px 60px 0 rgba(244, 68, 93, 0.2);
}
@media only screen and (min-width: 768px) {
  .bg-btn--big {
    height: 46px;
    padding: 0 25px;
  }
}
.bg-btn--gradient {
  box-shadow: 0px 20px 60px 0 rgba(10, 105, 172, 0.15);
  background: #67bbb6;
}
.bg-btn--gradient:hover {
  background: #ffffff;
  border: 2px solid #67bbb6;
  color: #67bbb6;
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
html.blocked,
body.blocked {
  overflow: hidden;
}
body {
  font-family: "Avenir", Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
  font-family: "Avenir", Helvetica, sans-serif;
}
input[type="submit"] {
  cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000b53;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform,height;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.header {
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (min-width: 992px) {
  .header .logo {
    -ms-flex-align: center;
        align-items: center;
  }
}
.header .logo img {
  max-width: 100%;
  height: 54px;
}
@media only screen and (min-width: 768px) {
  .header .logo img {
    height: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .header .logo img {
    height: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .logo img {
    height: 90px;
  }
}
.header .logo__slogan {
  font-size: 12px;
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-left: 20px;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .header .logo__slogan {
    padding-top: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .header .logo__slogan {
    padding-top: 0;
  }
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}
.header--fixed .logo__slogan {
  color: #67bbb6;
}
.header--fixed .mobile-btn span {
  background-color: #000b53;
}
.main-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 10px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .main-nav {
    display: -ms-flexbox;
    display: flex;
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav {
    margin-top: 39px;
  }
}
.main-nav li {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  letter-spacing: 0.3px;
  text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-right: 30px;
}
.main-nav li:last-of-type {
  margin-right: 0;
}
.main-nav li.active {
  font-weight: 900;
}
@media only screen and (min-width: 1200px) {
  .main-nav li {
    margin-right: 40px;
  }
}
.main-nav li a {
  position: relative;
}
.main-nav li a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.main-nav li:hover a:after {
  width: 100%;
}
.main-nav__bg-btn {
  transition: all 0.2s ease-in-out;
  height: 37px;
  border-radius: 8px;
  box-shadow: 0px 11px 41.9px 4.1px rgba(239, 85, 107, 0.3);
  background: #f4445d;
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 15px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.3px;
  border: 2px solid transparent;
}
@media only screen and (max-width: 767px) {
  .main-nav__bg-btn {
    margin-bottom: 10px;
  }
  .main-nav__bg-btn:last-of-type {
    margin-bottom: 0;
  }
}
.main-nav__bg-btn:hover {
  background: #ffffff;
  border-color: #f4445d;
  color: #f4445d;
}
.main-nav__bg-btn:hover {
  transform: scale(1.08);
  background: #f4445d;
  color: #ffffff;
}
.main-nav__bg-btn a:after {
  display: none;
}
.footer {
  background-image: linear-gradient(199deg, #0166af, #0870ad 13%, #137eac 28%, #238faa 48%, #39a2a8 68%, #4aaea6 87%);
  position: relative;
  overflow: hidden;
  padding: 15px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 40px 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer {
    padding: 80px 0 25px 0;
  }
}
.footer:after {
  content: "";
  position: absolute;
  top: -0.6px;
  left: -8px;
  right: -8px;
  height: 100%;
  display: block;
  background: url('../images/bg-mask-footer.svg') no-repeat center top;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .footer:after {
    top: -2px;
  }
}
.footer nav {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer nav {
    text-align: right;
  }
}
.footer .main-nav {
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .footer .main-nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.footer__bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer__bar {
    text-align: center;
    margin-top: 10px;
  }
}
.footer .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer .logo {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.footer .logo img {
  max-width: 100%;
  height: 54px;
}
@media only screen and (min-width: 768px) {
  .footer .logo img {
    height: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .footer .logo img {
    height: 82px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .logo img {
    height: 90px;
  }
}
.footer .logo__slogan {
  font-size: 12px;
  font-weight: 900;
  line-height: 0.83;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-left: 20px;
}
.footer__url {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.footer__download {
  font-size: 0;
  text-align: right;
}
.footer__download-header {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
  color: #9cfff7;
  text-transform: uppercase;
  margin: 35px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .footer__download-header {
    font-size: 18px;
  }
}
.footer__download-link {
  display: inline-block;
  height: 43px;
  margin-right: 5px;
}
.footer__download-link:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer__download-link {
    height: 46px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__download-link {
    height: 50px;
  }
}
.footer__download-link img {
  height: 100%;
}
.social-nav {
  font-size: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .social-nav {
    margin-top: 26px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .social-nav {
    margin-top: 0;
  }
}
.social-nav__icon {
  margin-right: 20px;
}
.social-nav__icon:last-of-type {
  margin-right: 0;
}
.social-nav__icon img {
  display: block;
  max-width: 24px;
  height: 16px;
}
@media only screen and (min-width: 768px) {
  .social-nav__icon img {
    height: 20px;
  }
}
.mobile-btn {
  width: 27px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-top: 14px;
  float: right;
  z-index: 11;
}
@media only screen and (min-width: 768px) {
  .mobile-btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn.active span:nth-child(1),
.mobile-btn.active span:nth-child(4) {
  opacity: 0;
}
.mobile-btn.active span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-btn span {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: block;
  background-color: #fff;
  height: 2px;
  margin-bottom: 7px;
  position: absolute;
  right: 0;
  border-radius: 999px;
}
.mobile-btn span:nth-child(1) {
  top: 0;
}
.mobile-btn span:nth-child(2),
.mobile-btn span:nth-child(3) {
  top: 8px;
  right: 0;
}
.mobile-btn span:nth-child(4) {
  top: 16px;
}
.mobile-nav {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f4f9fe;
  z-index: 5;
  overflow: auto;
  padding-top: 74px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .mobile-nav {
    padding-top: 92px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/mobile-bg-mask.svg') no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mobile-nav.active {
  opacity: 1;
  visibility: visible;
}
.mobile-nav__inner {
  overflow: auto;
  height: 100%;
  position: relative;
}
.mobile-nav__menu {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #000b53;
  text-align: center;
  padding: 5px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu {
    padding-top: 20px;
  }
}
.mobile-nav__menu li {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu li {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.twoheads a {
  width: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: left;
  letter-spacing: 1px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  display: block;
  transition: all 0.2s ease-in-out;
}
.twoheads a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.twoheads a:hover strong {
  color: #00e58d;
}
.twoheads a span {
  color: #00e58d;
}
.twoheads a strong {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.cookies {
  display: none;
  widows: 100%;
  background-color: #f4f9fe;
  color: #000b53;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 1.4;
  z-index: 10;
}
@media only screen and (min-width: 992px) {
  .cookies {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .cookies {
    height: 50px;
  }
}
.cookies__inner {
  position: relative;
  padding: 16px 0;
  padding-right: 100px;
}
.cookies__btn {
  transition: all 0.2s ease-in-out;
  border-radius: 999px;
  display: inline-block;
  background-color: #000b53;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.cookies__btn:hover {
  background-color: #000420;
}
.home-page {
  overflow: hidden;
}
.home-page .top {
  background-image: linear-gradient(199deg, #0166af, #0870ad 13%, #137eac 28%, #238faa 48%, #39a2a8 68%, #4aaea6 87%);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-page .top {
    padding-bottom: 45px;
    padding-top: 74px;
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top {
    height: 580px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top {
    height: 670px;
  }
}
.home-page .top:after {
  content: "";
  position: absolute;
  bottom: -0.6px;
  left: -8px;
  right: -8px;
  height: 100vw;
  display: block;
  background: url('../images/bg-mask.svg') no-repeat center bottom;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .home-page .top:after {
    bottom: -2px;
  }
}
.home-page .top:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url('../images/bg-after.svg') no-repeat right top;
  background-size: auto 120px;
}
@media only screen and (max-width: 767px) {
  .home-page .top:before {
    background-position: 115% 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .top:before {
    background-size: auto 180px;
    background-position: 115% 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top:before {
    background-size: auto;
    background-position: right top;
  }
}
.home-page .top__content {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .home-page .top__content {
    margin-top: 100px;
  }
}
.home-page .top__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home-page .top__title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top__title {
    font-size: 38px;
  }
}
.home-page .top__desc {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .home-page .top__desc {
    font-size: 18px;
  }
}
.home-page .top .bg-extra {
  position: absolute;
  top: 220px;
  left: 4%;
}
.home-page .top .bg-extra--rect {
  position: absolute;
  bottom: 200px;
  right: 3.5%;
}
.home-page .top__download {
  font-size: 0;
}
.home-page .top__download-header {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
  color: #9cfff7;
  text-transform: uppercase;
  margin: 45px 0 10px 0;
}
@media only screen and (min-width: 992px) {
  .home-page .top__download-header {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .top__download-header {
    margin: 45px 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__download-header {
    margin: 35px 0 15px 0;
  }
}
.home-page .top__download-link {
  display: inline-block;
  height: 43px;
  margin-right: 5px;
}
.home-page .top__download-link:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .home-page .top__download-link {
    height: 46px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top__download-link {
    height: 50px;
  }
}
.home-page .top__download-link img {
  height: 100%;
}
.home-page .top-mockup {
  position: relative;
  z-index: 2;
  margin-top: 80px;
  padding: 0 0 0 20%;
}
@media only screen and (max-width: 767px) {
  .home-page .top-mockup {
    max-width: 190px;
    margin: 0 auto;
    bottom: -100px;
    margin-top: -50px;
    padding: 0 0 0 38px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .top-mockup {
    right: -30px;
  }
}
.home-page .top-mockup img {
  max-width: 100%;
  max-height: 100%;
}
.home-page .top-mockup__phone {
  position: absolute;
  left: 0px;
  bottom: -21%;
}
.home-page .top-about {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .home-page .top-about {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .top-about {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top-about {
    margin-top: 0;
  }
}
.home-page .top-about__blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .home-page .top-about__blocks {
    margin-top: -150px;
  }
}
.home-page .top-about__block {
  border-radius: 8px;
  box-shadow: 0px 11px 41.9px 4.1px rgba(0, 11, 83, 0.3);
  background-color: #ffffff;
  width: 100%;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .home-page .top-about__block {
    box-shadow: 0px 11px 41.9px 4.1px rgba(0, 11, 83, 0.15);
    text-align: center;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .top-about__block {
    width: calc(33.333% - 10px);
    padding: 30px 15px;
    margin-right: 15px;
  }
  .home-page .top-about__block:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .top-about__block {
    width: 220px;
  }
}
.home-page .top-about__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  line-height: 1.28;
  letter-spacing: 0.2px;
  color: #000b53;
}
@media only screen and (min-width: 992px) {
  .home-page .top-about__title {
    font-size: 18px;
  }
}
.home-page .top-about__desc {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 1.38;
  letter-spacing: 0.2px;
  color: #000b53;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .home-page .top-about__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .top-about__desc {
    font-size: 14px;
  }
}
.home-page .video-section {
  margin-top: 60px;
  position: relative;
}
.home-page .video-section:before {
  content: "";
  width: 100%;
  height: 1000px;
  position: absolute;
  bottom: -20px;
  right: 0;
  background: url('../images/bg-video.svg') no-repeat center bottom;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .home-page .video-section:before {
    bottom: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .video-section:before {
    bottom: -60px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .video-section {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .video-section {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .video-section {
    margin-top: 130px;
  }
}
.home-page .video-section__video {
  border-radius: 8px;
  overflow: hidden;
  background-color: #2d92f0;
  position: relative;
  height: 270px;
}
@media only screen and (min-width: 768px) {
  .home-page .video-section__video {
    height: 364px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .video-section__video {
    height: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .video-section__video {
    height: 578px;
  }
}
.home-page .video-section__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .video-section__play-btn {
  transition: all 0.2s ease-in-out;
  width: 72px;
  height: 72px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .video-section__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}
@media only screen and (min-width: 992px) {
  .home-page .video-section__play-btn {
    width: 90px;
    height: 90px;
  }
}
.home-page .video-section__play-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page .video-section #videoCover {
  display: block;
  width: 100%;
  height: 100%;
}
.home-page .benefits {
  margin-top: 60px;
  position: relative;
}
.home-page .benefits:before {
  content: "";
  width: 100%;
  height: 680px;
  position: absolute;
  top: 50px;
  right: 0;
  background: url('../images/bg-benefits.svg') no-repeat right top;
  background-size: auto;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .home-page .benefits:before {
    max-width: 90%;
    background-position: left top;
    background-size: auto 90%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .benefits {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .benefits {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .benefits {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .benefits__boxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.home-page .benefits__double-wrapper {
  margin: -15px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .benefits__double-wrapper {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .benefits__double-wrapper {
    display: block;
    width: auto;
  }
}
.home-page .benefits .benefits-box {
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  width: 300px;
  max-width: 100%;
  padding: 25px;
  background: #ffffff;
  position: relative;
  margin: 15px auto 30px auto;
}
@media only screen and (min-width: 768px) {
  .home-page .benefits .benefits-box {
    width: 335px;
    margin: 20px 50px 20px 0;
  }
  .home-page .benefits .benefits-box:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .benefits .benefits-box {
    width: 300px;
    margin: 20px 100px 40px 0;
    min-height: 230px;
  }
}
.home-page .benefits .benefits-box:before {
  content: "";
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 83%;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -14px;
  left: 14px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home-page .benefits .benefits-box:before {
    top: -20px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .benefits .benefits-box--last {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .benefits .benefits-box--last {
    -ms-flex-order: 1;
        order: 1;
  }
}
.home-page .benefits .benefits-box__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.home-page .benefits .benefits-box__icon {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .home-page .benefits .benefits-box__icon {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .benefits .benefits-box__icon {
    min-width: 66px;
    min-height: 66px;
    width: 66px;
    height: 66px;
  }
}
.home-page .benefits .benefits-box__icon img {
  max-width: 100%;
  max-height: 100%;
}
.home-page .benefits .benefits-box__title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  font-weight: 900;
  line-height: 0.63;
  letter-spacing: 0.2px;
  color: #000b53;
}
@media only screen and (min-width: 768px) {
  .home-page .benefits .benefits-box__title {
    font-size: 16px;
  }
}
.home-page .benefits .benefits-box__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  color: #000b53;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .home-page .benefits .benefits-box__desc {
    font-size: 16px;
  }
}
.home-page .carousel {
  margin: 45px 0 40px 0;
  position: relative;
}
.home-page .carousel:before {
  content: "";
  width: 100%;
  height: 680px;
  position: absolute;
  top: 120px;
  right: 10%;
  background: url('../images/bg-benefits2.svg') no-repeat left top;
  background-size: auto;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .home-page .carousel:before {
    top: 100px;
    max-width: 90%;
    background-position: right top;
    background-size: auto 90%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .carousel:before {
    top: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .carousel {
    margin: 70px 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .carousel {
    margin: 90px 0 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .carousel {
    margin: 90px 0 60px 0;
  }
}
.home-page .carousel__nav {
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  .home-page .carousel__nav {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__nav {
    margin-bottom: 55px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .carousel__nav {
    margin-bottom: 60px;
  }
}
.home-page .carousel__nav-item {
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 25px;
  min-height: 55px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  font-weight: 900;
  line-height: 1.26;
  color: #000b53;
}
@media only screen and (min-width: 768px) {
  .home-page .carousel__nav-item {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__nav-item {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .carousel__nav-item {
    margin-right: 30px;
  }
}
.home-page .carousel__nav-item:hover,
.home-page .carousel__nav-item.active {
  background: #67bbb6;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home-page .carousel__nav-item {
    font-size: 16px;
  }
}
.home-page .carousel__nav-item:last-of-type {
  margin-right: 0;
}
.home-page .carousel__mockup {
  border-radius: 8px;
  width: 220px;
  height: 346px;
}
@media only screen and (max-width: 767px) {
  .home-page .carousel__mockup {
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .carousel__mockup {
    width: 245px;
    height: 493px;
    width: 335px;
    height: 524px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__mockup {
    width: 373px;
    height: 583px;
  }
}
.home-page .carousel__mockup img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-page .carousel__arrows {
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: inline-block;
  font-size: 0;
  position: relative;
  height: 60px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__arrows {
    height: 70px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .carousel__arrows {
    margin-top: 40px;
  }
}
.home-page .carousel__arrows:before {
  content: "";
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 83%;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.home-page .carousel__arrow {
  transition: all 0.2s ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: 50px;
  height: 100%;
  cursor: pointer;
  color: #1782ac;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__arrow {
    width: 60px;
  }
}
.home-page .carousel__arrow img,
.home-page .carousel__arrow svg {
  width: 14px;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__arrow img,
  .home-page .carousel__arrow svg {
    width: 17px;
    height: 30px;
  }
}
.home-page .carousel__arrow:hover {
  transform: scale(0.8);
  opacity: 0.8;
}
.home-page .carousel__arrow.swiper-button-disabled {
  color: #e2e2e2;
  pointer-events: none;
}
.home-page .carousel__arrow--left {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__arrow--left {
    padding-right: 15px;
  }
}
.home-page .carousel__arrow--left img,
.home-page .carousel__arrow--left svg {
  transform: rotate(180deg);
}
.home-page .carousel__arrow--right {
  padding-left: 12px;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel__arrow--right {
    padding-left: 15px;
  }
}
.home-page .carousel .carousel-box {
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home-page .carousel .carousel-box {
    min-height: 360px;
  }
}
.home-page .carousel .carousel-box__slide {
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) {
  .home-page .carousel .carousel-box__slide {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .carousel .carousel-box__slide {
    padding: 30px 30px 40px 30px;
  }
}
.home-page .carousel .carousel-box__title {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.2px;
  color: #000b53;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel .carousel-box__title {
    font-size: 18px;
  }
}
.home-page .carousel .carousel-box__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel .carousel-box__header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .carousel .carousel-box__header {
    margin-bottom: 40px;
  }
}
.home-page .carousel .carousel-box__icon {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) {
  .home-page .carousel .carousel-box__icon {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .carousel .carousel-box__icon {
    min-width: 66px;
    min-height: 66px;
    width: 66px;
    height: 66px;
  }
}
.home-page .carousel .carousel-box__icon img {
  max-width: 100%;
  max-height: 100%;
}
.home-page .carousel .carousel-box__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  color: #181818;
}
@media only screen and (min-width: 768px) {
  .home-page .carousel .carousel-box__desc {
    font-size: 16px;
  }
}
.home-page .carousel .carousel-box__desc p {
  margin-bottom: 15px;
}
.home-page .carousel .carousel-box__desc p:last-child {
  margin-bottom: 0;
}
.home-page .carousel .carousel-box__desc b,
.home-page .carousel .carousel-box__desc strong {
  font-weight: bold;
}
.home-page .carousel .carousel-box__desc ul,
.home-page .carousel .carousel-box__desc ol {
  padding-left: 20px;
  list-style: disc;
  margin: 15px;
}
@media only screen and (min-width: 992px) {
  .home-page .carousel .carousel-box__desc ul,
  .home-page .carousel .carousel-box__desc ol {
    padding-left: 30px;
  }
}
.home-page .about {
  position: relative;
  min-height: 600px;
}
.home-page .about__pic {
  width: 100%;
  height: 274px;
}
@media only screen and (min-width: 768px) {
  .home-page .about__pic {
    height: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .about__pic {
    width: 50%;
    height: 100%;
    padding-left: 15px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.home-page .about__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .about__title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #000b53;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .home-page .about__title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .about__title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .about__title {
    font-size: 28px;
  }
}
.home-page .about__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  line-height: 1.56;
  color: #191919;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .home-page .about__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .about__desc {
    margin-right: 30px;
    margin-top: 30px;
  }
}
.home-page .about__desc p {
  margin-top: 15px;
}
.home-page .about__desc strong,
.home-page .about__desc b {
  font-weight: bold;
}
.home-page .about__btns {
  font-size: 0;
}
.home-page .about__btns .bg-btn {
  margin-right: 10px;
}
.home-page .about__btns .bg-btn:last-child {
  margin-right: 0;
}
.home-page .about__btns-header {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  font-weight: 900;
  text-transform: uppercase;
  color: #151515;
  margin: 30px 0 10px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .about__btns-header {
    font-size: 16px;
  }
}
.home-page .about__btn {
  display: inline-block;
  height: 43px;
  margin-right: 5px;
}
@media only screen and (min-width: 768px) {
  .home-page .about__btn {
    height: 46px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .about__btn {
    height: 50px;
  }
}
.home-page .about__btn img,
.home-page .about__btn svg {
  max-width: 100%;
  height: 100%;
}
.home-page .reviews {
  background-image: linear-gradient(199deg, #0166af, #0870ad 13%, #137eac 28%, #238faa 48%, #39a2a8 68%, #4aaea6 87%);
  padding: 80px 0 60px 0;
  margin: 40px 0 0 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home-page .reviews {
    padding: 140px 0 60px 0;
    margin: 80px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .reviews {
    padding: 160px 0 80px 0;
    margin: 90px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .reviews {
    padding: 180px 0 90px 0;
  }
}
.home-page .reviews:before,
.home-page .reviews:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.home-page .reviews:before {
  top: -0.6px;
  left: -2px;
  right: -2px;
  height: 100%;
  display: block;
  background: url('../images/reviews-topMask.svg') no-repeat center top;
}
@media only screen and (min-width: 992px) {
  .home-page .reviews:before {
    top: -1px;
  }
}
.home-page .reviews:after {
  bottom: -0.6px;
  left: -2px;
  right: -2px;
  height: 100%;
  display: block;
  background: url('../images/reviews-bottomMask.svg') no-repeat center bottom;
}
@media only screen and (min-width: 992px) {
  .home-page .reviews:after {
    bottom: -1px;
  }
}
.home-page .reviews__arrows {
  display: inline-block;
  font-size: 0;
  position: relative;
  z-index: 0;
  height: 60px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .home-page .reviews__arrows {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .reviews__arrows {
    height: 70px;
    margin-top: 40px;
  }
}
.home-page .reviews__arrows:after {
  content: "";
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 20px 60px 0 rgba(5, 108, 174, 0.3);
  background: linear-gradient(211deg, #0166af, #0870ad 13%, #137eac 28%, #238faa 48%, #39a2a8 68%, #4aaea6 87%);
  z-index: -1;
}
.home-page .reviews__arrows:before {
  content: "";
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  height: 83%;
  background: #2a95ad;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.home-page .reviews__arrow {
  transition: all 0.2s ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  cursor: pointer;
  color: #ffffff;
  width: 50px;
}
@media only screen and (min-width: 992px) {
  .home-page .reviews__arrow {
    width: 60px;
  }
}
.home-page .reviews__arrow:hover {
  transform: scale(0.8);
  opacity: 0.6;
}
.home-page .reviews__arrow img,
.home-page .reviews__arrow svg {
  width: 14px;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .home-page .reviews__arrow img,
  .home-page .reviews__arrow svg {
    width: 17px;
    height: 30px;
  }
}
.home-page .reviews__arrow--inactive {
  opacity: 0.4;
  pointer-events: none;
}
.home-page .reviews__arrow--left {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) {
  .home-page .reviews__arrow--left {
    padding-right: 15px;
  }
}
.home-page .reviews__arrow--left img,
.home-page .reviews__arrow--left svg {
  transform: rotate(180deg);
}
.home-page .reviews__arrow--right {
  padding-left: 12px;
}
@media only screen and (min-width: 992px) {
  .home-page .reviews__arrow--right {
    padding-left: 15px;
  }
}
.home-page .reviews .section-title {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-page .reviews .section-title {
    margin-bottom: 20px;
  }
}
.home-page .reviews .review {
  text-align: center;
  color: #ffffff;
}
.home-page .reviews .review__content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  line-height: 1.56;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home-page .reviews .review__content {
    font-size: 16px;
  }
}
.home-page .reviews .review__footer {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  line-height: 1.56;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .home-page .reviews .review__footer {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .reviews .review__footer {
    margin-top: 30px;
  }
}
.home-page .reviews .review__author {
  font-weight: 900;
}
.home-page .testimonials {
  text-align: right;
  margin-top: 60px;
  position: relative;
}
.home-page .testimonials:before {
  content: "";
  width: 100%;
  height: 680px;
  position: absolute;
  top: -70px;
  right: 0;
  background: url('../images/bg-benefits.svg') no-repeat right top;
  background-size: auto;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  .home-page .testimonials:before {
    max-width: 90%;
    background-position: left top;
    background-size: auto 90%;
    height: 100%;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .testimonials {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .testimonials {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .testimonials {
    margin-top: 130px;
  }
}
.home-page .testimonials .swiper-container {
  overflow: visible;
}
.home-page .testimonials .testimonial {
  text-align: left;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .home-page .testimonials .testimonial {
    margin-bottom: 40px;
  }
}
.home-page .testimonials .testimonial__pic {
  border-radius: 8px;
  width: 100%;
  height: 170px;
  background: #000b53;
  margin-bottom: -20px;
  overflow: hidden;
}
.home-page .testimonials .testimonial__pic img,
.home-page .testimonials .testimonial__pic svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .testimonials .testimonial__author {
  color: #a4a4a4;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .home-page .testimonials .testimonial__author {
    margin-bottom: 20px;
  }
}
.home-page .testimonials .testimonial__content {
  border-radius: 8px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  box-shadow: 0px 10px 25px 0 rgba(0, 11, 83, 0.1);
  background: #ffffff;
  padding: 24px 20px;
  line-height: 1.57;
  letter-spacing: 0.3px;
  color: #191919;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) {
  .home-page .testimonials .testimonial__content {
    padding: 30px 36px;
  }
}
.home-page .testimonials__arrows {
  border-radius: 8px;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  display: inline-block;
  font-size: 0;
  position: relative;
  height: 60px;
}
@media only screen and (min-width: 992px) {
  .home-page .testimonials__arrows {
    height: 70px;
  }
}
.home-page .testimonials__arrows:before {
  content: "";
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 83%;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.home-page .testimonials__arrow {
  transition: all 0.2s ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  cursor: pointer;
  color: #1782ac;
  width: 50px;
}
@media only screen and (min-width: 992px) {
  .home-page .testimonials__arrow {
    width: 60px;
  }
}
.home-page .testimonials__arrow img,
.home-page .testimonials__arrow svg {
  width: 14px;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .home-page .testimonials__arrow img,
  .home-page .testimonials__arrow svg {
    width: 17px;
    height: 30px;
  }
}
.home-page .testimonials__arrow:hover {
  transform: scale(0.8);
  opacity: 0.8;
}
.home-page .testimonials__arrow.swiper-button-disabled {
  color: #e2e2e2;
  pointer-events: none;
}
.home-page .testimonials__arrow--left {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) {
  .home-page .testimonials__arrow--left {
    padding-right: 15px;
  }
}
.home-page .testimonials__arrow--left img,
.home-page .testimonials__arrow--left svg {
  transform: rotate(180deg);
}
.home-page .testimonials__arrow--right {
  padding-left: 12px;
}
@media only screen and (min-width: 992px) {
  .home-page .testimonials__arrow--right {
    padding-left: 15px;
  }
}
.home-page .review-form {
  margin-top: 60px;
  position: relative;
}
.home-page .review-form:after {
  content: "";
  width: 100%;
  height: 1000px;
  position: absolute;
  bottom: -40px;
  right: 0;
  background: url('../images/bg-reviews.svg') no-repeat right bottom;
  background-size: 100% auto;
  z-index: -2;
}
@media only screen and (min-width: 768px) {
  .home-page .review-form:after {
    bottom: -60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .review-form:after {
    bottom: -80px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .review-form:after {
    bottom: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .review-form {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .review-form {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .review-form {
    margin-top: 130px;
  }
}
.home-page .review-form .wpcf7-form-control-wrap {
  display: block;
}
.home-page .review-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 15px;
  left: 40px;
  font-size: 12px;
  display: none;
}
.home-page .review-form .wpcf7-response-output {
  border-radius: 8px;
  font-size: 14px;
  padding: 12px 15px;
  margin: 30px 0 20px 0;
  border: none !important;
  background: #67bbb6;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .home-page .review-form .wpcf7-response-output {
    font-size: 16px;
  }
}
.home-page .review-form input,
.home-page .review-form textarea,
.home-page .review-form button {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.home-page .review-form input,
.home-page .review-form textarea {
  transition: all 0.2s ease-in-out;
  display: block;
  color: #191919;
  padding: 20px 15px;
  border: 2px solid transparent;
}
@media only screen and (min-width: 768px) {
  .home-page .review-form input,
  .home-page .review-form textarea {
    padding: 25px 40px;
  }
}
.home-page .review-form input:-ms-input-placeholder,
.home-page .review-form textarea:-ms-input-placeholder {
  color: #e2e2e2;
  opacity: 1;
}
.home-page .review-form input::placeholder,
.home-page .review-form textarea::placeholder {
  color: #e2e2e2;
  opacity: 1;
}
.home-page .review-form input:focus,
.home-page .review-form textarea:focus {
  border-color: #67bbb6;
}
.home-page .review-form input,
.home-page .review-form button {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.1);
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .home-page .review-form input,
  .home-page .review-form button {
    height: 60px;
  }
}
.home-page .review-form button {
  transition: all 0.2s ease-in-out;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1px;
  color: #000b53;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
}
.home-page .review-form button:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 18px;
  height: 16px;
  background: url('../images/i-arrow-full.svg') no-repeat center;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
}
.home-page .review-form button:hover:after {
  right: 20px;
}
.home-page .review-form textarea {
  border-radius: 8px;
  width: 100%;
  height: 146px;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.1);
  resize: none;
}
@media only screen and (min-width: 768px) {
  .home-page .review-form textarea {
    height: 200px;
  }
}
.home-page .review-form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #191919;
}
.home-page .review-form textarea::placeholder {
  opacity: 1;
  color: #191919;
}
.home-page .review-form label {
  display: block;
  padding-left: 30px;
  font-size: 12px;
  line-height: 1.26;
  letter-spacing: 0.1px;
  color: #555656;
  position: relative;
  cursor: pointer;
}
.home-page .review-form label .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.home-page .review-form label .remaining-content span {
  display: none;
}
.home-page .review-form label input {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.home-page .review-form label input:after {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/i-tick.svg') no-repeat center;
  background-size: 20px 11px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.home-page .review-form label input:invalid {
  border: 2px solid red;
}
.home-page .review-form label input:checked:after {
  opacity: 1;
}
.home-page .review-form .textarea-wrapper {
  display: block;
  position: relative;
}
.home-page .review-form .textarea-wrapper:before {
  content: "";
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 83%;
  background: #ffffff;
  box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -14px;
  left: 14px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home-page .review-form .textarea-wrapper:before {
    top: -20px;
    left: 20px;
  }
}
.home-page .review-form .textarea-wrapper .wpcf7-not-valid-tip {
  bottom: 5px;
}
.home-page .review-form__footer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home-page .review-form__footer {
    display: -ms-flexbox;
    display: flex;
  }
}
.home-page .review-form__footer input {
  display: block;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-page .review-form__footer input {
    min-width: 62%;
  }
}
.home-page .review-form__footer button {
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .home-page .review-form__footer button {
    background-image: linear-gradient(199deg, #0166af, #0870ad 13%, #137eac 28%, #238faa 48%, #39a2a8 68%, #4aaea6 87%);
    margin-bottom: 10px;
    width: 100%;
    border: 0;
    color: #ffffff;
  }
  .home-page .review-form__footer button:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .review-form__footer button {
    -ms-flex: 1;
        flex: 1;
    margin-left: 10px;
  }
}
.home-page .faq {
  margin: 60px 0 60px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .faq {
    margin: 90px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .faq {
    margin: 110px 0 80px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .faq {
    margin: 130px 0 80px 0;
  }
}
.home-page .faq .faq-box {
  margin-bottom: 4px;
  position: relative;
}
.home-page .faq .faq-box:last-of-type {
  margin-bottom: 0;
}
.home-page .faq .faq-box--open .faq-box__header {
  background-image: linear-gradient(275deg, #0166af, #0870ad 13%, #137eac 28%, #238faa 48%, #39a2a8 68%, #4aaea6 87%);
  color: #ffffff;
}
.home-page .faq .faq-box--open .faq-box__num {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home-page .faq .faq-box--open .faq-box__num {
    background: #1782ac;
  }
}
.home-page .faq .faq-box--open .faq-box__arrow {
  color: #e2e2e2;
  transform: rotate(270deg);
}
.home-page .faq .faq-box__header {
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1px;
  border-radius: 8px;
  box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 13px 42px 13px 43px;
  cursor: pointer;
  color: #a4a4a4;
}
@media only screen and (min-width: 768px) {
  .home-page .faq .faq-box__header {
    padding: 22px 80px;
    min-height: 60px;
  }
}
.home-page .faq .faq-box__header:hover {
  box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.15);
}
.home-page .faq .faq-box__num {
  transition: all 0.2s ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 999px;
  pointer-events: none;
  position: absolute;
  top: 13px;
  left: 15px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.3px;
  color: #191919;
}
@media only screen and (min-width: 768px) {
  .home-page .faq .faq-box__num {
    width: 35px;
    height: 35px;
    box-shadow: 0px 10px 25px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    top: 10px;
    left: 22px;
  }
}
.home-page .faq .faq-box__num:after {
  content: ".";
}
.home-page .faq .faq-box__arrow {
  transition: all 0.2s ease-in-out;
  width: 10px;
  height: 17px;
  color: #1782ac;
  transform: rotate(90deg);
  position: absolute;
  top: 13px;
  right: 20px;
}
@media only screen and (min-width: 768px) {
  .home-page .faq .faq-box__arrow {
    top: 20px;
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .faq .faq-box__arrow {
    right: 60px;
  }
}
.home-page .faq .faq-box__arrow img,
.home-page .faq .faq-box__arrow svg {
  max-width: 100%;
  max-height: 100%;
}
.home-page .faq .faq-box__content {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 0.3px;
  line-height: 1.56;
  color: #191919;
  max-width: 870px;
  display: none;
  padding: 15px 15px;
}
@media only screen and (min-width: 768px) {
  .home-page .faq .faq-box__content {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .faq .faq-box__content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .faq .faq-box__content {
    padding: 40px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-page .faq .faq-box__content {
    padding: 40px 80px;
  }
}
.home-page .faq .faq-box__content p {
  margin-bottom: 15px;
}
.home-page .faq .faq-box__content p:last-child {
  margin-bottom: 0;
}
.home-page .faq .faq-box__content a {
  text-decoration: underline;
  color: #67bbb6;
}
.home-page .faq .faq-box__content b,
.home-page .faq .faq-box__content strong {
  font-weight: bold;
}
.home-page .faq .faq-box__content ol,
.home-page .faq .faq-box__content ul {
  padding-left: 20px;
  margin: 15px 0;
  list-style-type: disc;
}
.home-page .faq .faq-box__content ol li,
.home-page .faq .faq-box__content ul li {
  margin-bottom: 3px;
}
.home-page .faq .faq-box__content ol ul,
.home-page .faq .faq-box__content ul ul,
.home-page .faq .faq-box__content ol ol,
.home-page .faq .faq-box__content ul ol {
  margin: 5px 0 10px 0;
  padding-left: 17px;
}
@media only screen and (min-width: 992px) {
  .home-page .faq .faq-box__content ol ul,
  .home-page .faq .faq-box__content ul ul,
  .home-page .faq .faq-box__content ol ol,
  .home-page .faq .faq-box__content ul ol {
    margin: 5px 0 15px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .faq .faq-box__content ol,
  .home-page .faq .faq-box__content ul {
    padding-left: 30px;
    margin: 20px 0;
  }
}
