
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Roboto:ital,wght@0,300;0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	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; }
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; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.69;
  color: #56758d; }
@media (max-width: 1023px) {
    body {
      font-size: 14px; } }
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.69em / 2);
  line-height: 1.2;
  font-weight: 300; }
.h1,
h1 {
  font-size: 42px; }
@media (max-width: 1023px) {
    .h1,
    h1 {
      font-size: calc(42px * .85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h1,
    h1 {
      font-size: calc(42px * .7); } }
.h2,
h2 {
  font-size: 36px; }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: calc(36px * .85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h2,
    h2 {
      font-size: calc(36px * .7); } }
.h3,
h3 {
  font-size: 24px; }
@media (max-width: 1023px) {
    .h3,
    h3 {
      font-size: calc(24px * .85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h3,
    h3 {
      font-size: calc(24px * .7); } }
.h4,
h4 {
  font-size: 20px; }
@media (max-width: 1023px) {
    .h4,
    h4 {
      font-size: calc(20px * .85); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .h4,
    h4 {
      font-size: calc(20px * .8); } }
.h5,
h5 {
  font-size: 18px; }
@media (max-width: 1023px) {
    .h5,
    h5 {
      font-size: calc(18px * .85); } }
.h6,
h6 {
  font-size: 14px; }
@media (max-width: 1023px) {
    .h6,
    h6 {
      font-size: calc(14px * .85); } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.69em; }
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
\* ------------------------------------------------------------ */
/*  Keyframes  */
@-webkit-keyframes flowingUnderline {
  0% {
    -webkit-transform: scaleX(0) translateX(0);
            transform: scaleX(0) translateX(0); }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0); } }
@keyframes flowingUnderline {
  0% {
    -webkit-transform: scaleX(0) translateX(0);
            transform: scaleX(0) translateX(0); }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0); } }
/*  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
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Btn more
\* ------------------------------------------------------------ */
.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 49px;
  min-height: 49px;
  border-radius: 50%;
  background-color: #70d151;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn-more {
      min-width: 30px;
      min-height: 30px; } }
.btn-more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transform: scale(0.67);
        -ms-transform: scale(0.67);
            transform: scale(0.67);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    opacity: 0; }
.btn-more:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn-more i {
      width: 13px;
      height: 13px; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: 700 16px/1.3 "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ec5646;
  color: #fff;
  border: 1px solid transparent;
  min-width: 186px;
  min-height: 50px;
  padding: 14px 35px;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  -o-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease; }
.btn:hover {
    background-color: #70d151;
    color: #fff; }
/*  Button Border Blue  */
.btn--border-blue {
  background-color: transparent;
  color: #00b4fa;
  border: 1px solid #00b4fa;
  min-width: 168px;
  min-height: 46px;
  padding: 11px 34px; }
.btn--border-blue:hover {
    background-color: #00b4fa;
    color: #fff; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  background-color: #00b4fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  height: 100%; }
.card h3 {
    font-weight: 400;
    color: #243c4f;
    margin-bottom: 20px; }
.card p {
    margin-bottom: 29px; }
.card .card__icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% - 5px));
        -ms-transform: translate(-50%, calc(-50% - 5px));
            transform: translate(-50%, calc(-50% - 5px));
    min-width: 98px;
    min-height: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #56758d;
    border-radius: 50%; }
@media (max-width: 1023px) {
      .card .card__icon {
        min-height: 85px;
        min-width: 85px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__icon {
        min-width: 60px;
        min-height: 60px; } }
.card .card__icon--red {
    background-color: #ec5646; }
.card .card__icon--green {
    background-color: #70d151; }
.card .card__icon--purple {
    background-color: #7852e5; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card .card__icon img {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7); } }
.card .card__content {
    position: relative;
    margin-top: 98px;
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 77px 39px 45px 35px; }
@media (max-width: 1023px) {
      .card .card__content {
        padding: 45px 20px 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__content {
        margin-top: 60px;
        padding: 35px 15px 15px; } }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  overflow: hidden; }
.cards .cards__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cards .cards__items {
        margin: 0; } }
.cards .cards__item {
    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);
    padding: 0 17px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cards .cards__item {
        padding: 0;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards .cards__item + .cards__item {
      margin-top: 30px; } }
@media (max-width: 575px) {
    .cards .cards__item + .cards__item {
      margin-top: 15px; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.025em; }
@media (max-width: 1023px) {
    .contacts {
      font-size: 14px; } }
.contacts a {
    text-decoration: none; }
.contacts a:hover {
      cursor: pointer; }
.contacts i {
    margin-right: 10px; }
.contacts a i,
  .contacts a span {
    display: inline-block;
    vertical-align: middle; }
.contacts .contacts__mail {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  font-size: 14px;
  line-height: 1.3; }
/* ------------------------------------------------------------ *\
	Credits
\* ------------------------------------------------------------ */
.credits {
  font-size: 14px; }
.credits a {
    text-decoration: none;
    color: #fffeff; }
.credits a:hover {
      text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  position: relative;
  background-color: #00b4fa;
  color: #fff;
  padding: 50px 50px 50px 55px;
  min-height: 292px;
  height: 100%; }
@media (max-width: 1023px) {
    .feature {
      padding: 25px 20px 30px;
      min-height: 200px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .feature {
      padding: 15px 15px 20px;
      text-align: center;
      min-height: initial; } }
.feature > img {
    margin: 0 0 23px 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature > img {
        margin: 0 0 10px; } }
.feature h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    letter-spacing: 0.013em;
    margin-bottom: 23px; }
@media (max-width: 1023px) {
      .feature h3 {
        font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature h3 {
        margin-bottom: 10px; } }
.feature p {
    color: #baecff;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature p {
        margin-bottom: 15px; } }
.feature .feature__actions {
    display: inline-block; }
.feature .feature__btn-more {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .feature .feature__btn-more {
        bottom: initial;
        left: initial;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features .features__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.features .features__item {
  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); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .features .features__item {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .features .features__item + .features__item {
    margin-top: 20px; } }
.features .features__item + .features__item {
  border-left: 1px solid #2ec5ff; }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #243c4f;
  color: #63839c;
  padding-bottom: 93px;
  line-height: 1.5;
  overflow: hidden; }
@media (max-width: 1023px) {
    .footer {
      padding-bottom: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      padding-bottom: 30px; } }
.footer h3 {
    position: relative;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 34px; }
@media (max-width: 1023px) {
      .footer h3 {
        margin-bottom: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer h3 {
        padding-bottom: 7px;
        margin-bottom: 15px; } }
.footer h3:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      min-width: 21px;
      min-height: 2px;
      background-color: #00b4fa; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .footer h3:after {
          left: 50%;
          -webkit-transform: translate(-50%, 100%);
              -ms-transform: translate(-50%, 100%);
                  transform: translate(-50%, 100%); } }
.footer a i {
    -webkit-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    transition: fill 0.4s ease; }
.footer a:hover i {
    fill: #baecff; }
.footer .footer__aside {
    position: relative;
    margin-right: 21px; }
@media (max-width: 1199px) {
      .footer .footer__aside {
        margin-right: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__aside {
        margin-right: 0; } }
.footer .footer__aside:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transform: translate(50%, 100%);
          -ms-transform: translate(50%, 100%);
              transform: translate(50%, 100%);
      background-color: #00b4fa;
      min-width: 13px;
      min-height: 13px;
      border-radius: 50%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .footer .footer__aside:after {
          display: none; } }
.footer .footer__aside,
  .footer .footer__content {
    padding-top: 88px; }
@media (max-width: 1023px) {
      .footer .footer__aside,
      .footer .footer__content {
        padding-top: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__aside,
      .footer .footer__content {
        text-align: center;
        padding-top: 30px; } }
.footer .footer__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -33px; }
@media (max-width: 1199px) {
      .footer .footer__cols {
        margin: 0 -15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__cols {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
.footer .footer__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 0 33px; }
@media (max-width: 1199px) {
      .footer .footer__col {
        padding: 0 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__col {
        padding: 0; } }
.footer .footer__col--size-1 {
    max-width: 45.85%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.85%;
            flex: 0 0 45.85%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__col--size-1 {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
.footer .footer__col--size-2 {
    max-width: 54.15%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.15%;
            flex: 0 0 54.15%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__col--size-2 {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
                flex: 1 0 100%; } }
.footer .footer__aside {
    border-right: 1px solid #2e495f; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__aside {
        border: none; } }
.footer .footer__inner {
    padding-bottom: 61px; }
@media (max-width: 1023px) {
      .footer .footer__inner {
        padding-bottom: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__inner {
        padding-bottom: 20px; } }
.footer .footer__aside .footer__inner {
    padding-right: 75px;
    border-bottom: 1px solid #2e495f; }
@media (max-width: 1199px) {
      .footer .footer__aside .footer__inner {
        padding-right: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__aside .footer__inner {
        border: none;
        padding-right: 0; } }
.footer .footer__copyright {
    margin-top: 30px;
    margin-bottom: 4px;
    padding-right: 75px; }
@media (max-width: 1199px) {
      .footer .footer__copyright {
        padding-right: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__copyright {
        margin-top: 0;
        padding-right: 0; } }
.footer .footer__credits {
    padding-bottom: 42px; }
@media (max-width: 1023px) {
      .footer .footer__credits {
        padding-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__credits {
        padding-bottom: 0; } }
.footer .footer__contacts {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 26px; }
@media (max-width: 1023px) {
      .footer .footer__contacts {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__contacts {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 5px; } }
@media (max-width: 575px) {
      .footer .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
.footer .footer__contacts i {
    fill: #63839c;
    margin-right: 11px; }
.footer .footer__contacts a {
    -webkit-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; }
.footer .footer__contacts a:hover {
      color: #baecff; }
.footer .footer__contacts a + a {
    margin-left: 35px; }
@media (max-width: 575px) {
      .footer .footer__contacts a + a {
        margin: 10px 0 0; } }
.footer .footer__socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
.footer .footer__socials li + li {
    margin-left: 26px; }
.footer .footer__socials i {
    fill: #63839c; }
.footer .footer__subscribe {
    padding-top: 7px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__subscribe {
        padding: 0; } }
/* ------------------------------------------------------------ *\
	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 .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%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #243c4f;
  color: #7191aa;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 10; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header.is-active .header__bar {
      display: block; } }
@media (max-width: 575px) {
    .header.is-active .header__contacts,
    .header.is-active .header__contacts ul {
      margin: 5px 0; } }
@media (max-width: 1023px) {
    .header.is-active .header__content {
      pointer-events: all;
      opacity: 1;
      -webkit-transform: translate(0, -1px);
          -ms-transform: translate(0, -1px);
              transform: translate(0, -1px);
      background-color: #243c4f;
      -webkit-transition: opacity 0.4s ease 0.3s, background-color 0.4s 0.3s ease, -webkit-transform 0.4s 0.3s ease;
      transition: opacity 0.4s ease 0.3s, background-color 0.4s 0.3s ease, -webkit-transform 0.4s 0.3s ease;
      -o-transition: opacity 0.4s ease 0.3s, transform 0.4s 0.3s ease, background-color 0.4s 0.3s ease;
      transition: opacity 0.4s ease 0.3s, transform 0.4s 0.3s ease, background-color 0.4s 0.3s ease;
      transition: opacity 0.4s ease 0.3s, transform 0.4s 0.3s ease, background-color 0.4s 0.3s ease, -webkit-transform 0.4s 0.3s ease; } }
.header .header__bar {
    border-bottom: 1px solid #2e495f;
    font-size: 14px;
    letter-spacing: .025em; }
@media (max-width: 1023px) {
      .header .header__bar {
        font-size: 13px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__bar {
        border: none; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__bar {
        display: none;
        padding: 15px 0; } }
@media (max-width: 575px) {
      .header .header__bar {
        padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__bar .header__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px 0; } }
.header .header__bar p {
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__bar p {
        margin-bottom: 15px; } }
@media (max-width: 575px) {
      .header .header__bar p {
        margin: 0; } }
@media (max-width: 575px) {
    .header .header__contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.header .header__contacts > a {
    padding: 10px 22px;
    border-left: 1px solid #2e495f;
    border-right: 1px solid #2e495f;
    min-height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1023px) {
      .header .header__contacts > a {
        padding: 7px 10px;
        min-height: 35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__contacts > a {
        border: none; } }
.header .header__contacts a,
  .header .header__contacts li {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -o-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease; }
@media (max-width: 575px) {
      .header .header__contacts a,
      .header .header__contacts li {
        padding: 0;
        min-height: initial;
        min-width: initial; } }
.header .header__contacts > a:hover,
  .header .header__contacts li:hover {
    cursor: pointer;
    background-color: #63839c;
    color: #2e495f; }
.header .header__contacts i {
    -webkit-transition: fill 0.4s ease;
    -o-transition: fill 0.4s ease;
    transition: fill 0.4s ease; }
.header .header__contacts > a:hover i,
  .header .header__contacts li:hover i {
    fill: #2e495f; }
.header .header__contacts li {
    padding: 11px 18px;
    min-width: 50px;
    min-height: 41px;
    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 (max-width: 1023px) {
      .header .header__contacts li {
        min-height: 35px;
        padding: 8px 12px;
        min-width: 30px; } }
.header .header__contacts li + li {
    border-left: 1px solid #2e495f; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__contacts li + li {
        border: none; } }
.header .header__contacts i {
    fill: #63839c; }
.header .header__phone {
    background-color: #2e495f;
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
@media (max-width: 1023px) {
      .header .header__phone {
        font-size: 13px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__phone {
        background-color: transparent;
        color: inherit; } }
.header .header__phone i {
    fill: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__phone i {
        fill: #63839c; } }
.header .header__body {
    padding: 29px 0; }
@media (max-width: 1023px) {
      .header .header__body {
        position: relative; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__body {
        position: static;
        padding: 15px 0; } }
.header .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
@media (max-width: 1023px) {
      .header .header__content {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        pointer-events: none;
        opacity: 0;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        -webkit-transition: opacity 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
        transition: opacity 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
        -o-transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease;
        transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease;
        transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 0 0 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header .header__logo img {
      width: 154px;
      height: 23px; } }
.header .header__actions {
    margin-left: 36px; }
@media (max-width: 1199px) {
      .header .header__actions {
        margin-left: 25px; } }
@media (max-width: 1023px) {
      .header .header__actions {
        margin: 0 0 15px; } }
@media (max-width: 575px) {
      .header .header__actions {
        margin: 5px 0 15px; } }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero .hero__content {
  padding: 200px 0 195px;
  color: #243c4f; }
@media (max-width: 1023px) {
    .hero .hero__content {
      padding: 80px 0 75px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__content {
      padding: 30px 0;
      text-align: center; } }
.hero .hero__content p {
  letter-spacing: .025em;
  line-height: 1.88;
  margin-bottom: 43px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__content p {
      margin-bottom: 15px; } }
.hero .hero__head {
  position: relative;
  max-width: 500px;
  padding-bottom: 23px;
  margin-bottom: 23px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__head {
      margin: 0 auto 15px;
      padding-bottom: 15px;
      max-width: initial; } }
.hero .hero__head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 46px;
    min-height: 2px;
    background-color: #00b4fa; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__head:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
.hero .hero__body {
  max-width: 440px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero .hero__body {
      margin: 0 auto;
      max-width: initial; } }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/*  Reset  */
.svg-sprite .ico g,
.svg-sprite .ico path {
  stroke: inherit;
  fill: inherit; }
[class*="ico"] {
  display: inline-block;
  vertical-align: middle; }
[class*="ico"] svg {
  width: 100%;
  height: 100%;
  display: block; }
.ico {
  fill: #fff; }
/*  Ico Phone  */
.ico-phone {
  width: 13px;
  height: 13px; }
/*  Ico Youtube  */
.ico-youtube {
  width: 16px;
  height: 15px; }
/*  Ico Linkedin  */
.ico-linkedin {
  width: 14px;
  height: 13px; }
/*  Ico Twitter  */
.ico-twitter {
  width: 13px;
  height: 12px; }
/*  Ico Facebook  */
.ico-facebook {
  width: 9px;
  height: 15px; }
/*  Ico Envelope  */
.ico-envelope {
  width: 17px;
  height: 15px; }
/*  Ico Add  */
.ico-add {
  width: 16px;
  height: 16px; }
/*  Ico Paging  */
.ico-paging {
  width: 18px;
  height: 18px; }
/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */
.link-more {
  text-decoration: none;
  color: #243c4f;
  font-weight: 400;
  letter-spacing: 0.024em;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
.link-more:hover {
    color: #7191aa; }
/* ------------------------------------------------------------ *\
	List Partners
\* ------------------------------------------------------------ */
.list-partners {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-partners {
      margin: -15px; } }
.list-partners li {
    min-width: 190px; }
@media (max-width: 1199px) {
      .list-partners li {
        min-width: 165px; } }
@media (max-width: 1023px) {
      .list-partners li {
        max-width: 150px;
        padding: 0 10px;
        min-width: initial; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-partners li {
        padding: 15px 0;
        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); } }
@media (max-width: 575px) {
      .list-partners li {
        max-width: calc(100% / 2);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% / 2);
            flex-basis: calc(100% / 2); } }
@media (max-width: 374px) {
      .list-partners li {
        max-width: calc(100%);
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(100%);
            flex-basis: calc(100%); } }
/* ------------------------------------------------------------ *\
	List solutions
\* ------------------------------------------------------------ */
.list-solutions {
  list-style: none;
  font: italic 400 18px/1.3 "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #56758d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
@media (max-width: 1023px) {
    .list-solutions {
      font-size: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-solutions {
      font-size: 13px; } }
@media (max-width: 575px) {
    .list-solutions {
      font-size: 10px; } }
@media (max-width: 374px) {
    .list-solutions {
      font-size: 9px; } }
.list-solutions li {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding: 58px 2px; }
@media (max-width: 1023px) {
      .list-solutions li {
        padding: 36px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-solutions li {
        padding: 24px 0; } }
@media (max-width: 575px) {
      .list-solutions li {
        padding: 14px 0; } }
@media (max-width: 374px) {
      .list-solutions li {
        padding: 8px 0; } }
.list-solutions li:nth-child(even) {
    text-align: right; }
@media (max-width: 1023px) {
      .list-solutions li:nth-child(even) {
        text-align: left;
        padding-left: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-solutions li:nth-child(even) {
        padding-left: 10px; } }
@media (max-width: 575px) {
      .list-solutions li:nth-child(even) {
        padding-left: 16px; } }
.list-solutions li:nth-child(odd) {
    text-align: left; }
@media (max-width: 1023px) {
      .list-solutions li:nth-child(odd) {
        text-align: right;
        padding-right: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-solutions li:nth-child(odd) {
        padding-right: 10px; } }
@media (max-width: 575px) {
      .list-solutions li:nth-child(odd) {
        padding-right: 16px; } }
.list-solutions li:nth-child(even) p {
    text-align: left; }
.list-solutions li:nth-child(odd) p {
    text-align: right; }
.list-solutions p {
    display: inline-block;
    max-width: 190px;
    line-height: 1.2; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-solutions p {
        max-width: 160px; } }
@media (max-width: 575px) {
      .list-solutions p {
        max-width: 110px; } }
@media (max-width: 374px) {
      .list-solutions p {
        max-width: 80px; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: none;
  height: 25px;
  width: 30px; }
.nav-trigger input {
    position: absolute;
    opacity: 0; }
.nav-trigger label {
    position: relative;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.4s 0s;
    transition: -webkit-transform 0.4s 0s;
    -o-transition: transform 0.4s 0s;
    transition: transform 0.4s 0s;
    transition: transform 0.4s 0s, -webkit-transform 0.4s 0s; }
.nav-trigger label:before,
  .nav-trigger label:after {
    content: ''; }
.nav-trigger label:before,
  .nav-trigger label:after,
  .nav-trigger span {
    position: absolute;
    right: 0;
    height: 4px;
    width: 100%;
    border-radius: 4px;
    background-color: #56758d;
    -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger label:before {
    top: 0; }
.nav-trigger span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1; }
.nav-trigger label:after {
    top: 100%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
.nav-trigger input:checked ~ label span,
  .nav-trigger input:checked ~ label:before,
  .nav-trigger input:checked ~ label:after {
    -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
    -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.nav-trigger input:checked ~ label span {
    opacity: 0; }
.nav-trigger input:checked ~ label:before {
    top: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
.nav-trigger input:checked ~ label:after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
@media (max-width: 1023px) {
    .nav-trigger {
      display: inline-block; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
@media (max-width: 575px) {
    .nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
.nav li + li {
  margin-left: 40px; }
@media (max-width: 1199px) {
    .nav li + li {
      margin-left: 25px; } }
@media (max-width: 575px) {
    .nav li + li {
      margin: 10px 0 0; } }
.nav li.is-current {
  color: #fff; }
.nav a {
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.4s 0.1s ease;
  -o-transition: color 0.4s 0.1s ease;
  transition: color 0.4s 0.1s ease; }
.nav a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #56758d;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
.nav a:hover {
    color: #baecff; }
.nav a:hover:after {
      -webkit-animation: flowingUnderline .5s both;
              animation: flowingUnderline .5s both; }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 124px 0 128px;
  text-align: center; }
@media (max-width: 1023px) {
    .section {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 30px 0; } }
.section .section__head {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 26px; }
@media (max-width: 1023px) {
      .section .section__head {
        padding-bottom: 15px;
        margin-bottom: 15px; } }
.section .section__head:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      min-width: 47px;
      min-height: 2px;
      display: inline-block;
      background-color: #00b4fa; }
.section .section__head h2 {
    color: #243c4f;
    margin-bottom: 4px; }
.section .section__head p {
    line-height: 1.5; }
.section .section__body > p {
    max-width: 790px;
    margin: 0 auto 36px;
    line-height: 1.69; }
@media (max-width: 1023px) {
      .section .section__body > p {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__body > p {
        margin-bottom: 10px;
        max-width: initial; } }
@media (max-width: 374px) {
      .section .section__body > p {
        margin-bottom: 5px; } }
.section .section__actions {
    margin-top: 80px; }
/*  Section lightblue-1  */
.section--lightblue-1 {
  padding: 113px 0 146px;
  background-color: #f1fafe; }
@media (max-width: 1023px) {
    .section--lightblue-1 {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--lightblue-1 {
      padding: 30px 0; } }
.section--lightblue-1 .section__head {
    margin-bottom: 62px; }
@media (max-width: 1023px) {
      .section--lightblue-1 .section__head {
        margin-bottom: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--lightblue-1 .section__head {
        margin-bottom: 30px; } }
/*  Section lightblue-2  */
.section--lightblue-2 {
  background-color: #eaf4fd;
  padding: 92px 0 103px; }
@media (max-width: 1023px) {
    .section--lightblue-2 {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--lightblue-2 {
      padding: 30px 0; } }
.section--lightblue-2 .section__head {
    margin-bottom: 35px; }
.section--lightblue-2 .section__head h2 {
    margin-bottom: 9px; }
/*  Section Services  */
.section--services {
  padding: 113px 0 176px; }
@media (max-width: 1023px) {
    .section--services {
      padding: 75px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--services {
      padding: 30px 0; } }
.section--services .section__head {
    margin-bottom: 22px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--services .section__head {
        margin-bottom: 15px; } }
.section--services .section__head h2 {
    margin-bottom: 9px; }
.section--services .section__actions {
    margin-top: 35px; }
@media (max-width: 1023px) {
      .section--services .section__actions {
        margin-top: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--services .section__actions {
        margin-top: 15px; } }
/*  Section Purple  */
.section--purple {
  position: relative;
  padding: 81px 0 77px;
  background-color: #7852e5;
  color: #fff; }
@media (max-width: 1023px) {
    .section--purple {
      padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--purple {
      padding: 30px 0; } }
.section--purple .section__background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
.section--purple .section__content {
    position: relative;
    z-index: 2; }
/*  Section Green  */
.section--green {
  padding: 107px 0 0;
  position: relative;
  color: #fff;
  background-color: #eaf4fd; }
@media (max-width: 1023px) {
    .section--green {
      padding: 75px 0 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--green {
      padding: 30px 0 0; } }
.section--green .section__background {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-height: 760px;
    width: 100%;
    background-color: #70d151;
    overflow: hidden; }
@media (max-width: 1023px) {
      .section--green .section__background {
        min-height: 533px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--green .section__background {
        min-height: 385px; } }
@media (max-width: 575px) {
      .section--green .section__background {
        min-height: 708px; } }
.section--green .section__object {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(12%);
        -ms-transform: translateY(12%);
            transform: translateY(12%); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--green .section__object {
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 12%);
            -ms-transform: translate(-50%, 12%);
                transform: translate(-50%, 12%); } }
.section--green .section__object img {
    max-width: initial; }
.section--green .section__object--alt {
    left: initial;
    right: 0;
    -webkit-transform: translate(12%, 12%);
        -ms-transform: translate(12%, 12%);
            transform: translate(12%, 12%); }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--green .section__object--alt {
        display: none; } }
.section--green .section__content {
    position: relative;
    z-index: 3; }
.section--green .section__head h2 {
    color: #fff;
    margin-bottom: 10px; }
.section--green .section__head {
    margin-bottom: 9px; }
.section--green .section__head:after {
      background-color: #fff; }
/*  Section line-start  */
.section--line-start {
  position: relative;
  overflow: hidden; }
.section--line-start:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #c2eaff;
    min-width: 7px;
    min-height: 63px;
    display: inline-block;
    border-radius: 3px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--line-start:before {
        min-height: 40px; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */
.service h5 {
  font-weight: 400;
  margin-bottom: 29px; }
@media (max-width: 1023px) {
    .service h5 {
      margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .service h5 {
      margin-bottom: 10px; } }
.service .service__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 72px;
  min-height: 72px;
  border-radius: 50%;
  background-color: #00b4fa;
  margin-bottom: 32px; }
@media (max-width: 1023px) {
    .service .service__image {
      margin-bottom: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .service .service__image {
      margin-bottom: 15px; } }
/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */
.services .services__items {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 -15px; }
.services .services__item {
  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);
  padding: 40px 30px; }
@media (max-width: 1023px) {
    .services .services__item {
      padding: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .services .services__item {
      max-width: calc(100% / 2);
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: calc(100% / 2);
          flex-basis: calc(100% / 2);
      padding: 15px; } }
@media (max-width: 575px) {
    .services .services__item {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1140px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%; }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
  padding-top: 40px;
  margin-top: 44px; }
@media (max-width: 1023px) {
    .slider {
      padding-top: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider {
      padding-top: 15px;
      margin-top: 31px; } }
.slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    min-width: 63px;
    min-height: 44px;
    background-image: url("../images/temp/quote.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider:before {
        min-width: 44px;
        min-height: 31px; } }
.slider .slider__clip {
    margin-bottom: 36px; }
@media (max-width: 1023px) {
      .slider .slider__clip {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .slider .slider__clip {
        margin-bottom: 15px; } }
.slider .slider__paging ol {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.slider .slider__paging li + li {
    margin-left: 13px; }
.slider .slider__paging a {
    font-size: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid rgba(255, 255, 255, 0.53);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease; }
.slider .slider__paging a:hover {
      -webkit-box-shadow: 0 0 3px #fff;
              box-shadow: 0 0 3px #fff; }
.slider .slider__paging .is-current a {
    width: 13px;
    height: 13px;
    border: 2px solid #fff; }
.slider .slider__paging .is-current a:hover {
      -webkit-box-shadow: 0 0 8px #fff;
              box-shadow: 0 0 8px #fff; }
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.socials i {
  margin: 0; }
/* ------------------------------------------------------------ *\
	Solutions
\* ------------------------------------------------------------ */
.solutions {
  position: relative;
  padding: 101px 0 24px; }
@media (max-width: 1023px) {
    .solutions {
      padding: 83px 0 17px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .solutions {
      padding: 47px 0 10px; } }
@media (max-width: 374px) {
    .solutions {
      padding: 27px 0 2px; } }
.solutions:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 3px));
        -ms-transform: translateX(calc(-50% - 3px));
            transform: translateX(calc(-50% - 3px));
    background-color: #c2eaff;
    min-width: 7px;
    min-height: 63px;
    display: inline-block;
    border-radius: 3px; }
@media (max-width: 1023px) {
      .solutions:before {
        min-width: 5px;
        min-height: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .solutions:before {
        min-width: 3px;
        min-height: 27px; } }
@media (max-width: 374px) {
      .solutions:before {
        min-width: 3px;
        min-height: 20px; } }
.solutions .solutions__inner {
    position: relative; }
.solutions .solutions__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
@media (max-width: 1023px) {
    .solutions .solutions__image img {
      width: 250px;
      height: 250px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .solutions .solutions__image img {
      width: 175px;
      height: 175px; } }
@media (max-width: 575px) {
    .solutions .solutions__image img {
      width: 125px;
      height: 125px; } }
@media (max-width: 374px) {
    .solutions .solutions__image img {
      width: 95px;
      height: 95px; } }
.solutions .solutions__content {
    position: relative;
    display: inline-block; }
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  font-size: 0; }
.subscribe .subscribe__cols {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -1px; }
@media (max-width: 575px) {
      .subscribe .subscribe__cols {
        margin-left: 0; } }
.subscribe .subscribe__col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    padding-left: 1px; }
@media (max-width: 575px) {
      .subscribe .subscribe__col {
        padding-left: 0; } }
@media (max-width: 575px) {
    .subscribe .subscribe__col + .subscribe__col {
      margin-top: 1px; } }
.subscribe .subscribe__col--size-1 {
    max-width: 39.66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.66%;
            flex: 0 0 39.66%; }
@media (max-width: 1199px) {
      .subscribe .subscribe__col--size-1 {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
@media (max-width: 575px) {
      .subscribe .subscribe__col--size-1 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
.subscribe .subscribe__field {
    border: none;
    width: 100%;
    padding: 15px 20px; }
@media (max-width: 1023px) {
      .subscribe .subscribe__field {
        padding: 10px 15px; } }
.subscribe .subscribe__field::-webkit-input-placeholder {
    color: #243c4f;
    font-size: 16px;
    font-weight: 300; }
.subscribe .subscribe__field::-moz-placeholder {
    color: #243c4f;
    font-size: 16px;
    font-weight: 300; }
.subscribe .subscribe__field:-ms-input-placeholder {
    color: #243c4f;
    font-size: 16px;
    font-weight: 300; }
.subscribe .subscribe__field::-ms-input-placeholder {
    color: #243c4f;
    font-size: 16px;
    font-weight: 300; }
.subscribe .subscribe__field,
  .subscribe .subscribe__field::placeholder {
    color: #243c4f;
    font-size: 16px;
    font-weight: 300; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .subscribe .subscribe__field::-webkit-input-placeholder {
        font-size: 13px; }
      .subscribe .subscribe__field::-moz-placeholder {
        font-size: 13px; }
      .subscribe .subscribe__field:-ms-input-placeholder {
        font-size: 13px; }
      .subscribe .subscribe__field::-ms-input-placeholder {
        font-size: 13px; }
      .subscribe .subscribe__field,
      .subscribe .subscribe__field::placeholder {
        font-size: 13px; } }
.subscribe .subscribe__btn {
    border: none;
    background-color: #ec5646;
    color: #fff;
    font-size: 16px;
    padding: 15px 33px;
    width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease; }
@media (max-width: 1023px) {
      .subscribe .subscribe__btn {
        padding: 8px 33px; } }
.subscribe .subscribe__btn:hover {
      background-color: #70d151; }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  max-width: 850px;
  margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial {
      max-width: initial;
      margin: 0; } }
.testimonial p {
    font: italic 400 18px/1.67 "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ded3ff;
    letter-spacing: 0.015em; }
@media (max-width: 1023px) {
      .testimonial p {
        margin-bottom: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial p {
        margin-bottom: 10px; } }
.testimonial h5 {
    position: relative;
    padding-top: 30px;
    margin-top: 25px; }
@media (max-width: 1023px) {
      .testimonial h5 {
        padding-top: 25px;
        margin-top: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial h5 {
        padding-top: 15px;
        margin-top: 10px; } }
.testimonial h5:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate(-50%, -100%);
          -ms-transform: translate(-50%, -100%);
              transform: translate(-50%, -100%);
      min-width: 47px;
      min-height: 2px;
      background-color: #fff;
      display: inline-block; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .testimonial h5:before {
          max-width: 30px; } }
.testimonial h5 span {
    font-weight: 400; }
.testimonial .testimonial__image {
    display: inline-block;
    margin-bottom: 37px; }
@media (max-width: 1023px) {
      .testimonial .testimonial__image {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__image {
        margin-bottom: 15px; } }
.testimonial .testimonial__image img {
    border-radius: 50%;
    max-width: 88px;
    max-height: 88px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22); }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  width: 339.42px;
  height: 339.42px;
  border: 8px solid #fff;
  background-color: #fff;
  position: relative;
  font-size: 20px; }
@media (max-width: 1023px) {
    .tile {
      width: 237.59px;
      height: 237.59px;
      font-size: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile {
      width: 169.71px;
      height: 169.71px;
      font-size: 14px; } }
@media (max-width: 575px) {
    .tile {
      width: 200px;
      height: 200px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      font-size: 13px; } }
.tile .tile__content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.tile .tile__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 142%;
    height: 71%;
    -webkit-transform: rotate(-45deg) translate(-18%, -56%);
        -ms-transform: rotate(-45deg) translate(-18%, -56%);
            transform: rotate(-45deg) translate(-18%, -56%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
.tile .tile__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 142%;
    height: 71%;
    -webkit-transform: rotate(-45deg) translate(-3%, 15%);
        -ms-transform: rotate(-45deg) translate(-3%, 15%);
            transform: rotate(-45deg) translate(-3%, 15%);
    text-align: center;
    color: #243c4f;
    font-weight: 400;
    padding: 23px 50px; }
@media (max-width: 1023px) {
      .tile .tile__body {
        padding: 10px 30px; } }
.tile .tile__logo {
    margin-bottom: 20px;
    display: inline-block; }
@media (max-width: 1023px) {
      .tile .tile__logo {
        margin-bottom: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile .tile__logo {
        margin-bottom: 5px; } }
@media (max-width: 575px) {
      .tile .tile__logo {
        margin-bottom: 10px; } }
@media (max-width: 1023px) {
    .tile .tile__logo img {
      max-height: 50px;
      max-width: 100px;
      width: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile .tile__logo img {
      max-height: 35px;
      max-width: 70px; } }
@media (max-width: 575px) {
    .tile .tile__logo img {
      max-height: 40px;
      max-width: 70px; } }
.tile .tile__body p {
    max-width: 155px;
    margin: 0 auto; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile .tile__body p {
        max-width: 80px;
        line-height: 1.3; } }
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles {
  padding: 190px 0 145px;
  display: inline-block; }
@media (max-width: 1023px) {
    .tiles {
      padding: 120px 0 105px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tiles {
      padding: 90px 0 75px; } }
@media (max-width: 575px) {
    .tiles {
      padding: 50px 0 43px; } }
.tiles ol {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
    max-width: 719px; }
@media (max-width: 1023px) {
      .tiles ol {
        max-width: 516px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tiles ol {
        max-width: 380px; } }
@media (max-width: 575px) {
      .tiles ol {
        max-width: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
.tiles li {
    padding: 10px; }
@media (max-width: 575px) {
    .tiles li + li {
      margin-top: 75px; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh; }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

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