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;
  vertical-align: baseline;
}

body, html {
  height: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

input[type=submit], button {
  cursor: pointer;
}
input[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: none;
  }
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

/**
 * * Swiper 4.1.6
 * * 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: February 11, 2018 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .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-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
  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-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.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, .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(0px, -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: 200ms transform, 200ms 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: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.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 {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container img, .swiper-zoom-container svg, .swiper-zoom-container canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.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);
  }
}
/* a11y */
.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 {
  pointer-events: auto;
}
.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;
  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 {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.icon {
  fill: currentColor;
}

.icon-apple {
  width: 0.9em;
  height: 1em;
}

.icon-arr-down {
  width: 1.5em;
  height: 1em;
}

.icon-info {
  width: 1em;
  height: 1em;
}

.icon-macpaw {
  width: 1em;
  height: 1em;
}

.icon-next {
  width: 0.6em;
  height: 1em;
}

.icon-prev {
  width: 0.6em;
  height: 1em;
}

.icon-star {
  width: 1.1em;
  height: 1em;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: #727272;
  background: #F4F5F8;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.noscroll {
  overflow: hidden;
}

.-nowrap {
  white-space: nowrap;
}

.wrapper {
  max-width: 1105px;
  margin: 0 auto;
}
@media only screen and (max-width: 1135px) {
  .wrapper {
    padding: 0 15px;
  }
}

.arr-down {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
}

.btn {
  height: 40px;
  padding: 0 33px;
  color: #fff;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-weight: bold;
  border-radius: 5px;
  background: #28CD44;
  transition: background 300ms;
}
.btn .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 6px;
}
.btn:hover {
  background: #48DF62;
}
.btn:active {
  background: #13BE30;
}
@media only screen and (max-width: 360px) {
  .btn {
    width: 100%;
  }
}
.btn.-dark-green {
  background: rgba(0, 12, 45, 0.4);
}
.btn.-dark-green:hover {
  background: rgba(0, 12, 45, 0.3);
}
.btn.-dark-green:active {
  background: rgba(0, 12, 45, 0.5);
}
.btn.-blue {
  background: #288BFF;
}
.btn.-blue:hover {
  background: #4C9FFF;
}
.btn.-blue:active {
  background: #1274E8;
}
.btn.-gray {
  background: rgba(0, 12, 45, 0.4);
}
.btn.-gray:hover {
  background: rgba(0, 12, 45, 0.3);
}
.btn.-gray:active {
  background: rgba(0, 12, 45, 0.6);
}
.btn--wide {
  padding: 0 44px;
}

a.btn {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  text-decoration: none;
}
a.btn:hover {
  text-decoration: none;
}

.btn + .btn, .btn + .get, .appstore-link + .btn {
  margin-left: 10px;
}

@media only screen and (max-width: 480px) {
  .btn + .get {
    margin-left: 0;
  }
}

a {
  text-decoration: none;
  color: #288BFF;
}
a:hover {
  text-decoration: underline;
}

sup {
  position: relative;
  top: -10px;
  left: -5px;
  font-size: 60%;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 5px;
  color: #42465B;
  font-weight: 500;
  text-align: center;
}

.h1 {
  font-size: 42px;
}
@media only screen and (max-width: 480px) {
  .h1 {
    font-size: 36px;
  }
}

.h2 {
  font-size: 42px;
}
@media only screen and (max-width: 768px) {
  .h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .h2 {
    font-size: 32px;
  }
}

.h3 {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  .h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  .h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .h4 {
    font-size: 18px;
  }
}

.subtitle {
  text-align: center;
  color: #505050;
  font-size: 35px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .subtitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .subtitle {
    font-size: 26px;
  }
}

.row {
  *zoom: 1;
  margin: 0 -15px;
}
.row:after {
  content: " ";
  display: table;
  clear: both;
}

.col-1 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 8.3333333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-1 {
    width: 8.3333333333%;
  }
}

.col-2 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 16.6666666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-2 {
    width: 16.6666666667%;
  }
}

.col-3 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .mob-col-3 {
    width: 25%;
  }
}

.col-4 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 33.3333333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-4 {
    width: 33.3333333333%;
  }
}

.col-5 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 41.6666666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-5 {
    width: 41.6666666667%;
  }
}

.col-6 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .mob-col-6 {
    width: 50%;
  }
}

.col-7 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 58.3333333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-7 {
    width: 58.3333333333%;
  }
}

.col-8 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 66.6666666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-8 {
    width: 66.6666666667%;
  }
}

.col-9 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 75%;
}

@media only screen and (max-width: 768px) {
  .mob-col-9 {
    width: 75%;
  }
}

.col-10 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 83.3333333333%;
}

@media only screen and (max-width: 768px) {
  .mob-col-10 {
    width: 83.3333333333%;
  }
}

.col-11 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 91.6666666667%;
}

@media only screen and (max-width: 768px) {
  .mob-col-11 {
    width: 91.6666666667%;
  }
}

.col-12 {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .mob-col-12 {
    width: 100%;
  }
}

.header {
  margin-bottom: 50px;
}

.nav {
  text-align: center;
}

.menu {
  font-size: 0;
}
.menu .menu-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  margin: 0 20px;
}
.menu .menu-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.menu .menu-link {
  font-size: 14px;
  line-height: 2;
  color: #42465B;
  cursor: pointer;
  transition: color 300ms;
}
.menu .menu-link a {
  color: #42465B;
  text-decoration: none;
}
.menu .menu-link:hover {
  text-decoration: none;
  color: #288BFF;
}
.menu .menu-link:hover a {
  color: #288BFF;
}

.dropdown {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 400px;
  transform: translateX(-50%);
  padding: 18px;
  border-radius: 12px;
  background: rgba(0, 6, 36, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
  z-index: 99;
}
.dropdown:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 165px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(0, 6, 36, 0.95) transparent;
}
@media only screen and (max-width: 480px) {
  .dropdown {
    width: 280px;
  }
  .dropdown:before {
    right: 105px;
  }
}
.dropdown .dropdown-menu {
  font-size: 0;
  text-align: left;
}
.dropdown .dropdown-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .dropdown .dropdown-item {
    width: 50%;
  }
}
.dropdown .dropdown-link {
  display: block;
  height: 142px;
  padding: 16px 10px;
  color: #fff;
  border-radius: 1px;
  transition: background 300ms;
}
.dropdown .dropdown-link:hover {
  background: #38415B;
  text-decoration: none;
}
.dropdown .dropdown-icon {
  height: 64px;
  margin-bottom: 10px;
}
.dropdown .dropdown-icon img {
  max-width: 64px;
}
.dropdown .dropdown-title {
  font-size: 14px;
}

.footer {
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(114, 114, 114, 0.55);
}
.footer a {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 5px;
}

#modal-overlay {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 1;
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .modal-overlay {
    background-color: rgba(222, 222, 222, 0.8);
  }
}
#modal-overlay[data-overlay-state=visible] {
  display: flex;
}

.subscribe-modal {
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 760px;
  height: 580px;
  padding: 50px 32px 58px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .subscribe-modal {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .subscribe-modal {
    padding: 54px 24px 35px;
  }
}

.subscribe-modal__close {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  background-color: transparent;
  transition: transform 0.3s ease-in-out;
}
.subscribe-modal__close:hover {
  transform: scale(1.1);
}

.subscribe-modal__content {
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .subscribe-modal__content {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__content {
    margin-bottom: 6px;
  }
}

.subscribe-modal__image-wrapper {
  position: relative;
  width: 100%;
  height: 188px;
  margin-bottom: 41px;
}
.subscribe-modal__image-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
  background-image: url("/img/subscribe-modal/laptop-bg.svg");
  z-index: -1;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__image-wrapper::before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__image-wrapper {
    height: 136px;
    margin-bottom: 44px;
  }
}

.subscribe-modal__image {
  width: auto;
  height: 100%;
  margin-left: 28px;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__image {
    margin-left: 12px;
  }
}

.subscribe-modal__form {
  width: 100%;
  max-width: 544px;
}

.subscribe-modal__form-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__form-inner {
    flex-direction: column;
  }
}

.subscribe-modal__email-wrapper {
  width: 100%;
  margin-right: 20px;
  text-align: start;
}
.subscribe-modal__email-wrapper.-error .subscribe-modal__error-message {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__email-wrapper {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.subscribe-modal__email {
  width: 100%;
  height: 48px;
  padding: 0 22px;
  border-radius: 5px;
  border: 2px solid rgb(187, 187, 187);
  font-size: 14px;
}
.subscribe-modal__email:focus {
  border: 2px solid rgb(40, 139, 255);
}

.subscribe-modal__error-message {
  color: rgb(255, 0, 0);
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}

.subscribe-modal__submit {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__submit {
    width: 100%;
  }
}
.subscribe-modal__submit:disabled {
  background-color: rgb(187, 187, 187);
  pointer-events: none;
}

.subscribe-modal__title {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: rgb(66, 70, 91);
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__title {
    font-size: 24px;
    margin-bottom: 28px;
  }
}
.subscribe-modal__title--success {
  margin-bottom: 15px;
}

.subscribe-modal__text {
  margin-bottom: 36px;
  color: rgb(173, 173, 173);
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__text {
    margin-bottom: 32px;
    color: rgb(173, 173, 173);
  }
}
.subscribe-modal__text--success {
  margin-bottom: 130px;
  color: rgb(114, 114, 114);
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__text--success {
    padding: 0 30px;
  }
}

.subscribe-modal__form {
  margin: 0 auto;
}

.subscribe-modal__note {
  color: rgb(187, 187, 187);
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__note {
    font-size: 10px;
  }
}

.subscribe-modal__success {
  display: none;
  padding-top: 97px;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__success {
    padding: 62px 10px 0;
  }
}

.subscribe-modal__icon {
  width: 140px;
  height: auto;
  margin-bottom: 20px;
  margin-left: 32px;
}
@media only screen and (max-width: 480px) {
  .subscribe-modal__icon {
    margin-bottom: 29px;
  }
}

.subscribe-modal[data-modal-visibility=hidden] {
  display: none;
}

.subscribe-modal[data-modal-visibility=visible-scaled] {
  transform: scale(0.7);
}

.subscribe-modal[data-modal-visibility=visible-full] {
  transform: scale(1);
}

.subscribe-modal[data-modal-state=success] .subscribe-modal__content {
  display: none;
}
.subscribe-modal[data-modal-state=success] .subscribe-modal__success {
  display: block;
}

.topper {
  margin-bottom: 82px;
}

.apps-row {
  *zoom: 1;
}
.apps-row:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .apps-row {
    flex-direction: column;
  }
}

.product {
  position: relative;
  display: table;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .product {
    padding: 20px 20px 90px;
  }
}
@media only screen and (max-width: 768px) {
  .product {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
  .product .btn {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
@media only screen and (max-width: 600px) {
  .product {
    display: block;
  }
}
.product .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.product .product-img {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  padding-right: 40px;
}
.product .product-img img {
  transition: transform 300ms;
  width: 140px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .product .product-img {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 600px) {
  .product .product-img {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.product .product-info {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .product .product-info {
    display: block;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.product .product-title {
  margin-bottom: 11px;
  transition: color 300ms;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .product .product-title {
    text-align: center;
  }
}
.product .product-subtitle {
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 300;
  color: #505050;
}
.product .product-descr {
  margin-bottom: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 600px) {
  .product .product-descr {
    font-size: 16px;
  }
}
.product.-prod {
  background: none;
}
@media only screen and (max-width: 768px) {
  .product.-prod {
    padding: 10px;
  }
  .product.-prod .product-img, .product.-prod .product-info {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .product.-prod .product-title {
    text-align: center;
  }
}
.product.-big {
  padding: 40px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 0;
}
.product.-big:after {
  display: none;
}
.product.-big .btn {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .product.-big {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .product.-big {
    padding: 10px;
  }
}
.product.-big .product-img, .product.-big .product-info {
  display: inline-block;
  vertical-align: middle;
  float: none;
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .product.-big .product-img, .product.-big .product-info {
    display: block;
    width: 100%;
  }
}
.product.-big .product-img img {
  width: 365px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .product.-big .product-img {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .product.-big .product-img img {
    width: 200px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .product.-big .product-img {
    width: 100%;
  }
}
.product.-big .product-info {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .product.-big .product-info {
    width: 55%;
    padding-left: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .product.-big .product-info {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.product.-big .product-title {
  text-align: left;
  margin-bottom: 23px;
}
@media only screen and (max-width: 600px) {
  .product.-big .product-title {
    text-align: center;
  }
}
.product.-small {
  padding: 30px;
}

a.product {
  color: #727272;
}
a.product:hover {
  text-decoration: none;
}
a.product:hover .product-title {
  color: #288BFF;
}
a.product:hover .product-img img {
  transform: scale(1.05);
}

.appstore-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-bottom: 10px;
}

.get {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.get:hover .get-dropdown {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 480px) {
  .get {
    display: block;
  }
}
.get .btn {
  margin: 0 !important;
}
.get .get-dropdown {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 290px;
  padding-top: 10px;
  transform: translateX(-50%);
  transition: opacity 300ms;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 600px) {
  .get .get-dropdown {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .get .get-dropdown {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.get .get-list {
  position: relative;
  padding: 15px 0;
  border-radius: 12px;
  text-align: left;
  background: rgba(0, 6, 36, 0.95);
}
.get .get-list:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 105px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(0, 6, 36, 0.95) transparent;
}
@media only screen and (max-width: 480px) {
  .get .get-list:before {
    right: 50%;
    transform: translateX(50%);
  }
}
.get .get-list li a, .get .get-list li button {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  background: none;
  border-radius: 1px;
  text-align: left;
  transition: background 300ms;
}
.get .get-list li a .icon, .get .get-list li button .icon {
  display: inline-block;
  margin-right: 5px;
}
.get .get-list li a:hover, .get .get-list li button:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.18);
}

.command {
  padding: 120px 0 145px;
  font-size: 0;
}
.command .command-block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 80px;
  padding-right: 20px;
  font-size: 18px;
}
.command .command-block .h4 {
  text-align: left;
}
.command .command-block p {
  margin-bottom: 20px;
}
.command .command-block code {
  color: #42465B;
}

.alert {
  position: relative;
  padding: 17px;
  background: #39D126;
}
.alert .alert-body {
  *zoom: 1;
}
.alert .alert-body:after {
  content: " ";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .alert .alert-body {
    text-align: center;
  }
}
.alert .alert-left {
  float: left;
}
@media only screen and (max-width: 768px) {
  .alert .alert-left {
    float: none;
    margin-bottom: 10px;
  }
}
.alert .alert-right {
  float: right;
}
@media only screen and (max-width: 768px) {
  .alert .alert-right {
    float: none;
  }
}
.alert .alert-row {
  font-size: 0;
}
.alert .alert-col {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .alert .alert-col {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .alert .alert-col {
    margin-bottom: 10px;
  }
}
.alert .alert-col .icon-macpaw {
  font-size: 32px;
}
.alert .alert-col img {
  width: auto;
  height: 32px;
}

.benefits {
  margin-bottom: 80px;
}

.benefit {
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .benefit {
    margin-bottom: 40px;
  }
}
.benefit .benefit-icon {
  height: 40px;
  margin-bottom: 17px;
  font-size: 30px;
}

.white {
  background: #fff;
}

.swiper-container {
  position: relative;
  padding: 120px 0 40px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .swiper-container {
    padding: 50px 0;
  }
}
.swiper-container .swiper-slide {
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: 100%;
}
.swiper-container .swiper-prev, .swiper-container .swiper-next {
  position: absolute;
  top: 50%;
  background: none;
  font-size: 33px;
  color: #6c7073;
  transition: color 300ms;
  z-index: 9;
}
.swiper-container .swiper-prev:hover, .swiper-container .swiper-next:hover {
  color: #a0a6ab;
}
@media only screen and (max-width: 600px) {
  .swiper-container .swiper-prev, .swiper-container .swiper-next {
    display: none;
  }
}
.swiper-container .swiper-prev {
  left: 0;
}
.swiper-container .swiper-next {
  right: 0;
}

.formats {
  position: relative;
  max-height: 600px;
  padding-top: 50px;
  margin-bottom: 120px;
  overflow: hidden;
  text-align: center;
  transition: height 3000ms;
}
@media only screen and (max-width: 768px) {
  .formats {
    display: none;
  }
}
.formats.is-open {
  max-height: inherit;
}
.formats.is-open .formats-footer {
  display: none;
}

.formats-footer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
  text-align: center;
  background: linear-gradient(to top, #fff 0, #fff 70px, rgba(255, 255, 255, 0) 100%);
}
.formats-footer .btn {
  pointer-events: initial;
}

.formats-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}

.formats-col {
  width: 33%;
  padding-right: 60px;
}
.formats-col .h4 {
  margin-bottom: 25px;
}

.formats-text {
  text-align: left;
  font-size: 14px;
}

.formats-table {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 14px;
  color: #727272;
}
.formats-table strong {
  font-weight: bold;
  color: #42465B;
}
.formats-table td {
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
}
.formats-table td:last-child {
  text-align: right;
}

.hint {
  position: absolute;
  top: 15px;
  right: -30px;
  text-align: left;
}
.hint.is-open .hint-body {
  opacity: 1;
  visibility: visible;
}
.hint .hint-btn {
  font-size: 20px;
  color: #288BFF;
  background: none;
}
.hint .hint-body {
  position: absolute;
  bottom: 35px;
  right: -30px;
  width: 290px;
  border-radius: 12px;
  padding: 30px;
  background: rgba(0, 6, 36, 0.95);
  font-size: 14px;
  color: #fff;
  transition: opacity 300ms;
  opacity: 0;
  visibility: hidden;
}
.hint .hint-body:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 35px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgba(0, 6, 36, 0.95) transparent transparent transparent;
}
.hint .hint-body strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
}

.howto {
  padding: 0 10px 60px;
}
.howto .h2 {
  margin-bottom: 25px;
}
.howto .howto-footer {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.howto .howto-footer p {
  margin-bottom: 36px;
}
.howto .howto-footer .btn {
  margin: 0 0 10px;
}
.howto .howto-footer .appstore-link {
  margin: 0 10px 10px 0;
}

.steps {
  display: flex;
  justify-content: space-between;
  margin: 60px -10px;
}
@media only screen and (max-width: 768px) {
  .steps {
    display: block;
    margin: 0 0 60px;
  }
}

.step {
  width: 100%;
  padding: 20px 30px 30px;
  border-radius: 8px;
  margin: 0 10px;
  background: #EDF1FB;
  text-align: center;
  font-size: 14px;
}
.step .h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .step {
    margin: 0 0 20px;
    min-height: inherit;
  }
}

.more {
  padding: 60px 0 40px;
}
.more .h2 {
  margin-bottom: 40px;
}

.apps-row {
  *zoom: 1;
  margin: 0 -15px;
}
.apps-row:after {
  content: " ";
  display: table;
  clear: both;
}

.apps-col {
  float: left;
  width: 50%;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .apps-col {
    width: 100%;
  }
}

body {
  background: url(/images/bg.jpg) no-repeat;
  background-size: cover;
}

.gift-card-form {
  font-size: 14px;
  color: #c1c5da;
}
.gift-card-form__group {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 20px;
}
.gift-card-form__email {
  width: 380px;
  padding: 20px;
  font-size: 16px;
  color: #42465b;
  border-radius: 12px;
}
.gift-card-form__button {
  width: 190px;
}
.gift-card-form__footer-message {
  display: none;
  width: 480px;
  margin: 60px auto 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  color: #c1c5da;
}
.gift-card-form__footer-message--error {
  width: 360px;
  color: #ff5858;
}
.gift-card-form__footer {
  margin-top: 15px;
}
.gift-card-form__footer a {
  color: #18A6FF;
}

.gemini-gift {
  text-align: center;
}
.gemini-gift .topper {
  margin-top: 100px;
  margin-bottom: 0;
}
.gemini-gift .h1 {
  max-width: 670px;
  margin: 30px auto 24px;
  font-weight: 600;
}
.gemini-gift .wrapper {
  width: 1105px;
}
.gemini-gift .wrapper-thin {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
.gemini-gift .page-arrow {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 72px;
  font-size: 0;
}
.gemini-gift .page-arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  height: 10px;
  width: 20px;
}
.gemini-gift .page-arrow:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 36px;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  transform-origin: 0 0;
  background: #E7ECF5;
  opacity: 0.72;
  border-radius: 10px;
  z-index: 0;
}
.gemini-gift .announcement {
  margin-bottom: 72px;
}
.gemini-gift .announcement__text {
  font-size: 20px;
  line-height: 1.6;
}
.gemini-gift .introduce__image {
  margin: 40px auto 0;
}
.gemini-gift .introduce__text {
  font-size: 20px;
  line-height: 1.6;
}
.gemini-gift .gift-card {
  position: relative;
  width: 720px;
  margin: 0 auto;
  padding: 40px 64px;
  border-radius: 25px;
  background-image: url("/img/gift-card-background.svg"), linear-gradient(to bottom, #3d446a, #32364d);
  background-repeat: no-repeat;
}
.gemini-gift .gift-card::before {
  content: "";
  width: 100px;
  height: 15px;
  position: absolute;
  top: 60px;
  left: 50%;
  border-radius: 13px;
  background-color: #f3f5f9;
  transform: translate(-50%, -50%);
}
.gemini-gift .gift-card::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 55px;
  left: 50%;
  border-radius: 50%;
  background-color: #f3f5f9;
  transform: translate(-50%, -50%);
}
.gemini-gift .gift-card__go-to-gemini {
  display: none;
  margin-top: 40px;
}
.gemini-gift .gift-card__form {
  font-size: 14px;
  color: #c1c5da;
}
.gemini-gift .gift-card____form-group {
  display: flex;
  justify-content: space-between;
}
.gemini-gift .gift-card__email {
  width: 380px;
  padding: 20px;
  font-size: 16px;
  color: #42465b;
  border-radius: 12px;
}
.gemini-gift .gift-card__button {
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  background-color: #18a6ff;
  color: #fff;
}
.gemini-gift .gift-card__button[disabled] {
  background: #ccc;
  box-shadow: none;
  pointer-events: none;
}
.gemini-gift .gift-card__logo {
  position: absolute;
  top: 30px;
  left: 60px;
}
.gemini-gift .gift-card__image {
  margin: 85px auto 25px;
}
.gemini-gift .gift-card__price-tag {
  position: absolute;
  top: 40px;
  right: 30px;
}
.gemini-gift .gift-card__title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.gemini-gift .gift-card__description {
  max-width: 460px;
  margin: 0 auto;
  opacity: 0.72;
  color: #c1c5da;
  font-size: 18px;
  line-height: 1.5;
}
.gemini-gift .products {
  background: #f7f7fa;
  padding: 72px 15px 32px;
  text-align: center;
}
.gemini-gift .products .products-in {
  max-width: 1140px;
  margin: 0 auto;
}
.gemini-gift .products .products-text {
  margin-bottom: 48px;
}
.gemini-gift .products .products-list {
  font-size: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gemini-gift .products .product {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  min-width: 285px;
  margin: 0 1% 34px;
  padding: 0;
}
.gemini-gift .products .product .product-link {
  display: flex;
  width: 100%;
  align-items: center;
  background: #fff;
  text-decoration: none;
  color: #42465b;
  border-radius: 12px;
  padding: 42px 28px;
}
.gemini-gift .products .product .product-link:hover .product-title {
  color: #288bff;
}
.gemini-gift .products .product .product-link:hover .product-icon {
  transform: scale(1.07);
}
.gemini-gift .products .product .product-link .product-icon {
  width: 104px;
  text-align: center;
  padding-right: 28px;
  will-change: transform;
  transition: transform 300ms ease-in-out;
}
.gemini-gift .products .product .product-link .product-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: color 200ms ease-in-out;
  text-align: left;
}
.gemini-gift .products .product .product-link .product-text {
  font-size: 14px;
  color: #777989;
  text-align: left;
}
.gemini-gift .slider {
  margin: 0 -50px;
}
.gemini-gift .review {
  position: relative;
  color: #42465b;
  padding: 0 50px 80px;
  text-align: center;
}
.gemini-gift .review .review-img {
  margin-bottom: 27px;
}
.gemini-gift .review .review-text {
  position: relative;
  margin-bottom: 42px;
  font-size: 20px;
}
.gemini-gift .review .review-name {
  font-size: 16px;
  font-weight: bold;
}
.gemini-gift .review .review-sign {
  position: absolute;
  left: 67%;
  bottom: -60px;
  width: 210px;
}
.gemini-gift .review .review-sign img {
  max-width: 100%;
}
.gemini-gift .quote-left {
  position: absolute;
  top: 50%;
  left: -50px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background: url("/img/quotes-icon.svg") no-repeat center;
}
.gemini-gift .swiper-container {
  margin-bottom: 32px;
  padding: 120px 0 0;
}
.gemini-gift .swiper-slide-active .quote-left {
  opacity: 1;
  visibility: visible;
}
.gemini-gift .quote-right {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  background: url("/img/quotes-icon.svg") no-repeat center;
}
.gemini-gift .swiper-slide-active .quote-right {
  opacity: 1;
  visibility: visible;
}
.gemini-gift .swiper-slide .review-img, .gemini-gift .swiper-slide .review-text, .gemini-gift .swiper-slide .review-author {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
}
.gemini-gift .swiper-slide.swiper-slide-active .review-img, .gemini-gift .swiper-slide.swiper-slide-active .review-text, .gemini-gift .swiper-slide.swiper-slide-active .review-author {
  opacity: 1;
  transform: translateY(0);
}
.gemini-gift .swiper-slide.swiper-slide-active .review-img {
  transition-delay: 200ms;
}
.gemini-gift .swiper-slide.swiper-slide-active .review-text {
  transition-delay: 400ms;
}
.gemini-gift .swiper-slide.swiper-slide-active .review-author {
  transition-delay: 600ms;
}

.footer {
  background: #f7f7fa;
}
