﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, hr, 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 {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
ol, ul, li {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
b, strong {
  font-weight: 600
}
html {
  position: static !important;
  top: 0 !important;
  box-sizing: border-box
}
*, *:before, *:after {
  box-sizing: inherit
}
.white {
  background: #fbfbfb !important;
  color: #fff !important
}
.white svg {
  fill: #fff !important
}
.text-white {
  color: #fbfbfb !important
}
.text-white.button svg {
  fill: #fbfbfb !important
}
.stroke.button.white {
  color: #fbfbfb !important;
  border-color: #fbfbfb !important
}
.stroke.button.white svg {
  fill: #fbfbfb !important
}
:focus {
  outline: none !important
}
html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
body {
  width: 100%;
  height: 100%
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent
}
html.scrollable, html.scrollable body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
img {
  max-width: 100%;
  display: inline-block
}
img.round {
  border-radius: 999px
}
img.rounded {
  border-radius: 6px
}
.slides {
  color: #fff;
  fill: #fff;
  hyphens: none;
  background: #111;
  -webkit-font-smoothing: antialiased
}
.slides.bodyWhite {
  background: #fff
}
.slides.desktopSwipe {
  cursor: -webkit-grab
}
.slides.desktopSwipe:active {
  cursor: -webkit-grabbing
}
.slides.desktopSwipe .slide .container .wrap {
  cursor: inherit
}
.button {
  display: inline-block;
  border-radius: 3px;
  padding: 14px 22px;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  background: #202020;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  overflow: hidden;
  backface-visibility: hidden;
  letter-spacing: normal !important;
  position: relative;
  white-space: nowrap;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  margin-bottom: 10px;
  transition: .3s;
  user-select: none !important
}
@media(max-width: 767px) {
  .button {
    max-width: 100%;
    white-space: normal
  }
}
.slide .button, .popup .button {
  margin-left: 5px;
  margin-right: 5px
}
.slide .button.small, .popup .button.small {
  margin-left: 4px;
  margin-right: 4px
}
.button.wide {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.button .material-icons {
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  font-size: 20px;
  top: -2px;
  user-select: none !important
}
.button .material-icons.small {
  font-size: 17px;
  bottom: 1px
}
.button .material-icons.right {
  margin-left: 8px;
  margin-right: 0px
}
.button svg {
  width: 20px;
  height: 20px;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 10px;
  pointer-events: none !important;
  position: relative
}
.button svg * {
  pointer-events: none !important
}
.button svg.right {
  margin-right: 0;
  margin-left: 10px
}
.button.actionButton {
  display: inline-block;
  height: 42px;
  width: 42px;
  padding: 12px;
  border-radius: 40px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: top
}
.button.actionButton svg {
  width: 18px;
  height: 18px;
  fill: #fff !important;
  top: 2px;
  vertical-align: bottom
}
.button.actionButton .material-icons {
  margin: 0;
  position: relative;
  left: -3px;
  top: -3px;
  font-size: 24px
}
.button.actionButton.big {
  width: 50px;
  height: 50px;
  padding: 16px
}
.button.actionButton.big .material-icons {
  font-size: 24px
}
.button.actionButton.big svg {
  width: 22px;
  height: 22px;
  left: -2px;
  top: 0px
}
.button.actionButton.larger {
  width: 80px;
  height: 80px;
  padding: 21px
}
.button.actionButton.larger .material-icons {
  font-size: 38px;
  top: 0;
  left: 0
}
.button.actionButton.larger svg {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  left: 0px;
  top: 4px
}
.button.actionButton.stroke {
  box-shadow: none;
  padding: 10px
}
.button.actionButton:hover:not(:active) {
  transform: translateY(0) !important
}
.button.actionButton.rounded {
  border-radius: 6px
}
.button.actionButton svg, .slide.whiteSlide .button.actionButton svg {
  fill: #fff
}
.button.actionButton.sound [class*=sound-] {
  position: absolute;
  opacity: 0;
  transition: .5s;
  left: 13px;
  top: 16px
}
.button.actionButton.sound.stroke [class*=sound-] {
  left: 11px;
  top: 14px
}
.button.actionButton.sound.playing .sound-on, .button.actionButton.sound:not(.playing) .sound-off {
  opacity: 1
}
.button.actionButton.transparent {
  background-color: transparent
}
.button:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transform: translateY(0px) !important;
  transition: .35s !important
}
.button:hover:after {
  opacity: .5
}
.button:active {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 0px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 4px -1px rgba(0, 0, 0, 0.1);
  transform: translateY(2px) !important;
  transition: .35s !important
}
.button:active:after {
  opacity: 1
}
.button.uppercase {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px
}
.button.lowercase {
  text-transform: lowercase;
  letter-spacing: 0em;
  font-weight: 300
}
.button.round {
  border-radius: 99px;
  padding-left: 24px;
  padding-right: 24px
}
.button.rounded {
  border-radius: 6px
}
.button.rectangular {
  border-radius: 1px
}
.button.square {
  border-radius: 0px
}
.button.stroke {
  color: #202020;
  border: 2px solid;
  background-color: transparent !important;
  padding: 12px 20px
}
.slide.whiteSlide .button.stroke {
  color: #202020
}
.button.stroke.round {
  padding-left: 26px;
  padding-right: 26px
}
.button.stroke.uppercase {
  padding-top: 13px;
  padding-bottom: 13px
}
.button.stroke.uppercase svg {
  margin-bottom: -2px
}
.button.stroke.uppercase.small {
  padding: 11px 15px
}
.button.stroke.small {
  border: 1px solid;
  padding-top: 9px;
  padding-bottom: 9px
}
@media(min-width: 768px) {
  .button.stroke.big {
    padding: 14px 28px
  }
  .button.stroke.big.uppercase {
    padding-top: 16px;
    padding-bottom: 16px
  }
}
.button.stroke:not(.flat):hover {
  box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.1)
}
.button.thin-stroke {
  color: #202020;
  font-weight: 300;
  border: 1px solid;
  background-color: transparent !important;
  padding: 13px 21px 13px
}
.slide.whiteSlide .button.thin-stroke {
  color: #202020
}
.button.thin-stroke.small {
  padding: 9px 15px
}
.button.flat:not(:hover) {
  box-shadow: none
}
.button:not(.stroke) svg {
  fill: #fff
}
.button.small {
  font-size: 15px;
  font-weight: 500;
  padding: 10px 16px 10px
}
.button.small .material-icons {
  vertical-align: bottom;
  position: relative;
  font-size: 18px;
  margin-right: 8px;
  bottom: 1px
}
.button.small .material-icons.right {
  margin-left: 8px;
  margin-right: 0px
}
.button.small svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  top: 0px
}
.button.small svg.right {
  margin-right: 0;
  margin-left: 10px
}
.button.small.round {
  padding-left: 18px;
  padding-right: 18px
}
.button.small.rounded {
  border-radius: 6px
}
.button.small.uppercase {
  font-size: 12px;
  padding: 12px 16px;
  letter-spacing: .125em
}
.button.small.uppercase.round {
  padding-left: 19px;
  padding-right: 19px
}
@media(min-width: 768px) {
  .button.big {
    font-size: 20px;
    padding: 16px 26px
  }
  .button.big.round {
    padding-left: 28px;
    padding-right: 28px
  }
  .button.big.rounded {
    border-radius: 7px
  }
  .button.big.uppercase {
    font-size: 16px;
    padding: 19px 28px
  }
  .button.big.uppercase.round {
    padding-left: 32px;
    padding-right: 32px
  }
  .button.big .material-icons {
    margin-right: 10px;
    font-size: 24px;
    top: -2px
  }
  .button.big .material-icons.right {
    margin-left: 10px;
    margin-right: 0px
  }
  .button.big svg {
    width: 24px;
    height: 24px;
    margin-right: 11px;
    top: 0
  }
  .button.big svg.right {
    margin-right: 0;
    margin-left: 11px
  }
}
.button.empty {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  margin: 0;
  box-shadow: none
}
.button.hollow {
  padding: 0 !important;
  background-color: transparent !important;
  font-size: 0 !important;
  box-shadow: none !important
}
.button.hollow svg {
  margin: 0
}
.button.shade {
  position: relative
}
.button.shade:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
  opacity: 0;
  transition: .25s
}
.button.shade:hover:after {
  opacity: .15
}
.button.shade:active:after {
  opacity: .2
}
.button.play {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 27px;
  margin-left: 0px;
  margin-right: 0px
}
.button.play svg {
  fill: #fff;
  width: 35px;
  height: 36px;
  margin: 0
}
.button.play.small {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 17px 19px
}
.button.play.small svg {
  fill: #fff;
  width: 23px;
  height: 23px
}
.button.play:hover {
  transform: scale(1.05)
}
.button.gradient {
  position: relative
}
.button.gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
  background: linear-gradient(to bottom, #fff 0%, #000 100%);
  z-index: -1;
  opacity: .1
}
.form-group-left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin-right: 0 !important
}
.form-group-center {
  border-radius: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important
}
.form-group-right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-left: 0 !important
}
.slide.whiteSlide .button.white:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1)
}
.slide.whiteSlide .button.white:hover:after {
  opacity: .3
}
.roundButton {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  padding: 14px;
  margin: 5px
}
.roundButton svg {
  bottom: 2px
}
@media(max-width: 319px) {
  .button.uppercase, .uppercase {
    letter-spacing: .07em
  }
}
.button.uppercase {
  letter-spacing: .125em !important;
  text-indent: -0.1em !important;
  font-weight: 700 !important
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga"
}
.material-icons.md-18 {
  font-size: 18px
}
.material-icons.md-24 {
  font-size: 24px
}
.material-icons.md-36 {
  font-size: 36px
}
.material-icons.md-48 {
  font-size: 48px
}
.slide.whiteSlide svg:not(.noFill) {
  fill: #202020
}
.svgContainer, .embedContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0
}
.svgContainer svg.scale, .embedContainer .scale {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0
}
.dots {
  font-size: 0
}
.dot {
  padding: 7px;
  display: inline-block
}
.dot:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  opacity: .5;
  transition: .25s
}
.dot.big .dot:after {
  width: 14px;
  height: 14px
}
.slide.whiteSlide .dot:after {
  background: #111
}
.slides:not(.mobile).dot:hover:after {
  transform: scale(1.333333);
  opacity: 1
}
.dot:active:after, .dot.selected:after {
  opacity: 1;
  transform: scale(1.675)
}
.tabs {
  color: #fff;
  max-width: 260px;
  border-radius: 5px
}
.tabs li {
  padding: 16px 20px;
  letter-spacing: 2.5px;
  font-size: 12px;
  transition: .15s;
  margin-top: -1px;
  border: 1px solid rgba(255, 255, 255, 0.3)
}
.tabs li:not(:last-child) {
  border-bottom: 0
}
.tabs li:first-child {
  border-radius: 6px 6px 0 0
}
.tabs li:last-child {
  border-radius: 0 0 6px 6px
}
.tabs li.selected {
  background: #fff;
  color: #202020
}
.slide.whiteSlide .tabs li {
  border-color: #e5e5e5;
  color: #202020
}
.slide.whiteSlide .tabs li.selected {
  background: #202020;
  border-color: #202020;
  color: #fff
}
.links li {
  font-size: 17px;
  letter-spacing: 0;
  padding: 4px 0
}
.slides-form {
  font-family: inherit
}
.slides-form button {
  font-family: inherit
}
.slides-form label, .slides-form .label {
  display: block;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 2px
}
.slides-form label.uppercase, .slides-form .label.uppercase {
  font-size: 14px
}
.slides-form input[type=text], .slides-form input[type=name], .slides-form input[type=email], .slides-form input[type=password], .slides-form input[type=tel], .slides-form input[type=number], .slides-form textarea, .slides-form select {
  font-family: inherit;
  background-color: #fff;
  position: relative;
  background: #fff;
  padding: 16px;
  border: none;
  font-size: 16px;
  color: #242424;
  outline: none;
  border-radius: 3px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: .15s
}
.slides-form input[type=text].flat, .slides-form input[type=text]:focus, .slides-form input[type=name].flat, .slides-form input[type=name]:focus, .slides-form input[type=email].flat, .slides-form input[type=email]:focus, .slides-form input[type=password].flat, .slides-form input[type=password]:focus, .slides-form input[type=tel].flat, .slides-form input[type=tel]:focus, .slides-form input[type=number].flat, .slides-form input[type=number]:focus, .slides-form textarea.flat, .slides-form textarea:focus, .slides-form select.flat, .slides-form select:focus {
  border-color: rgba(0, 0, 0, 0.2)
}
.slides-form input[type=text]:hover, .slides-form input[type=name]:hover, .slides-form input[type=email]:hover, .slides-form input[type=password]:hover, .slides-form input[type=tel]:hover, .slides-form input[type=number]:hover, .slides-form textarea:hover, .slides-form select:hover {
  border-color: rgba(0, 0, 0, 0.2)
}
.slides-form input[type=text]:focus, .slides-form input[type=name]:focus, .slides-form input[type=email]:focus, .slides-form input[type=password]:focus, .slides-form input[type=tel]:focus, .slides-form input[type=number]:focus, .slides-form textarea:focus, .slides-form select:focus {
  border-color: #2196f3;
  z-index: 10
}
.slides-form input[type=text]:focus::-webkit-input-placeholder, .slides-form input[type=name]:focus::-webkit-input-placeholder, .slides-form input[type=email]:focus::-webkit-input-placeholder, .slides-form input[type=password]:focus::-webkit-input-placeholder, .slides-form input[type=tel]:focus::-webkit-input-placeholder, .slides-form input[type=number]:focus::-webkit-input-placeholder, .slides-form textarea:focus::-webkit-input-placeholder, .slides-form select:focus::-webkit-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}
.slides-form input[type=text]:focus:-moz-placeholder, .slides-form input[type=name]:focus:-moz-placeholder, .slides-form input[type=email]:focus:-moz-placeholder, .slides-form input[type=password]:focus:-moz-placeholder, .slides-form input[type=tel]:focus:-moz-placeholder, .slides-form input[type=number]:focus:-moz-placeholder, .slides-form textarea:focus:-moz-placeholder, .slides-form select:focus:-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}
.slides-form input[type=text]:focus::-moz-placeholder, .slides-form input[type=name]:focus::-moz-placeholder, .slides-form input[type=email]:focus::-moz-placeholder, .slides-form input[type=password]:focus::-moz-placeholder, .slides-form input[type=tel]:focus::-moz-placeholder, .slides-form input[type=number]:focus::-moz-placeholder, .slides-form textarea:focus::-moz-placeholder, .slides-form select:focus::-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}
.slides-form input[type=text]:focus:-ms-input-placeholder, .slides-form input[type=name]:focus:-ms-input-placeholder, .slides-form input[type=email]:focus:-ms-input-placeholder, .slides-form input[type=password]:focus:-ms-input-placeholder, .slides-form input[type=tel]:focus:-ms-input-placeholder, .slides-form input[type=number]:focus:-ms-input-placeholder, .slides-form textarea:focus:-ms-input-placeholder, .slides-form select:focus:-ms-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: 0
}
.slides-form input[type=text]:not(textarea).round, .slides-form input[type=name]:not(textarea).round, .slides-form input[type=email]:not(textarea).round, .slides-form input[type=password]:not(textarea).round, .slides-form input[type=tel]:not(textarea).round, .slides-form input[type=number]:not(textarea).round, .slides-form textarea:not(textarea).round, .slides-form select:not(textarea).round {
  border-radius: 22px;
  padding-left: 22px;
  padding-right: 22px
}
.slides-form input[type=text].rounded, .slides-form input[type=name].rounded, .slides-form input[type=email].rounded, .slides-form input[type=password].rounded, .slides-form input[type=tel].rounded, .slides-form input[type=number].rounded, .slides-form textarea.rounded, .slides-form select.rounded {
  border-radius: 6px
}
.slides-form input[type=text]:after, .slides-form input[type=name]:after, .slides-form input[type=email]:after, .slides-form input[type=password]:after, .slides-form input[type=tel]:after, .slides-form input[type=number]:after, .slides-form textarea:after, .slides-form select:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff
}
@media(min-width: 768px) {
  .slides-form input[type=text], .slides-form input[type=name], .slides-form input[type=email], .slides-form input[type=password], .slides-form input[type=tel], .slides-form input[type=number], .slides-form textarea, .slides-form select {
    max-width: 300px
  }
}
.slides-form input[type=text]::-webkit-input-placeholder, .slides-form input[type=name]::-webkit-input-placeholder, .slides-form input[type=email]::-webkit-input-placeholder, .slides-form input[type=password]::-webkit-input-placeholder, .slides-form input[type=tel]::-webkit-input-placeholder, .slides-form input[type=number]::-webkit-input-placeholder, .slides-form textarea::-webkit-input-placeholder, .slides-form select::-webkit-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}
.slides-form input[type=text]:-moz-placeholder, .slides-form input[type=name]:-moz-placeholder, .slides-form input[type=email]:-moz-placeholder, .slides-form input[type=password]:-moz-placeholder, .slides-form input[type=tel]:-moz-placeholder, .slides-form input[type=number]:-moz-placeholder, .slides-form textarea:-moz-placeholder, .slides-form select:-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}
.slides-form input[type=text]::-moz-placeholder, .slides-form input[type=name]::-moz-placeholder, .slides-form input[type=email]::-moz-placeholder, .slides-form input[type=password]::-moz-placeholder, .slides-form input[type=tel]::-moz-placeholder, .slides-form input[type=number]::-moz-placeholder, .slides-form textarea::-moz-placeholder, .slides-form select::-moz-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}
.slides-form input[type=text]:-ms-input-placeholder, .slides-form input[type=name]:-ms-input-placeholder, .slides-form input[type=email]:-ms-input-placeholder, .slides-form input[type=password]:-ms-input-placeholder, .slides-form input[type=tel]:-ms-input-placeholder, .slides-form input[type=number]:-ms-input-placeholder, .slides-form textarea:-ms-input-placeholder, .slides-form select:-ms-input-placeholder {
  color: #242424;
  font-weight: 400;
  opacity: .5
}
.slides-form input[type=text], .slides-form input[type=name], .slides-form input[type=email], .slides-form input[type=password], .slides-form input[type=tel], .slides-form input[type=number], .slides-form select {
  height: 52px;
  padding: 0 16px
}
.slides-form textarea {
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px !important;
  max-height: 200px;
  max-width: 100%;
  min-height: 52px
}
.slides-form textarea.d {
  border-radius: 15px !important
}
.slides-form textarea.round {
  border-radius: 22px !important
}
.slides-form select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="37" height="7"><path fill="rgb(23,23,23)" d="M14.022 0l5.978 6 6-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.slides-form input[type=text], .slides-form input[type=name], .slides-form input[type=email], .slides-form input[type=password], .slides-form input[type=tel], .slides-form input[type=number], .slides-form input[type=submit], .slides-form button[type=submit], .slides-form select, .slides-form textarea {
  margin: 5px
}
@media(min-width: 768px) {
  .slides-form input[type=text], .slides-form input[type=name], .slides-form input[type=email], .slides-form input[type=password], .slides-form input[type=tel], .slides-form input[type=number], .slides-form input[type=submit], .slides-form button[type=submit], .slides-form select, .slides-form textarea {
    max-width: 300px
  }
}
@media(max-width: 768px) {
  .slides-form input[type=text], .slides-form input[type=name], .slides-form input[type=email], .slides-form input[type=password], .slides-form input[type=tel], .slides-form input[type=number], .slides-form input[type=submit], .slides-form button[type=submit], .slides-form select, .slides-form textarea {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
    display: block !important
  }
}
.slides-form input[type=text].wide, .slides-form input[type=name].wide, .slides-form input[type=email].wide, .slides-form input[type=password].wide, .slides-form input[type=tel].wide, .slides-form input[type=submit].wide, .slides-form input[type=number].wide, .slides-form button[type=submit].wide, .slides-form select.wide, .slides-form textarea.wide, .slides-form label.wide {
  max-width: 100%;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important
}
@media(min-width: 769px) {
  .slides-form input.pair {
    width: 50% !important;
    max-width: 50% !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-left: 0;
    margin-right: 0
  }
  .slides-form input.pair + .pair {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    width: calc(50% + 1px) !important;
    max-width: calc(50% + 1px) !important;
    margin-left: -1px
  }
}
.slides-form.center input, .slides-form.center textarea {
  text-align: center
}
.slide {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111;
  color: #fff;
  z-index: 10;
  overflow: hidden
}
.slide.active {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.mobile .slide {
  visibility: hidden
}
.mobile .slide.active {
  visibility: visible
}
.slide.whiteSlide {
  color: #111;
  background: #fff
}
.content {
  overflow: hidden;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-overflow-scrolling: touch
}
.content.scrollBar {
  overflow-y: auto
}
.windows .defaultScroll .content {
  overflow: auto;
  overflow-x: hidden
}
.mobile .content {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}
.fade .content {
  background: rgba(0, 0, 0, 0.6)
}
.fade-1 .content {
  background: rgba(0, 0, 0, 0.1)
}
.fade-2 .content {
  background: rgba(0, 0, 0, 0.2)
}
.fade-3 .content {
  background: rgba(0, 0, 0, 0.3)
}
.fade-4 .content {
  background: rgba(0, 0, 0, 0.4)
}
.fade-5 .content {
  background: rgba(0, 0, 0, 0.5)
}
.fade-6 .content {
  background: rgba(0, 0, 0, 0.6)
}
.fade-7 .content {
  background: rgba(0, 0, 0, 0.7)
}
.fade-8 .content {
  background: rgba(0, 0, 0, 0.8)
}
.fade-9 .content {
  background: rgba(0, 0, 0, 0.9)
}
.whiteSlide.fade .content {
  background: rgba(255, 255, 255, 0.6)
}
.whiteSlide.fade-1 .content {
  background: rgba(255, 255, 255, 0.1)
}
.whiteSlide.fade-2 .content {
  background: rgba(255, 255, 255, 0.2)
}
.whiteSlide.fade-3 .content {
  background: rgba(255, 255, 255, 0.3)
}
.whiteSlide.fade-4 .content {
  background: rgba(255, 255, 255, 0.4)
}
.whiteSlide.fade-5 .content {
  background: rgba(255, 255, 255, 0.5)
}
.whiteSlide.fade-6 .content {
  background: rgba(255, 255, 255, 0.6)
}
.whiteSlide.fade-7 .content {
  background: rgba(255, 255, 255, 0.7)
}
.whiteSlide.fade-8 .content {
  background: rgba(255, 255, 255, 0.8)
}
.whiteSlide.fade-9 .content {
  background: rgba(255, 255, 255, 0.9)
}
.container {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%
}
.container .wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden
}
.container .wrap:not(.noSpaces), .container .wrap.spaceWrap, .container .wrap .spaceWrap {
  padding: 50px calc(8% + 15px)
}
.container-pp .wrap:not(.noSpaces), .container-pp .wrap.spaceWrap, .container .wrap .spaceWrap {
  padding: 120px calc(8% + 15px)
}
.container .wrap .overflowHidden {
  overflow: hidden
}
.container .wrap * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}
.slide .background, .popup .background, .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slide .background iframe, .popup .background iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0
}
.slide:not(.youtube) .background iframe, .popup:not(.youtube) .background iframe {
  width: 100%;
  height: 100%
}
.fix-1-12 {
  max-width: 80px !important
}
.fix-2-12 {
  max-width: 180px !important
}
.fix-3-12 {
  max-width: 280px !important
}
.fix-4-12 {
  max-width: 380px !important
}
.fix-5-12 {
  max-width: 480px !important
}
.fix-6-12 {
  max-width: 700px !important
}
.fix-7-12 {
  max-width: 680px !important
}
.fix-8-12 {
  max-width: 780px !important
}
.fix-9-12 {
  max-width: 880px !important
}
.fix-10-12 {
  max-width: 980px !important
}
.fix-11-12 {
  max-width: 1080px !important
}
.fix-12-12 {
  max-width: 1180px !important
}
[class*=fix-] {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none
}
.toLeft {
  margin-left: 0 !important;
  margin-right: auto !important
}
.toRight {
  margin-right: 0 !important;
  margin-left: auto !important;
  float: right
}
.toCenter {
  margin-left: auto !important;
  margin-right: auto !important
}
.popupTrigger, .dropdownTrigger, .sidebarTrigger {
  cursor: pointer
}
.shiftImage {
  margin-top: -15%;
  margin-bottom: -100%
}
.shiftImageVertical {
  margin-right: -100%;
  max-width: none
}
.slide.video .background {
  overflow: hidden
}
.slide.video .background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover
}
.slide.video .background video::-webkit-media-controls {
  display: none !important
}
.slide.video .background video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none
}
.slide.video .background video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none
}
html:not(.mobile) .slide.video .background[style] {
  background: none !important
}
.mobile .slide.video .background[style] video {
  display: none
}
.videoThumbnail {
  cursor: pointer;
  position: relative;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
  transition: .5s
}
.videoThumbnail.rounded {
  border-radius: 6px
}
.videoThumbnail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-position: center center;
  transition: .5s
}
.videoThumbnail:not(.noTint):hover:after {
  background-color: rgba(0, 0, 0, 0.15)
}
.videoThumbnail:hover {
  transform: scale(1.025)
}
.videoThumbnail:hover:before {
  transform: scale(1.1);
  transition: .25s
}
.videoThumbnail:active:before {
  opacity: .8
}
.videoThumbnail.small {
  max-width: 200px;
  display: block
}
.videoThumbnail.small:before {
  background-size: 44px
}
.shadow, .button.empty.shadow:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2)
}
.pad {
  border-radius: 6px;
  padding: 40px;
  color: #202020;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1)
}
.pad.shadow {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2)
}
.pad.shadow.stroke {
  background: transparent;
  transition: .15s;
  color: #fff
}
.pad.shadow.stroke:hover {
  background: #fff;
  color: #202020;
  transition: .15s
}
.pad.shadowHover {
  transition: .5s
}
.pad.shadowHover:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2)
}
.pad small {
  font-size: 15px;
  line-height: 1.45;
  margin: 15px 0
}
@media(max-width: 767px) {
  .pad.collapse {
    background: inherit;
    color: inherit;
    border: none;
    padding: 0 !important;
    overflow: inherit;
    border-radius: 0;
    box-shadow: none;
    transition: 0s !important
  }
  .pad.shadow {
    box-shadow: none
  }
}
.resizing .equalElement {
  transition: 0s !important
}
.hr {
  position: relative;
  height: 1px;
  width: 100%
}
@media(max-width: 1023px) {
  .shiftImage {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }
  .shiftImageVertical {
    margin-right: 0 !important;
    max-width: 100% !important
  }
}
@media(min-width: 1024px) {
  .hideForDesktop {
    display: none !important
  }
}
@media(min-width: 1024px) {
  .showForDesktop {
    display: block !important
  }
}
@media(max-width: 1024px) {
  .hideForTablet {
    display: none !important
  }
}
@media(max-width: 1024px) {
  .showForTablet {
    display: block !important
  }
  .showForTabletInline {
    display: inline !important
  }
}
@media(max-width: 767px) {
  .hideForPhablet {
    display: none !important
  }
}
@media(max-width: 768px) {
  .showForPhablet {
    display: block !important
  }
  .showForPhabletInline {
    display: inline !important
  }
}
@media(max-width: 435px) {
  .hideForPhone {
    display: none !important
  }
}
@media(max-width: 435px) {
  .showForPhone {
    display: block !important
  }
  .showForPhoneInline {
    display: inline !important
  }
}
html.mobile .hideForMobile {
  display: none !important
}
html.mobile .showForMobile {
  display: block !important
}
html.mobile .showForMobileInline {
  display: inline !important
}
.helpBubble {
  cursor: pointer
}
.helpBubble:after {
  content: "?";
  font-size: 14px;
  width: 17px;
  height: 17px;
  line-height: 1.2;
  background: #202020;
  opacity: .3;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-left: 4px;
  font-weight: 700;
  transition: .25s
}
.helpBubble .helpMessage {
  background: rgba(255, 255, 255, 0.98);
  color: #202020;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 5px;
  position: absolute;
  z-index: 10;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07), 0 6px 8px rgba(0, 0, 0, 0.05);
  padding: 17px;
  text-align: left;
  bottom: 50%;
  margin-bottom: 10px;
  transform: translateY(10px) scale(0.95);
  transition: .25s;
  opacity: 0;
  pointer-events: none;
  color: rgba(48, 48, 48, 0.7)
}
.helpBubble .helpMessage strong {
  color: #303030
}
.helpBubble:hover .helpMessage {
  pointer-events: all;
  transform: translateY(0) scale(1);
  opacity: 1
}
.helpBubble:hover:after {
  opacity: 1
}
.panel {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 15px 30px 10px 30px;
  z-index: 200;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  user-select: none;
  transform: translate3d(0, 0, 0)
}
.panel.top {
  top: 0
}
.panel.bottom {
  bottom: 0
}
.panel.white {
  background: rgba(255, 255, 255, 0.975) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07)
}
.panel.black {
  background-color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07)
}
.animated .panel.top, .animateOnEvent .panel.top, .hidePanel-top .panel.top.hideOnScroll, .slides:not(.firstSlide) .panel.top.firstSlideOnly, .slides:not(.lastSlide) .panel.top.lastSlideOnly, .slides:not(.firstSlide):not(.lastSlide) .panel.top.firstAndLastSlidesOnly, .slides.lastSlide .panel.top.exceptLastSlide, .slides.firstSlide .panel.top.exceptFirstSlide {
  transform: translate3d(0, -100%, 0);
  opacity: 0
}
.animated .panel.bottom, .animateOnEvent .panel.bottom, .hidePanel-bottom .panel.bottom.hideOnScroll, .slides:not(.lastSlide) .panel.bottom.lastSlideOnly, .slides:not(.firstSlide) .panel.bottom.firstSlideOnly, .slides:not(.firstSlide):not(.lastSlide) .panel.bottom.firstAndLastSlidesOnly, .slides.lastSlide .panel.bottom.exceptLastSlide, .slides.firstSlide .panel.bottom.exceptFirstSlide {
  transform: translate3d(0, 100%, 0);
  opacity: 0
}
.page-loaded .animated .panel, .page-loaded .animateOnEvent .panel {
  transition: transform .5s, opacity .5s, padding .5s;
  transform: translate3d(0, 0, 0);
  opacity: 1
}
.slides.whiteSlide .panel {
  color: #202020
}
.scroll .panel.hideOnScroll, .mobile .simplifiedMobile .panel.hideOnScroll {
  position: fixed
}
.scroll .panel.hideOnScroll.top.hide, .mobile .simplifiedMobile .panel.hideOnScroll.top.hide {
  transform: translateY(-100%) !important;
  opacity: 0
}
.scroll .panel.hideOnScroll.bottom.hide, .mobile .simplifiedMobile .panel.hideOnScroll.bottom.hide {
  transform: translateY(100%) !important;
  opacity: 0
}
.panel .sections {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  width: 100%;
  font-size: 0
}
.panel .sections > div {
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  flex: 1;
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap
}
.panel .sections > div.auto {
  width: .1%
}
.panel .sections > div * {
  pointer-events: all
}
.panel .sections > div > * {
  flex-shrink: 0
}
.panel .sections > div.left {
  text-align: left
}
.panel .sections > div.left ul.crop {
  padding-left: 0
}
.panel .sections > div.left ul.crop li:first-child {
  margin-left: 0
}
.panel .sections > div.left.space {
  padding-right: 20px
}
.panel .sections > div.center {
  justify-content: center
}
.panel .sections > div.right {
  text-align: right;
  justify-content: flex-end
}
.panel .sections > div.right ul.crop {
  padding-right: 0
}
.panel .sections > div.right ul.crop li:last-child {
  margin-right: 0
}
.panel .sections > div.right.space {
  padding-left: 20px
}
.panel .sections > div.center.space {
  padding: 0 20px
}
.panel .sections.hidden {
  display: none
}
.panel .sections .menu {
  white-space: nowrap;
  display: inline-block;
  padding: 0 12px;
  font-size: 0
}
.panel .sections .menu svg {
  width: 20px;
  height: 20px;
  vertical-align: bottom
}
.panel .sections .menu li {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin: 0 10px
}
.panel .sections .menu li a {
  padding: 0 7px;
  opacity: .8
}
.panel .sections .menu li a:hover {
  opacity: 1
}
.panel .sections .menu.uppercase li {
  font-size: 12px;
  margin: 0 10px;
  letter-spacing: .125em;
  font-weight: 600 !important
}
.panel .sections .menu.uppercase li svg {
  position: relative;
  top: 2px
}
.panel .hidden, .panel .hidden * {
  display: none
}
.panel svg {
  vertical-align: text-bottom;
  transition: .35s
}
.panel svg:not(.noFill) {
  fill: #fff
}
.panel img {
  max-width: none
}
.slides.whiteSlide .panel svg {
  fill: #202020
}
.panel .button {
  margin: 0
}
.panel .button + .button {
  margin-left: 10px
}
.panel .button:not(.actionButton) {
  vertical-align: middle
}
.panel .button:not(.actionButton):hover:not(:active) {
  transform: translateY(0) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.1)
}
.panel .nextSlide, .panel .prevSlide {
  width: 24px;
  height: 24px
}
.panel .nextSlide svg, .panel .prevSlide svg {
  width: 18px;
  height: 18px
}
.slides.whiteSlide .panel .actionButton svg {
  fill: #fff
}
.panel .prevSlide, .panel .nextSlide {
  transition: .25s
}
.firstSlide .panel .prevSlide, .lastSlide .panel .nextSlide {
  opacity: 0;
  pointer-events: none;
  cursor: default
}
.firstSlide .panel.bottom .nextSlide svg {
  animation: animateArrow 4s infinite
}
.panel .panelIcon {
  position: relative;
  top: 5px
}
@keyframes animateArrow {
  80%, 100% {
    transform: translateY(0px)
  }
  90% {
    transform: translateY(10px)
  }
}
.nextSlide, .prevSlide {
  cursor: pointer
}
.nextSlide:hover, .prevSlide:hover {
  transition: .15s
}
.nextSlide:active, .prevSlide:active {
  opacity: .75
}
.firstSlide.lastSlide .nextSlide, .firstSlide.lastSlide .prevSlide {
  opacity: 0
}
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  transition: width 1s, opacity 1s;
  z-index: 1000;
  opacity: 1
}
.progress-bar.loaded {
  width: 100%;
  opacity: 0;
  transition: width 0s, opacity .25s 1s
}
.side {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 100;
  padding: 70px 4%;
  pointer-events: none;
  opacity: 1;
  transition: opacity .5s;
  transform: translate3d(0, 0, 0)
}
@media(min-width: 1380px) {
  .side {
    padding-left: 55px;
    padding-right: 55px
  }
}
.side.large {
  padding: calc(5.56% + 50px) 5%
}
.side.left {
  left: 0;
  right: inherit
}
.side.right {
  right: 0;
  left: inherit
}
.side.compact {
  padding: 30px 4%
}
.side.compact .navigation li {
  width: 15px;
  height: 7px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  opacity: .2;
  padding: 1px;
  cursor: pointer
}
.side.compact .navigation li.selected, .side.compact .navigation li:hover {
  opacity: 1
}
.side.compact .navigation li:after {
  display: none
}
.side.compact .navigation li:before {
  margin: 0 8px !important;
  top: -10px
}
.whiteSlide .side.compact .navigation li {
  background: #202020
}
.side.compact:not(.square) .navigation li:first-child {
  border-radius: 10px 10px 0 0
}
.side.compact:not(.square) .navigation li:last-child {
  border-radius: 0 0 10px 10px
}
.panel .side {
  position: relative;
  display: inline;
  height: auto;
  padding: 0
}
.slides.whiteSlide .side svg:not([fill]) {
  fill: #202020
}
.navigation {
  display: table;
  height: 100%
}
.navigation ul {
  display: table-cell;
  vertical-align: middle
}
.navigation * {
  pointer-events: all
}
.navigation li {
  fill: #fff;
  display: block;
  background: transparent;
  padding: 9px;
  margin: 0 -9px;
  cursor: pointer;
  position: relative
}
.navigation li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 7px;
  opacity: .5;
  background: #fff;
  box-shadow: 0 0 1px #303030;
  transition: .25s
}
.navigation li.selected:after {
  opacity: 1
}
.navigation li:hover:after {
  opacity: 1
}
.navigation li[data-title]:before {
  content: attr(data-title);
  position: absolute;
  right: 100%;
  top: 1px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  min-width: 50px;
  border-radius: 6px;
  padding: 7px 12px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
  visibility: hidden
}
.navigation li:hover:before {
  visibility: visible
}
.left .navigation li:before {
  left: 100%;
  right: auto
}
.panel.bottom .navigation li:before {
  transform: translateY(-100%) translateX(-50%);
  left: 14px;
  top: -2px
}
.medium .navigation.default li:after {
  width: 10px;
  height: 10px;
  border-radius: 5px
}
.small .navigation.default li:after {
  width: 6px;
  height: 6px;
  border-radius: 3px
}
.stroke .navigation.default li:after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  background-color: transparent
}
.stroke.small .navigation.default li:after {
  border-width: 1px
}
.stroke .navigation.default li.selected:after {
  background: #fff
}
.stroke .navigation.default li:hover:after {
  background: #fff
}
.square .navigation.default li:after {
  border-radius: 1px
}
.square.small .navigation.default li:after {
  border-radius: 1px
}
.diamond .navigation.default li:after {
  border-radius: 0px;
  transform: rotate(45deg) scale(0.72)
}
.diamond.medium .navigation.default li:after {
  transform: rotate(45deg) scale(0.88)
}
.diamond.small .navigation.default li:after {
  transform: rotate(45deg) scale(1)
}
.line .navigation.default li {
  margin: 0 -9px;
  padding: 5px 9px;
  text-align: right;
  font-size: 0
}
.line .navigation.default li:after {
  height: 3px;
  display: inline-block;
  text-align: right;
  background: #fff;
  border: none
}
.line .navigation.default li:before {
  margin-top: -10px
}
.line .navigation.default li.selected:after {
  width: 25px
}
.line.left .navigation.default li {
  text-align: left
}
.line.medium .navigation.default li {
  margin: 0 -5px;
  padding: 4px 8px
}
.line.medium .navigation.default li.selected:after {
  width: 19px
}
.line.small .navigation.default li {
  margin: 0;
  padding: 4px 6px
}
.line.small .navigation.default li.selected:after {
  width: 13px
}
.pole .navigation.default li {
  margin: 0 1px 0 2px;
  padding: 2px 9px;
  text-align: right;
  font-size: 0
}
.pole .navigation.default li:after {
  height: 20px;
  width: 4px;
  display: inline-block;
  transition: .5s;
  text-align: right;
  background: #fff;
  border-radius: 1px;
  border: none
}
.pole .navigation.default li:before {
  margin-top: -3px
}
.pole .navigation.default li.selected:after {
  height: 60px
}
.pole .navigation.default li.selected:before {
  margin-top: 19px
}
.pole.medium .navigation.default li {
  margin: 0 2px
}
.pole.medium .navigation.default li:after {
  height: 15px;
  width: 3px
}
.pole.medium .navigation.default li:before {
  margin-top: -5px
}
.pole.medium .navigation.default li.selected:after {
  height: 45px
}
.pole.medium .navigation.default li.selected:before {
  margin-top: 10px
}
.pole.small .navigation.default li {
  margin: 0 2px
}
.pole.small .navigation.default li:after {
  height: 10px;
  width: 3px
}
.pole.small .navigation.default li:before {
  margin-top: -7px
}
.pole.small .navigation.default li.selected:after {
  height: 30px
}
.pole.small .navigation.default li.selected:before {
  margin-top: 2px
}
.slides.whiteSlide .navigation li:after {
  background: #202020;
  box-shadow: 0 0 1px #fff
}
.slides.whiteSlide .stroke .navigation li:after {
  border-color: #202020;
  background: transparent
}
.slides.whiteSlide .stroke .navigation li:hover:after {
  background: #202020
}
.slides.whiteSlide .stroke .navigation li.selected:after {
  border-color: #202020;
  background: #202020
}
.slides.whiteSlide .navigation.numbers li:after {
  color: #202020;
  text-shadow: 0 0 2px #fff !important
}
.panel .navigation, .panel .navigation ul {
  display: inline
}
.panel .navigation li {
  display: inline-block;
  margin: -9px 0
}
.panel .side.small .navigation li {
  margin: 0
}
.navigation .sideArrow {
  width: 31px;
  height: 72px;
  margin: 0px -9px
}
@media(max-width: 766px) {
  .navigation .sideArrow {
    width: 17px;
    height: 40px
  }
}
.navigation.numbers ul {
  counter-reset: item;
  list-style-type: none
}
.navigation.numbers li {
  display: block
}
.navigation.numbers li:after {
  content: counter(item);
  counter-increment: item;
  background: none !important;
  box-shadow: none !important;
  text-shadow: 0 0 2px #202020;
  font-weight: bold;
  font-size: 20px;
  line-height: .7;
  text-align: center;
  transition: .25s
}
.medium .navigation.numbers li:after {
  font-size: 17px
}
.small .navigation.numbers li:after {
  font-size: 14px
}
.dropdown {
  position: fixed;
  z-index: 300;
  color: #202020;
  width: 160px;
  background: #fff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.15), 0 14px 28px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
  border-radius: 6px;
  text-align: center;
  cursor: default;
  transform: translateY(0) scale(0.9);
  transform-origin: top;
  transition: transform .35s, opacity .35s, box-shadow .35s
}
.dropdown:not(.show) {
  pointer-events: none;
  opacity: 0
}
.dropdown.rectangular {
  border-radius: 0
}
.dropdown .title {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  opacity: .8
}
.dropdown a {
  font-size: 15px;
  opacity: .6
}
.dropdown a:hover {
  opacity: .8
}
.dropdown:not(.noArrow):after, .dropdown:not(.noArrow):before {
  content: "";
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px
}
.dropdown:not(.noArrow):before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 8px;
  margin-left: -8px
}
.dropdown.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(20px)
}
.dropdown.show.hide {
  opacity: 0;
  transform: translateY(40px);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  pointer-events: none
}
.dropdown .hideDropdown {
  opacity: 0;
  pointer-events: none
}
.dropdown.bottom {
  transform-origin: bottom
}
.dropdown.bottom.show {
  transform: translateY(-20px)
}
.dropdown.bottom.show.hide {
  transform: translateY(-40px)
}
.dropdown.bottom:after, .dropdown.bottom:before {
  top: 100%;
  bottom: initial;
  border-bottom-color: rgba(255, 255, 255, 0);
  border-top-color: #fff
}
.dropdown.bottom:before {
  border-top-color: rgba(0, 0, 0, 0.06)
}
.dropdown.right:after, .dropdown.right:before {
  right: 18px;
  left: auto
}
.dropdown.right:before {
  right: 17px
}
.dropdown.center:after, .dropdown.center:before {
  left: 50%
}
.dropdown.share li {
  float: left;
  text-align: center;
  display: block;
  width: 80px;
  height: 50px;
  padding: 14px 0;
  color: #fff;
  position: relative;
  cursor: pointer;
  opacity: .9;
  transition: .15s
}
.dropdown.share li:hover {
  opacity: 1
}
.dropdown.share li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: .25s
}
.dropdown.share li:active:after {
  opacity: 1;
  transition: .1s
}
.dropdown.share li svg {
  width: 20px;
  height: 20px;
  fill: #fff
}
.dropdown.share li.mail {
  width: 100%;
  height: auto;
  color: #202020;
  opacity: .6;
  font-size: 15px;
  padding: 20px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}
.dropdown.share li.mail:hover {
  opacity: .8
}
.scroll .dropdown {
  position: absolute;
  top: 0
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  max-width: 90%;
  height: 100%;
  color: #fff;
  z-index: 500;
  background: #0e0e0e;
  transition: transform .5s, visibility 0s;
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
html:not(.page-loaded) .sidebar {
  display: none
}
.sidebar svg {
  fill: #fff
}
.sidebarShown .sidebar.visible {
  transform: translateX(0%);
  opacity: 1
}
.sidebar .content {
  padding: 40px;
  overflow-y: auto;
  position: relative
}
.sidebar.small .content {
  padding: 30px
}
.sidebar .wrap {
  padding: 0
}
.sidebar.left {
  right: inherit;
  left: 0;
  transform: translateX(-100%)
}
.sidebar.top {
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateY(-100%)
}
.sidebar.bottom {
  bottom: 0;
  top: inherit;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateY(100%)
}
.sidebar .logo {
  padding: 0;
  font-size: 0;
  margin-bottom: 35px
}
.sidebar .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 14px;
  font-size: 0;
  opacity: .5;
  z-index: 101;
  transition: .25s
}
.sidebar .close:hover {
  opacity: 1
}
.sidebar .close svg {
  width: 24px;
  height: 24px;
  fill: #fff
}
.sidebar .close:active svg {
  transform: scale(0.92)
}
.sidebar ul.mainMenu, .sidebar ul.subMenu, .sidebar ul.social {
  line-height: 1.9;
  margin-bottom: 30px;
  display: block
}
.sidebar .mainMenu li {
  font-size: 20px;
  line-height: 48px
}
.sidebar .mainMenu.small li {
  font-size: 18px;
  line-height: 46px
}
.sidebar .subMenu li {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 36px
}
.sidebar .subMenu.small li {
  font-size: 16px;
  line-height: 34px
}
.sidebar .social {
  margin-top: 40px
}
.sidebar .social li {
  display: inline-block;
  margin-right: 20px
}
.sidebar .social li:last-child {
  margin-right: 0
}
.sidebar .social li a {
  font-size: 0;
  padding: 0
}
.sidebar .social li a svg {
  width: 20px;
  height: 20px
}
.sidebar .social.small li {
  margin-right: 12px
}
.sidebar .social.small li a svg {
  width: 15px;
  height: 15px
}
.sidebar .social.big li {
  margin-right: 12px
}
.sidebar .social.big li a svg {
  width: 22px;
  height: 22px
}
.sidebar.small .social {
  margin-top: 30px
}
.sidebar .big li {
  font-size: 32px;
  line-height: 64px
}
.sidebar .social.medium li a svg {
  width: 18px;
  height: 18px
}
.sidebar .social.medium li {
  margin-right: 14px
}
.sidebarShown .slide.selected .content {
  overflow: hidden
}
.page-loaded.sidebarShown .slide.selected {
  transform: scale(0.95) !important;
  pointer-events: none;
  opacity: .5 !important
}
.sidebarShown .panel {
  opacity: 0
}
.sidebarShown .panel.bottom {
  opacity: .5;
  transform: scale(0.95) translateY(-10%)
}
.page-loaded.sidebarShown .panel, .page-loaded.sidebarShown .slide.selected, .page-loaded.sidebarShown .slide.selected:after, .sidebar {
  transition: transform .5s, opacity .5s !important
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1000;
  transition: transform .5s, opacity .5s;
  overflow-y: auto;
  display: none;
  transform: translate3d(0, 0, 0)
}
.popup:not([class*=fade]) {
  background: rgba(17, 17, 17, 0.9)
}
.popupShown .popup.visible {
  display: block;
  animation: popupFadeIn .75s
}
.popup.hidePopup {
  opacity: 0;
  pointer-events: none
}
.popup .content {
  overflow-y: auto
}
.popup .close:not(.button) {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  padding: 14px;
  font-size: 0;
  opacity: .5;
  z-index: 200;
  transition: .25s;
  margin: 0;
  transform: translate3d(0, 0, 0)
}
.popup .close:not(.button).left {
  right: inherit;
  left: 0
}
.popup .close:not(.button):hover {
  opacity: 1
}
.popup .close:not(.button) svg {
  width: 30px;
  height: 30px;
  fill: #fff
}
.popup .close.button {
  position: fixed;
  z-index: 200;
  margin: 15px
}
.popup.white .close svg {
  fill: #202020
}
.popup .container .wrap {
  padding: 18px 58px
}
.popup.fullscreen .container .wrap {
  padding: 0
}
.popup.fullscreen .embedVideo {
  height: 100vh;
  padding-bottom: 0
}
@keyframes popupFadeIn {
  from {
    opacity: 0
  }
}
.popupShown, .popupShown body, .sidebarShown, .sidebarShown body {
  overflow-y: hidden !important
}
.embedVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%
}
.embedVideo iframe, .embedVideo object, .embedVideo embed, .embedVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.embedVideo.size-16x10 {
  padding-bottom: 62.5%
}
.embedVideo.size-4x3 {
  padding-bottom: 75%
}
.embedVideo.size-1x1, .embedVideo.size-square {
  padding-bottom: 100%
}
.zoom-img, .zoom-img-wrap {
  position: relative;
  transition: all .5s;
  transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1) !important;
  z-index: 100
}
.zoom-img img.zoom-img, .zoom-img-wrap img.zoom-img {
  margin: 0 !important
}
.zoom-overlay {
  background: #111;
  position: fixed;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s;
  z-index: 99
}
.zoom-overlay-open .zoom-overlay {
  opacity: .9
}
.page-loaded .slides.zoom-overlay-open .side, .page-loaded .slides.zoom-overlay-open .panel {
  opacity: 0;
  transition-delay: 0s;
  transition: .25s
}
.zoom-overlay-open, .zoom-overlay-transitioning {
  cursor: default
}
.zoom-img-parent {
  position: relative;
  z-index: 1000
}
.slider {
  position: relative
}
.slider.clickable {
  cursor: pointer
}
.slider > li {
  display: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  pointer-events: none
}
.slider > li.selected {
  display: block;
  opacity: 1;
  transition: opacity .5s;
  pointer-events: all
}
.slider.rounded > li > img {
  border-radius: 6px;
  overflow: hidden
}
.slider.autoHeight {
  transition: .5s
}
.slider.autoHeight > li {
  display: block;
  position: absolute
}
.controller li {
  cursor: pointer
}
.controller li.selected {
  cursor: default;
  pointer-events: none
}
.swiper-wrapper * {
  box-sizing: border-box
}
.swiper-pagination {
  position: static !important
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  margin-top: 15px
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #fff !important
}
.whiteSlide .swiper-pagination-bullet-active, .whiteSlide .swiper-pagination-bullet {
  background-color: #000 !important
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important
}
.swiper-container-2, .swiper-container-3, .swiper-container-4 {
  overflow: hidden
}
.tooltip[data-tooltip-title] {
  position: relative
}
.tooltip[data-tooltip-title]:before {
  content: attr(data-tooltip-title);
  position: absolute;
  background: rgba(40, 40, 40, 0.6);
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
  padding: 6px 15px;
  visibility: hidden;
  white-space: nowrap;
  letter-spacing: .04em;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.07);
  transform: translateY(100%) translateX(-50%);
  left: 50%;
  top: 0
}
.tooltip[data-tooltip-title]:hover:before {
  visibility: visible;
  animation: fadeIn .35s backwards
}
.tooltip[data-tooltip-title].top:before {
  bottom: 0;
  top: auto;
  transform: translateY(-100%) translateX(-50%)
}
.slide.before {
  transform: translate3d(0, -50%, 0)
}
.slide:not(.before):first-child, .slide.after {
  transform: translate3d(0, 50%, 0)
}
.slide.before, .slide.after {
  opacity: 0
}
.slide.selected {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 11
}
.scroll .slide.selected {
  z-index: 10
}
.page-loaded .slide.selected {
  opacity: 1 !important
}
.horizontal .slide, .horizontal .slide.before {
  -ms-transform: translate3D(-50%, 0, 0);
  transform: translate3D(-50%, 0, 0)
}
.horizontal .slide.after {
  -ms-transform: translate3D(50%, 0, 0);
  transform: translate3D(50%, 0, 0)
}
.film .slide.before {
  -ms-transform: translate3D(-100%, 0, 0);
  transform: translate3D(0, -100%, 0)
}
.film .slide.after {
  -ms-transform: translate3D(0, 100%, 0);
  transform: translate3D(0, 100%, 0)
}
.film.horizontal .slide.before {
  -ms-transform: translate3D(-100%, 0, 0);
  transform: translate3D(-100%, 0, 0)
}
.film.horizontal .slide, .film.horizontal .slide.after {
  -ms-transform: translate3D(100%, 0, 0);
  transform: translate3D(100%, 0, 0)
}
.chain .slide.before {
  -ms-transform: translate3D(-100%, 0, 0);
  transform: translate3D(0, -100%, 0);
  opacity: 1
}
.chain .slide.after {
  -ms-transform: translate3D(0, 100%, 0);
  transform: translate3D(0, 100%, 0);
  opacity: 1
}
.chain.horizontal .slide.before {
  -ms-transform: translate3D(-100%, 0, 0);
  transform: translate3D(-100%, 0, 0);
  opacity: 1
}
.chain.horizontal .slide, .chain.horizontal .slide.after {
  -ms-transform: translate3D(100%, 0, 0);
  transform: translate3D(100%, 0, 0);
  opacity: 1
}
.zen .slide.before {
  -ms-transform: translateY(-100%) scale(0.8);
  transform: translateY(-100%) scale(0.8)
}
.zen .slide, .zen .slide.after {
  -ms-transform: translateY(100%) scale(0.8);
  transform: translateY(100%) scale(0.8)
}
.zen.horizontal .slide.before {
  -ms-transform: translateX(-100%) scale(0.8);
  transform: translateX(-100%) scale(0.8)
}
.zen.horizontal .slide, .zen.horizontal .slide.after {
  -ms-transform: translateX(100%) scale(0.8);
  transform: translateX(100%) scale(0.8)
}
.stack .slide, .stack .slide.after {
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}
.stack .slide.after {
  opacity: initial
}
.stack .slide.selected, .stack .slide.after.active {
  z-index: 11 !important
}
.stack .slide.before {
  -ms-transform: scale(0.9);
  transform: scale(0.9)
}
.stack.horizontal .slide, .stack.horizontal .slide.after {
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}
.stack.horizontal .slide.before {
  transform: scale(0.9)
}
.cards .slide, .cards .slide.after {
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: initial
}
.cards .slide.after {
  z-index: 8 !important;
  opacity: 0
}
.cards .slide.selected {
  z-index: 9 !important
}
.cards .slide.before {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 7
}
.cards .slide.active.before {
  z-index: 10 !important
}
.cards.horizontal .slide, .cards.horizontal .slide.after {
  -ms-transform: translateX(10%);
  transform: translateX(10%)
}
.cards.horizontal .slide.before {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
.cards2 .slide, .cards2 .slide.after {
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: initial
}
.cards2 .slide.after {
  z-index: 8 !important;
  opacity: 0
}
.cards2 .slide.selected {
  z-index: 9 !important
}
.cards2 .slide.before {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 7
}
.cards2 .slide.active.before {
  z-index: 10 !important
}
.cards2.horizontal .slide, .cards2.horizontal .slide.after {
  -ms-transform: translateX(10%);
  transform: translateX(10%)
}
.cards2.horizontal .slide.before {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
.zoom .slide.before {
  -ms-transform: scale(1.4);
  transform: scale(1.4)
}
.zoom .slide, .zoom .slide.after {
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0
}
.vertigo .slide.before {
  -ms-transform: scale(1.4) rotate(-2deg);
  transform: scale(1.4) rotate(-2deg)
}
.vertigo .slide, .vertigo .slide.after {
  -ms-transform: scale(0.8) rotate(2deg);
  transform: scale(0.8) rotate(2deg);
  opacity: 0
}
.plain .slide.before {
  -ms-transform: scale(1);
  transform: scale(1)
}
.plain .slide, .plain .slide.after {
  -ms-transform: scale(1);
  transform: scale(1)
}
.plain .slide.after:after, .plain .slide.before:after {
  opacity: 1;
  background: #111
}
.page-loaded .fast .slide.active, .page-loaded .fast .slide.selected {
  transition: transform .7s, opacity .7s
}
.page-loaded .slide.selected, .page-loaded .slide.active {
  transition: transform 1s, opacity 1s
}
.page-loaded .slow .slide.active, .page-loaded .slow .slide.selected {
  transition: transform 1.4s, opacity 1.4s
}
.page-loaded .slide.selected.entry, .page-loaded .slide.active.entry {
  transition: transform 0s, opacity 1s
}
.slides.animated .panel, .slides.animateOnEvent .panel {
  transition: transform, opacity;
  transition-duration: 1s
}
.slides.animated.fast .panel, .slides.animateOnEvent.fast .panel {
  transition-duration: .7s
}
.slides.animated.slow .panel, .slides.animateOnEvent.slow .panel {
  transition-duration: 1.4s
}
.smooth .active, .smooth .selected, .smooth .panel, .smooth .sidebar, .smooth .rolling-element {
  transition-timing-function: cubic-bezier(0.55, 0.05, 0.35, 0.95) !important
}
.bounce .active, .bounce .selected, .bounce .panel, .bounce .sidebar, .bounce .rolling-element {
  transition-timing-function: cubic-bezier(0.45, 1.15, 0.5, 1) !important
}
.animated [class*=ae-]:not(.done) {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.2, 1)
}
.animated.fast .animate [class*=ae-]:not(.done), .animated.fast .animate [class*=ae-]:not(.done), .animated.animate .fast [class*=ae-]:not(.done), .animated.animate [class*=ae-].fast:not(.done) {
  transition-duration: 700ms
}
.animated .animate [class*=ae-]:not(.done), .animated.animate [class*=ae-]:not(.done) {
  transition-duration: 800ms
}
.animated.slow .animate [class*=ae-]:not(.done), .animated .animate.slow [class*=ae-]:not(.done), .animated .animate .slow [class*=ae-]:not(.done), .animated .animate [class*=ae-].slow:not(.done) {
  transition-duration: 1000ms
}
.animated .animate .ae-1:not(.done), .animated.animate .ae-1:not(.done) {
  transition-delay: 10ms
}
.animated .animate .ae-2:not(.done), .animated.animate .ae-2:not(.done) {
  transition-delay: 160ms
}
.animated .animate .ae-3:not(.done), .animated.animate .ae-3:not(.done) {
  transition-delay: 310ms
}
.animated .animate .ae-4:not(.done), .animated.animate .ae-4:not(.done) {
  transition-delay: 460ms
}
.animated .animate .ae-5:not(.done), .animated.animate .ae-5:not(.done) {
  transition-delay: 610ms
}
.animated .animate .ae-6:not(.done), .animated.animate .ae-6:not(.done) {
  transition-delay: 760ms
}
.animated .animate .ae-7:not(.done), .animated.animate .ae-7:not(.done) {
  transition-delay: 910ms
}
.animated .animate .ae-8:not(.done), .animated.animate .ae-8:not(.done) {
  transition-delay: 1060ms
}
.animated .animate .ae-9:not(.done), .animated.animate .ae-9:not(.done) {
  transition-delay: 1210ms
}
.animated .animate .ae-10:not(.done), .animated.animate .ae-10:not(.done) {
  transition-delay: 1360ms
}
.animated.fast .animate .ae-1:not(.done), .animated.fast.animate .ae-1:not(.done), .animated.animate .ae-1.fast:not(.done), .animated.animate .fast .ae-1:not(.done) {
  transition-delay: 10ms
}
.animated.fast .animate .ae-2:not(.done), .animated.fast.animate .ae-2:not(.done), .animated.animate .ae-2.fast:not(.done), .animated.animate .fast .ae-2:not(.done) {
  transition-delay: 110ms
}
.animated.fast .animate .ae-3:not(.done), .animated.fast.animate .ae-3:not(.done), .animated.animate .ae-3.fast:not(.done), .animated.animate .fast .ae-3:not(.done) {
  transition-delay: 210ms
}
.animated.fast .animate .ae-4:not(.done), .animated.fast.animate .ae-4:not(.done), .animated.animate .ae-4.fast:not(.done), .animated.animate .fast .ae-4:not(.done) {
  transition-delay: 310ms
}
.animated.fast .animate .ae-5:not(.done), .animated.fast.animate .ae-5:not(.done), .animated.animate .ae-5.fast:not(.done), .animated.animate .fast .ae-5:not(.done) {
  transition-delay: 410ms
}
.animated.fast .animate .ae-6:not(.done), .animated.fast.animate .ae-6:not(.done), .animated.animate .ae-6.fast:not(.done), .animated.animate .fast .ae-6:not(.done) {
  transition-delay: 510ms
}
.animated.fast .animate .ae-7:not(.done), .animated.fast.animate .ae-7:not(.done), .animated.animate .ae-7.fast:not(.done), .animated.animate .fast .ae-7:not(.done) {
  transition-delay: 610ms
}
.animated.fast .animate .ae-8:not(.done), .animated.fast.animate .ae-8:not(.done), .animated.animate .ae-8.fast:not(.done), .animated.animate .fast .ae-8:not(.done) {
  transition-delay: 710ms
}
.animated.fast .animate .ae-9:not(.done), .animated.fast.animate .ae-9:not(.done), .animated.animate .ae-9.fast:not(.done), .animated.animate .fast .ae-9:not(.done) {
  transition-delay: 810ms
}
.animated.fast .animate .ae-10:not(.done), .animated.fast.animate .ae-10:not(.done), .animated.animate .ae-10.fast:not(.done), .animated.animate .fast .ae-10:not(.done) {
  transition-delay: 910ms
}
.animated.slow .animate .ae-1:not(.done), .animated.slow.animate .ae-1:not(.done), .animated.animate .ae-1.slow:not(.done), .animated.animate .slow .ae-1:not(.done) {
  transition-delay: 10ms
}
.animated.slow .animate .ae-2:not(.done), .animated.slow.animate .ae-2:not(.done), .animated.animate .ae-2.slow:not(.done), .animated.animate .slow .ae-2:not(.done) {
  transition-delay: 210ms
}
.animated.slow .animate .ae-3:not(.done), .animated.slow.animate .ae-3:not(.done), .animated.animate .ae-3.slow:not(.done), .animated.animate .slow .ae-3:not(.done) {
  transition-delay: 410ms
}
.animated.slow .animate .ae-4:not(.done), .animated.slow.animate .ae-4:not(.done), .animated.animate .ae-4.slow:not(.done), .animated.animate .slow .ae-4:not(.done) {
  transition-delay: 610ms
}
.animated.slow .animate .ae-5:not(.done), .animated.slow.animate .ae-5:not(.done), .animated.animate .ae-5.slow:not(.done), .animated.animate .slow .ae-5:not(.done) {
  transition-delay: 810ms
}
.animated.slow .animate .ae-6:not(.done), .animated.slow.animate .ae-6:not(.done), .animated.animate .ae-6.slow:not(.done), .animated.animate .slow .ae-6:not(.done) {
  transition-delay: 1010ms
}
.animated.slow .animate .ae-7:not(.done), .animated.slow.animate .ae-7:not(.done), .animated.animate .ae-7.slow:not(.done), .animated.animate .slow .ae-7:not(.done) {
  transition-delay: 1210ms
}
.animated.slow .animate .ae-8:not(.done), .animated.slow.animate .ae-8:not(.done), .animated.animate .ae-8.slow:not(.done), .animated.animate .slow .ae-8:not(.done) {
  transition-delay: 1410ms
}
.animated.slow .animate .ae-9:not(.done), .animated.slow.animate .ae-9:not(.done), .animated.animate .ae-9.slow:not(.done), .animated.animate .slow .ae-9:not(.done) {
  transition-delay: 1610ms
}
.animated.slow .animate .ae-10:not(.done), .animated.slow.animate .ae-10:not(.done), .animated.animate .ae-10.slow:not(.done), .animated.animate .slow .ae-10:not(.done) {
  transition-delay: 1810ms
}
.animated:not(.animateOnEvent) [class*=ae-]:not(.done), .animated:not(.animateOnEvent) .fromBottom [class*=ae-]:not(.done), .animated:not(.animateOnEvent).fromBottom [class*=ae-]:not(.done), .slides.animated:not(.animateOnEvent) [class*=ae-].fromBottom:not(.done), .popup.animated:not(.animateOnEvent) [class*=ae-].fromBottom:not(.done) {
  visibility: hidden;
  transform: translate3d(0, 50px, 0);
  opacity: 0
}
.animated .fromTop [class*=ae-]:not(.done), .animated.fromTop [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromTop:not(.done), .popup.animated [class*=ae-].fromTop:not(.done) {
  transform: translate3d(0, -50px, 0)
}
.animated .fromLeft [class*=ae-]:not(.done), .animated.fromLeft [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromLeft:not(.done), .popup.animated [class*=ae-].fromLeft:not(.done) {
  transform: translate3d(-50px, 0, 0)
}
.animated .fromRight [class*=ae-]:not(.done), .animated.fromRight [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromRight:not(.done), .popup.animated [class*=ae-].fromRight:not(.done) {
  transform: translate3d(50px, 0, 0)
}
.animated .fromCenter [class*=ae-]:not(.done), .animated.fromCenter [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromCenter:not(.done), .popup.animated [class*=ae-].fromCenter:not(.done) {
  transform: scale(0.9) translate3d(0, 0, 0)
}
.animated .fromAbove [class*=ae-]:not(.done), .animated.fromAbove [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromAbove:not(.done), .popup.animated [class*=ae-].fromAbove:not(.done) {
  transform: scale(1.1) translate3d(0, 0, 0)
}
.animated .fromBottomLeft [class*=ae-]:not(.done), .animated.fromBottomLeft [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromBottomLeft:not(.done), .popup.animated [class*=ae-].fromBottomLeft:not(.done) {
  transform: translate3d(-50px, 50px, 0)
}
.animated .fromTopLeft [class*=ae-]:not(.done), .animated.fromTopLeft [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromTopLeft:not(.done), .popup.animated [class*=ae-].fromTopLeft:not(.done) {
  -webkit-transform: translate3d(-50px, -50px, 0);
  transform: translate3d(-50px, -50px, 0)
}
.animated .fromBottomRight [class*=ae-]:not(.done), .animated.fromBottomRight [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromBottomRight:not(.done), .popup.animated [class*=ae-].fromBottomRight:not(.done) {
  transform: translate3d(50px, 50px, 0)
}
.animated .fromTopRight [class*=ae-]:not(.done), .animated.fromTopRight [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromTopRight:not(.done), .popup.animated [class*=ae-].fromTopRight:not(.done) {
  transform: translate3d(50px, -50px, 0)
}
.animated .fadeIn [class*=ae-]:not(.done), .animated.fadeIn [class*=ae-]:not(.done), .slides.animated [class*=ae-].fadeIn:not(.done), .popup.animated [class*=ae-].fadeIn:not(.done) {
  transform: scale(1) translate3d(0, 0, 0)
}
.animated .fromBlur [class*=ae-]:not(.done), .animated.fromBlur [class*=ae-]:not(.done), .slides.animated [class*=ae-].fromBlur:not(.done), .popup.animated [class*=ae-].fromBlur:not(.done) {
  transform: scale(1) translate3d(0, 0, 0);
  filter: blur(10px)
}
.slides.animated .animate.active [class*=ae-]:not(.done), .popup.animated .animate.active [class*=ae-]:not(.done), .slides .animated.animate.active [class*=ae-]:not(.done) {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  filter: none
}
.animateOnEvent {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.animateOnEvent [class*=ae-]:not(.done):not(.do) {
  opacity: 0;
  visibility: hidden
}
.animateOnEvent [class*=ae-].do {
  animation-fill-mode: backwards;
  animation-duration: 800ms;
  visibility: visible
}
.animateOnEvent.fast [class*=ae-].do, .animateOnEvent .fast [class*=ae-].do, .animateOnEvent [class*=ae-].do.fast {
  animation-duration: 700ms
}
.animateOnEvent.slow [class*=ae-].do, .animateOnEvent .slow [class*=ae-].do, .animateOnEvent [class*=ae-].do.slow {
  animation-duration: 1000ms
}
.animateOnEvent [class*=ae-].do {
  animation-name: fromBottom
}
.animateOnEvent.fromBottom [class*=ae-].do, .animateOnEvent .fromBottom [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromBottom {
  animation-name: fromBottom
}
.animateOnEvent.fromTop [class*=ae-].do, .animateOnEvent .fromTop [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromTop {
  animation-name: fromTop
}
.animateOnEvent.fromLeft [class*=ae-].do, .animateOnEvent .fromLeft [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromLeft {
  animation-name: fromLeft
}
.animateOnEvent.fromRight [class*=ae-].do, .animateOnEvent .fromRight [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromRight {
  animation-name: fromRight
}
.animateOnEvent.fromCenter [class*=ae-].do, .animateOnEvent .fromCenter [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromCenter {
  animation-name: fromCenter
}
.animateOnEvent.fromAbove [class*=ae-].do, .animateOnEvent .fromAbove [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromAbove {
  animation-name: fromAbove
}
.animateOnEvent.fromBottomLeft [class*=ae-].do, .animateOnEvent .fromBottomLeft [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromBottomLeft {
  animation-name: fromBottomLeft
}
.animateOnEvent.fromTopLeft [class*=ae-].do, .animateOnEvent .fromTopLeft [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromTopLeft {
  animation-name: fromTopLeft
}
.animateOnEvent.fromBottomRight [class*=ae-].do, .animateOnEvent .fromBottomRight [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromBottomRight {
  animation-name: fromBottomRight
}
.animateOnEvent.fromTopRight [class*=ae-].do, .animateOnEvent .fromTopRight [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromTopRight {
  animation-name: fromTopRight
}
.animateOnEvent.fadeIn [class*=ae-].do, .animateOnEvent .fadeIn [class*=ae-].do, .animateOnEvent [class*=ae-].do.fadeIn {
  animation-name: fadeIn
}
.animateOnEvent.fromBlur [class*=ae-].do, .animateOnEvent .fromBlur [class*=ae-].do, .animateOnEvent [class*=ae-].do.fromBlur {
  animation-name: fromBlur
}
@keyframes fromBottom {
  from {
    transform: translate3d(0, 50px, 0);
    opacity: 0
  }
}
@keyframes fromTop {
  from {
    transform: translate3d(0, -50px, 0);
    opacity: 0
  }
}
@keyframes fromLeft {
  from {
    transform: translate3d(-25px, 0, 0);
    opacity: 0
  }
}
@keyframes fromRight {
  from {
    transform: translate3d(25px, 0, 0);
    opacity: 0
  }
}
@keyframes fromCenter {
  from {
    transform: scale(0.9) translate3d(0, 0, 0);
    opacity: 0
  }
}
@keyframes fromAbove {
  from {
    transform: scale(1.1) translate3d(0, 0, 0);
    opacity: 0
  }
}
@keyframes fromBottomLeft {
  from {
    transform: translate3d(-50px, 50px, 0);
    opacity: 0
  }
}
@keyframes fromTopLeft {
  from {
    transform: translate3d(-50px, -50px, 0);
    opacity: 0
  }
}
@keyframes fromBottomRight {
  from {
    transform: translate3d(50px, 50px, 0);
    opacity: 0
  }
}
@keyframes fromTopRight {
  from {
    transform: translate3d(50px, -50px, 0);
    opacity: 0
  }
}
@keyframes fadeIn {
  from {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 0
  }
}
@keyframes fromBlur {
  from {
    transform: scale(1) translate3d(0, 0, 0);
    filter: blur(10px);
    opacity: 0
  }
}
.animateOnEvent .ae-1 {
  animation-delay: 10ms
}
.animateOnEvent .ae-2 {
  animation-delay: 160ms
}
.animateOnEvent .ae-3 {
  animation-delay: 310ms
}
.animateOnEvent .ae-4 {
  animation-delay: 460ms
}
.animateOnEvent .ae-5 {
  animation-delay: 610ms
}
.animateOnEvent .ae-6 {
  animation-delay: 760ms
}
.animateOnEvent .ae-7 {
  animation-delay: 910ms
}
.animateOnEvent .ae-8 {
  animation-delay: 1060ms
}
.animateOnEvent .ae-9 {
  animation-delay: 1210ms
}
.animateOnEvent .ae-10 {
  animation-delay: 1360ms
}
.animateOnEvent.fast .ae-1, .animateOnEvent .ae-1, .animateOnEvent .fast .ae-1.fast, .animateOnEvent .ae-1.fast {
  animation-delay: 10ms
}
.animateOnEvent.fast .ae-2, .animateOnEvent .ae-2, .animateOnEvent .fast .ae-2.fast, .animateOnEvent .ae-2.fast {
  animation-delay: 110ms
}
.animateOnEvent.fast .ae-3, .animateOnEvent .ae-3, .animateOnEvent .fast .ae-3.fast, .animateOnEvent .ae-3.fast {
  animation-delay: 210ms
}
.animateOnEvent.fast .ae-4, .animateOnEvent .ae-4, .animateOnEvent .fast .ae-4.fast, .animateOnEvent .ae-4.fast {
  animation-delay: 310ms
}
.animateOnEvent.fast .ae-5, .animateOnEvent .ae-5, .animateOnEvent .fast .ae-5.fast, .animateOnEvent .ae-5.fast {
  animation-delay: 410ms
}
.animateOnEvent.fast .ae-6, .animateOnEvent .ae-6, .animateOnEvent .fast .ae-6.fast, .animateOnEvent .ae-6.fast {
  animation-delay: 510ms
}
.animateOnEvent.fast .ae-7, .animateOnEvent .ae-7, .animateOnEvent .fast .ae-7.fast, .animateOnEvent .ae-7.fast {
  animation-delay: 610ms
}
.animateOnEvent.fast .ae-8, .animateOnEvent .ae-8, .animateOnEvent .fast .ae-8.fast, .animateOnEvent .ae-8.fast {
  animation-delay: 710ms
}
.animateOnEvent.fast .ae-9, .animateOnEvent .ae-9, .animateOnEvent .fast .ae-9.fast, .animateOnEvent .ae-9.fast {
  animation-delay: 810ms
}
.animateOnEvent.fast .ae-10, .animateOnEvent .ae-10, .animateOnEvent .fast .ae-10.fast, .animateOnEvent .ae-10.fast {
  animation-delay: 910ms
}
.animateOnEvent.slow .ae-1, .animateOnEvent .slow .ae-1, .animateOnEvent .ae-1.slow {
  animation-delay: 10ms
}
.animateOnEvent.slow .ae-2, .animateOnEvent .slow .ae-2, .animateOnEvent .ae-2.slow {
  animation-delay: 210ms
}
.animateOnEvent.slow .ae-3, .animateOnEvent .slow .ae-3, .animateOnEvent .ae-3.slow {
  animation-delay: 410ms
}
.animateOnEvent.slow .ae-4, .animateOnEvent .slow .ae-4, .animateOnEvent .ae-4.slow {
  animation-delay: 610ms
}
.animateOnEvent.slow .ae-5, .animateOnEvent .slow .ae-5, .animateOnEvent .ae-5.slow {
  animation-delay: 810ms
}
.animateOnEvent.slow .ae-6, .animateOnEvent .slow .ae-6, .animateOnEvent .ae-6.slow {
  animation-delay: 1010ms
}
.animateOnEvent.slow .ae-7, .animateOnEvent .slow .ae-7, .animateOnEvent .ae-7.slow {
  animation-delay: 1210ms
}
.animateOnEvent.slow .ae-8, .animateOnEvent .slow .ae-8, .animateOnEvent .ae-8.slow {
  animation-delay: 1410ms
}
.animateOnEvent.slow .ae-9, .animateOnEvent .slow .ae-9, .animateOnEvent .ae-9.slow {
  animation-delay: 1610ms
}
.animateOnEvent.slow .ae-10, .animateOnEvent .slow .ae-10, .animateOnEvent .ae-10.slow {
  animation-delay: 1810ms
}
.slides:not(.scroll) .rolling-element {
  transition: 1s;
  transform: translate3d(0, 0, 0)
}
.slides:not(.scroll).fast .rolling-element {
  transition-duration: .7s
}
.slides:not(.scroll).slow .rolling-element {
  transition-duration: 1.4s
}
.slides:not(.scroll) .slide.before .rolling-element {
  transform: translateY(100%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-10 {
  transform: translateY(10%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-20 {
  transform: translateY(20%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-30 {
  transform: translateY(30%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-40 {
  transform: translateY(40%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-50 {
  transform: translateY(50%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-60 {
  transform: translateY(60%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-70 {
  transform: translateY(70%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-80 {
  transform: translateY(80%)
}
.slides:not(.scroll) .slide.before .rolling-element.pct-90 {
  transform: translateY(90%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse {
  transform: translateY(-100%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-10 {
  transform: translateY(-10%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-20 {
  transform: translateY(-20%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-30 {
  transform: translateY(-30%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-40 {
  transform: translateY(-40%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-50 {
  transform: translateY(-50%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-60 {
  transform: translateY(-60%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-70 {
  transform: translateY(-70%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-80 {
  transform: translateY(-80%)
}
.slides:not(.scroll) .slide.before .rolling-element.inverse.pct-90 {
  transform: translateY(-90%)
}
.slides:not(.scroll) .slide.after .rolling-element {
  transform: translateY(-100%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-10 {
  transform: translateY(-10%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-20 {
  transform: translateY(-20%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-30 {
  transform: translateY(-30%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-40 {
  transform: translateY(-40%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-50 {
  transform: translateY(-50%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-60 {
  transform: translateY(-60%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-70 {
  transform: translateY(-70%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-80 {
  transform: translateY(-80%)
}
.slides:not(.scroll) .slide.after .rolling-element.pct-90 {
  transform: translateY(-90%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse {
  transform: translateY(100%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-10 {
  transform: translateY(10%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-20 {
  transform: translateY(20%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-30 {
  transform: translateY(30%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-40 {
  transform: translateY(40%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-50 {
  transform: translateY(50%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-60 {
  transform: translateY(60%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-70 {
  transform: translateY(70%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-80 {
  transform: translateY(80%)
}
.slides:not(.scroll) .slide.after .rolling-element.inverse.pct-90 {
  transform: translateY(90%)
}
.slides.animated .kenBurns .background, .slides.animated .kenBurns.zoomin .background, .slides.animateOnEvent .kenBurns .background, .slides.animateOnEvent .kenBurns.zoomin .background {
  transform: scale(1.08) rotate(-0.02deg);
  opacity: .2;
  z-index: 1
}
.slides.animated .kenBurns:not(.video) .background, .slides.animated .kenBurns.zoomin:not(.video) .background, .slides.animateOnEvent .kenBurns:not(.video) .background, .slides.animateOnEvent .kenBurns.zoomin:not(.video) .background {
  transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease
}
.animated .active.kenBurns:not(.video) .background, .animated .active.kenBurns.zoomin:not(.video) .background, .animated .active .kenBurns.zoomin:not(.video) .background, .animateOnEvent .active.kenBurns:not(.video) .background, .animateOnEvent .active.kenBurns.zoomin:not(.video) .background, .animateOnEvent .active .kenBurns.zoomin:not(.video) .background {
  opacity: 1;
  transform: translate3d(0, 0, 0)
}
.slides.animated .kenBurns.zoomin:not(.video) .background, .slides.animateOnEvent .kenBurns.zoomin:not(.video) .background {
  transform: translate3d(0, 0, 0)
}
.animated .active.kenBurns.zoomin:not(.video) .background, .windows .slides.animated .active.kenBurns.zoomin:not(.video) .background, .animateOnEvent .active.kenBurns.zoomin:not(.video) .background, .windows .slides.animateOnEvent .active.kenBurns.zoomin:not(.video) .background {
  transform: scale(1.08) rotate(-0.02deg)
}
.mobile .kenBurns .background, .mobile .kenBurns.zoomin .background {
  transition: 0s;
  transform: none
}
.slides.animated .parallax:not(.video) .background, .slides.animateOnEvent .parallax:not(.video) .background {
  transform: translate3d(0, 0, 0) scale(1.25);
  transition: transform-origin 1s, transform 1s
}
.slides.animated.fast .parallax:not(.video) .background, .slides.animateOnEvent.fast .parallax:not(.video) .background {
  transition: transform-origin .6s, transform .6s
}
.slides.animated.slow .parallax:not(.video) .background, .slides.animateOnEvent.slow .parallax:not(.video) .background {
  transition: transform-origin 1.4s, transform 1.4s
}
.slides.animated .parallax.animate:not(.video) .background, .slides.animateOnEvent .parallax.animate:not(.video) .background {
  transform-origin: center
}
.slides.animated .slide.after.parallax:not(.video) .background, .slides.animateOnEvent .slide.after.parallax:not(.video) .background {
  transform-origin: top center
}
.slides.animated .slide.before.parallax:not(.video) .background, .slides.animateOnEvent .slide.before.parallax:not(.video) .background {
  transform-origin: bottom center
}
.slides.animated.horizontal .slide.after.parallax:not(.video) .background, .slides.animateOnEvent.horizontal .slide.after.parallax:not(.video) .background {
  transform-origin: left center
}
.slides.animated.horizontal .slide.before.parallax:not(.video) .background, .slides.animateOnEvent.horizontal .slide.before.parallax:not(.video) .background {
  transform-origin: right center
}
.slides.animated.zoom .slide.after.parallax:not(.video) .background, .slides.animateOnEvent.zoom .slide.after.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1)
}
.slides.animated.zoom .slide.animate.parallax:not(.video) .background, .slides.animateOnEvent.zoom .slide.animate.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1.1)
}
.slides.animated.zoom .slide.before.parallax:not(.video) .background, .slides.animateOnEvent.zoom .slide.before.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1)
}
.slides.animated.plain .slide.after.parallax:not(.video) .background, .slides.animateOnEvent.plain .slide.after.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1)
}
.slides.animated.plain .slide.animate.parallax:not(.video) .background, .slides.animateOnEvent.plain .slide.animate.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1)
}
.slides.animated.plain .slide.before.parallax:not(.video) .background, .slides.animateOnEvent.plain .slide.before.parallax:not(.video) .background {
  transform-origin: center;
  transform: translate3d(0, 0, 0) scale(1)
}
.slides.animated .scenic:not(.video) .background, .slides.animateOnEvent .scenic:not(.video) .background {
  animation: scenic 140s cubic-bezier(0.2, 0, 0.8, 1) infinite
}
@keyframes scenic {
  50% {
    transform: scale(1.5) rotate(-0.02deg)
  }
}
.scroll, .mobile .simplifiedMobile {
  position: relative;
  -webkit-overflow-scrolling: touch
}
.scroll .content .mobile .simplifiedMobile .content {
  -webkit-overflow-scrolling: initial;
  overflow: hidden
}
.scroll .wrap {
  overflow: hidden
}
.scroll .slide, .scroll .slide .content, .scroll .container, .mobile .simplifiedMobile .slide, .mobile .simplifiedMobile .content, .mobile .simplifiedMobile .container {
  position: relative !important;
  height: auto;
  opacity: 1
}
.mobile .simplifiedMobile .popup .content, .mobile .simplifiedMobile .popup .container {
  position: absolute !important;
  height: 100%
}
.scroll .container, .mobile .simplifiedMobile .container {
  height: 100vh
}
.scroll .slide.autoHeight .container, .mobile .slide.autoHeight .simplifiedMobile .container, .scroll .slide.auto .container, .mobile .slide.auto .simplifiedMobile .container {
  height: auto
}
.scroll .slide .background, .mobile .simplifiedMobile .slide .background {
  position: absolute !important
}
.scroll .slide:not(.autoHeight) .background, .mobile .simplifiedMobile .slide:not(.autoHeight) .background {
  min-height: 100vh
}
.scroll .slide, .scroll .slide.after, .scroll .slide.before, .mobile .simplifiedMobile .slide, .mobile .simplifiedMobile .slide.after, .mobile .simplifiedMobile .slide.before {
  visibility: visible;
  transform: none !important
}
.mobile .simplifiedMobile .slide, .mobile .simplifiedMobile .slide.after, .mobile .simplifiedMobile .slide.before {
  opacity: 1 !important
}
.page-loaded.sidebarShown .scroll .slide, .page-loaded.mobile.sidebarShown .simplifiedMobile .slide {
  transform: translate3d(0, 0, 0) !important;
  pointer-events: none;
  opacity: .5 !important
}
.page-loaded .scroll .slide {
  transition: transform .5s, opacity .5s !important
}
.mobile .simplifiedMobile .navigation {
  display: none
}
.mobile .simplifiedMobile [class*=ae-] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important
}
.mobile .simplifiedMobile [class*=ae-] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important
}
.scroll .parallax:not(.video) .background {
  transform: translate3d(0, 0, 0) scale(1.45)
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(0.86)
  }
}
@keyframes riseUp {
  from {
    opacity: 0;
    transform: scale(0.86) translateY(50px)
  }
}
@media(max-width: 1023px) {
  .parallaxMotion:not(.responsive) .parallaxElement, .parallaxMotion .parallaxElement:not(.responsive) {
    transform: none !important
  }
}
.lightest, .ultraLight, .thin {
  font-weight: 100 !important
}
.lighter {
  font-weight: 200 !important
}
.light {
  font-weight: 300 !important
}
.normal {
  font-weight: 400 !important
}
.semiBold {
  font-weight: 500 !important
}
.bold {
  font-weight: 600 !important
}
.bolder {
  font-weight: 700 !important
}
.boldest {
  font-weight: 800 !important
}
.ultraBold {
  font-weight: 900 !important
}
.weight-1 {
  font-weight: 100 !important
}
.weight-2 {
  font-weight: 200 !important
}
.weight-3 {
  font-weight: 300 !important
}
.weight-4 {
  font-weight: 400 !important
}
.weight-5 {
  font-weight: 500 !important
}
.weight-6 {
  font-weight: 600 !important
}
.weight-7 {
  font-weight: 700 !important
}
.weight-8 {
  font-weight: 800 !important
}
.weight-9 {
  font-weight: 900 !important
}
.italic {
  font-style: italic !important
}
.underline {
  text-decoration: underline
}
.uppercase {
  text-transform: uppercase !important;
  letter-spacing: .05em !important
}
.uppercase[class*=font-size-] {
  letter-spacing: .05em !important
}
.condense {
  letter-spacing: -0.648px !important
}
.expand {
  letter-spacing: 4.5px !important
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.fullWidth {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important
}
.rule {
  margin-bottom: 72px
}
.rule:after {
  content: "";
  height: 4px;
  width: 80%;
  background: rgba(0, 0, 0, 0.1);
  bottom: -36px;
  position: absolute;
  left: 10%;
  border-radius: 4px
}
.slides {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5
}
p, .p {
  font-size: 18px;
  letter-spacing: -0.014em
}
p.largest, .p.largest {
  font-size: 27px;
  letter-spacing: -0.02em
}
p.larger, .p.larger {
  font-size: 24px;
  letter-spacing: -0.019em
}
p.large, .p.large {
  font-size: 21px;
  letter-spacing: -0.0175em
}
p.small, .p.small {
  font-size: 16px;
  letter-spacing: -0.011em
}
p.smaller, .p.smaller {
  font-size: 14px;
  letter-spacing: -0.006em
}
p.smallest, .p.smallest {
  font-size: 12px;
  letter-spacing: 0em
}
p.micro, .p.micro {
  font-size: 11px;
  letter-spacing: .005em
}
@media(max-width: 1023px) {
  p, .p {
    font-size: 17px;
    letter-spacing: -0.013em
  }
  p.largest, .p.largest {
    font-size: 24px;
    letter-spacing: -0.019em
  }
  p.larger, .p.larger {
    font-size: 22px;
    letter-spacing: -0.018em
  }
  p.large, .p.large {
    font-size: 19px;
    letter-spacing: -0.0155em
  }
  p.small, .p.small {
    font-size: 15px;
    letter-spacing: -0.009em
  }
  p.smaller, .p.smaller {
    font-size: 14px;
    letter-spacing: -0.006em
  }
  p.smallest, .p.smallest {
    font-size: 12px;
    letter-spacing: 0em
  }
}
@media(max-width: 767px) {
  p, .p {
    font-size: 16px;
    letter-spacing: -0.011em
  }
  p.largest, .p.largest {
    font-size: 21px;
    letter-spacing: -0.0175em
  }
  p.larger, .p.larger {
    font-size: 20px;
    letter-spacing: -0.017em
  }
  p.large, .p.large {
    font-size: 17px;
    letter-spacing: -0.013em
  }
  p.small, .p.small {
    font-size: 14px;
    letter-spacing: -0.006em
  }
  p.smaller, .p.smaller {
    font-size: 13px;
    letter-spacing: -0.0025em
  }
  p.smallest, .p.smallest {
    font-size: 11px;
    letter-spacing: .005em
  }
}
@media(max-width: 435px) {
  p, .p {
    font-size: 16px;
    letter-spacing: -0.009em
  }
  p.largest, .p.largest {
    font-size: 19px;
    letter-spacing: -0.0155em
  }
  p.larger, .p.larger {
    font-size: 18px;
    letter-spacing: -0.014em
  }
  p.large, .p.large {
    font-size: 16px;
    letter-spacing: -0.011em
  }
  p.small, .p.small {
    font-size: 13px;
    letter-spacing: -0.0025em
  }
  p.smaller, .p.smaller {
    font-size: 12px;
    letter-spacing: 0em
  }
  p.smallest, .p.smallest {
    font-size: 11px;
    letter-spacing: .005em
  }
}
.font-size-8 {
  font-size: 8px !important;
  letter-spacing: .024em !important
}
.font-size-9 {
  font-size: 9px !important;
  letter-spacing: .016em !important
}
.font-size-10 {
  font-size: 10px !important;
  letter-spacing: .01em !important
}
.font-size-11 {
  font-size: 11px !important;
  letter-spacing: .005em !important
}
.font-size-12 {
  font-size: 12px !important;
  letter-spacing: 0em !important
}
.font-size-13 {
  font-size: 13px !important;
  letter-spacing: -0.0025em !important
}
.font-size-14 {
  font-size: 14px !important;
  letter-spacing: -0.006em !important
}
.font-size-15 {
  font-size: 15px !important;
  letter-spacing: -0.009em !important
}
.font-size-16 {
  font-size: 16px !important;
  letter-spacing: -0.011em !important
}
.font-size-17 {
  font-size: 17px !important;
  letter-spacing: -0.013em !important
}
.font-size-18 {
  font-size: 18px !important;
  letter-spacing: -0.014em !important
}
.font-size-19 {
  font-size: 19px !important;
  letter-spacing: -0.0155em !important
}
.font-size-20 {
  font-size: 20px !important;
  letter-spacing: -0.017em !important
}
.font-size-21 {
  font-size: 21px !important;
  letter-spacing: -0.0175em !important
}
.font-size-22 {
  font-size: 22px !important;
  letter-spacing: -0.018em !important
}
.font-size-23 {
  font-size: 23px !important;
  letter-spacing: -0.0185em !important
}
.font-size-24 {
  font-size: 24px !important;
  letter-spacing: -0.019em !important
}
@media(max-width: 1023px) {
  .font-size-tablet-8 {
    font-size: 8px !important;
    letter-spacing: .024em !important
  }
  .font-size-tablet-9 {
    font-size: 9px !important;
    letter-spacing: .016em !important
  }
  .font-size-tablet-10 {
    font-size: 10px !important;
    letter-spacing: .01em !important
  }
  .font-size-tablet-11 {
    font-size: 11px !important;
    letter-spacing: .005em !important
  }
  .font-size-tablet-12 {
    font-size: 12px !important;
    letter-spacing: 0em !important
  }
  .font-size-tablet-13 {
    font-size: 13px !important;
    letter-spacing: -0.0025em !important
  }
  .font-size-tablet-14 {
    font-size: 14px !important;
    letter-spacing: -0.006em !important
  }
  .font-size-tablet-15 {
    font-size: 15px !important;
    letter-spacing: -0.009em !important
  }
  .font-size-tablet-16 {
    font-size: 16px !important;
    letter-spacing: -0.011em !important
  }
  .font-size-tablet-17 {
    font-size: 17px !important;
    letter-spacing: -0.013em !important
  }
  .font-size-tablet-18 {
    font-size: 18px !important;
    letter-spacing: -0.014em !important
  }
  .font-size-tablet-19 {
    font-size: 19px !important;
    letter-spacing: -0.0155em !important
  }
  .font-size-tablet-20 {
    font-size: 20px !important;
    letter-spacing: -0.017em !important
  }
  .font-size-tablet-21 {
    font-size: 21px !important;
    letter-spacing: -0.0175em !important
  }
  .font-size-tablet-22 {
    font-size: 22px !important;
    letter-spacing: -0.018em !important
  }
  .font-size-tablet-23 {
    font-size: 23px !important;
    letter-spacing: -0.0185em !important
  }
  .font-size-tablet-24 {
    font-size: 24px !important;
    letter-spacing: -0.019em !important
  }
}
@media(max-width: 767px) {
  .font-size-phablet-8 {
    font-size: 8px !important;
    letter-spacing: .024em !important
  }
  .font-size-phablet-9 {
    font-size: 9px !important;
    letter-spacing: .016em !important
  }
  .font-size-phablet-10 {
    font-size: 10px !important;
    letter-spacing: .01em !important
  }
  .font-size-phablet-11 {
    font-size: 11px !important;
    letter-spacing: .005em !important
  }
  .font-size-phablet-12 {
    font-size: 12px !important;
    letter-spacing: 0em !important
  }
  .font-size-phablet-13 {
    font-size: 13px !important;
    letter-spacing: -0.0025em !important
  }
  .font-size-phablet-14 {
    font-size: 14px !important;
    letter-spacing: -0.006em !important
  }
  .font-size-phablet-15 {
    font-size: 15px !important;
    letter-spacing: -0.009em !important
  }
  .font-size-phablet-16 {
    font-size: 16px !important;
    letter-spacing: -0.011em !important
  }
  .font-size-phablet-17 {
    font-size: 17px !important;
    letter-spacing: -0.013em !important
  }
  .font-size-phablet-18 {
    font-size: 18px !important;
    letter-spacing: -0.014em !important
  }
  .font-size-phablet-19 {
    font-size: 19px !important;
    letter-spacing: -0.0155em !important
  }
  .font-size-phablet-20 {
    font-size: 20px !important;
    letter-spacing: -0.017em !important
  }
  .font-size-phablet-21 {
    font-size: 21px !important;
    letter-spacing: -0.0175em !important
  }
  .font-size-phablet-22 {
    font-size: 22px !important;
    letter-spacing: -0.018em !important
  }
  .font-size-phablet-23 {
    font-size: 23px !important;
    letter-spacing: -0.0185em !important
  }
  .font-size-phablet-24 {
    font-size: 24px !important;
    letter-spacing: -0.019em !important
  }
}
@media(max-width: 435px) {
  .font-size-phone-8 {
    font-size: 8px !important;
    letter-spacing: .024em !important
  }
  .font-size-phone-9 {
    font-size: 9px !important;
    letter-spacing: .016em !important
  }
  .font-size-phone-10 {
    font-size: 10px !important;
    letter-spacing: .01em !important
  }
  .font-size-phone-11 {
    font-size: 11px !important;
    letter-spacing: .005em !important
  }
  .font-size-phone-12 {
    font-size: 12px !important;
    letter-spacing: 0em !important
  }
  .font-size-phone-13 {
    font-size: 13px !important;
    letter-spacing: -0.0025em !important
  }
  .font-size-phone-14 {
    font-size: 14px !important;
    letter-spacing: -0.006em !important
  }
  .font-size-phone-15 {
    font-size: 15px !important;
    letter-spacing: -0.009em !important
  }
  .font-size-phone-16 {
    font-size: 16px !important;
    letter-spacing: -0.011em !important
  }
  .font-size-phone-17 {
    font-size: 17px !important;
    letter-spacing: -0.013em !important
  }
  .font-size-phone-18 {
    font-size: 18px !important;
    letter-spacing: -0.014em !important
  }
  .font-size-phone-19 {
    font-size: 19px !important;
    letter-spacing: -0.0155em !important
  }
  .font-size-phone-20 {
    font-size: 20px !important;
    letter-spacing: -0.017em !important
  }
  .font-size-phone-21 {
    font-size: 21px !important;
    letter-spacing: -0.0175em !important
  }
  .font-size-phone-22 {
    font-size: 22px !important;
    letter-spacing: -0.018em !important
  }
  .font-size-phone-23 {
    font-size: 23px !important;
    letter-spacing: -0.0185em !important
  }
  .font-size-phone-24 {
    font-size: 24px !important;
    letter-spacing: -0.019em !important
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  margin-bottom: 4.5px;
  letter-spacing: -0.015em
}
.d1::before, .d2::before, .d3::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: -2.25px
}
.d1 {
  font-size: 54px
}
@media(min-width: 436px) {
  .d1 {
    font-size: 60px
  }
}
@media(min-width: 1024px) {
  .d1 {
    font-size: 69px
  }
}
@media(min-width: 1240px) {
  .d1 {
    font-size: 75px
  }
}
.d2 {
  font-size: 51px
}
@media(min-width: 436px) {
  .d2 {
    font-size: 57px
  }
}
@media(min-width: 1024px) {
  .d2 {
    font-size: 63px
  }
}
@media(min-width: 1240px) {
  .d2 {
    font-size: 69px
  }
}
.d3 {
  font-size: 45px
}
@media(min-width: 436px) {
  .d3 {
    font-size: 51px
  }
}
@media(min-width: 1024px) {
  .d3 {
    font-size: 57px
  }
}
@media(min-width: 1240px) {
  .d3 {
    font-size: 63px
  }
}
h1, .h1 {
  font-size: 33px;
  letter-spacing: -0.022em
}
h1.largest, .h1.largest {
  font-size: 42px
}
h1.larger, .h1.larger {
  font-size: 39px
}
h1.large, .h1.large {
  font-size: 36px
}
h1.small, .h1.small {
  font-size: 30px
}
h1.smaller, .h1.smaller {
  font-size: 27px
}
h1.smallest, .h1.smallest {
  font-size: 24px
}
@media(min-width: 436px) {
  h1, .h1 {
    font-size: 42px
  }
  h1.largest, .h1.largest {
    font-size: 51px
  }
  h1.larger, .h1.larger {
    font-size: 48px
  }
  h1.large, .h1.large {
    font-size: 45px
  }
  h1.small, .h1.small {
    font-size: 39px
  }
  h1.smaller, .h1.smaller {
    font-size: 36px
  }
  h1.smallest, .h1.smallest {
    font-size: 33px
  }
}
@media(min-width: 1024px) {
  h1, .h1 {
    font-size: 51px
  }
  h1.largest, .h1.largest {
    font-size: 60px
  }
  h1.larger, .h1.larger {
    font-size: 57px
  }
  h1.large, .h1.large {
    font-size: 54px
  }
  h1.small, .h1.small {
    font-size: 48px
  }
  h1.smaller, .h1.smaller {
    font-size: 45px
  }
  h1.smallest, .h1.smallest {
    font-size: 42px
  }
}
@media(min-width: 1240px) {
  h1, .h1 {
    font-size: 57px
  }
  h1.largest, .h1.largest {
    font-size: 75px
  }
  h1.larger, .h1.larger {
    font-size: 69px
  }
  h1.large, .h1.large {
    font-size: 63px
  }
  h1.small, .h1.small {
    font-size: 51px
  }
  h1.smaller, .h1.smaller {
    font-size: 45px
  }
  h1.smallest, .h1.smallest {
    font-size: 39px
  }
}
h2, .h2 {
  font-size: 29px;
  letter-spacing: -0.021em
}
h2.largest, .h2.largest {
  font-size: 38px
}
h2.larger, .h2.larger {
  font-size: 35px
}
h2.large, .h2.large {
  font-size: 32px
}
h2.small, .h2.small {
  font-size: 26px
}
h2.smaller, .h2.smaller {
  font-size: 23px
}
h2.smallest, .h2.smallest {
  font-size: 20px
}
@media(min-width: 436px) {
  h2, .h2 {
    font-size: 36px
  }
  h2.largest, .h2.largest {
    font-size: 45px
  }
  h2.larger, .h2.larger {
    font-size: 42px
  }
  h2.large, .h2.large {
    font-size: 39px
  }
  h2.small, .h2.small {
    font-size: 33px
  }
  h2.smaller, .h2.smaller {
    font-size: 30px
  }
  h2.smallest, .h2.smallest {
    font-size: 27px
  }
}
@media(min-width: 1024px) {
  h2, .h2 {
    font-size: 43px
  }
  h2.largest, .h2.largest {
    font-size: 52px
  }
  h2.larger, .h2.larger {
    font-size: 49px
  }
  h2.large, .h2.large {
    font-size: 46px
  }
  h2.small, .h2.small {
    font-size: 40px
  }
  h2.smaller, .h2.smaller {
    font-size: 37px
  }
  h2.smallest, .h2.smallest {
    font-size: 34px
  }
}
@media(min-width: 1240px) {
  h2, .h2 {
    font-size: 47px
  }
  h2.largest, .h2.largest {
    font-size: 62px
  }
  h2.larger, .h2.larger {
    font-size: 56.96px
  }
  h2.large, .h2.large {
    font-size: 51.98px
  }
  h2.small, .h2.small {
    font-size: 42.02px
  }
  h2.smaller, .h2.smaller {
    font-size: 37.04px
  }
  h2.smallest, .h2.smallest {
    font-size: 32px
  }
}
h3, .h3 {
  font-size: 25px;
  letter-spacing: -0.02em
}
h3.largest, .h3.largest {
  font-size: 34px
}
h3.larger, .h3.larger {
  font-size: 31px
}
h3.large, .h3.large {
  font-size: 28px
}
h3.small, .h3.small {
  font-size: 22px
}
h3.smaller, .h3.smaller {
  font-size: 19px
}
h3.smallest, .h3.smallest {
  font-size: 16px
}
@media(min-width: 436px) {
  h3, .h3 {
    font-size: 30px
  }
  h3.largest, .h3.largest {
    font-size: 39px
  }
  h3.larger, .h3.larger {
    font-size: 36px
  }
  h3.large, .h3.large {
    font-size: 33px
  }
  h3.small, .h3.small {
    font-size: 27px
  }
  h3.smaller, .h3.smaller {
    font-size: 24px
  }
  h3.smallest, .h3.smallest {
    font-size: 21px
  }
}
@media(min-width: 1024px) {
  h3, .h3 {
    font-size: 35px
  }
  h3.largest, .h3.largest {
    font-size: 44px
  }
  h3.larger, .h3.larger {
    font-size: 41px
  }
  h3.large, .h3.large {
    font-size: 38px
  }
  h3.small, .h3.small {
    font-size: 32px
  }
  h3.smaller, .h3.smaller {
    font-size: 29px
  }
  h3.smallest, .h3.smallest {
    font-size: 26px
  }
}
@media(min-width: 1240px) {
  h3, .h3 {
    font-size: 37px
  }
  h3.largest, .h3.largest {
    font-size: 49px
  }
  h3.larger, .h3.larger {
    font-size: 44.98px
  }
  h3.large, .h3.large {
    font-size: 40.99px
  }
  h3.small, .h3.small {
    font-size: 33.01px
  }
  h3.smaller, .h3.smaller {
    font-size: 29.02px
  }
  h3.smallest, .h3.smallest {
    font-size: 25px
  }
}
h4, .h4 {
  font-size: 21px;
  letter-spacing: -0.015em
}
h4.largest, .h4.largest {
  font-size: 30px
}
h4.larger, .h4.larger {
  font-size: 27px
}
h4.large, .h4.large {
  font-size: 24px
}
h4.small, .h4.small {
  font-size: 18px
}
h4.smaller, .h4.smaller {
  font-size: 15px
}
h4.smallest, .h4.smallest {
  font-size: 12px
}
@media(min-width: 436px) {
  h4, .h4 {
    font-size: 24px
  }
  h4.largest, .h4.largest {
    font-size: 33px
  }
  h4.larger, .h4.larger {
    font-size: 30px
  }
  h4.large, .h4.large {
    font-size: 27px
  }
  h4.small, .h4.small {
    font-size: 21px
  }
  h4.smaller, .h4.smaller {
    font-size: 18px
  }
  h4.smallest, .h4.smallest {
    font-size: 15px
  }
}
@media(min-width: 1024px) {
  h4, .h4 {
    font-size: 27px
  }
  h4.largest, .h4.largest {
    font-size: 36px
  }
  h4.larger, .h4.larger {
    font-size: 33px
  }
  h4.large, .h4.large {
    font-size: 30px
  }
  h4.small, .h4.small {
    font-size: 24px
  }
  h4.smaller, .h4.smaller {
    font-size: 21px
  }
  h4.smallest, .h4.smallest {
    font-size: 18px
  }
}
h5, .h5 {
  font-size: 20px;
  letter-spacing: -0.015em
}
h5.largest, .h5.largest {
  font-size: 29px
}
h5.larger, .h5.larger {
  font-size: 26px
}
h5.large, .h5.large {
  font-size: 23px
}
h5.small, .h5.small {
  font-size: 17px
}
h5.smaller, .h5.smaller {
  font-size: 14px
}
h5.smallest, .h5.smallest {
  font-size: 11px
}
@media(min-width: 436px) {
  h5, .h5 {
    font-size: 22px
  }
  h5.largest, .h5.largest {
    font-size: 31px
  }
  h5.larger, .h5.larger {
    font-size: 28px
  }
  h5.large, .h5.large {
    font-size: 25px
  }
  h5.small, .h5.small {
    font-size: 19px
  }
  h5.smaller, .h5.smaller {
    font-size: 16px
  }
  h5.smallest, .h5.smallest {
    font-size: 13px
  }
}
@media(min-width: 1024px) {
  h5, .h5 {
    font-size: 24px
  }
  h5.largest, .h5.largest {
    font-size: 33px
  }
  h5.larger, .h5.larger {
    font-size: 30px
  }
  h5.large, .h5.large {
    font-size: 27px
  }
  h5.small, .h5.small {
    font-size: 21px
  }
  h5.smaller, .h5.smaller {
    font-size: 18px
  }
  h5.smallest, .h5.smallest {
    font-size: 15px
  }
}
h6, .h6 {
  font-size: 19px;
  letter-spacing: -0.015em
}
h6.largest, .h6.largest {
  font-size: 28px
}
h6.larger, .h6.larger {
  font-size: 25px
}
h6.large, .h6.large {
  font-size: 22px
}
h6.small, .h6.small {
  font-size: 16px
}
h6.smaller, .h6.smaller {
  font-size: 13px
}
h6.smallest, .h6.smallest {
  font-size: 10px
}
@media(min-width: 436px) {
  h6, .h6 {
    font-size: 20px
  }
  h6.largest, .h6.largest {
    font-size: 29px
  }
  h6.larger, .h6.larger {
    font-size: 26px
  }
  h6.large, .h6.large {
    font-size: 23px
  }
  h6.small, .h6.small {
    font-size: 17px
  }
  h6.smaller, .h6.smaller {
    font-size: 14px
  }
  h6.smallest, .h6.smallest {
    font-size: 11px
  }
}
@media(min-width: 1024px) {
  h6, .h6 {
    font-size: 20px
  }
  h6.largest, .h6.largest {
    font-size: 29px
  }
  h6.larger, .h6.larger {
    font-size: 26px
  }
  h6.large, .h6.large {
    font-size: 23px
  }
  h6.small, .h6.small {
    font-size: 17px
  }
  h6.smaller, .h6.smaller {
    font-size: 14px
  }
  h6.smallest, .h6.smallest {
    font-size: 11px
  }
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: .35s
}
a:hover {
  transition: .15s;
  opacity: .8
}
ol, p, blockquote, q {
  margin-bottom: 1em
}
article .h1, article h1, .text .h1, .text h1 {
  line-height: 1.3125;
  margin-bottom: 4.5px
}
article .h2, article h2, article .h3, article h3, article .h4, article h4, article .h5, article h5, article .h6, article h6, .text .h2, .text h2, .text .h3, .text h3, .text .h4, .text h4, .text .h5, .text h5, .text .h6, .text h6 {
  line-height: 1.3125;
  margin-bottom: 4.5px;
  margin-top: 13.5px
}
article p, article blockquote, article q, article ul li, article ol li, .text p, .text blockquote, .text q, .text ul li, .text ol li {
  line-height: 1.575
}
article ul, article ol, article p, article blockquote, article q, .text ul, .text ol, .text p, .text blockquote, .text q {
  margin-bottom: 13.5px
}
article ul, article ol, .text ul, .text ol {
  padding-left: 36px
}
article ul li, .text ul li {
  list-style-type: disc
}
article ol li, .text ol li {
  list-style-type: decimal
}
article em, .text em {
  font-style: italic
}
article blockquote, .text blockquote {
  font-size: 19.8px;
  font-weight: bold;
  padding: 9px 0 9px 36px;
  border-left: 4px solid #000;
  margin: 36px;
  background: #f9f9f9;
  quotes: "“""”""‘""’"
}
article blockquote p, .text blockquote p {
  display: inline
}
article q, .text q {
  font-size: 19.8px;
  quotes: "“""”""‘""’";
  display: block;
  font-weight: bold;
  margin: 36px 36px
}
article q:before, .text q:before {
  content: open-quote
}
article q:after, .text q:after {
  content: close-quote
}
article hr, .text hr {
  background: #000;
  height: 1px;
  margin: 36px auto
}
article > *:first-child, .text > *:first-child {
  margin-top: 0
}
article > *:last-child, .text > *:last-child {
  margin-bottom: 0
}
article a, .text a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: .35s;
  text-decoration: underline
}
article a:hover, .text a:hover {
  transition: .15s;
  opacity: .8
}
article code, .text code {
  display: block;
  background: #1b1a24;
  color: #fff;
  padding: 36px;
  margin: 36px 0
}
article figure, .text figure {
  margin: 36px
}
article img, .text img {
  margin: auto;
  text-align: center
}
article figcaption, .text figcaption {
  font-size: 12px;
  opacity: .8;
  margin-top: 13.5px
}
.white {
  background: #fff !important;
  color: #202020 !important
}
.white svg {
  fill: #202020 !important
}
.text-white {
  color: #fff !important
}
.text-white.button svg {
  fill: #fff !important
}
.stroke.button.white {
  color: #fff !important;
  border-color: #fff !important
}
.stroke.button.white svg {
  fill: #fff !important
}
.black {
  background: #202020 !important;
  color: #fff !important
}
.black svg {
  fill: #fff !important
}
.text-black {
  color: #202020 !important
}
.text-black.button svg {
  fill: #202020 !important
}
.stroke.button.black {
  color: #202020 !important;
  border-color: #202020 !important
}
.stroke.button.black svg {
  fill: #202020 !important
}
.dark {
  background: #111 !important;
  color: #fff !important
}
.dark svg {
  fill: #fff !important
}
.text-dark {
  color: #111 !important
}
.text-dark.button svg {
  fill: #111 !important
}
.stroke.button.dark {
  color: #111 !important;
  border-color: #111 !important
}
.stroke.button.dark svg {
  fill: #111 !important
}
.red {
  background: #f44336 !important;
  color: #fff !important
}
.red svg {
  fill: #fff !important
}
.text-red {
  color: #f44336 !important
}
.text-red.button svg {
  fill: #f44336 !important
}
.stroke.button.red {
  color: #f44336 !important;
  border-color: #f44336 !important
}
.stroke.button.red svg {
  fill: #f44336 !important
}
.pink {
  background: #e91e63 !important;
  color: #fff !important
}
.pink svg {
  fill: #fff !important
}
.text-pink {
  color: #e91e63 !important
}
.text-pink.button svg {
  fill: #e91e63 !important
}
.stroke.button.pink {
  color: #e91e63 !important;
  border-color: #e91e63 !important
}
.stroke.button.pink svg {
  fill: #e91e63 !important
}
.purple {
  background: #9c27b0 !important;
  color: #fff !important
}
.purple svg {
  fill: #fff !important
}
.text-purple {
  color: #9c27b0 !important
}
.text-purple.button svg {
  fill: #9c27b0 !important
}
.stroke.button.purple {
  color: #9c27b0 !important;
  border-color: #9c27b0 !important
}
.stroke.button.purple svg {
  fill: #9c27b0 !important
}
.deepPurple {
  background: #673ab7 !important;
  color: #fff !important
}
.deepPurple svg {
  fill: #fff !important
}
.text-deepPurple {
  color: #673ab7 !important
}
.text-deepPurple.button svg {
  fill: #673ab7 !important
}
.stroke.button.deepPurple {
  color: #673ab7 !important;
  border-color: #673ab7 !important
}
.stroke.button.deepPurple svg {
  fill: #673ab7 !important
}
.indigo {
  background: #263647 !important;
  color: #e5e5e5 !important
}
.indigo svg {
  fill: #fff !important
}
.text-indigo {
  color: #263647 !important
}
.text-indigo.button svg {
  fill: #263647 !important
}
.stroke.button.indigo {
  color: #263647 !important;
  border-color: #263647 !important
}
.stroke.button.indigo svg {
  fill: #263647 !important
}
.blue {
  background: #6b9aca !important;
  color: #fff !important
}
.blue svg {
  fill: #fff !important
}
.text-blue {
  color: #6c9ac8 !important
}
.text-blue.button svg {
  fill: #6c9ac8 !important
}
.stroke.button.blue {
  color: #2196f3 !important;
  border-color: #2196f3 !important
}
.stroke.button.blue svg {
  fill: #2196f3 !important
}
.cyan {
  background: #00bcd4 !important;
  color: #fff !important
}
.cyan svg {
  fill: #fff !important
}
.text-cyan {
  color: #00bcd4 !important
}
.text-cyan.button svg {
  fill: #00bcd4 !important
}
.stroke.button.cyan {
  color: #00bcd4 !important;
  border-color: #00bcd4 !important
}
.stroke.button.cyan svg {
  fill: #00bcd4 !important
}
.teal {
  background: #009688 !important;
  color: #fff !important
}
.teal svg {
  fill: #fff !important
}
.text-teal {
  color: #009688 !important
}
.text-teal.button svg {
  fill: #009688 !important
}
.stroke.button.teal {
  color: #009688 !important;
  border-color: #009688 !important
}
.stroke.button.teal svg {
  fill: #009688 !important
}
.green {
  background: #219653 !important;
  color: #fff !important
}
.green svg {
  fill: #fff !important
}
.text-green {
  color: #219653 !important
}
.text-green.button svg {
  fill: #219653 !important
}
.stroke.button.green {
  color: #219653 !important;
  border-color: #219653 !important
}
.stroke.button.green svg {
  fill: #219653 !important
}
.lightGreen {
  background: #8bc34a !important;
  color: #fff !important
}
.lightGreen svg {
  fill: #fff !important
}
.text-lightGreen {
  color: #8bc34a !important
}
.text-lightGreen.button svg {
  fill: #8bc34a !important
}
.stroke.button.lightGreen {
  color: #8bc34a !important;
  border-color: #8bc34a !important
}
.stroke.button.lightGreen svg {
  fill: #8bc34a !important
}
.lime {
  background: #cddc39 !important;
  color: #fff !important
}
.lime svg {
  fill: #fff !important
}
.text-lime {
  color: #cddc39 !important
}
.text-lime.button svg {
  fill: #cddc39 !important
}
.stroke.button.lime {
  color: #cddc39 !important;
  border-color: #cddc39 !important
}
.stroke.button.lime svg {
  fill: #cddc39 !important
}
.yellow {
  background: #ffeb3b !important;
  color: #202020 !important
}
.yellow svg {
  fill: #202020 !important
}
.text-yellow {
  color: #ffeb3b !important
}
.text-yellow.button svg {
  fill: #ffeb3b !important
}
.stroke.button.yellow {
  color: #ffeb3b !important;
  border-color: #ffeb3b !important
}
.stroke.button.yellow svg {
  fill: #ffeb3b !important
}
.amber {
  background: #ffc107 !important;
  color: #fff !important
}
.amber svg {
  fill: #fff !important
}
.text-amber {
  color: #ffc107 !important
}
.text-amber.button svg {
  fill: #ffc107 !important
}
.stroke.button.amber {
  color: #ffc107 !important;
  border-color: #ffc107 !important
}
.stroke.button.amber svg {
  fill: #ffc107 !important
}
.orange {
  background: #ff9800 !important;
  color: #fff !important
}
.orange svg {
  fill: #fff !important
}
.text-orange {
  color: #ff9800 !important
}
.text-orange.button svg {
  fill: #ff9800 !important
}
.stroke.button.orange {
  color: #ff9800 !important;
  border-color: #ff9800 !important
}
.stroke.button.orange svg {
  fill: #ff9800 !important
}
.deepOrange {
  background: #ff5722 !important;
  color: #fff !important
}
.deepOrange svg {
  fill: #fff !important
}
.text-deepOrange {
  color: #ff5722 !important
}
.text-deepOrange.button svg {
  fill: #ff5722 !important
}
.stroke.button.deepOrange {
  color: #ff5722 !important;
  border-color: #ff5722 !important
}
.stroke.button.deepOrange svg {
  fill: #ff5722 !important
}
.brown {
  background: #795548 !important;
  color: #fff !important
}
.brown svg {
  fill: #fff !important
}
.text-brown {
  color: #795548 !important
}
.text-brown.button svg {
  fill: #795548 !important
}
.stroke.button.brown {
  color: #795548 !important;
  border-color: #795548 !important
}
.stroke.button.brown svg {
  fill: #795548 !important
}
.gray {
  background: #bbb !important;
  color: #fff !important
}
.gray svg {
  fill: #fff !important
}
.text-gray {
  color: #bbb !important
}
.text-gray.button svg {
  fill: #bbb !important
}
.stroke.button.gray {
  color: #bbb !important;
  border-color: #bbb !important
}
.stroke.button.gray svg {
  fill: #bbb !important
}
.blueGray {
  background: #607d8b !important;
  color: #fff !important
}
.blueGray svg {
  fill: #fff !important
}
.text-blueGray {
  color: #607d8b !important
}
.text-blueGray.button svg {
  fill: #607d8b !important
}
.stroke.button.blueGray {
  color: #607d8b !important;
  border-color: #607d8b !important
}
.stroke.button.blueGray svg {
  fill: #607d8b !important
}
.social-facebook {
  background: #3b5998 !important;
  color: #fff !important
}
.social-facebook svg {
  fill: #fff !important
}
.text-social-facebook {
  color: #3b5998 !important
}
.text-social-facebook.button svg {
  fill: #3b5998 !important
}
.stroke.button.social-facebook {
  color: #3b5998 !important;
  border-color: #3b5998 !important
}
.stroke.button.social-facebook svg {
  fill: #3b5998 !important
}
.social-twitter {
  background: #55acee !important;
  color: #fff !important
}
.social-twitter svg {
  fill: #fff !important
}
.text-social-twitter {
  color: #55acee !important
}
.text-social-twitter.button svg {
  fill: #55acee !important
}
.stroke.button.social-twitter {
  color: #55acee !important;
  border-color: #55acee !important
}
.stroke.button.social-twitter svg {
  fill: #55acee !important
}
.social-googlePlus {
  background: #dd4330 !important;
  color: #fff !important
}
.social-googlePlus svg {
  fill: #fff !important
}
.text-social-googlePlus {
  color: #dd4330 !important
}
.text-social-googlePlus.button svg {
  fill: #dd4330 !important
}
.stroke.button.social-googlePlus {
  color: #dd4330 !important;
  border-color: #dd4330 !important
}
.stroke.button.social-googlePlus svg {
  fill: #dd4330 !important
}
.social-behance {
  background: #105dfb !important;
  color: #fff !important
}
.social-behance svg {
  fill: #fff !important
}
.text-social-behance {
  color: #105dfb !important
}
.text-social-behance.button svg {
  fill: #105dfb !important
}
.stroke.button.social-behance {
  color: #105dfb !important;
  border-color: #105dfb !important
}
.stroke.button.social-behance svg {
  fill: #105dfb !important
}
.social-medium {
  background: #12100e !important;
  color: #fff !important
}
.social-medium svg {
  fill: #fff !important
}
.text-social-medium {
  color: #12100e !important
}
.text-social-medium.button svg {
  fill: #12100e !important
}
.stroke.button.social-medium {
  color: #12100e !important;
  border-color: #12100e !important
}
.stroke.button.social-medium svg {
  fill: #12100e !important
}
.social-stumbleupon {
  background: #eb4924 !important;
  color: #fff !important
}
.social-stumbleupon svg {
  fill: #fff !important
}
.text-social-stumbleupon {
  color: #eb4924 !important
}
.text-social-stumbleupon.button svg {
  fill: #eb4924 !important
}
.stroke.button.social-stumbleupon {
  color: #eb4924 !important;
  border-color: #eb4924 !important
}
.stroke.button.social-stumbleupon svg {
  fill: #eb4924 !important
}
.social-linkedin {
  background: #0077b5 !important;
  color: #fff !important
}
.social-linkedin svg {
  fill: #fff !important
}
.text-social-linkedin {
  color: #0077b5 !important
}
.text-social-linkedin.button svg {
  fill: #0077b5 !important
}
.stroke.button.social-linkedin {
  color: #0077b5 !important;
  border-color: #0077b5 !important
}
.stroke.button.social-linkedin svg {
  fill: #0077b5 !important
}
.social-pinterest {
  background: #cc2127 !important;
  color: #fff !important
}
.social-pinterest svg {
  fill: #fff !important
}
.text-social-pinterest {
  color: #cc2127 !important
}
.text-social-pinterest.button svg {
  fill: #cc2127 !important
}
.stroke.button.social-pinterest {
  color: #cc2127 !important;
  border-color: #cc2127 !important
}
.stroke.button.social-pinterest svg {
  fill: #cc2127 !important
}
.social-instagram {
  background: #e4405f !important;
  color: #fff !important
}
.social-instagram svg {
  fill: #fff !important
}
.text-social-instagram {
  color: #e4405f !important
}
.text-social-instagram.button svg {
  fill: #e4405f !important
}
.stroke.button.social-instagram {
  color: #e4405f !important;
  border-color: #e4405f !important
}
.stroke.button.social-instagram svg {
  fill: #e4405f !important
}
.social-tumblr {
  background: #34455d !important;
  color: #fff !important
}
.social-tumblr svg {
  fill: #fff !important
}
.text-social-tumblr {
  color: #34455d !important
}
.text-social-tumblr.button svg {
  fill: #34455d !important
}
.stroke.button.social-tumblr {
  color: #34455d !important;
  border-color: #34455d !important
}
.stroke.button.social-tumblr svg {
  fill: #34455d !important
}
.social-dribbble {
  background: #ea4c89 !important;
  color: #fff !important
}
.social-dribbble svg {
  fill: #fff !important
}
.text-social-dribbble {
  color: #ea4c89 !important
}
.text-social-dribbble.button svg {
  fill: #ea4c89 !important
}
.stroke.button.social-dribbble {
  color: #ea4c89 !important;
  border-color: #ea4c89 !important
}
.stroke.button.social-dribbble svg {
  fill: #ea4c89 !important
}
.social-youtube {
  background: #cd201f !important;
  color: #fff !important
}
.social-youtube svg {
  fill: #fff !important
}
.text-social-youtube {
  color: #cd201f !important
}
.text-social-youtube.button svg {
  fill: #cd201f !important
}
.stroke.button.social-youtube {
  color: #cd201f !important;
  border-color: #cd201f !important
}
.stroke.button.social-youtube svg {
  fill: #cd201f !important
}
.social-delicious {
  background: #39f !important;
  color: #fff !important
}
.social-delicious svg {
  fill: #fff !important
}
.text-social-delicious {
  color: #39f !important
}
.text-social-delicious.button svg {
  fill: #39f !important
}
.stroke.button.social-delicious {
  color: #39f !important;
  border-color: #39f !important
}
.stroke.button.social-delicious svg {
  fill: #39f !important
}
.social-digg {
  background: #000 !important;
  color: #fff !important
}
.social-digg svg {
  fill: #fff !important
}
.text-social-digg {
  color: #000 !important
}
.text-social-digg.button svg {
  fill: #000 !important
}
.stroke.button.social-digg {
  color: #000 !important;
  border-color: #000 !important
}
.stroke.button.social-digg svg {
  fill: #000 !important
}
.social-vimeo {
  background: #fff !important;
  color: #1ab7ea !important
}
.social-vimeo svg {
  fill: #1ab7ea !important
}
.text-social-vimeo {
  color: #fff !important
}
.text-social-vimeo.button svg {
  fill: #fff !important
}
.stroke.button.social-vimeo {
  color: #fff !important;
  border-color: #fff !important
}
.stroke.button.social-vimeo svg {
  fill: #fff !important
}
.social-whatsapp {
  background: #25d366 !important;
  color: #fff !important
}
.social-whatsapp svg {
  fill: #fff !important
}
.text-social-whatsapp {
  color: #25d366 !important
}
.text-social-whatsapp.button svg {
  fill: #25d366 !important
}
.stroke.button.social-whatsapp {
  color: #25d366 !important;
  border-color: #25d366 !important
}
.stroke.button.social-whatsapp svg {
  fill: #25d366 !important
}
.social-xing {
  background: #026466 !important;
  color: #fff !important
}
.social-xing svg {
  fill: #fff !important
}
.text-social-xing {
  color: #026466 !important
}
.text-social-xing.button svg {
  fill: #026466 !important
}
.stroke.button.social-xing {
  color: #026466 !important;
  border-color: #026466 !important
}
.stroke.button.social-xing svg {
  fill: #026466 !important
}
.social-youtube {
  background: #fc0d1c !important;
  color: #fff !important
}
.social-youtube svg {
  fill: #fff !important
}
.text-social-youtube {
  color: #fc0d1c !important
}
.text-social-youtube.button svg {
  fill: #fc0d1c !important
}
.stroke.button.social-youtube {
  color: #fc0d1c !important;
  border-color: #fc0d1c !important
}
.stroke.button.social-youtube svg {
  fill: #fc0d1c !important
}
.flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%
}
.flex > [class*=col-] {
  padding-left: 2%;
  padding-right: 2%
}
.flex.fixedSpaces {
  margin-left: -10px;
  margin-right: -10px
}
.flex.fixedSpaces > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px
}
.flex.noSpaces {
  margin-left: 0;
  margin-right: 0
}
.flex.noSpaces > [class*=col-] {
  padding-left: 0;
  padding-right: 0
}
.flex.verticalCenter {
  align-items: center
}
.flex.horizontalCenter {
  justify-content: center
}
.flex.reverse {
  flex-wrap: wrap-reverse
}
.flex.bottom [class*=col-], .flex.reverse.top [class*=col-] {
  align-self: flex-end
}
.flex.top [class*=col-], .flex.reverse.bottom [class*=col-] {
  align-self: flex-start
}
.flex > .col-1-12 {
  width: 8.3333333333%
}
.flex > .col-2-12 {
  width: 16.6666666667%
}
.flex > .col-3-12 {
  width: 25%
}
.flex > .col-4-12 {
  width: 33.3333333333%
}
.flex > .col-5-12 {
  width: 41.6666666667%
}
.flex > .col-6-12 {
  width: 50%
}
.flex > .col-7-12 {
  width: 58.3333333333%
}
.flex > .col-8-12 {
  width: 66.6666666667%
}
.flex > .col-9-12 {
  width: 75%
}
.flex > .col-10-12 {
  width: 83.3333333333%
}
.flex > .col-11-12 {
  width: 91.6666666667%
}
.flex > .col-12-12 {
  width: 100%
}
.flex > .col-1-10 {
  width: 10%
}
.flex > .col-2-10 {
  width: 20%
}
.flex > .col-3-10 {
  width: 30%
}
.flex > .col-4-10 {
  width: 40%
}
.flex > .col-5-10 {
  width: 50%
}
.flex > .col-6-10 {
  width: 60%
}
.flex > .col-7-10 {
  width: 70%
}
.flex > .col-8-10 {
  width: 80%
}
.flex > .col-9-10 {
  width: 90%
}
.flex > .col-10-10 {
  width: 100%
}
@media(max-width: 1023px) {
  .flex:not(.later) > [class*=col-]:not([class*=col-phablet-]):not([class*=col-phone-]) {
    width: 100%
  }
  .flex > .col-tablet-1-1 {
    width: 100% !important
  }
  .flex > .col-tablet-1-2 {
    width: 50% !important
  }
  .flex > .col-tablet-1-3 {
    width: 33.33333333% !important
  }
  .flex > .col-tablet-2-3 {
    width: 66.66666666% !important
  }
  .flex > .col-tablet-1-4 {
    width: 25% !important
  }
  .flex > .col-tablet-3-4 {
    width: 75% !important
  }
  .flex > .col-tablet-1-5 {
    width: 20% !important
  }
  .flex > .col-tablet-2-5 {
    width: 40% !important
  }
  .flex > .col-tablet-3-5 {
    width: 60% !important
  }
  .flex > .col-tablet-4-5 {
    width: 80% !important
  }
}
@media(max-width: 767px) {
  .flex.later > [class*=col-]:not([class*=col-phone-]) {
    width: 100%
  }
  .flex > .col-phablet-1-1 {
    width: 100% !important
  }
  .flex > .col-phablet-1-2 {
    width: 50% !important
  }
  .flex > .col-phablet-1-3 {
    width: 33.33333333% !important
  }
  .flex > .col-phablet-2-3 {
    width: 66.66666666% !important
  }
  .flex > .col-phablet-1-4 {
    width: 25% !important
  }
  .flex > .col-phablet-3-4 {
    width: 75% !important
  }
}
@media(max-width: 435px) {
  .flex > [class*=col-] {
    width: 100%
  }
  .flex > .col-phone-1-1 {
    width: 100% !important
  }
  .flex > .col-phone-1-2 {
    width: 50% !important
  }
  .flex > .col-phone-1-3 {
    width: 33.33333333% !important
  }
  .flex > .col-phone-2-3 {
    width: 66.66666666% !important
  }
}
.dialogContainer {
  pointer-events: none
}
.dialogContainer, .dialog {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300
}
.dialog {
  pointer-events: all;
  color: #303030;
  border-radius: 3px;
  max-width: 350px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: default;
  opacity: .98;
  line-height: 1.3;
  background: #fff;
  margin: 12px 20px;
  overflow: hidden;
  text-align: left;
  transform: translate3d(0, 0, 0);
  transition: all .75s, height 0s;
  transition-timing-function: cubic-bezier(0.25, 1.37, 0.44, 0.93);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.dialog.rectangular {
  border-radius: 0px
}
.dialog.rounded {
  border-radius: 6px
}
.dialog:hover {
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transition: .35s
}
.dialog .button.small {
  margin-left: 4px;
  margin-right: 4px
}
.dialog .button {
  margin-left: 7px;
  margin-right: 7px
}
.dialogContainer > .dialog {
  position: relative
}
.dialog.hidden {
  display: none
}
.dialog.hide {
  transform: scale(0.5);
  opacity: 0 !important;
  transition: height 0s, opacity .5s, transform .5s !important
}
.dialog.reveal {
  transition: 0s !important
}
.dialog .close {
  padding: 12px;
  position: absolute;
  font-size: 0;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: .35s;
  opacity: 0;
  z-index: 10
}
.dialog .close:after, .dialog .close:before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #202020;
  transform: rotate(45deg);
  position: absolute;
  right: 6px
}
.dialog .close:before {
  transform: rotate(-45deg)
}
.dialog .close:active {
  opacity: 1
}
.dialog .close.white {
  background: transparent !important
}
.dialog .close.white:after, .dialog .close.white:before {
  background: #fff
}
.dialog:hover .close {
  opacity: .2
}
.dialog .close:hover, .mobile .dialog .close {
  opacity: 1 !important
}
.dialog .dialogContent {
  padding: 20px
}
.dialog .avatar {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px
}
.dialog .avatar + .text {
  width: calc(100% - 70px);
  margin-left: 70px
}
.dialog .title {
  margin: 8px 0;
  font-weight: 500
}
.dialog ul {
  display: table;
  width: 100%;
  font-size: 0;
  font-weight: 600;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1) inset
}
.dialog .hiddenContent {
  overflow: hidden;
  display: block;
  max-height: 0;
  opacity: 0;
  transition: .5s
}
html:not(.page-loaded) .dialog {
  transform: scale(0.5) translateY(100%);
  opacity: 0
}
.dialog:hover .hiddenContent, .dialog.hover .hiddenContent {
  max-height: 90px;
  opacity: 1
}
.dialog [data-href], .dialog [data-dialog-action=close] {
  cursor: pointer
}
.dialog li {
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  display: table-cell;
  width: 33.33333%;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: none;
  transition: .25s;
  box-shadow: inset 0 -100px 0 rgba(41, 41, 41, 0)
}
.dialog li .material-icons {
  position: relative;
  margin-bottom: 13px;
  top: 6px;
  margin-right: 8px
}
.dialog li .material-icons.right {
  margin-right: 0;
  margin-left: 8px
}
.dialog li svg {
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  margin-right: 8px;
  position: relative;
  top: -2px
}
.dialog li svg.right {
  margin-right: 0;
  margin-left: 8px
}
.dialog li {
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}
.dialog li:first-child {
  border-left: none
}
.dialog li:hover {
  box-shadow: inset 0 -100px 0 rgba(0, 0, 0, 0.05)
}
.dialog li input {
  font-size: 16px;
  width: 250px;
  border: none;
  padding: 13px 5px 16px 15px;
  outline: none;
  margin: 1px 0 0 0;
  color: #202020;
  height: 50px;
  box-shadow: none !important;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
@media(max-width: 414px) {
  .dialog {
    margin: 10px;
    max-width: 100%
  }
}
.dialogContainer:not(.bottom) .dialog + .dialog {
  margin-bottom: 0px
}
.dialogContainer.bottom .dialog + .dialog {
  margin-top: 0px
}
.dialogContainer.bottom, .dialog.bottom {
  top: inherit;
  bottom: 0
}
.dialogContainer.left, .dialog.left {
  right: inherit;
  left: 0
}
.table {
  display: table;
  width: 100%;
  height: 100%
}
.cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle
}
.scroll-x {
  overflow-x: scroll
}
.scroll-y {
  overflow-y: scroll
}
.overflow-hidden, .scroll-hidden {
  overflow: hidden
}
.overflow-reset {
  overflow: auto !important
}
.noBorder {
  border: none !important
}
.noText {
  font-size: 0
}
.noBr, .nobr, .nowrap {
  white-space: nowrap
}
.wrap-white-space {
  white-space: initial
}
.noShadow {
  box-shadow: none !important
}
.noHoverShadow:hover, .noShadowHover:hover {
  box-shadow: none !important
}
.top {
  vertical-align: top !important
}
.left {
  text-align: left !important
}
.right {
  text-align: right !important
}
.center {
  text-align: center !important
}
.align-top {
  vertical-align: top !important
}
.align-left {
  text-align: left !important
}
.align-right {
  text-align: right !important
}
.align-center {
  text-align: center !important
}
.middle {
  vertical-align: middle !important
}
.bottom {
  vertical-align: bottom !important
}
.rtl {
  direction: rtl;
  unicode-bidi: embed
}
.position-left {
  left: 0
}
.position-top {
  top: 0
}
.position-bottom {
  bottom: 0
}
.position-right {
  right: 0
}
.float-right {
  float: right !important
}
.float-left {
  float: left !important
}
.float-none {
  float: none !important
}
.outline-none {
  outline: none !important
}
.slides.firstSlide .hideForFirstSlide, .slides.lastSlide .hideForLastSlide {
  display: none
}
.block {
  display: block !important
}
.inlineBlock {
  display: inline-block !important
}
.inline {
  display: inline !important
}
.relative {
  position: relative !important
}
.absolute {
  position: absolute !important
}
.fixed {
  position: fixed !important
}
.nowrap {
  white-space: nowrap
}
.wide {
  width: 100% !important
}
.hidden {
  display: none
}
[class*=shift-] {
  position: relative
}
.shift-up-1 {
  top: -1px !important
}
.shift-up-2 {
  top: -2px !important
}
.shift-up-3 {
  top: -3px !important
}
.shift-up-4 {
  top: -4px !important
}
.shift-up-5 {
  top: -5px !important
}
.shift-down-1 {
  top: 1px !important
}
.shift-down-2 {
  top: 2px !important
}
.shift-down-3 {
  top: 3px !important
}
.shift-down-4 {
  top: 4px !important
}
.shift-down-5 {
  top: 5px !important
}
.shift-left-1 {
  left: -1px !important
}
.shift-left-2 {
  left: -2px !important
}
.shift-left-3 {
  left: -3px !important
}
.shift-left-4 {
  left: -4px !important
}
.shift-left-5 {
  left: -5px !important
}
.shift-right-1 {
  left: 1px !important
}
.shift-right-2 {
  left: 2px !important
}
.shift-right-3 {
  left: 3px !important
}
.shift-right-4 {
  left: 4px !important
}
.shift-right-5 {
  left: 5px !important
}
@media(max-width: 1023px) {
  .wideForTablet {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important
  }
  .tablet-align-top {
    vertical-align: top !important
  }
  .tablet-align-bottom {
    vertical-align: bottom !important
  }
  .tablet-align-left {
    text-align: left !important
  }
  .tablet-align-right {
    text-align: right !important
  }
  .tablet-align-center {
    text-align: center !important
  }
  .tablet-block {
    display: block !important
  }
  .tablet-inlineBlock {
    display: inline-block !important
  }
}
@media(max-width: 767px) {
  .wideForPhablet {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important
  }
  .phablet-align-top {
    vertical-align: top !important
  }
  .phablet-align-bottom {
    vertical-align: bottom !important
  }
  .phablet-align-left {
    text-align: left !important
  }
  .phablet-align-right {
    text-align: right !important
  }
  .phablet-align-center {
    text-align: center !important
  }
  .phablet-block {
    display: block !important
  }
  .phablet-inlineBlock {
    display: inline-block !important
  }
}
@media(max-width: 435px) {
  .wideForPhone {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important
  }
  .phone-align-top {
    vertical-align: top !important
  }
  .phone-align-bottom {
    vertical-align: bottom !important
  }
  .phone-align-left {
    text-align: left !important
  }
  .phone-align-right {
    text-align: right !important
  }
  .phone-align-center {
    text-align: center !important
  }
  .phone-block {
    display: block !important
  }
  .phone-inlineBlock {
    display: inline-block !important
  }
}
.round {
  border-radius: 999px !important
}
.rounded {
  border-radius: 6px !important
}
.rectangular {
  border-radius: 0 !important
}
.radius-1 {
  border-radius: 1px !important
}
.radius-2 {
  border-radius: 2px !important
}
.radius-3 {
  border-radius: 3px !important
}
.radius-4 {
  border-radius: 4px !important
}
.radius-5 {
  border-radius: 5px !important
}
.radius-6 {
  border-radius: 6px !important
}
.radius-7 {
  border-radius: 7px !important
}
.radius-8 {
  border-radius: 8px !important
}
.radius-9 {
  border-radius: 9px !important
}
.radius-10 {
  border-radius: 10px !important
}
.radius-11 {
  border-radius: 11px !important
}
.radius-12 {
  border-radius: 12px !important
}
.radius-13 {
  border-radius: 13px !important
}
.radius-14 {
  border-radius: 14px !important
}
.radius-15 {
  border-radius: 15px !important
}
.radius-16 {
  border-radius: 16px !important
}
.radius-17 {
  border-radius: 17px !important
}
.radius-18 {
  border-radius: 18px !important
}
.radius-19 {
  border-radius: 19px !important
}
.radius-20 {
  border-radius: 20px !important
}
.radius-21 {
  border-radius: 21px !important
}
.radius-22 {
  border-radius: 22px !important
}
.radius-23 {
  border-radius: 23px !important
}
.radius-24 {
  border-radius: 24px !important
}
.radius-25 {
  border-radius: 25px !important
}
.opacity-0 {
  opacity: 0 !important
}
.opacity-1 {
  opacity: .1 !important
}
.opacity-2 {
  opacity: .2 !important
}
.opacity-3 {
  opacity: .3 !important
}
.opacity-4 {
  opacity: .4 !important
}
.opacity-5 {
  opacity: .5 !important
}
.opacity-6 {
  opacity: .6 !important
}
.opacity-7 {
  opacity: .7 !important
}
.opacity-8 {
  opacity: .8 !important
}
.opacity-9 {
  opacity: .9 !important
}
.opacity-10, .opaque {
  opacity: 1 !important
}
.transparent {
  background: transparent !important
}
.crop {
  margin: 0 !important
}
.cropBottom {
  margin-bottom: 0 !important
}
.cropTop {
  margin-top: 0 !important
}
.cropLeft, .cropSides {
  margin-left: 0 !important
}
.cropRight, .cropSides {
  margin-right: 0 !important
}
.trim {
  padding: 0 !important
}
.trimBottom {
  padding-bottom: 0 !important
}
.trimTop {
  padding-top: 0 !important
}
.trimLeft, .trimSides {
  padding-left: 0 !important
}
.trimRight, .trimSides {
  padding-right: 0 !important
}
.padding-0 {
  padding: 0px !important
}
.padding-1 {
  padding: 10px !important
}
.padding-2 {
  padding: 20px !important
}
.padding-3 {
  padding: 30px !important
}
.padding-4 {
  padding: 40px !important
}
.padding-5 {
  padding: 50px !important
}
.padding-6 {
  padding: 60px !important
}
.padding-7 {
  padding: 70px !important
}
.padding-8 {
  padding: 80px !important
}
.padding-9 {
  padding: 90px !important
}
.padding-10 {
  padding: 100px !important
}
.padding-11 {
  padding: 110px !important
}
.padding-12 {
  padding: 120px !important
}
.padding-13 {
  padding: 130px !important
}
.padding-14 {
  padding: 140px !important
}
.padding-15 {
  padding: 150px !important
}
.padding-16 {
  padding: 160px !important
}
.padding-17 {
  padding: 170px !important
}
.padding-18 {
  padding: 180px !important
}
.padding-19 {
  padding: 190px !important
}
.padding-20 {
  padding: 200px !important
}
.padding-auto {
  padding: auto !important
}
.padding-top-0 {
  padding-top: 0px !important
}
.padding-top-1 {
  padding-top: 10px !important
}
.padding-top-2 {
  padding-top: 20px !important
}
.padding-top-3 {
  padding-top: 30px !important
}
.padding-top-4 {
  padding-top: 40px !important
}
.padding-top-5 {
  padding-top: 50px !important
}
.padding-top-6 {
  padding-top: 60px !important
}
.padding-top-7 {
  padding-top: 70px !important
}
.padding-top-8 {
  padding-top: 80px !important
}
.padding-top-9 {
  padding-top: 90px !important
}
.padding-top-10 {
  padding-top: 100px !important
}
.padding-top-11 {
  padding-top: 110px !important
}
.padding-top-12 {
  padding-top: 120px !important
}
.padding-top-13 {
  padding-top: 130px !important
}
.padding-top-14 {
  padding-top: 140px !important
}
.padding-top-15 {
  padding-top: 150px !important
}
.padding-top-16 {
  padding-top: 160px !important
}
.padding-top-17 {
  padding-top: 170px !important
}
.padding-top-18 {
  padding-top: 180px !important
}
.padding-top-19 {
  padding-top: 190px !important
}
.padding-top-20 {
  padding-top: 200px !important
}
.padding-top-auto {
  padding-top: auto !important
}
.padding-right-0 {
  padding-right: 0px !important
}
.padding-right-1 {
  padding-right: 10px !important
}
.padding-right-2 {
  padding-right: 20px !important
}
.padding-right-3 {
  padding-right: 30px !important
}
.padding-right-4 {
  padding-right: 40px !important
}
.padding-right-5 {
  padding-right: 50px !important
}
.padding-right-6 {
  padding-right: 60px !important
}
.padding-right-7 {
  padding-right: 70px !important
}
.padding-right-8 {
  padding-right: 80px !important
}
.padding-right-9 {
  padding-right: 90px !important
}
.padding-right-10 {
  padding-right: 100px !important
}
.padding-right-11 {
  padding-right: 110px !important
}
.padding-right-12 {
  padding-right: 120px !important
}
.padding-right-13 {
  padding-right: 130px !important
}
.padding-right-14 {
  padding-right: 140px !important
}
.padding-right-15 {
  padding-right: 150px !important
}
.padding-right-16 {
  padding-right: 160px !important
}
.padding-right-17 {
  padding-right: 170px !important
}
.padding-right-18 {
  padding-right: 180px !important
}
.padding-right-19 {
  padding-right: 190px !important
}
.padding-right-20 {
  padding-right: 200px !important
}
.padding-right-auto {
  padding-right: auto !important
}
.padding-bottom-0 {
  padding-bottom: 0px !important
}
.padding-bottom-1 {
  padding-bottom: 10px !important
}
.padding-bottom-2 {
  padding-bottom: 20px !important
}
.padding-bottom-3 {
  padding-bottom: 30px !important
}
.padding-bottom-4 {
  padding-bottom: 40px !important
}
.padding-bottom-5 {
  padding-bottom: 50px !important
}
.padding-bottom-6 {
  padding-bottom: 60px !important
}
.padding-bottom-7 {
  padding-bottom: 70px !important
}
.padding-bottom-8 {
  padding-bottom: 80px !important
}
.padding-bottom-9 {
  padding-bottom: 90px !important
}
.padding-bottom-10 {
  padding-bottom: 100px !important
}
.padding-bottom-11 {
  padding-bottom: 110px !important
}
.padding-bottom-12 {
  padding-bottom: 120px !important
}
.padding-bottom-13 {
  padding-bottom: 130px !important
}
.padding-bottom-14 {
  padding-bottom: 140px !important
}
.padding-bottom-15 {
  padding-bottom: 150px !important
}
.padding-bottom-16 {
  padding-bottom: 160px !important
}
.padding-bottom-17 {
  padding-bottom: 170px !important
}
.padding-bottom-18 {
  padding-bottom: 180px !important
}
.padding-bottom-19 {
  padding-bottom: 190px !important
}
.padding-bottom-20 {
  padding-bottom: 200px !important
}
.padding-bottom-auto {
  padding-bottom: auto !important
}
.padding-left-0 {
  padding-left: 0px !important
}
.padding-left-1 {
  padding-left: 10px !important
}
.padding-left-2 {
  padding-left: 20px !important
}
.padding-left-3 {
  padding-left: 30px !important
}
.padding-left-4 {
  padding-left: 40px !important
}
.padding-left-5 {
  padding-left: 50px !important
}
.padding-left-6 {
  padding-left: 60px !important
}
.padding-left-7 {
  padding-left: 70px !important
}
.padding-left-8 {
  padding-left: 80px !important
}
.padding-left-9 {
  padding-left: 90px !important
}
.padding-left-10 {
  padding-left: 100px !important
}
.padding-left-11 {
  padding-left: 110px !important
}
.padding-left-12 {
  padding-left: 120px !important
}
.padding-left-13 {
  padding-left: 130px !important
}
.padding-left-14 {
  padding-left: 140px !important
}
.padding-left-15 {
  padding-left: 150px !important
}
.padding-left-16 {
  padding-left: 160px !important
}
.padding-left-17 {
  padding-left: 170px !important
}
.padding-left-18 {
  padding-left: 180px !important
}
.padding-left-19 {
  padding-left: 190px !important
}
.padding-left-20 {
  padding-left: 200px !important
}
.padding-left-auto {
  padding-left: auto !important
}
.margin-0 {
  margin: 0px !important
}
.margin-1 {
  margin: 10px !important
}
.margin-2 {
  margin: 20px !important
}
.margin-3 {
  margin: 30px !important
}
.margin-4 {
  margin: 40px !important
}
.margin-5 {
  margin: 50px !important
}
.margin-6 {
  margin: 60px !important
}
.margin-7 {
  margin: 70px !important
}
.margin-8 {
  margin: 80px !important
}
.margin-9 {
  margin: 90px !important
}
.margin-10 {
  margin: 100px !important
}
.margin-11 {
  margin: 110px !important
}
.margin-12 {
  margin: 120px !important
}
.margin-13 {
  margin: 130px !important
}
.margin-14 {
  margin: 140px !important
}
.margin-15 {
  margin: 150px !important
}
.margin-16 {
  margin: 160px !important
}
.margin-17 {
  margin: 170px !important
}
.margin-18 {
  margin: 180px !important
}
.margin-19 {
  margin: 190px !important
}
.margin-20 {
  margin: 200px !important
}
.margin-auto {
  margin: auto !important
}
.margin-top-0 {
  margin-top: 0px !important
}
.margin-top-1 {
  margin-top: 10px !important
}
.margin-top-2 {
  margin-top: 20px !important
}
.margin-top-3 {
  margin-top: 30px !important
}
.margin-top-4 {
  margin-top: 40px !important
}
.margin-top-5 {
  margin-top: 50px !important
}
.margin-top-6 {
  margin-top: 60px !important
}
.margin-top-7 {
  margin-top: 70px !important
}
.margin-top-8 {
  margin-top: 80px !important
}
.margin-top-9 {
  margin-top: 90px !important
}
.margin-top-10 {
  margin-top: 100px !important
}
.margin-top-11 {
  margin-top: 110px !important
}
.margin-top-12 {
  margin-top: 120px !important
}
.margin-top-13 {
  margin-top: 130px !important
}
.margin-top-14 {
  margin-top: 140px !important
}
.margin-top-15 {
  margin-top: 150px !important
}
.margin-top-16 {
  margin-top: 160px !important
}
.margin-top-17 {
  margin-top: 170px !important
}
.margin-top-18 {
  margin-top: 180px !important
}
.margin-top-19 {
  margin-top: 190px !important
}
.margin-top-20 {
  margin-top: 200px !important
}
.margin-top-auto {
  margin-top: auto !important
}
.margin-right-0 {
  margin-right: 0px !important
}
.margin-right-1 {
  margin-right: 10px !important
}
.margin-right-2 {
  margin-right: 20px !important
}
.margin-right-3 {
  margin-right: 30px !important
}
.margin-right-4 {
  margin-right: 40px !important
}
.margin-right-5 {
  margin-right: 50px !important
}
.margin-right-6 {
  margin-right: 60px !important
}
.margin-right-7 {
  margin-right: 70px !important
}
.margin-right-8 {
  margin-right: 80px !important
}
.margin-right-9 {
  margin-right: 90px !important
}
.margin-right-10 {
  margin-right: 100px !important
}
.margin-right-11 {
  margin-right: 110px !important
}
.margin-right-12 {
  margin-right: 120px !important
}
.margin-right-13 {
  margin-right: 130px !important
}
.margin-right-14 {
  margin-right: 140px !important
}
.margin-right-15 {
  margin-right: 150px !important
}
.margin-right-16 {
  margin-right: 160px !important
}
.margin-right-17 {
  margin-right: 170px !important
}
.margin-right-18 {
  margin-right: 180px !important
}
.margin-right-19 {
  margin-right: 190px !important
}
.margin-right-20 {
  margin-right: 200px !important
}
.margin-right-auto {
  margin-right: auto !important
}
.margin-bottom-0 {
  margin-bottom: 0px !important
}
.margin-bottom-1 {
  margin-bottom: 10px !important
}
.margin-bottom-2 {
  margin-bottom: 20px !important
}
.margin-bottom-3 {
  margin-bottom: 30px !important
}
.margin-bottom-4 {
  margin-bottom: 40px !important
}
.margin-bottom-5 {
  margin-bottom: 50px !important
}
.margin-bottom-6 {
  margin-bottom: 60px !important
}
.margin-bottom-7 {
  margin-bottom: 70px !important
}
.margin-bottom-8 {
  margin-bottom: 80px !important
}
.margin-bottom-9 {
  margin-bottom: 90px !important
}
.margin-bottom-10 {
  margin-bottom: 100px !important
}
.margin-bottom-11 {
  margin-bottom: 110px !important
}
.margin-bottom-12 {
  margin-bottom: 120px !important
}
.margin-bottom-13 {
  margin-bottom: 130px !important
}
.margin-bottom-14 {
  margin-bottom: 140px !important
}
.margin-bottom-15 {
  margin-bottom: 150px !important
}
.margin-bottom-16 {
  margin-bottom: 160px !important
}
.margin-bottom-17 {
  margin-bottom: 170px !important
}
.margin-bottom-18 {
  margin-bottom: 180px !important
}
.margin-bottom-19 {
  margin-bottom: 190px !important
}
.margin-bottom-20 {
  margin-bottom: 200px !important
}
.margin-bottom-auto {
  margin-bottom: auto !important
}
.margin-left-0 {
  margin-left: 0px !important
}
.margin-left-1 {
  margin-left: 10px !important
}
.margin-left-2 {
  margin-left: 20px !important
}
.margin-left-3 {
  margin-left: 30px !important
}
.margin-left-4 {
  margin-left: 40px !important
}
.margin-left-5 {
  margin-left: 50px !important
}
.margin-left-6 {
  margin-left: 60px !important
}
.margin-left-7 {
  margin-left: 70px !important
}
.margin-left-8 {
  margin-left: 80px !important
}
.margin-left-9 {
  margin-left: 90px !important
}
.margin-left-10 {
  margin-left: 100px !important
}
.margin-left-11 {
  margin-left: 110px !important
}
.margin-left-12 {
  margin-left: 120px !important
}
.margin-left-13 {
  margin-left: 130px !important
}
.margin-left-14 {
  margin-left: 140px !important
}
.margin-left-15 {
  margin-left: 150px !important
}
.margin-left-16 {
  margin-left: 160px !important
}
.margin-left-17 {
  margin-left: 170px !important
}
.margin-left-18 {
  margin-left: 180px !important
}
.margin-left-19 {
  margin-left: 190px !important
}
.margin-left-20 {
  margin-left: 200px !important
}
.margin-left-auto {
  margin-left: auto !important
}
@media(min-width: 1240px) {
  .padding-desktop-0 {
    padding: 0px !important
  }
  .padding-desktop-1 {
    padding: 10px !important
  }
  .padding-desktop-2 {
    padding: 20px !important
  }
  .padding-desktop-3 {
    padding: 30px !important
  }
  .padding-desktop-4 {
    padding: 40px !important
  }
  .padding-desktop-5 {
    padding: 50px !important
  }
  .padding-desktop-6 {
    padding: 60px !important
  }
  .padding-desktop-7 {
    padding: 70px !important
  }
  .padding-desktop-8 {
    padding: 80px !important
  }
  .padding-desktop-9 {
    padding: 90px !important
  }
  .padding-desktop-10 {
    padding: 100px !important
  }
  .padding-desktop-11 {
    padding: 110px !important
  }
  .padding-desktop-12 {
    padding: 120px !important
  }
  .padding-desktop-13 {
    padding: 130px !important
  }
  .padding-desktop-14 {
    padding: 140px !important
  }
  .padding-desktop-15 {
    padding: 150px !important
  }
  .padding-desktop-16 {
    padding: 160px !important
  }
  .padding-desktop-17 {
    padding: 170px !important
  }
  .padding-desktop-18 {
    padding: 180px !important
  }
  .padding-desktop-19 {
    padding: 190px !important
  }
  .padding-desktop-20 {
    padding: 200px !important
  }
  .padding-desktop-auto {
    padding: auto !important
  }
  .padding-top-desktop-0 {
    padding-top: 0px !important
  }
  .padding-top-desktop-1 {
    padding-top: 10px !important
  }
  .padding-top-desktop-2 {
    padding-top: 20px !important
  }
  .padding-top-desktop-3 {
    padding-top: 30px !important
  }
  .padding-top-desktop-4 {
    padding-top: 40px !important
  }
  .padding-top-desktop-5 {
    padding-top: 50px !important
  }
  .padding-top-desktop-6 {
    padding-top: 60px !important
  }
  .padding-top-desktop-7 {
    padding-top: 70px !important
  }
  .padding-top-desktop-8 {
    padding-top: 80px !important
  }
  .padding-top-desktop-9 {
    padding-top: 90px !important
  }
  .padding-top-desktop-10 {
    padding-top: 100px !important
  }
  .padding-top-desktop-11 {
    padding-top: 110px !important
  }
  .padding-top-desktop-12 {
    padding-top: 120px !important
  }
  .padding-top-desktop-13 {
    padding-top: 130px !important
  }
  .padding-top-desktop-14 {
    padding-top: 140px !important
  }
  .padding-top-desktop-15 {
    padding-top: 150px !important
  }
  .padding-top-desktop-16 {
    padding-top: 160px !important
  }
  .padding-top-desktop-17 {
    padding-top: 170px !important
  }
  .padding-top-desktop-18 {
    padding-top: 180px !important
  }
  .padding-top-desktop-19 {
    padding-top: 190px !important
  }
  .padding-top-desktop-20 {
    padding-top: 200px !important
  }
  .padding-top-desktop-auto {
    padding-top: auto !important
  }
  .padding-right-desktop-0 {
    padding-right: 0px !important
  }
  .padding-right-desktop-1 {
    padding-right: 10px !important
  }
  .padding-right-desktop-2 {
    padding-right: 20px !important
  }
  .padding-right-desktop-3 {
    padding-right: 30px !important
  }
  .padding-right-desktop-4 {
    padding-right: 40px !important
  }
  .padding-right-desktop-5 {
    padding-right: 50px !important
  }
  .padding-right-desktop-6 {
    padding-right: 60px !important
  }
  .padding-right-desktop-7 {
    padding-right: 70px !important
  }
  .padding-right-desktop-8 {
    padding-right: 80px !important
  }
  .padding-right-desktop-9 {
    padding-right: 90px !important
  }
  .padding-right-desktop-10 {
    padding-right: 100px !important
  }
  .padding-right-desktop-11 {
    padding-right: 110px !important
  }
  .padding-right-desktop-12 {
    padding-right: 120px !important
  }
  .padding-right-desktop-13 {
    padding-right: 130px !important
  }
  .padding-right-desktop-14 {
    padding-right: 140px !important
  }
  .padding-right-desktop-15 {
    padding-right: 150px !important
  }
  .padding-right-desktop-16 {
    padding-right: 160px !important
  }
  .padding-right-desktop-17 {
    padding-right: 170px !important
  }
  .padding-right-desktop-18 {
    padding-right: 180px !important
  }
  .padding-right-desktop-19 {
    padding-right: 190px !important
  }
  .padding-right-desktop-20 {
    padding-right: 200px !important
  }
  .padding-right-desktop-auto {
    padding-right: auto !important
  }
  .padding-bottom-desktop-0 {
    padding-bottom: 0px !important
  }
  .padding-bottom-desktop-1 {
    padding-bottom: 10px !important
  }
  .padding-bottom-desktop-2 {
    padding-bottom: 20px !important
  }
  .padding-bottom-desktop-3 {
    padding-bottom: 30px !important
  }
  .padding-bottom-desktop-4 {
    padding-bottom: 40px !important
  }
  .padding-bottom-desktop-5 {
    padding-bottom: 50px !important
  }
  .padding-bottom-desktop-6 {
    padding-bottom: 60px !important
  }
  .padding-bottom-desktop-7 {
    padding-bottom: 70px !important
  }
  .padding-bottom-desktop-8 {
    padding-bottom: 80px !important
  }
  .padding-bottom-desktop-9 {
    padding-bottom: 90px !important
  }
  .padding-bottom-desktop-10 {
    padding-bottom: 100px !important
  }
  .padding-bottom-desktop-11 {
    padding-bottom: 110px !important
  }
  .padding-bottom-desktop-12 {
    padding-bottom: 120px !important
  }
  .padding-bottom-desktop-13 {
    padding-bottom: 130px !important
  }
  .padding-bottom-desktop-14 {
    padding-bottom: 140px !important
  }
  .padding-bottom-desktop-15 {
    padding-bottom: 150px !important
  }
  .padding-bottom-desktop-16 {
    padding-bottom: 160px !important
  }
  .padding-bottom-desktop-17 {
    padding-bottom: 170px !important
  }
  .padding-bottom-desktop-18 {
    padding-bottom: 180px !important
  }
  .padding-bottom-desktop-19 {
    padding-bottom: 190px !important
  }
  .padding-bottom-desktop-20 {
    padding-bottom: 200px !important
  }
  .padding-bottom-desktop-auto {
    padding-bottom: auto !important
  }
  .padding-left-desktop-0 {
    padding-left: 0px !important
  }
  .padding-left-desktop-1 {
    padding-left: 10px !important
  }
  .padding-left-desktop-2 {
    padding-left: 20px !important
  }
  .padding-left-desktop-3 {
    padding-left: 30px !important
  }
  .padding-left-desktop-4 {
    padding-left: 40px !important
  }
  .padding-left-desktop-5 {
    padding-left: 50px !important
  }
  .padding-left-desktop-6 {
    padding-left: 60px !important
  }
  .padding-left-desktop-7 {
    padding-left: 70px !important
  }
  .padding-left-desktop-8 {
    padding-left: 80px !important
  }
  .padding-left-desktop-9 {
    padding-left: 90px !important
  }
  .padding-left-desktop-10 {
    padding-left: 100px !important
  }
  .padding-left-desktop-11 {
    padding-left: 110px !important
  }
  .padding-left-desktop-12 {
    padding-left: 120px !important
  }
  .padding-left-desktop-13 {
    padding-left: 130px !important
  }
  .padding-left-desktop-14 {
    padding-left: 140px !important
  }
  .padding-left-desktop-15 {
    padding-left: 150px !important
  }
  .padding-left-desktop-16 {
    padding-left: 160px !important
  }
  .padding-left-desktop-17 {
    padding-left: 170px !important
  }
  .padding-left-desktop-18 {
    padding-left: 180px !important
  }
  .padding-left-desktop-19 {
    padding-left: 190px !important
  }
  .padding-left-desktop-20 {
    padding-left: 200px !important
  }
  .padding-left-desktop-auto {
    padding-left: auto !important
  }
  .margin-desktop-0 {
    margin: 0px !important
  }
  .margin-desktop-1 {
    margin: 10px !important
  }
  .margin-desktop-2 {
    margin: 20px !important
  }
  .margin-desktop-3 {
    margin: 30px !important
  }
  .margin-desktop-4 {
    margin: 40px !important
  }
  .margin-desktop-5 {
    margin: 50px !important
  }
  .margin-desktop-6 {
    margin: 60px !important
  }
  .margin-desktop-7 {
    margin: 70px !important
  }
  .margin-desktop-8 {
    margin: 80px !important
  }
  .margin-desktop-9 {
    margin: 90px !important
  }
  .margin-desktop-10 {
    margin: 100px !important
  }
  .margin-desktop-11 {
    margin: 110px !important
  }
  .margin-desktop-12 {
    margin: 120px !important
  }
  .margin-desktop-13 {
    margin: 130px !important
  }
  .margin-desktop-14 {
    margin: 140px !important
  }
  .margin-desktop-15 {
    margin: 150px !important
  }
  .margin-desktop-16 {
    margin: 160px !important
  }
  .margin-desktop-17 {
    margin: 170px !important
  }
  .margin-desktop-18 {
    margin: 180px !important
  }
  .margin-desktop-19 {
    margin: 190px !important
  }
  .margin-desktop-20 {
    margin: 200px !important
  }
  .margin-desktop-auto {
    margin: auto !important
  }
  .margin-top-desktop-0 {
    margin-top: 0px !important
  }
  .margin-top-desktop-1 {
    margin-top: 10px !important
  }
  .margin-top-desktop-2 {
    margin-top: 20px !important
  }
  .margin-top-desktop-3 {
    margin-top: 30px !important
  }
  .margin-top-desktop-4 {
    margin-top: 40px !important
  }
  .margin-top-desktop-5 {
    margin-top: 50px !important
  }
  .margin-top-desktop-6 {
    margin-top: 60px !important
  }
  .margin-top-desktop-7 {
    margin-top: 70px !important
  }
  .margin-top-desktop-8 {
    margin-top: 80px !important
  }
  .margin-top-desktop-9 {
    margin-top: 90px !important
  }
  .margin-top-desktop-10 {
    margin-top: 100px !important
  }
  .margin-top-desktop-11 {
    margin-top: 110px !important
  }
  .margin-top-desktop-12 {
    margin-top: 120px !important
  }
  .margin-top-desktop-13 {
    margin-top: 130px !important
  }
  .margin-top-desktop-14 {
    margin-top: 140px !important
  }
  .margin-top-desktop-15 {
    margin-top: 150px !important
  }
  .margin-top-desktop-16 {
    margin-top: 160px !important
  }
  .margin-top-desktop-17 {
    margin-top: 170px !important
  }
  .margin-top-desktop-18 {
    margin-top: 180px !important
  }
  .margin-top-desktop-19 {
    margin-top: 190px !important
  }
  .margin-top-desktop-20 {
    margin-top: 200px !important
  }
  .margin-top-desktop-auto {
    margin-top: auto !important
  }
  .margin-right-desktop-0 {
    margin-right: 0px !important
  }
  .margin-right-desktop-1 {
    margin-right: 10px !important
  }
  .margin-right-desktop-2 {
    margin-right: 20px !important
  }
  .margin-right-desktop-3 {
    margin-right: 30px !important
  }
  .margin-right-desktop-4 {
    margin-right: 40px !important
  }
  .margin-right-desktop-5 {
    margin-right: 50px !important
  }
  .margin-right-desktop-6 {
    margin-right: 60px !important
  }
  .margin-right-desktop-7 {
    margin-right: 70px !important
  }
  .margin-right-desktop-8 {
    margin-right: 80px !important
  }
  .margin-right-desktop-9 {
    margin-right: 90px !important
  }
  .margin-right-desktop-10 {
    margin-right: 100px !important
  }
  .margin-right-desktop-11 {
    margin-right: 110px !important
  }
  .margin-right-desktop-12 {
    margin-right: 120px !important
  }
  .margin-right-desktop-13 {
    margin-right: 130px !important
  }
  .margin-right-desktop-14 {
    margin-right: 140px !important
  }
  .margin-right-desktop-15 {
    margin-right: 150px !important
  }
  .margin-right-desktop-16 {
    margin-right: 160px !important
  }
  .margin-right-desktop-17 {
    margin-right: 170px !important
  }
  .margin-right-desktop-18 {
    margin-right: 180px !important
  }
  .margin-right-desktop-19 {
    margin-right: 190px !important
  }
  .margin-right-desktop-20 {
    margin-right: 200px !important
  }
  .margin-right-desktop-auto {
    margin-right: auto !important
  }
  .margin-bottom-desktop-0 {
    margin-bottom: 0px !important
  }
  .margin-bottom-desktop-1 {
    margin-bottom: 10px !important
  }
  .margin-bottom-desktop-2 {
    margin-bottom: 20px !important
  }
  .margin-bottom-desktop-3 {
    margin-bottom: 30px !important
  }
  .margin-bottom-desktop-4 {
    margin-bottom: 40px !important
  }
  .margin-bottom-desktop-5 {
    margin-bottom: 50px !important
  }
  .margin-bottom-desktop-6 {
    margin-bottom: 60px !important
  }
  .margin-bottom-desktop-7 {
    margin-bottom: 70px !important
  }
  .margin-bottom-desktop-8 {
    margin-bottom: 80px !important
  }
  .margin-bottom-desktop-9 {
    margin-bottom: 90px !important
  }
  .margin-bottom-desktop-10 {
    margin-bottom: 100px !important
  }
  .margin-bottom-desktop-11 {
    margin-bottom: 110px !important
  }
  .margin-bottom-desktop-12 {
    margin-bottom: 120px !important
  }
  .margin-bottom-desktop-13 {
    margin-bottom: 130px !important
  }
  .margin-bottom-desktop-14 {
    margin-bottom: 140px !important
  }
  .margin-bottom-desktop-15 {
    margin-bottom: 150px !important
  }
  .margin-bottom-desktop-16 {
    margin-bottom: 160px !important
  }
  .margin-bottom-desktop-17 {
    margin-bottom: 170px !important
  }
  .margin-bottom-desktop-18 {
    margin-bottom: 180px !important
  }
  .margin-bottom-desktop-19 {
    margin-bottom: 190px !important
  }
  .margin-bottom-desktop-20 {
    margin-bottom: 200px !important
  }
  .margin-bottom-desktop-auto {
    margin-bottom: auto !important
  }
  .margin-left-desktop-0 {
    margin-left: 0px !important
  }
  .margin-left-desktop-1 {
    margin-left: 10px !important
  }
  .margin-left-desktop-2 {
    margin-left: 20px !important
  }
  .margin-left-desktop-3 {
    margin-left: 30px !important
  }
  .margin-left-desktop-4 {
    margin-left: 40px !important
  }
  .margin-left-desktop-5 {
    margin-left: 50px !important
  }
  .margin-left-desktop-6 {
    margin-left: 60px !important
  }
  .margin-left-desktop-7 {
    margin-left: 70px !important
  }
  .margin-left-desktop-8 {
    margin-left: 80px !important
  }
  .margin-left-desktop-9 {
    margin-left: 90px !important
  }
  .margin-left-desktop-10 {
    margin-left: 100px !important
  }
  .margin-left-desktop-11 {
    margin-left: 110px !important
  }
  .margin-left-desktop-12 {
    margin-left: 120px !important
  }
  .margin-left-desktop-13 {
    margin-left: 130px !important
  }
  .margin-left-desktop-14 {
    margin-left: 140px !important
  }
  .margin-left-desktop-15 {
    margin-left: 150px !important
  }
  .margin-left-desktop-16 {
    margin-left: 160px !important
  }
  .margin-left-desktop-17 {
    margin-left: 170px !important
  }
  .margin-left-desktop-18 {
    margin-left: 180px !important
  }
  .margin-left-desktop-19 {
    margin-left: 190px !important
  }
  .margin-left-desktop-20 {
    margin-left: 200px !important
  }
  .margin-left-desktop-auto {
    margin-left: auto !important
  }
}
@media(max-width: 1023px) {
  .padding-tablet-0 {
    padding: 0px !important
  }
  .padding-tablet-1 {
    padding: 10px !important
  }
  .padding-tablet-2 {
    padding: 20px !important
  }
  .padding-tablet-3 {
    padding: 30px !important
  }
  .padding-tablet-4 {
    padding: 40px !important
  }
  .padding-tablet-5 {
    padding: 50px !important
  }
  .padding-tablet-6 {
    padding: 60px !important
  }
  .padding-tablet-7 {
    padding: 70px !important
  }
  .padding-tablet-8 {
    padding: 80px !important
  }
  .padding-tablet-9 {
    padding: 90px !important
  }
  .padding-tablet-10 {
    padding: 100px !important
  }
  .padding-tablet-11 {
    padding: 110px !important
  }
  .padding-tablet-12 {
    padding: 120px !important
  }
  .padding-tablet-13 {
    padding: 130px !important
  }
  .padding-tablet-14 {
    padding: 140px !important
  }
  .padding-tablet-15 {
    padding: 150px !important
  }
  .padding-tablet-16 {
    padding: 160px !important
  }
  .padding-tablet-17 {
    padding: 170px !important
  }
  .padding-tablet-18 {
    padding: 180px !important
  }
  .padding-tablet-19 {
    padding: 190px !important
  }
  .padding-tablet-20 {
    padding: 200px !important
  }
  .padding-tablet-auto {
    padding: auto !important
  }
  .padding-top-tablet-0 {
    padding-top: 0px !important
  }
  .padding-top-tablet-1 {
    padding-top: 10px !important
  }
  .padding-top-tablet-2 {
    padding-top: 20px !important
  }
  .padding-top-tablet-3 {
    padding-top: 30px !important
  }
  .padding-top-tablet-4 {
    padding-top: 40px !important
  }
  .padding-top-tablet-5 {
    padding-top: 50px !important
  }
  .padding-top-tablet-6 {
    padding-top: 60px !important
  }
  .padding-top-tablet-7 {
    padding-top: 70px !important
  }
  .padding-top-tablet-8 {
    padding-top: 80px !important
  }
  .padding-top-tablet-9 {
    padding-top: 90px !important
  }
  .padding-top-tablet-10 {
    padding-top: 100px !important
  }
  .padding-top-tablet-11 {
    padding-top: 110px !important
  }
  .padding-top-tablet-12 {
    padding-top: 120px !important
  }
  .padding-top-tablet-13 {
    padding-top: 130px !important
  }
  .padding-top-tablet-14 {
    padding-top: 140px !important
  }
  .padding-top-tablet-15 {
    padding-top: 150px !important
  }
  .padding-top-tablet-16 {
    padding-top: 160px !important
  }
  .padding-top-tablet-17 {
    padding-top: 170px !important
  }
  .padding-top-tablet-18 {
    padding-top: 180px !important
  }
  .padding-top-tablet-19 {
    padding-top: 190px !important
  }
  .padding-top-tablet-20 {
    padding-top: 200px !important
  }
  .padding-top-tablet-auto {
    padding-top: auto !important
  }
  .padding-right-tablet-0 {
    padding-right: 0px !important
  }
  .padding-right-tablet-1 {
    padding-right: 10px !important
  }
  .padding-right-tablet-2 {
    padding-right: 20px !important
  }
  .padding-right-tablet-3 {
    padding-right: 30px !important
  }
  .padding-right-tablet-4 {
    padding-right: 40px !important
  }
  .padding-right-tablet-5 {
    padding-right: 50px !important
  }
  .padding-right-tablet-6 {
    padding-right: 60px !important
  }
  .padding-right-tablet-7 {
    padding-right: 70px !important
  }
  .padding-right-tablet-8 {
    padding-right: 80px !important
  }
  .padding-right-tablet-9 {
    padding-right: 90px !important
  }
  .padding-right-tablet-10 {
    padding-right: 100px !important
  }
  .padding-right-tablet-11 {
    padding-right: 110px !important
  }
  .padding-right-tablet-12 {
    padding-right: 120px !important
  }
  .padding-right-tablet-13 {
    padding-right: 130px !important
  }
  .padding-right-tablet-14 {
    padding-right: 140px !important
  }
  .padding-right-tablet-15 {
    padding-right: 150px !important
  }
  .padding-right-tablet-16 {
    padding-right: 160px !important
  }
  .padding-right-tablet-17 {
    padding-right: 170px !important
  }
  .padding-right-tablet-18 {
    padding-right: 180px !important
  }
  .padding-right-tablet-19 {
    padding-right: 190px !important
  }
  .padding-right-tablet-20 {
    padding-right: 200px !important
  }
  .padding-right-tablet-auto {
    padding-right: auto !important
  }
  .padding-bottom-tablet-0 {
    padding-bottom: 0px !important
  }
  .padding-bottom-tablet-1 {
    padding-bottom: 10px !important
  }
  .padding-bottom-tablet-2 {
    padding-bottom: 20px !important
  }
  .padding-bottom-tablet-3 {
    padding-bottom: 30px !important
  }
  .padding-bottom-tablet-4 {
    padding-bottom: 40px !important
  }
  .padding-bottom-tablet-5 {
    padding-bottom: 50px !important
  }
  .padding-bottom-tablet-6 {
    padding-bottom: 60px !important
  }
  .padding-bottom-tablet-7 {
    padding-bottom: 70px !important
  }
  .padding-bottom-tablet-8 {
    padding-bottom: 80px !important
  }
  .padding-bottom-tablet-9 {
    padding-bottom: 90px !important
  }
  .padding-bottom-tablet-10 {
    padding-bottom: 100px !important
  }
  .padding-bottom-tablet-11 {
    padding-bottom: 110px !important
  }
  .padding-bottom-tablet-12 {
    padding-bottom: 120px !important
  }
  .padding-bottom-tablet-13 {
    padding-bottom: 130px !important
  }
  .padding-bottom-tablet-14 {
    padding-bottom: 140px !important
  }
  .padding-bottom-tablet-15 {
    padding-bottom: 150px !important
  }
  .padding-bottom-tablet-16 {
    padding-bottom: 160px !important
  }
  .padding-bottom-tablet-17 {
    padding-bottom: 170px !important
  }
  .padding-bottom-tablet-18 {
    padding-bottom: 180px !important
  }
  .padding-bottom-tablet-19 {
    padding-bottom: 190px !important
  }
  .padding-bottom-tablet-20 {
    padding-bottom: 200px !important
  }
  .padding-bottom-tablet-auto {
    padding-bottom: auto !important
  }
  .padding-left-tablet-0 {
    padding-left: 0px !important
  }
  .padding-left-tablet-1 {
    padding-left: 10px !important
  }
  .padding-left-tablet-2 {
    padding-left: 20px !important
  }
  .padding-left-tablet-3 {
    padding-left: 30px !important
  }
  .padding-left-tablet-4 {
    padding-left: 40px !important
  }
  .padding-left-tablet-5 {
    padding-left: 50px !important
  }
  .padding-left-tablet-6 {
    padding-left: 60px !important
  }
  .padding-left-tablet-7 {
    padding-left: 70px !important
  }
  .padding-left-tablet-8 {
    padding-left: 80px !important
  }
  .padding-left-tablet-9 {
    padding-left: 90px !important
  }
  .padding-left-tablet-10 {
    padding-left: 100px !important
  }
  .padding-left-tablet-11 {
    padding-left: 110px !important
  }
  .padding-left-tablet-12 {
    padding-left: 120px !important
  }
  .padding-left-tablet-13 {
    padding-left: 130px !important
  }
  .padding-left-tablet-14 {
    padding-left: 140px !important
  }
  .padding-left-tablet-15 {
    padding-left: 150px !important
  }
  .padding-left-tablet-16 {
    padding-left: 160px !important
  }
  .padding-left-tablet-17 {
    padding-left: 170px !important
  }
  .padding-left-tablet-18 {
    padding-left: 180px !important
  }
  .padding-left-tablet-19 {
    padding-left: 190px !important
  }
  .padding-left-tablet-20 {
    padding-left: 200px !important
  }
  .padding-left-tablet-auto {
    padding-left: auto !important
  }
  .margin-tablet-0 {
    margin: 0px !important
  }
  .margin-tablet-1 {
    margin: 10px !important
  }
  .margin-tablet-2 {
    margin: 20px !important
  }
  .margin-tablet-3 {
    margin: 30px !important
  }
  .margin-tablet-4 {
    margin: 40px !important
  }
  .margin-tablet-5 {
    margin: 50px !important
  }
  .margin-tablet-6 {
    margin: 60px !important
  }
  .margin-tablet-7 {
    margin: 70px !important
  }
  .margin-tablet-8 {
    margin: 80px !important
  }
  .margin-tablet-9 {
    margin: 90px !important
  }
  .margin-tablet-10 {
    margin: 100px !important
  }
  .margin-tablet-11 {
    margin: 110px !important
  }
  .margin-tablet-12 {
    margin: 120px !important
  }
  .margin-tablet-13 {
    margin: 130px !important
  }
  .margin-tablet-14 {
    margin: 140px !important
  }
  .margin-tablet-15 {
    margin: 150px !important
  }
  .margin-tablet-16 {
    margin: 160px !important
  }
  .margin-tablet-17 {
    margin: 170px !important
  }
  .margin-tablet-18 {
    margin: 180px !important
  }
  .margin-tablet-19 {
    margin: 190px !important
  }
  .margin-tablet-20 {
    margin: 200px !important
  }
  .margin-tablet-auto {
    margin: auto !important
  }
  .margin-top-tablet-0 {
    margin-top: 0px !important
  }
  .margin-top-tablet-1 {
    margin-top: 10px !important
  }
  .margin-top-tablet-2 {
    margin-top: 20px !important
  }
  .margin-top-tablet-3 {
    margin-top: 30px !important
  }
  .margin-top-tablet-4 {
    margin-top: 40px !important
  }
  .margin-top-tablet-5 {
    margin-top: 50px !important
  }
  .margin-top-tablet-6 {
    margin-top: 60px !important
  }
  .margin-top-tablet-7 {
    margin-top: 70px !important
  }
  .margin-top-tablet-8 {
    margin-top: 80px !important
  }
  .margin-top-tablet-9 {
    margin-top: 90px !important
  }
  .margin-top-tablet-10 {
    margin-top: 100px !important
  }
  .margin-top-tablet-11 {
    margin-top: 110px !important
  }
  .margin-top-tablet-12 {
    margin-top: 120px !important
  }
  .margin-top-tablet-13 {
    margin-top: 130px !important
  }
  .margin-top-tablet-14 {
    margin-top: 140px !important
  }
  .margin-top-tablet-15 {
    margin-top: 150px !important
  }
  .margin-top-tablet-16 {
    margin-top: 160px !important
  }
  .margin-top-tablet-17 {
    margin-top: 170px !important
  }
  .margin-top-tablet-18 {
    margin-top: 180px !important
  }
  .margin-top-tablet-19 {
    margin-top: 190px !important
  }
  .margin-top-tablet-20 {
    margin-top: 200px !important
  }
  .margin-top-tablet-auto {
    margin-top: auto !important
  }
  .margin-right-tablet-0 {
    margin-right: 0px !important
  }
  .margin-right-tablet-1 {
    margin-right: 10px !important
  }
  .margin-right-tablet-2 {
    margin-right: 20px !important
  }
  .margin-right-tablet-3 {
    margin-right: 30px !important
  }
  .margin-right-tablet-4 {
    margin-right: 40px !important
  }
  .margin-right-tablet-5 {
    margin-right: 50px !important
  }
  .margin-right-tablet-6 {
    margin-right: 60px !important
  }
  .margin-right-tablet-7 {
    margin-right: 70px !important
  }
  .margin-right-tablet-8 {
    margin-right: 80px !important
  }
  .margin-right-tablet-9 {
    margin-right: 90px !important
  }
  .margin-right-tablet-10 {
    margin-right: 100px !important
  }
  .margin-right-tablet-11 {
    margin-right: 110px !important
  }
  .margin-right-tablet-12 {
    margin-right: 120px !important
  }
  .margin-right-tablet-13 {
    margin-right: 130px !important
  }
  .margin-right-tablet-14 {
    margin-right: 140px !important
  }
  .margin-right-tablet-15 {
    margin-right: 150px !important
  }
  .margin-right-tablet-16 {
    margin-right: 160px !important
  }
  .margin-right-tablet-17 {
    margin-right: 170px !important
  }
  .margin-right-tablet-18 {
    margin-right: 180px !important
  }
  .margin-right-tablet-19 {
    margin-right: 190px !important
  }
  .margin-right-tablet-20 {
    margin-right: 200px !important
  }
  .margin-right-tablet-auto {
    margin-right: auto !important
  }
  .margin-bottom-tablet-0 {
    margin-bottom: 0px !important
  }
  .margin-bottom-tablet-1 {
    margin-bottom: 10px !important
  }
  .margin-bottom-tablet-2 {
    margin-bottom: 20px !important
  }
  .margin-bottom-tablet-3 {
    margin-bottom: 30px !important
  }
  .margin-bottom-tablet-4 {
    margin-bottom: 40px !important
  }
  .margin-bottom-tablet-5 {
    margin-bottom: 50px !important
  }
  .margin-bottom-tablet-6 {
    margin-bottom: 60px !important
  }
  .margin-bottom-tablet-7 {
    margin-bottom: 70px !important
  }
  .margin-bottom-tablet-8 {
    margin-bottom: 80px !important
  }
  .margin-bottom-tablet-9 {
    margin-bottom: 90px !important
  }
  .margin-bottom-tablet-10 {
    margin-bottom: 100px !important
  }
  .margin-bottom-tablet-11 {
    margin-bottom: 110px !important
  }
  .margin-bottom-tablet-12 {
    margin-bottom: 120px !important
  }
  .margin-bottom-tablet-13 {
    margin-bottom: 130px !important
  }
  .margin-bottom-tablet-14 {
    margin-bottom: 140px !important
  }
  .margin-bottom-tablet-15 {
    margin-bottom: 150px !important
  }
  .margin-bottom-tablet-16 {
    margin-bottom: 160px !important
  }
  .margin-bottom-tablet-17 {
    margin-bottom: 170px !important
  }
  .margin-bottom-tablet-18 {
    margin-bottom: 180px !important
  }
  .margin-bottom-tablet-19 {
    margin-bottom: 190px !important
  }
  .margin-bottom-tablet-20 {
    margin-bottom: 200px !important
  }
  .margin-bottom-tablet-auto {
    margin-bottom: auto !important
  }
  .margin-left-tablet-0 {
    margin-left: 0px !important
  }
  .margin-left-tablet-1 {
    margin-left: 10px !important
  }
  .margin-left-tablet-2 {
    margin-left: 20px !important
  }
  .margin-left-tablet-3 {
    margin-left: 30px !important
  }
  .margin-left-tablet-4 {
    margin-left: 40px !important
  }
  .margin-left-tablet-5 {
    margin-left: 50px !important
  }
  .margin-left-tablet-6 {
    margin-left: 60px !important
  }
  .margin-left-tablet-7 {
    margin-left: 70px !important
  }
  .margin-left-tablet-8 {
    margin-left: 80px !important
  }
  .margin-left-tablet-9 {
    margin-left: 90px !important
  }
  .margin-left-tablet-10 {
    margin-left: 100px !important
  }
  .margin-left-tablet-11 {
    margin-left: 110px !important
  }
  .margin-left-tablet-12 {
    margin-left: 120px !important
  }
  .margin-left-tablet-13 {
    margin-left: 130px !important
  }
  .margin-left-tablet-14 {
    margin-left: 140px !important
  }
  .margin-left-tablet-15 {
    margin-left: 150px !important
  }
  .margin-left-tablet-16 {
    margin-left: 160px !important
  }
  .margin-left-tablet-17 {
    margin-left: 170px !important
  }
  .margin-left-tablet-18 {
    margin-left: 180px !important
  }
  .margin-left-tablet-19 {
    margin-left: 190px !important
  }
  .margin-left-tablet-20 {
    margin-left: 200px !important
  }
  .margin-left-tablet-auto {
    margin-left: auto !important
  }
}
@media(max-width: 767px) {
  .padding-phablet-0 {
    padding: 0px !important
  }
  .padding-phablet-1 {
    padding: 10px !important
  }
  .padding-phablet-2 {
    padding: 20px !important
  }
  .padding-phablet-3 {
    padding: 30px !important
  }
  .padding-phablet-4 {
    padding: 40px !important
  }
  .padding-phablet-5 {
    padding: 50px !important
  }
  .padding-phablet-6 {
    padding: 60px !important
  }
  .padding-phablet-7 {
    padding: 70px !important
  }
  .padding-phablet-8 {
    padding: 80px !important
  }
  .padding-phablet-9 {
    padding: 90px !important
  }
  .padding-phablet-10 {
    padding: 100px !important
  }
  .padding-phablet-11 {
    padding: 110px !important
  }
  .padding-phablet-12 {
    padding: 120px !important
  }
  .padding-phablet-13 {
    padding: 130px !important
  }
  .padding-phablet-14 {
    padding: 140px !important
  }
  .padding-phablet-15 {
    padding: 150px !important
  }
  .padding-phablet-16 {
    padding: 160px !important
  }
  .padding-phablet-17 {
    padding: 170px !important
  }
  .padding-phablet-18 {
    padding: 180px !important
  }
  .padding-phablet-19 {
    padding: 190px !important
  }
  .padding-phablet-20 {
    padding: 200px !important
  }
  .padding-phablet-auto {
    padding: auto !important
  }
  .padding-top-phablet-0 {
    padding-top: 0px !important
  }
  .padding-top-phablet-1 {
    padding-top: 10px !important
  }
  .padding-top-phablet-2 {
    padding-top: 20px !important
  }
  .padding-top-phablet-3 {
    padding-top: 30px !important
  }
  .padding-top-phablet-4 {
    padding-top: 40px !important
  }
  .padding-top-phablet-5 {
    padding-top: 50px !important
  }
  .padding-top-phablet-6 {
    padding-top: 60px !important
  }
  .padding-top-phablet-7 {
    padding-top: 70px !important
  }
  .padding-top-phablet-8 {
    padding-top: 80px !important
  }
  .padding-top-phablet-9 {
    padding-top: 90px !important
  }
  .padding-top-phablet-10 {
    padding-top: 100px !important
  }
  .padding-top-phablet-11 {
    padding-top: 110px !important
  }
  .padding-top-phablet-12 {
    padding-top: 120px !important
  }
  .padding-top-phablet-13 {
    padding-top: 130px !important
  }
  .padding-top-phablet-14 {
    padding-top: 140px !important
  }
  .padding-top-phablet-15 {
    padding-top: 150px !important
  }
  .padding-top-phablet-16 {
    padding-top: 160px !important
  }
  .padding-top-phablet-17 {
    padding-top: 170px !important
  }
  .padding-top-phablet-18 {
    padding-top: 180px !important
  }
  .padding-top-phablet-19 {
    padding-top: 190px !important
  }
  .padding-top-phablet-20 {
    padding-top: 200px !important
  }
  .padding-top-phablet-auto {
    padding-top: auto !important
  }
  .padding-right-phablet-0 {
    padding-right: 0px !important
  }
  .padding-right-phablet-1 {
    padding-right: 10px !important
  }
  .padding-right-phablet-2 {
    padding-right: 20px !important
  }
  .padding-right-phablet-3 {
    padding-right: 30px !important
  }
  .padding-right-phablet-4 {
    padding-right: 40px !important
  }
  .padding-right-phablet-5 {
    padding-right: 50px !important
  }
  .padding-right-phablet-6 {
    padding-right: 60px !important
  }
  .padding-right-phablet-7 {
    padding-right: 70px !important
  }
  .padding-right-phablet-8 {
    padding-right: 80px !important
  }
  .padding-right-phablet-9 {
    padding-right: 90px !important
  }
  .padding-right-phablet-10 {
    padding-right: 100px !important
  }
  .padding-right-phablet-11 {
    padding-right: 110px !important
  }
  .padding-right-phablet-12 {
    padding-right: 120px !important
  }
  .padding-right-phablet-13 {
    padding-right: 130px !important
  }
  .padding-right-phablet-14 {
    padding-right: 140px !important
  }
  .padding-right-phablet-15 {
    padding-right: 150px !important
  }
  .padding-right-phablet-16 {
    padding-right: 160px !important
  }
  .padding-right-phablet-17 {
    padding-right: 170px !important
  }
  .padding-right-phablet-18 {
    padding-right: 180px !important
  }
  .padding-right-phablet-19 {
    padding-right: 190px !important
  }
  .padding-right-phablet-20 {
    padding-right: 200px !important
  }
  .padding-right-phablet-auto {
    padding-right: auto !important
  }
  .padding-bottom-phablet-0 {
    padding-bottom: 0px !important
  }
  .padding-bottom-phablet-1 {
    padding-bottom: 10px !important
  }
  .padding-bottom-phablet-2 {
    padding-bottom: 20px !important
  }
  .padding-bottom-phablet-3 {
    padding-bottom: 30px !important
  }
  .padding-bottom-phablet-4 {
    padding-bottom: 40px !important
  }
  .padding-bottom-phablet-5 {
    padding-bottom: 50px !important
  }
  .padding-bottom-phablet-6 {
    padding-bottom: 60px !important
  }
  .padding-bottom-phablet-7 {
    padding-bottom: 70px !important
  }
  .padding-bottom-phablet-8 {
    padding-bottom: 80px !important
  }
  .padding-bottom-phablet-9 {
    padding-bottom: 90px !important
  }
  .padding-bottom-phablet-10 {
    padding-bottom: 100px !important
  }
  .padding-bottom-phablet-11 {
    padding-bottom: 110px !important
  }
  .padding-bottom-phablet-12 {
    padding-bottom: 120px !important
  }
  .padding-bottom-phablet-13 {
    padding-bottom: 130px !important
  }
  .padding-bottom-phablet-14 {
    padding-bottom: 140px !important
  }
  .padding-bottom-phablet-15 {
    padding-bottom: 150px !important
  }
  .padding-bottom-phablet-16 {
    padding-bottom: 160px !important
  }
  .padding-bottom-phablet-17 {
    padding-bottom: 170px !important
  }
  .padding-bottom-phablet-18 {
    padding-bottom: 180px !important
  }
  .padding-bottom-phablet-19 {
    padding-bottom: 190px !important
  }
  .padding-bottom-phablet-20 {
    padding-bottom: 200px !important
  }
  .padding-bottom-phablet-auto {
    padding-bottom: auto !important
  }
  .padding-left-phablet-0 {
    padding-left: 0px !important
  }
  .padding-left-phablet-1 {
    padding-left: 10px !important
  }
  .padding-left-phablet-2 {
    padding-left: 20px !important
  }
  .padding-left-phablet-3 {
    padding-left: 30px !important
  }
  .padding-left-phablet-4 {
    padding-left: 40px !important
  }
  .padding-left-phablet-5 {
    padding-left: 50px !important
  }
  .padding-left-phablet-6 {
    padding-left: 60px !important
  }
  .padding-left-phablet-7 {
    padding-left: 70px !important
  }
  .padding-left-phablet-8 {
    padding-left: 80px !important
  }
  .padding-left-phablet-9 {
    padding-left: 90px !important
  }
  .padding-left-phablet-10 {
    padding-left: 100px !important
  }
  .padding-left-phablet-11 {
    padding-left: 110px !important
  }
  .padding-left-phablet-12 {
    padding-left: 120px !important
  }
  .padding-left-phablet-13 {
    padding-left: 130px !important
  }
  .padding-left-phablet-14 {
    padding-left: 140px !important
  }
  .padding-left-phablet-15 {
    padding-left: 150px !important
  }
  .padding-left-phablet-16 {
    padding-left: 160px !important
  }
  .padding-left-phablet-17 {
    padding-left: 170px !important
  }
  .padding-left-phablet-18 {
    padding-left: 180px !important
  }
  .padding-left-phablet-19 {
    padding-left: 190px !important
  }
  .padding-left-phablet-20 {
    padding-left: 200px !important
  }
  .padding-left-phablet-auto {
    padding-left: auto !important
  }
  .margin-phablet-0 {
    margin: 0px !important
  }
  .margin-phablet-1 {
    margin: 10px !important
  }
  .margin-phablet-2 {
    margin: 20px !important
  }
  .margin-phablet-3 {
    margin: 30px !important
  }
  .margin-phablet-4 {
    margin: 40px !important
  }
  .margin-phablet-5 {
    margin: 50px !important
  }
  .margin-phablet-6 {
    margin: 60px !important
  }
  .margin-phablet-7 {
    margin: 70px !important
  }
  .margin-phablet-8 {
    margin: 80px !important
  }
  .margin-phablet-9 {
    margin: 90px !important
  }
  .margin-phablet-10 {
    margin: 100px !important
  }
  .margin-phablet-11 {
    margin: 110px !important
  }
  .margin-phablet-12 {
    margin: 120px !important
  }
  .margin-phablet-13 {
    margin: 130px !important
  }
  .margin-phablet-14 {
    margin: 140px !important
  }
  .margin-phablet-15 {
    margin: 150px !important
  }
  .margin-phablet-16 {
    margin: 160px !important
  }
  .margin-phablet-17 {
    margin: 170px !important
  }
  .margin-phablet-18 {
    margin: 180px !important
  }
  .margin-phablet-19 {
    margin: 190px !important
  }
  .margin-phablet-20 {
    margin: 200px !important
  }
  .margin-phablet-auto {
    margin: auto !important
  }
  .margin-top-phablet-0 {
    margin-top: 0px !important
  }
  .margin-top-phablet-1 {
    margin-top: 10px !important
  }
  .margin-top-phablet-2 {
    margin-top: 20px !important
  }
  .margin-top-phablet-3 {
    margin-top: 30px !important
  }
  .margin-top-phablet-4 {
    margin-top: 40px !important
  }
  .margin-top-phablet-5 {
    margin-top: 50px !important
  }
  .margin-top-phablet-6 {
    margin-top: 60px !important
  }
  .margin-top-phablet-7 {
    margin-top: 70px !important
  }
  .margin-top-phablet-8 {
    margin-top: 80px !important
  }
  .margin-top-phablet-9 {
    margin-top: 90px !important
  }
  .margin-top-phablet-10 {
    margin-top: 100px !important
  }
  .margin-top-phablet-11 {
    margin-top: 110px !important
  }
  .margin-top-phablet-12 {
    margin-top: 120px !important
  }
  .margin-top-phablet-13 {
    margin-top: 130px !important
  }
  .margin-top-phablet-14 {
    margin-top: 140px !important
  }
  .margin-top-phablet-15 {
    margin-top: 150px !important
  }
  .margin-top-phablet-16 {
    margin-top: 160px !important
  }
  .margin-top-phablet-17 {
    margin-top: 170px !important
  }
  .margin-top-phablet-18 {
    margin-top: 180px !important
  }
  .margin-top-phablet-19 {
    margin-top: 190px !important
  }
  .margin-top-phablet-20 {
    margin-top: 200px !important
  }
  .margin-top-phablet-auto {
    margin-top: auto !important
  }
  .margin-right-phablet-0 {
    margin-right: 0px !important
  }
  .margin-right-phablet-1 {
    margin-right: 10px !important
  }
  .margin-right-phablet-2 {
    margin-right: 20px !important
  }
  .margin-right-phablet-3 {
    margin-right: 30px !important
  }
  .margin-right-phablet-4 {
    margin-right: 40px !important
  }
  .margin-right-phablet-5 {
    margin-right: 50px !important
  }
  .margin-right-phablet-6 {
    margin-right: 60px !important
  }
  .margin-right-phablet-7 {
    margin-right: 70px !important
  }
  .margin-right-phablet-8 {
    margin-right: 80px !important
  }
  .margin-right-phablet-9 {
    margin-right: 90px !important
  }
  .margin-right-phablet-10 {
    margin-right: 100px !important
  }
  .margin-right-phablet-11 {
    margin-right: 110px !important
  }
  .margin-right-phablet-12 {
    margin-right: 120px !important
  }
  .margin-right-phablet-13 {
    margin-right: 130px !important
  }
  .margin-right-phablet-14 {
    margin-right: 140px !important
  }
  .margin-right-phablet-15 {
    margin-right: 150px !important
  }
  .margin-right-phablet-16 {
    margin-right: 160px !important
  }
  .margin-right-phablet-17 {
    margin-right: 170px !important
  }
  .margin-right-phablet-18 {
    margin-right: 180px !important
  }
  .margin-right-phablet-19 {
    margin-right: 190px !important
  }
  .margin-right-phablet-20 {
    margin-right: 200px !important
  }
  .margin-right-phablet-auto {
    margin-right: auto !important
  }
  .margin-bottom-phablet-0 {
    margin-bottom: 0px !important
  }
  .margin-bottom-phablet-1 {
    margin-bottom: 10px !important
  }
  .margin-bottom-phablet-2 {
    margin-bottom: 20px !important
  }
  .margin-bottom-phablet-3 {
    margin-bottom: 30px !important
  }
  .margin-bottom-phablet-4 {
    margin-bottom: 40px !important
  }
  .margin-bottom-phablet-5 {
    margin-bottom: 50px !important
  }
  .margin-bottom-phablet-6 {
    margin-bottom: 60px !important
  }
  .margin-bottom-phablet-7 {
    margin-bottom: 70px !important
  }
  .margin-bottom-phablet-8 {
    margin-bottom: 80px !important
  }
  .margin-bottom-phablet-9 {
    margin-bottom: 90px !important
  }
  .margin-bottom-phablet-10 {
    margin-bottom: 100px !important
  }
  .margin-bottom-phablet-11 {
    margin-bottom: 110px !important
  }
  .margin-bottom-phablet-12 {
    margin-bottom: 120px !important
  }
  .margin-bottom-phablet-13 {
    margin-bottom: 130px !important
  }
  .margin-bottom-phablet-14 {
    margin-bottom: 140px !important
  }
  .margin-bottom-phablet-15 {
    margin-bottom: 150px !important
  }
  .margin-bottom-phablet-16 {
    margin-bottom: 160px !important
  }
  .margin-bottom-phablet-17 {
    margin-bottom: 170px !important
  }
  .margin-bottom-phablet-18 {
    margin-bottom: 180px !important
  }
  .margin-bottom-phablet-19 {
    margin-bottom: 190px !important
  }
  .margin-bottom-phablet-20 {
    margin-bottom: 200px !important
  }
  .margin-bottom-phablet-auto {
    margin-bottom: auto !important
  }
  .margin-left-phablet-0 {
    margin-left: 0px !important
  }
  .margin-left-phablet-1 {
    margin-left: 10px !important
  }
  .margin-left-phablet-2 {
    margin-left: 20px !important
  }
  .margin-left-phablet-3 {
    margin-left: 30px !important
  }
  .margin-left-phablet-4 {
    margin-left: 40px !important
  }
  .margin-left-phablet-5 {
    margin-left: 50px !important
  }
  .margin-left-phablet-6 {
    margin-left: 60px !important
  }
  .margin-left-phablet-7 {
    margin-left: 70px !important
  }
  .margin-left-phablet-8 {
    margin-left: 80px !important
  }
  .margin-left-phablet-9 {
    margin-left: 90px !important
  }
  .margin-left-phablet-10 {
    margin-left: 100px !important
  }
  .margin-left-phablet-11 {
    margin-left: 110px !important
  }
  .margin-left-phablet-12 {
    margin-left: 120px !important
  }
  .margin-left-phablet-13 {
    margin-left: 130px !important
  }
  .margin-left-phablet-14 {
    margin-left: 140px !important
  }
  .margin-left-phablet-15 {
    margin-left: 150px !important
  }
  .margin-left-phablet-16 {
    margin-left: 160px !important
  }
  .margin-left-phablet-17 {
    margin-left: 170px !important
  }
  .margin-left-phablet-18 {
    margin-left: 180px !important
  }
  .margin-left-phablet-19 {
    margin-left: 190px !important
  }
  .margin-left-phablet-20 {
    margin-left: 200px !important
  }
  .margin-left-phablet-auto {
    margin-left: auto !important
  }
}
@media(max-width: 435px) {
  .padding-phone-0 {
    padding: 0px !important
  }
  .padding-phone-1 {
    padding: 10px !important
  }
  .padding-phone-2 {
    padding: 20px !important
  }
  .padding-phone-3 {
    padding: 30px !important
  }
  .padding-phone-4 {
    padding: 40px !important
  }
  .padding-phone-5 {
    padding: 50px !important
  }
  .padding-phone-6 {
    padding: 60px !important
  }
  .padding-phone-7 {
    padding: 70px !important
  }
  .padding-phone-8 {
    padding: 80px !important
  }
  .padding-phone-9 {
    padding: 90px !important
  }
  .padding-phone-10 {
    padding: 100px !important
  }
  .padding-phone-11 {
    padding: 110px !important
  }
  .padding-phone-12 {
    padding: 120px !important
  }
  .padding-phone-13 {
    padding: 130px !important
  }
  .padding-phone-14 {
    padding: 140px !important
  }
  .padding-phone-15 {
    padding: 150px !important
  }
  .padding-phone-16 {
    padding: 160px !important
  }
  .padding-phone-17 {
    padding: 170px !important
  }
  .padding-phone-18 {
    padding: 180px !important
  }
  .padding-phone-19 {
    padding: 190px !important
  }
  .padding-phone-20 {
    padding: 200px !important
  }
  .padding-phone-auto {
    padding: auto !important
  }
  .padding-top-phone-0 {
    padding-top: 0px !important
  }
  .padding-top-phone-1 {
    padding-top: 10px !important
  }
  .padding-top-phone-2 {
    padding-top: 20px !important
  }
  .padding-top-phone-3 {
    padding-top: 30px !important
  }
  .padding-top-phone-4 {
    padding-top: 40px !important
  }
  .padding-top-phone-5 {
    padding-top: 50px !important
  }
  .padding-top-phone-6 {
    padding-top: 60px !important
  }
  .padding-top-phone-7 {
    padding-top: 70px !important
  }
  .padding-top-phone-8 {
    padding-top: 80px !important
  }
  .padding-top-phone-9 {
    padding-top: 90px !important
  }
  .padding-top-phone-10 {
    padding-top: 100px !important
  }
  .padding-top-phone-11 {
    padding-top: 110px !important
  }
  .padding-top-phone-12 {
    padding-top: 120px !important
  }
  .padding-top-phone-13 {
    padding-top: 130px !important
  }
  .padding-top-phone-14 {
    padding-top: 140px !important
  }
  .padding-top-phone-15 {
    padding-top: 150px !important
  }
  .padding-top-phone-16 {
    padding-top: 160px !important
  }
  .padding-top-phone-17 {
    padding-top: 170px !important
  }
  .padding-top-phone-18 {
    padding-top: 180px !important
  }
  .padding-top-phone-19 {
    padding-top: 190px !important
  }
  .padding-top-phone-20 {
    padding-top: 200px !important
  }
  .padding-top-phone-auto {
    padding-top: auto !important
  }
  .padding-right-phone-0 {
    padding-right: 0px !important
  }
  .padding-right-phone-1 {
    padding-right: 10px !important
  }
  .padding-right-phone-2 {
    padding-right: 20px !important
  }
  .padding-right-phone-3 {
    padding-right: 30px !important
  }
  .padding-right-phone-4 {
    padding-right: 40px !important
  }
  .padding-right-phone-5 {
    padding-right: 50px !important
  }
  .padding-right-phone-6 {
    padding-right: 60px !important
  }
  .padding-right-phone-7 {
    padding-right: 70px !important
  }
  .padding-right-phone-8 {
    padding-right: 80px !important
  }
  .padding-right-phone-9 {
    padding-right: 90px !important
  }
  .padding-right-phone-10 {
    padding-right: 100px !important
  }
  .padding-right-phone-11 {
    padding-right: 110px !important
  }
  .padding-right-phone-12 {
    padding-right: 120px !important
  }
  .padding-right-phone-13 {
    padding-right: 130px !important
  }
  .padding-right-phone-14 {
    padding-right: 140px !important
  }
  .padding-right-phone-15 {
    padding-right: 150px !important
  }
  .padding-right-phone-16 {
    padding-right: 160px !important
  }
  .padding-right-phone-17 {
    padding-right: 170px !important
  }
  .padding-right-phone-18 {
    padding-right: 180px !important
  }
  .padding-right-phone-19 {
    padding-right: 190px !important
  }
  .padding-right-phone-20 {
    padding-right: 200px !important
  }
  .padding-right-phone-auto {
    padding-right: auto !important
  }
  .padding-bottom-phone-0 {
    padding-bottom: 0px !important
  }
  .padding-bottom-phone-1 {
    padding-bottom: 10px !important
  }
  .padding-bottom-phone-2 {
    padding-bottom: 20px !important
  }
  .padding-bottom-phone-3 {
    padding-bottom: 30px !important
  }
  .padding-bottom-phone-4 {
    padding-bottom: 40px !important
  }
  .padding-bottom-phone-5 {
    padding-bottom: 50px !important
  }
  .padding-bottom-phone-6 {
    padding-bottom: 60px !important
  }
  .padding-bottom-phone-7 {
    padding-bottom: 70px !important
  }
  .padding-bottom-phone-8 {
    padding-bottom: 80px !important
  }
  .padding-bottom-phone-9 {
    padding-bottom: 90px !important
  }
  .padding-bottom-phone-10 {
    padding-bottom: 100px !important
  }
  .padding-bottom-phone-11 {
    padding-bottom: 110px !important
  }
  .padding-bottom-phone-12 {
    padding-bottom: 120px !important
  }
  .padding-bottom-phone-13 {
    padding-bottom: 130px !important
  }
  .padding-bottom-phone-14 {
    padding-bottom: 140px !important
  }
  .padding-bottom-phone-15 {
    padding-bottom: 150px !important
  }
  .padding-bottom-phone-16 {
    padding-bottom: 160px !important
  }
  .padding-bottom-phone-17 {
    padding-bottom: 170px !important
  }
  .padding-bottom-phone-18 {
    padding-bottom: 180px !important
  }
  .padding-bottom-phone-19 {
    padding-bottom: 190px !important
  }
  .padding-bottom-phone-20 {
    padding-bottom: 200px !important
  }
  .padding-bottom-phone-auto {
    padding-bottom: auto !important
  }
  .padding-left-phone-0 {
    padding-left: 0px !important
  }
  .padding-left-phone-1 {
    padding-left: 10px !important
  }
  .padding-left-phone-2 {
    padding-left: 20px !important
  }
  .padding-left-phone-3 {
    padding-left: 30px !important
  }
  .padding-left-phone-4 {
    padding-left: 40px !important
  }
  .padding-left-phone-5 {
    padding-left: 50px !important
  }
  .padding-left-phone-6 {
    padding-left: 60px !important
  }
  .padding-left-phone-7 {
    padding-left: 70px !important
  }
  .padding-left-phone-8 {
    padding-left: 80px !important
  }
  .padding-left-phone-9 {
    padding-left: 90px !important
  }
  .padding-left-phone-10 {
    padding-left: 100px !important
  }
  .padding-left-phone-11 {
    padding-left: 110px !important
  }
  .padding-left-phone-12 {
    padding-left: 120px !important
  }
  .padding-left-phone-13 {
    padding-left: 130px !important
  }
  .padding-left-phone-14 {
    padding-left: 140px !important
  }
  .padding-left-phone-15 {
    padding-left: 150px !important
  }
  .padding-left-phone-16 {
    padding-left: 160px !important
  }
  .padding-left-phone-17 {
    padding-left: 170px !important
  }
  .padding-left-phone-18 {
    padding-left: 180px !important
  }
  .padding-left-phone-19 {
    padding-left: 190px !important
  }
  .padding-left-phone-20 {
    padding-left: 200px !important
  }
  .padding-left-phone-auto {
    padding-left: auto !important
  }
  .margin-phone-0 {
    margin: 0px !important
  }
  .margin-phone-1 {
    margin: 10px !important
  }
  .margin-phone-2 {
    margin: 20px !important
  }
  .margin-phone-3 {
    margin: 30px !important
  }
  .margin-phone-4 {
    margin: 40px !important
  }
  .margin-phone-5 {
    margin: 50px !important
  }
  .margin-phone-6 {
    margin: 60px !important
  }
  .margin-phone-7 {
    margin: 70px !important
  }
  .margin-phone-8 {
    margin: 80px !important
  }
  .margin-phone-9 {
    margin: 90px !important
  }
  .margin-phone-10 {
    margin: 100px !important
  }
  .margin-phone-11 {
    margin: 110px !important
  }
  .margin-phone-12 {
    margin: 120px !important
  }
  .margin-phone-13 {
    margin: 130px !important
  }
  .margin-phone-14 {
    margin: 140px !important
  }
  .margin-phone-15 {
    margin: 150px !important
  }
  .margin-phone-16 {
    margin: 160px !important
  }
  .margin-phone-17 {
    margin: 170px !important
  }
  .margin-phone-18 {
    margin: 180px !important
  }
  .margin-phone-19 {
    margin: 190px !important
  }
  .margin-phone-20 {
    margin: 200px !important
  }
  .margin-phone-auto {
    margin: auto !important
  }
  .margin-top-phone-0 {
    margin-top: 0px !important
  }
  .margin-top-phone-1 {
    margin-top: 10px !important
  }
  .margin-top-phone-2 {
    margin-top: 20px !important
  }
  .margin-top-phone-3 {
    margin-top: 30px !important
  }
  .margin-top-phone-4 {
    margin-top: 40px !important
  }
  .margin-top-phone-5 {
    margin-top: 50px !important
  }
  .margin-top-phone-6 {
    margin-top: 60px !important
  }
  .margin-top-phone-7 {
    margin-top: 70px !important
  }
  .margin-top-phone-8 {
    margin-top: 80px !important
  }
  .margin-top-phone-9 {
    margin-top: 90px !important
  }
  .margin-top-phone-10 {
    margin-top: 100px !important
  }
  .margin-top-phone-11 {
    margin-top: 110px !important
  }
  .margin-top-phone-12 {
    margin-top: 120px !important
  }
  .margin-top-phone-13 {
    margin-top: 130px !important
  }
  .margin-top-phone-14 {
    margin-top: 140px !important
  }
  .margin-top-phone-15 {
    margin-top: 150px !important
  }
  .margin-top-phone-16 {
    margin-top: 160px !important
  }
  .margin-top-phone-17 {
    margin-top: 170px !important
  }
  .margin-top-phone-18 {
    margin-top: 180px !important
  }
  .margin-top-phone-19 {
    margin-top: 190px !important
  }
  .margin-top-phone-20 {
    margin-top: 200px !important
  }
  .margin-top-phone-auto {
    margin-top: auto !important
  }
  .margin-right-phone-0 {
    margin-right: 0px !important
  }
  .margin-right-phone-1 {
    margin-right: 10px !important
  }
  .margin-right-phone-2 {
    margin-right: 20px !important
  }
  .margin-right-phone-3 {
    margin-right: 30px !important
  }
  .margin-right-phone-4 {
    margin-right: 40px !important
  }
  .margin-right-phone-5 {
    margin-right: 50px !important
  }
  .margin-right-phone-6 {
    margin-right: 60px !important
  }
  .margin-right-phone-7 {
    margin-right: 70px !important
  }
  .margin-right-phone-8 {
    margin-right: 80px !important
  }
  .margin-right-phone-9 {
    margin-right: 90px !important
  }
  .margin-right-phone-10 {
    margin-right: 100px !important
  }
  .margin-right-phone-11 {
    margin-right: 110px !important
  }
  .margin-right-phone-12 {
    margin-right: 120px !important
  }
  .margin-right-phone-13 {
    margin-right: 130px !important
  }
  .margin-right-phone-14 {
    margin-right: 140px !important
  }
  .margin-right-phone-15 {
    margin-right: 150px !important
  }
  .margin-right-phone-16 {
    margin-right: 160px !important
  }
  .margin-right-phone-17 {
    margin-right: 170px !important
  }
  .margin-right-phone-18 {
    margin-right: 180px !important
  }
  .margin-right-phone-19 {
    margin-right: 190px !important
  }
  .margin-right-phone-20 {
    margin-right: 200px !important
  }
  .margin-right-phone-auto {
    margin-right: auto !important
  }
  .margin-bottom-phone-0 {
    margin-bottom: 0px !important
  }
  .margin-bottom-phone-1 {
    margin-bottom: 10px !important
  }
  .margin-bottom-phone-2 {
    margin-bottom: 20px !important
  }
  .margin-bottom-phone-3 {
    margin-bottom: 30px !important
  }
  .margin-bottom-phone-4 {
    margin-bottom: 40px !important
  }
  .margin-bottom-phone-5 {
    margin-bottom: 50px !important
  }
  .margin-bottom-phone-6 {
    margin-bottom: 60px !important
  }
  .margin-bottom-phone-7 {
    margin-bottom: 70px !important
  }
  .margin-bottom-phone-8 {
    margin-bottom: 80px !important
  }
  .margin-bottom-phone-9 {
    margin-bottom: 90px !important
  }
  .margin-bottom-phone-10 {
    margin-bottom: 100px !important
  }
  .margin-bottom-phone-11 {
    margin-bottom: 110px !important
  }
  .margin-bottom-phone-12 {
    margin-bottom: 120px !important
  }
  .margin-bottom-phone-13 {
    margin-bottom: 130px !important
  }
  .margin-bottom-phone-14 {
    margin-bottom: 140px !important
  }
  .margin-bottom-phone-15 {
    margin-bottom: 150px !important
  }
  .margin-bottom-phone-16 {
    margin-bottom: 160px !important
  }
  .margin-bottom-phone-17 {
    margin-bottom: 170px !important
  }
  .margin-bottom-phone-18 {
    margin-bottom: 180px !important
  }
  .margin-bottom-phone-19 {
    margin-bottom: 190px !important
  }
  .margin-bottom-phone-20 {
    margin-bottom: 200px !important
  }
  .margin-bottom-phone-auto {
    margin-bottom: auto !important
  }
  .margin-left-phone-0 {
    margin-left: 0px !important
  }
  .margin-left-phone-1 {
    margin-left: 10px !important
  }
  .margin-left-phone-2 {
    margin-left: 20px !important
  }
  .margin-left-phone-3 {
    margin-left: 30px !important
  }
  .margin-left-phone-4 {
    margin-left: 40px !important
  }
  .margin-left-phone-5 {
    margin-left: 50px !important
  }
  .margin-left-phone-6 {
    margin-left: 60px !important
  }
  .margin-left-phone-7 {
    margin-left: 70px !important
  }
  .margin-left-phone-8 {
    margin-left: 80px !important
  }
  .margin-left-phone-9 {
    margin-left: 90px !important
  }
  .margin-left-phone-10 {
    margin-left: 100px !important
  }
  .margin-left-phone-11 {
    margin-left: 110px !important
  }
  .margin-left-phone-12 {
    margin-left: 120px !important
  }
  .margin-left-phone-13 {
    margin-left: 130px !important
  }
  .margin-left-phone-14 {
    margin-left: 140px !important
  }
  .margin-left-phone-15 {
    margin-left: 150px !important
  }
  .margin-left-phone-16 {
    margin-left: 160px !important
  }
  .margin-left-phone-17 {
    margin-left: 170px !important
  }
  .margin-left-phone-18 {
    margin-left: 180px !important
  }
  .margin-left-phone-19 {
    margin-left: 190px !important
  }
  .margin-left-phone-20 {
    margin-left: 200px !important
  }
  .margin-left-phone-auto {
    margin-left: auto !important
  }
}
.pointer-events {
  pointer-events: all !important
}
.disable-pointer-events {
  pointer-events: none !important
}
.pointer, .cursorPointer {
  cursor: pointer !important
}
.cursorZoomIn, [data-action=zoom] {
  cursor: pointer;
  cursor: -moz-zoom-in !important;
  cursor: -webkit-zoom-in !important
}
.cursorZoomOut, .zoom-img img.zoom-img, .zoom-img-wrap img.zoom-img {
  cursor: pointer;
  cursor: -moz-zoom-out !important;
  cursor: -webkit-zoom-out !important
}
.cursorGrab {
  cursor: move;
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important
}
.cursorGrab:active {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important
}
.pattern .background {
  background-repeat: repeat;
  background-size: auto
}
.attachment-fixed, .attachmentFixed {
  background-attachment: fixed !important;
  background-size: cover !important
}
.disableClick {
  pointer-events: none
}
.cover {
  background-size: cover !important
}
.noSelect, .noSelect *, .disableSelect, .disableSelect * {
  -webkit-touch-callout: none !important;
  user-select: none !important
}
.selectable, .selectable *, .enableSelect, .enableSelect * {
  -webkit-touch-callout: auto !important;
  user-select: auto !important
}
.clearBoth:after {
  content: "";
  clear: both;
  display: table
}
:focus {
  outline: none !important
}
.quoteBubble {
  padding: 7%;
  background: #fff;
  border-radius: 6px;
  color: #202020;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1)
}
.quoteBubble:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 6%;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0
}
.quoteBubble:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 6%;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent;
  display: block;
  width: 0
}
.address {
  letter-spacing: -1.5px;
  font-size: 30px;
  line-height: 1.1666
}
.price {
  font-size: 110px;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: -0.03em
}
.currency {
  font-size: 32px;
  vertical-align: super;
  padding-right: 0px;
  margin-left: -0.8em;
  font-weight: 700;
  position: relative;
  top: -0.5em
}
.social-circles li {
  display: inline-block;
  padding: 5px
}
.social-circles li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%
}
.social-circles li a svg {
  width: 16px;
  height: 16px;
  fill: #fff
}
.social-circles li a:hover {
  opacity: 1;
  transform: scale(1.1)
}
.swiper-wrapper * {
  box-sizing: border-box
}
.swiper-pagination {
  position: static !important
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  margin-top: 15px
}
.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #fff !important
}
.whiteSlide .swiper-pagination-bullet-active, .whiteSlide .swiper-pagination-bullet {
  background-color: #000 !important
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important
}
.swiper-container-2, .swiper-container-3, .swiper-container-4 {
  overflow: hidden
}
.iphone-5 {
  margin: 0 0 -100%
}
.ipad-6 {
  margin: 0 0 -60%
}
.button.play.button-7 {
  margin: 0 20px
}
@media(max-width: 1099px) {
  .button.play.button-7 {
    display: block;
    margin: 30px auto
  }
}
@media(max-width: 1334px) {
  form.slides-form .input-9, form.slides-form .button-9 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 300px
  }
}
@media(min-width: 768px) {
  form.slides-form .input-12 {
    max-width: 300px
  }
}
form input[type=text].input-13, form input[type=name].input-13, form input[type=email].input-13 {
  max-width: 300px
}
@media(max-width: 1023px) {
  .cell-16 {
    padding-bottom: 35px
  }
}
.video-18 {
  margin-top: 34px
}
.icon-26 {
  margin-right: 4px
}
.app-26 {
  width: 70px;
  position: absolute;
  left: 0
}
.text-26 {
  margin-left: 95px;
  margin-top: 35px
}
@media(min-width: 1024px) {
  .text-26 {
    max-width: 360px
  }
}
.cell-26 {
  margin-top: 22px
}
@media(min-width: 1024px) {
  .cell-26 {
    padding-bottom: 40px
  }
}
.app-27 {
  width: 70px;
  position: absolute;
  left: 0
}
.icon-27 {
  margin-right: 4px
}
.cell-27 {
  margin-top: -22px
}
@media(max-width: 1023px) {
  .cell-27 {
    padding-bottom: 40px
  }
}
.text-27 {
  margin-left: 95px;
  margin-top: 35px
}
@media(min-width: 1024px) {
  .text-27 {
    max-width: 360px
  }
}
@media(min-width: 768px) {
  .iphone-28 {
    margin-top: -228px;
    margin-bottom: -228px
  }
}
@media(max-width: 767px) {
  .cell-28 {
    padding-bottom: 35px
  }
}
@media(min-width: 768px) {
  .iphone-29 {
    margin-top: -228px;
    margin-bottom: -228px
  }
}
@media(max-width: 767px) {
  .cell-29 {
    padding-bottom: 35px
  }
}
.avatar-31 {
  position: absolute;
  margin-left: 7px
}
@media(max-width: 767px) {
  .avatar-31 {
    width: 48px
  }
}
@media(min-width: 1024px) {
  .ipad-31 {
    margin: -10% 0px -115%;
    max-width: none
  }
}
@media(min-width: 1024px) {
  .ipad-32 {
    margin: -10% 0px -115%;
    max-width: none
  }
}
@media(max-width: 1023px) {
  .cell-32 {
    padding-bottom: 40px
  }
}
@media(min-width: 1024px) {
  .ipad-33 {
    margin: -10% 0px -115%;
    max-width: none
  }
}
@media(max-width: 1023px) {
  .cell-33 {
    padding-bottom: 40px
  }
}
.iphone-35 {
  margin-bottom: -45%
}
.ipad-36 {
  margin: -10px 0 -50%
}
.form-42 {
  max-width: 500px;
  margin: 0 auto
}
@media(min-width: 1024px) {
  .form-42 .form-42-input-1 input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
  }
  .form-42 .form-42-input-2 input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    position: relative;
    left: -1px
  }
}
p.remind-43 {
  max-width: 350px;
  line-height: 1.29;
  margin: 13px auto;
  text-align: center
}
@media(max-width: 767px) {
  .box-46 {
    margin-bottom: 30px
  }
}
.slide.whiteSlide .box-46 .shadow {
  box-shadow: none
}
.flex-47 .material-icons {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 36px
}
.flex-48 .material-icons {
  margin-bottom: 30px;
  margin-top: 15px;
  font-size: 72px
}
.flex-49 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 72px
}
.form-55 {
  margin: 0 auto
}
@media(min-width: 1024px) {
  .form-55 .form-55-input-1 input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-left: 0
  }
  .form-55 .form-55-input-2 input {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-left: 0;
    position: relative;
    left: -1px
  }
}
.form-55 [data-success-class=message-sent].message-sent {
  background: #219653 !important
}
.pad-59 {
  border-radius: 6px;
  padding: 6%
}
.flex-61 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 36px
}
@media(min-width: 1024px) {
  img.macbook-61 {
    max-width: none;
    float: right;
    margin-right: 50px
  }
}
.flex-62 .material-icons {
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 36px
}
@media(min-width: 1024px) {
  img.macbook-62 {
    max-width: none;
    float: left;
    margin-left: 50px
  }
}
.flex-64 {
  padding-top: 15px
}
.flex-64 .material-icons {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 36px
}
.flex-64 > li:not(:last-child) {
  margin-bottom: 20px
}
.flex-64 .cell-64 {
  padding: 20px 30px;
  position: relative;
  display: block;
  transition: .25s;
  color: #fff
}
.flex-64 .cell-64.rounded {
  border-radius: 6px
}
.flex-64 .cell-64:hover {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2)
}
.flex-64:not(:hover) li:first-child > .cell-64 {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important
}
.flex.flex-65 > li {
  position: relative;
  padding-left: 55px;
  padding-bottom: 30px
}
.flex-65 .material-icons {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 36px
}
@media(max-width: 767px) {
  .flex.flex-65 > li {
    padding-left: 60px
  }
  .flex-65 .material-icons {
    left: 0px
  }
}
.box-67 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin-bottom: 35px;
  -webkit-backface-visibility: hidden
}
.box-67 .thumbnail-67 {
  font-size: 0;
  overflow: hidden
}
.box-67 .thumbnail-67 img {
  border-radius: 6px 6px 0 0;
  backface-visibility: hidden;
  transition: .35s
}
.box-67:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: .95
}
.box-67:hover .thumbnail-67 img {
  transform: scale(1.0225)
}
.box-67 .name-67 {
  padding: 19px 15px 25px;
  background: #fff
}
.flex-68 a {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 14px;
  opacity: .9;
  transition: opacity .1s ease-in, transform .15s cubic-bezier(0.5, 0, 0.25, 2.5)
}
.flex-68 a:hover {
  opacity: 1;
  transform: scale(1.05)
}
.slide.whiteSlide .tintLogos {
  filter: brightness(0.2)
}
.slide:not(.whiteSlide) .tintLogos {
  filter: brightness(1.3)
}
.flex-69 [class*=col-].selected {
  cursor: pointer;
  pointer-events: all
}
.flex-69 .box-69 {
  display: block;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  color: #fff
}
.flex-69 .box-69.rounded {
  overflow: hidden;
  border-radius: 6px
}
.flex-69 .box-69:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: .5s
}
.flex-69 .box-69 .cell-69 {
  outline: none;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 20px;
  z-index: 10;
  opacity: 0;
  transition: .5s;
  color: #fff;
  transform: translateY(10px)
}
.flex-69 .box-69:hover {
  opacity: 1
}
.flex-69 .box-69:hover .cell-69 {
  opacity: 1;
  transform: translateY(0px)
}
.flex-69 .box-69:hover:after {
  opacity: .98
}
.info-70 {
  padding: 13%
}
.flex-71 {
  padding-top: 15px
}
.flex-71 .material-icons {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 36px
}
.flex-71 > li:not(:last-child) {
  margin-bottom: 20px
}
.flex-71 .cell-71 {
  padding: 20px 30px;
  position: relative;
  display: block;
  transition: .25s
}
.flex-71 .cell-71.rounded {
  border-radius: 6px
}
.flex-71 .cell-71:hover {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important
}
.flex-71:not(:hover) li:first-child > .cell-71 {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important
}
.flex-73 {
  padding-top: 15px
}
.flex-73 .material-icons {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 36px
}
.flex-73 > li:not(:last-child) {
  margin-bottom: 20px
}
.flex-73 .cell-73 {
  padding: 30px;
  position: relative;
  display: block;
  transition: .25s
}
.flex-73 .cell-73.rounded {
  border-radius: 6px
}
.flex-73 .cell-73:hover {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important
}
.flex-73:not(:hover) li:first-child > .cell-73 {
  background: #fff;
  color: #202020;
  opacity: 1;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  border-color: transparent !important
}
@media(min-width: 1024px) {
  .image-73 {
    margin: -10% 0 -3%;
    max-width: none
  }
}
.box-74 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin-bottom: 25px;
  -webkit-backface-visibility: hidden
}
.box-74:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: .95
}
.box-74 .name-74 {
  padding: 20px 20px 30px 20px;
  background: #fff;
  border-radius: 0 0 6px 0
}
.box-74 .thumbnail-74 {
  font-size: 0;
  line-height: 0;
  overflow: hidden
}
.box-74 .thumbnail-74 img {
  border-radius: 6px 6px 0 0;
  transition: .5s
}
.slider[data-slider-id="75-0"].animated.fromAbove [class*=ae-]:not(.done) {
  transform: scale(1) translate3d(0, 0, 0)
}
.button.button-76 {
  width: 54px;
  height: 54px;
  padding: 16px 17px;
  font-size: 0
}
.button.button-76 svg {
  width: 22px;
  height: 22px
}
@media(min-width: 1024px) {
  .iphone-76 {
    max-width: none;
    margin-top: 60px
  }
}
.text-76 {
  line-height: 1.75;
  opacity: 1;
  margin: 0;
  margin-left: 77px;
  padding-top: 3px
}
@media(max-width: 569px) {
  .button.button-76, .text-76 {
    float: left
  }
  .text-76 strong {
    display: block
  }
  .text-76 {
    font-size: 20px;
    top: -4px
  }
}
.box-77 {
  color: #202020;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  display: block;
  outline: none;
  margin: 10px 0;
  -webkit-backface-visibility: hidden
}
.box-77:hover {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  opacity: 1
}
.box-77 .thumbnail-77 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: relative
}
.box-77 .thumbnail-77 img {
  border-radius: 6px 6px 0 0;
  -webkit-backface-visibility: hidden;
  transition: .5s
}
.box-77 .thumbnail-77.video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/svg/video-icon.svg") no-repeat;
  background-size: 54px;
  background-position: center center;
  transition: .35s
}
.box-77:hover .thumbnail-77.video:after {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1)
}
.box-77 .author-77 {
  border-top: 1px solid #ebebeb
}
.box-77 .avatar-77 {
  position: absolute;
  top: 18px;
  left: 0
}
.details-77 {
  padding: 20px 18px 15px;
  background: #fff;
  border-radius: 0 0 6px 0
}
.details-77 .cell {
  text-align: left
}
.text-78 {
  font-size: 17px;
  letter-spacing: .5px;
  margin-top: 7px
}
.quote-79 {
  font-size: 85px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  font-family: serif
}
.author-79 {
  position: relative;
  margin: 0 auto;
  max-width: 306px;
  padding-left: 85px;
  padding-top: 5px
}
.author-79 .avatar-79 {
  position: absolute;
  top: 0;
  left: 0
}
.author-79 h3 {
  margin-bottom: 10px
}
.flex-79 > [class*=col-] {
  position: relative;
  padding: 5px 30px 0 55px
}
.flex-79 > [class*=col-] .material-icons {
  font-size: 35px;
  margin-bottom: 13px;
  position: absolute;
  left: 0;
  top: 0
}
.flex-80 > [class*=col-] {
  margin-bottom: 25px
}
.box-80 {
  border: 1px solid rgba(255, 255, 255, 0.3)
}
.box-80.rounded {
  border-radius: 6px
}
.slide.whiteSlide .box-80 {
  border-color: #e5e5e5
}
.leftControl-82, .rightControl-82 {
  position: absolute;
  top: 50%;
  margin-top: -56px;
  margin-left: -60px;
  cursor: pointer;
  transition: .35s
}
.leftControl-82 svg, .rightControl-82 svg {
  width: 29px;
  height: 56px
}
.leftControl-82:hover, .leftControl-82:active, .rightControl-82:hover, .rightControl-82:active {
  opacity: .3
}
@media(max-width: 768px) {
  .leftControl-82, .rightControl-82 {
    display: none
  }
}
.rightControl-82 {
  right: 0;
  margin-right: -60px
}
.flex.flex-83 {
  color: #202020;
  margin-top: 50px
}
@media(min-width: 1024px) {
  .flex.flex-83 {
    border-radius: 6px;
    overflow: hidden
  }
  .slide.whiteSlide .flex.flex-83 {
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54)
  }
}
@media(max-width: 1023px) {
  .flex.flex-83 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
  }
}
.flex.flex-83 > [class*=col-] {
  position: relative;
  background: #fff;
  overflow: hidden;
  box-shadow: -1px 0 0 #ebebeb inset
}
@media(max-width: 1023px) {
  .flex.flex-83 > [class*=col-] {
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    border-radius: 6px
  }
}
@media(min-width: 1024px) {
  .flex.flex-83 > [class*=col-] {
    padding: 40px;
    border-radius: 0px
  }
  .flex.flex-83 > [class*=col-]:last-child {
    box-shadow: none
  }
}
.flex.flex-83 > [class*=col-] ul.p {
  line-height: 1.75
}
.flex.flex-84 {
  color: #202020;
  margin-top: 50px
}
@media(min-width: 1240px) {
  .flex.flex-84 {
    border-radius: 6px;
    overflow: hidden
  }
  .slide.whiteSlide .flex.flex-84 {
    box-shadow: 0 0 1px #303030
  }
}
.flex.flex-84 > [class*=col-] {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  box-shadow: -1px 0 0 #ebebeb inset
}
@media(max-width: 1023px) {
  .flex.flex-84 > [class*=col-] {
    max-width: calc(50% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 1px rgba(48, 48, 48, 0.54);
    border-radius: 6px
  }
}
@media(max-width: 767px) {
  .flex.flex-84 > [class*=col-] {
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0
  }
}
@media(min-width: 1240px) {
  .flex.flex-84 > [class*=col-] {
    padding: 40px;
    border-radius: 0px
  }
  .flex.flex-84 > [class*=col-]:last-child {
    box-shadow: none
  }
}
.flex.flex-84 > [class*=col-] ul.p {
  line-height: 1.75
}
.button.button-86 {
  width: 54px;
  height: 54px;
  padding: 16px 17px;
  font-size: 0
}
.button.button-86 svg {
  width: 22px;
  height: 22px
}
.text-86 {
  line-height: 1.75;
  opacity: 1;
  margin: 0;
  margin-left: 77px;
  padding-top: 3px
}
@media(max-width: 569px) {
  .button.button-86, .text-86 {
    float: left
  }
  .text-86 strong {
    display: block
  }
  .text-86 {
    font-size: 20px;
    top: -4px
  }
}
.frame-93 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: inline-block;
  padding: 40px
}
.frame-93.rounded {
  border-radius: 6px
}
.slide.whiteSlide .frame-93 {
  border: 1px solid rgba(0, 0, 0, 0.1)
}
@media(max-width: 1023px) {
  .frame-93 {
    text-align: center
  }
  .button.button-93 {
    margin: 30px 0 0
  }
}
@media(max-width: 499px) {
  .slide .frame-93 {
    padding: 0px;
    border: none !important
  }
}
.music-96 .player.pause .play {
  display: block
}
.music-96 .player.pause .pause {
  display: none
}
.music-96 .player .play {
  display: none
}
.music-96 .player .pause {
  display: block
}
.music-96 .player .playpause {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.101421), 0px 1px 2px rgba(0, 0, 0, 0.101421)
}
.music-96 .player .playpause img {
  width: 13px;
  height: 13px
}
.music-96 .player .trackinfo {
  display: flex;
  justify-content: space-between;
  align-items: baseline
}
.music-96 .player .scrubber {
  margin-top: 17px
}
.music-96 .player .scrubber .bar {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 3px;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color .2s
}
.music-96 .player .scrubber .bar:hover {
  background: rgba(255, 255, 255, 0.5)
}
.music-96 .player .scrubber .played {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  background: #fff;
  border-radius: 2px
}
.whiteSlide .music-96 .scrubber .bar {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2)
}
.whiteSlide .music-96 .scrubber .played {
  background: rgba(32, 32, 32, 0.5)
}
.calendar-97 {
  width: 52px;
  height: 52px;
  padding: 8px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  left: 0;
  cursor: default;
  pointer-events: none
}
.calendar-97:hover {
  transform: translateY(0) !important
}
.calendar-97 .month {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  opacity: .8
}
.calendar-97 .number {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400
}
.frame-97 {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding: 30px 0
}
@media(min-width: 768px) {
  .frame-97 {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
}
.slide.whiteSlide .frame-97 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
.slide.whiteSlide .frame-97 a.button.text-white {
  color: #202020 !important
}
.frame-97:last-child {
  border-bottom: none !important
}
.button-buy-97 {
  float: right
}
.title-group-97 {
  min-width: 49%;
  display: inline-block;
  vertical-align: text-top
}
@media(max-width: 991px) {
  .title-group-97 {
    min-width: 37%;
    margin-left: 80px !important
  }
}
@media(max-width: 767px) {
  .title-group-97 {
    margin-left: 0 !important;
    margin-top: 60px;
    display: block
  }
  .button-buy-97 {
    float: none;
    margin-top: 20px;
    display: inline-block
  }
}
a.box-98 {
  width: 380px
}
a.box-98:active, a.box-98:focus {
  outline: none
}
a.box-98:hover {
  opacity: 1
}
.thumbnail-98 img {
  width: 100%;
  height: 100%;
  border-radius: 6px
}
.title-slide-98 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15
}
.subtitle-slide-98 {
  position: absolute;
  width: 70%;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15
}
.blackout-98 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10
}
a.box-99:active, a.box-99:focus {
  outline: none
}
a.box-99:hover {
  opacity: 1
}
.thumbnail-99 {
  position: relative
}
.thumbnail-99 img {
  width: 100%;
  height: 100%
}
.blackout-99 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  z-index: 10
}
.title-slide-99 {
  position: absolute;
  text-align: left;
  width: 80%;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 26px;
  z-index: 15
}
.more-99 {
  position: absolute;
  bottom: 5px;
  z-index: 15;
  text-align: left;
  width: 80%;
  left: 50%;
  transform: translateX(-50%)
}
.item-100 {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: .3s
}
.item-100:hover {
  transform: translateY(-2px)
}
.slide.whiteSlide .item-100 {
  border-color: rgba(0, 0, 0, 0.2)
}
.wrap-text-100 {
  position: absolute;
  z-index: 15;
  bottom: 0
}
.slide.whiteSlide .wrap-text-100 {
  color: #fff
}
@media(max-width: 767px) {
  .wrap-text-100 {
    position: relative
  }
}
.social-101:hover {
  opacity: 1 !important
}
.swiper-102-prev, .swiper-102-next {
  background: transparent !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px !important;
  width: 24px !important;
  transition: .15s
}
.swiper-102-prev:hover, .swiper-102-next:hover {
  opacity: .6
}
.whiteSlide .swiper-102-prev svg, .whiteSlide .swiper-102-next svg {
  stroke: #202020;
  opacity: .6
}
.box-102:active, .box-102:focus {
  outline: none
}
.box-102:hover {
  opacity: 1
}
.box-102 {
  max-width: 340px
}
.img-102 {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0
}
.box-102-shadow {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.101421), 0px 1px 4px rgba(0, 0, 0, 0.101421)
}
.box-102-shadow.done {
  transition: .15s !important
}
.box-102-shadow:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2)
}
.thumbnail-102 {
  border-radius: 0 0 6px 6px;
  background: #fff
}
.social-102:hover {
  opacity: .6 !important
}
.social-103:hover {
  opacity: 1 !important
}
.slider-104 img {
  width: 300px;
  border: 0px solid transparent;
  transition: .5s
}
.slider-104 .slick-slide.slick-current img {
  border: 10px solid #2196f3;
  opacity: 1 !important
}
@media(max-width: 767px) {
  .slider-104-arrow .slick-prev {
    margin-right: 0 !important;
    float: right
  }
  .slider-104-arrow .slick-next {
    float: none
  }
}
.slider-104-arrow:hover svg {
  opacity: .6
}
.slider-104-arrow svg {
  transition: .15s
}
@media(max-width: 767px) {
  .slider-104-controller {
    order: 1
  }
}
.social-104:hover {
  opacity: 1 !important
}
.box-105 {
  max-width: 480px;
  min-height: 580px
}
@media(max-width: 569px) {
  .box-105 {
    max-width: 320px;
    min-height: 440px
  }
}
.thumbnail-105:hover .poster-105 {
  opacity: 1 !important
}
.thumbnail-105 a:hover {
  opacity: 1 !important
}
.poster-105 {
  transition: .15s
}
.number-105 {
  top: 40px;
  left: 40px
}
.inner-105 {
  right: 40px;
  bottom: 40px;
  left: 40px
}
.btn-106 {
  height: 20px;
  width: 20px !important;
  background: #202020 url(../assets/svg/play.svg) 50% 50% no-repeat;
  background-size: 10px;
  border-radius: 50%
}
.slide.whiteSlide .block-106 .actionButton.white {
  background: #bbb !important;
  fill: #202020 !important
}
.slide.whiteSlide .block-106 .actionButton svg {
  fill: #fff
}
.slide:not(.whiteSlide) .block-106 .actionButton svg {
  fill: #202020 !important
}
.social-106.button.actionButton:hover:not(:active) {
  transform: scale(1.1) !important
}
.img-106-middle, .img-106-small {
  position: absolute
}
.img-106-big {
  width: 64.4%
}
.img-106-middle {
  width: 54.24%;
  top: 47.37%;
  left: 44.68%
}
.img-106-small {
  width: 40.68%;
  top: 84.32%;
  left: 10.17%
}
@media(max-width: 767px) {
  .slide-106-reorder-0 {
    order: 0;
    margin-bottom: 33vw
  }
  .slide-106-reorder-1 {
    order: 1
  }
}
.scroll .slide.slide-107, .scroll .slide.slide-107 .container {
  min-height: 100vh
}
.slide.slide-107 .wrap {
  background-attachment: fixed;
  background-size: cover;
  background-position: center
}
@media(min-width: 1024px)and (max-width: 1240px) {
  .slide.slide-107 .wrap {
    padding: 50px
  }
}
@media(min-width: 1600px) {
  .slide.slide-107 .wrap {
    background-attachment: unset
  }
}
@media(max-width: 1023px) {
  .slide.slide-107 .container, .slide.slide-107 .wrap {
    width: 100% !important;
    min-height: 50vh
  }
  .slide.slide-107 .container {
    display: flex;
    flex-direction: column-reverse;
    height: auto
  }
  .slide.slide-107 .wrap {
    display: table;
    background-attachment: inherit
  }
  .slide.slide-107 .wrap .mobile-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
  }
}
.socials-107 .button.actionButton:hover:not(:active) {
  transform: scale(1.1) !important
}
.slide:not(.whiteSlide) .socials-107 .actionButton svg {
  fill: #202020 !important
}
.slide.whiteSlide .socials-107 .actionButton.white {
  background: #bbb !important;
  fill: #202020 !important
}
.slide.whiteSlide .socials-107 .actionButton svg {
  fill: #fff
}
.step-number-108 {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center
}
.slide.whiteSlide .step-number-108 {
  background: #bbb !important
}
.slide.whiteSlide .step-number-108 h4 {
  color: #fff !important
}
.slide.whiteSlide .step-number-108.active {
  background: #2196f3 !important
}
.slide:not(.whiteSlide) .step-number-108 {
  background: #fff !important
}
.slide:not(.whiteSlide) .step-number-108 h4 {
  color: #202020 !important
}
.slide:not(.whiteSlide) .step-number-108.active {
  background: #2196f3 !important
}
.slide:not(.whiteSlide) .step-number-108.active h4 {
  color: #fff !important
}
@media(max-width: 767px) {
  .step-number-108 {
    height: 30px;
    width: 30px
  }
  .step-container-108 {
    min-width: 180px
  }
}
.slide.whiteSlide .list-109 li::before {
  background: #bbb !important;
  color: #fff !important
}
.slide.whiteSlide .list-109 li.active::before {
  background: #219653 !important;
  color: #fff !important
}
.slide:not(.whiteSlide) .list-109 li::before {
  background: #fff !important;
  color: #202020 !important
}
.slide:not(.whiteSlide) .list-109 li.active::before {
  background: #219653 !important;
  color: #fff !important
}
.list-109 {
  counter-reset: num
}
.list-109 li {
  position: relative
}
.list-109 li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: -0.015em
}
.list-109 li h4 {
  line-height: 40px !important
}
.swiper-slide-110 {
  max-width: 300px
}
.box-110 {
  background: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2)
}
.scroll .slide.slide-112, .scroll .slide.slide-112 .container {
  min-height: 100vh
}
@media(min-width: 1024px)and (max-width: 1240px) {
  .slide.slide-112 .wrap {
    padding: 50px
  }
}
@media(max-width: 1023px) {
  .slide-112 .wrap {
    width: 100%;
    display: table
  }
  .poster-112 {
    position: static;
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0
  }
}
.box-113 {
  max-width: 380px;
  min-height: 580px
}
@media(max-width: 569px) {
  .box-113 {
    max-width: 320px;
    min-height: 440px
  }
}
.thumbnail-113 img {
  height: 60px;
  width: 60px
}
.bottom-113 {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%)
}
.bottom-113 svg {
  fill: #fff
}
.social-114:hover {
  opacity: 1 !important
}
.slide-114.whiteSlide svg {
  fill: #202020 !important
}
.slide-114:not(.whiteSlide) svg {
  fill: #fff !important
}
.slide-114 .swiper-button-next, .slide-114 .swiper-button-prev {
  height: 30px;
  width: 30px;
  top: 120px
}
.slide-114 .swiper-button-prev {
  left: -60px
}
.slide-114 .swiper-button-next {
  right: -60px
}
@media(max-width: 767px) {
  .slide-114 .swiper-button-prev {
    left: calc(50% - 60px);
    bottom: -60px;
    top: auto
  }
  .slide-114 .swiper-button-next {
    right: calc(50% - 60px);
    bottom: -60px;
    top: auto
  }
}
.swiper-115 .swiper-button-next, .swiper-115 .swiper-button-prev {
  height: 30px;
  width: 30px;
  margin-top: 0;
  top: 156px
}
.swiper-115 .swiper-button-prev {
  left: -80px
}
.swiper-115 .swiper-button-next {
  right: -80px
}
@media(max-width: 1023px) {
  .swiper-115 .swiper-button-prev {
    left: calc(50% - 60px);
    bottom: -60px;
    top: auto
  }
  .swiper-115 .swiper-button-next {
    right: calc(50% - 60px);
    bottom: -60px;
    top: auto
  }
}
.controller-external-116 li h4 {
  transition: .15s
}
.controller-external-116 li svg {
  left: -25px;
  fill: transparent !important;
  stroke: #2196f3 !important
}
.controller-external-116 li.selected h4 {
  color: #2196f3 !important;
  font-weight: 600 !important;
  opacity: 1 !important
}
.controller-external-116 li.selected svg {
  opacity: 1 !important
}
@media(min-width: 436px)and (max-width: 768px) {
  .controller-external-116 li {
    display: inline-block
  }
}
.slide.whiteSlide .controller-external-116 li:not(.selected) {
  opacity: .5
}
.external-slider-116 > li {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px
}
.controller-internal-116 .dot {
  line-height: 10px;
  height: 10px;
  padding: 0 !important;
  margin-right: 5px
}
.controller-internal-116 .dot:after {
  height: 10px;
  width: 10px;
  background: #bbb;
  opacity: 1
}
.controller-internal-116 .dot.selected:after {
  background: #2196f3 !important;
  transform: none
}
.slide.whiteSlide .controller-internal-116 .dot:after {
  background: #bbb !important
}
.slide.whiteSlide .controller-internal-116 .dot.selected:after {
  background: #2196f3 !important
}
.box-117 {
  max-width: 320px;
  min-height: 440px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.101421), 0px 1px 4px rgba(0, 0, 0, 0.101421)
}
.bottom-117 {
  position: absolute;
  bottom: 30px;
  left: 30px
}
.external-slider-118 {
  overflow: hidden;
  width: calc(100% + 8vw + 15px)
}
.controller-external-118 > li p {
  opacity: .6;
  transition: .15s
}
.controller-external-118 > li.selected p, .controller-external-118 > li:hover p {
  opacity: 1
}
@media(max-width: 767px) {
  .controller-external-118 {
    display: inline-block
  }
}
.box-118 {
  width: 280px !important
}
.swiper-119 .swiper-button-prev, .swiper-119 .swiper-button-next {
  position: static;
  height: 24px;
  width: 24px;
  transition: .15s
}
.swiper-119 .swiper-button-prev:active, .swiper-119 .swiper-button-prev:focus, .swiper-119 .swiper-button-prev:hover, .swiper-119 .swiper-button-next:active, .swiper-119 .swiper-button-next:focus, .swiper-119 .swiper-button-next:hover {
  opacity: 1 !important
}
.swiper-119.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto
}
.swiper-119.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important;
  height: 10px;
  width: 10px
}
.swiper-119 .swiper-pagination-bullet-active {
  background-color: #2196f3 !important
}
.slide.whiteSlide .swiper-119 .swiper-button-prev svg, .slide.whiteSlide .swiper-119 .swiper-button-next svg {
  fill: transparent !important;
  stroke: #202020 !important
}
.slide.whiteSlide .swiper-119 .swiper-pagination-bullet-active {
  background-color: #2196f3 !important
}
.box-119 {
  width: 380px !important;
  height: 428px !important
}
@media(max-width: 767px) {
  .box-119 {
    width: 320px !important
  }
}
@media(max-width: 435px) {
  .box-119 {
    width: 280px !important
  }
}
.box-119:active .box-119-inner, .box-119:focus .box-119-inner, .box-119:hover .box-119-inner {
  opacity: 1
}
.box-119-inner {
  opacity: 0;
  border: 1px solid #e0e0e0;
  transition: .15s
}
.column-left-120 {
  width: 89.4%
}
@media(max-width: 1023px) {
  .column-left-120 {
    width: 100%
  }
}
.column-right-120 {
  width: 7.11%
}
@media(max-width: 1023px) {
  .column-right-120 {
    width: 100%
  }
}
.btn-120:hover {
  opacity: 1 !important
}
.slider-120 > li {
  height: 100%;
  min-height: 400px
}
.slider-120 > li .bottom-block {
  position: absolute;
  bottom: 50px
}
@media(max-width: 1023px) {
  .slider-120 {
    min-height: 80vh
  }
}
.controller-slider-120 > li {
  position: relative;
  width: 84px;
  height: 60px;
  border-radius: 3px;
  transition: .15s
}
.controller-slider-120 > li.selected {
  transform: scale(1.25)
}
.controller-slider-120 > li.selected:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #2196f3;
  border-radius: 6px
}
.controller-slider-120 > li.selected:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  background: linear-gradient(0deg, rgba(33, 150, 243, 0.5), rgba(33, 150, 243, 0.5))
}
@media(max-width: 1023px) {
  .controller-slider-120 > li {
    display: inline-block
  }
}
.slider-121 > li {
  height: 550px;
  max-height: 80vh;
  position: relative
}
.slider-121 > li .bottom-block {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0
}
.btn-121:hover {
  opacity: 1 !important
}
.slider-121-arrows {
  left: 0;
  right: 0;
  bottom: 100px
}
.slider-121-arrows a:hover {
  opacity: 1 !important
}
.controller-slider-121 > li {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 4px;
  transition: .15s
}
.controller-slider-121 > li.selected {
  transform: scale(1.16)
}
.controller-slider-121 > li.selected:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px solid #2196f3;
  border-radius: 8px
}
.swiper-122 .swiper-button-prev, .swiper-122 .swiper-button-next {
  position: static;
  height: 24px;
  width: 24px;
  transition: .15s
}
.swiper-122 .swiper-button-prev:active, .swiper-122 .swiper-button-prev:focus, .swiper-122 .swiper-button-prev:hover, .swiper-122 .swiper-button-next:active, .swiper-122 .swiper-button-next:focus, .swiper-122 .swiper-button-next:hover {
  opacity: 1 !important
}
.swiper-122.swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto
}
.swiper-122.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px !important;
  height: 10px;
  width: 10px
}
.swiper-122 .swiper-pagination-bullet-active {
  background-color: #2196f3 !important
}
.slide.whiteSlide .swiper-122 .swiper-button-prev svg, .slide.whiteSlide .swiper-122 .swiper-button-next svg {
  fill: transparent !important;
  stroke: #202020 !important
}
.slide.whiteSlide .swiper-122 .swiper-pagination-bullet-active {
  background-color: #2196f3 !important
}
.slide.whiteSlide .btn-122 {
  stroke: #bbb
}
.slide:not(.whiteSlide) .btn-122 {
  stroke: #fff
}
.btn-123 {
  left: 50%;
  z-index: 10;
  transition: .15s
}
.btn-123:active, .btn-123:focus, .btn-123:hover {
  opacity: 1 !important
}
.btn-123.slick-prev {
  top: 20px;
  transform: translateX(-50%) rotate(90deg)
}
.btn-123.slick-next {
  bottom: 20px;
  transform: translateX(-50%) rotate(-90deg)
}
@media(max-width: 767px) {
  .btn-123 {
    display: none !important
  }
}
.slide.whiteSlide .btn-123 svg {
  stroke: #bbb
}
@media(min-width: 768px) {
  .slider-123-left {
    height: 100vh
  }
}
.slider-123-left .slick-slide {
  opacity: .6;
  transition: .15s
}
.slider-123-left .slick-current {
  opacity: 1
}
.slider-123-right.slick-vertical .slick-slide {
  height: 100vh;
  display: table
}
.swiper-124-prev, .swiper-124-next {
  position: static !important;
  height: 24px !important;
  width: 24px !important;
  transition: .15s
}
.swiper-124-prev:active, .swiper-124-prev:focus, .swiper-124-prev:hover, .swiper-124-next:active, .swiper-124-next:focus, .swiper-124-next:hover {
  opacity: 1 !important
}
.slide.whiteSlide .swiper-124-prev svg, .slide.whiteSlide .swiper-124-next svg {
  stroke: #bbb
}
.swiper-pagination-bullets.swiper-124-pagination {
  width: auto
}
.swiper-pagination-bullets.swiper-124-pagination .swiper-pagination-bullet {
  margin: 0 5px !important;
  height: 10px;
  width: 10px
}
.swiper-pagination-bullets.swiper-124-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2196f3 !important
}
@media(max-width: 767px) {
  .controls-124.right {
    text-align: left !important
  }
}
.controller-125-dots > li {
  height: 10px;
  width: 10px;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 5px;
  transition: .15s
}
.controller-125-dots > li:after {
  display: none
}
.controller-125-dots > li.selected {
  background: white
}
.controller-125-dots > li:hover {
  transform: scale(1.25)
}
.slide.whiteSlide .controller-125-dots > li {
  background: #bbb
}
.slide.whiteSlide .controller-125-dots > li.selected {
  background: #202020
}
.slider-125-next-btn a:hover, .socials-125 a:hover {
  opacity: 1 !important
}
.controller-125-img > li.selected {
  display: none
}
.controller-125-img > li img {
  transition: .15s
}
.controller-125-img > li img:hover {
  opacity: 1 !important
}
.star-126.checked {
  fill: #ffc107 !important
}
.slide.whiteSlide .star-126 {
  fill: #bbb !important
}
.slide.whiteSlide .star-126.checked {
  fill: #ffc107 !important
}
.img-127 {
  margin-bottom: -73%
}
.img-128 {
  margin-bottom: -24%
}
.img-130 {
  max-width: unset
}
.box-131 {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center
}
.box-131:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #2196f3;
  opacity: 0;
  transition: .15s
}
.box-131:hover {
  opacity: 1
}
.box-131:hover:after {
  opacity: .9
}
.box-131-inner {
  z-index: 1
}
@media(min-width: 768px) {
  .form-131 input[type=email] {
    max-width: 208px
  }
}
@media(max-width: 767px) {
  .form-131 input[type=email] {
    text-align: center
  }
}
.scroll .slide.slide-132, .scroll .slide.slide-132 .container {
  min-height: 100vh
}
.slide.slide-132 .wrap {
  background-size: cover;
  background-position: center
}
@media(min-width: 1024px)and (max-width: 1240px) {
  .slide.slide-132 .wrap {
    padding: 50px
  }
}
@media(max-width: 1023px) {
  .slide.slide-132 .container {
    display: flex;
    flex-direction: column-reverse;
    height: auto
  }
}
.btn-132 {
  min-width: 160px !important
}
.btn-132.stroke {
  border: 1px solid rgba(255, 255, 255, 0.3)
}
.slide.whiteSlide .btn-132.stroke {
  color: #202020 !important;
  border: 1px solid rgba(32, 32, 32, 0.2)
}
.btn-133.circle {
  line-height: 60px
}
.btn-133.stroke {
  line-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important
}
.slide.whiteSlide .btn-133.stroke {
  color: #202020 !important;
  border: 1px solid rgba(32, 32, 32, 0.2) !important
}
.slider-134 > li {
  display: block;
  visibility: hidden;
  height: 0;
  transition: none !important
}
.slider-134 > li.selected {
  visibility: visible;
  height: auto
}
.controller-134 {
  margin-bottom: 5px
}
.controller-134 > li:hover > p {
  opacity: 1
}
.controller-134 > li.selected > p {
  opacity: 1;
  border-color: #2196f3
}
.controller-134 > li > p {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  opacity: .6;
  transition: .15s
}
.swiper-134 .swiper-wrapper {
  flex-wrap: nowrap
}
.btn-135 {
  line-height: 60px
}
.btn-135 svg {
  height: 26px !important;
  width: 26px !important;
  top: 0 !important
}
.box-135 {
  width: 280px !important
}
.btn-136 {
  line-height: 60px
}
.img-137 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh
}
.btn-139 {
  top: 50%;
  transform: translateY(-45px);
  transition: all .15s
}
.btn-139:hover {
  opacity: .6
}
@media(max-width: 1239px) {
  .btn-139 {
    top: 100%;
    transform: translateY(-100%)
  }
}
@media(max-width: 1023px) {
  .btn-139 svg {
    width: 26px;
    height: 26px
  }
}
@media(max-width: 435px) {
  .btn-139 svg {
    width: 22px;
    height: 22px
  }
}
.slide.whiteSlide .controller-140 .dot:after {
  background: #fff !important
}
@media(max-width: 767px) {
  .box-141-center {
    display: flex;
    flex-direction: column-reverse
  }
}
@media(min-width: 1024px) {
  .box-141-right {
    margin-top: -100px
  }
}
.btn-142 {
  top: 50%;
  transform: translateY(-50%);
  transition: .15s
}
.btn-142:hover {
  opacity: .6
}
.btn-142.slider-prev {
  left: -65px
}
.btn-142.slider-next {
  right: -65px
}
@media(max-width: 1023px) {
  .btn-142 {
    top: -50px
  }
  .btn-142.slider-prev {
    transform: translateX(-100%);
    left: 50%
  }
  .btn-142.slider-next {
    transform: translateX(100%);
    right: 50%
  }
}
@media(min-width: 1024px) {
  .inner-text-142 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
  }
}
.controller-142 > li {
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
  transition: .15s
}
.controller-142 > li:after {
  display: none
}
.controller-142 > li:hover {
  background: rgba(255, 255, 255, 0.8)
}
.controller-142 > li.selected {
  background: white
}
.slide.whiteSlide .controller-142 > li {
  background: rgba(32, 32, 32, 0.5)
}
.slide.whiteSlide .controller-142 > li:hover {
  background: rgba(32, 32, 32, 0.8)
}
.slide.whiteSlide .controller-142 > li.selected {
  background: #202020
}
@media(min-width: 768px) {
  .text-143 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1
  }
}
.img-143:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4)
}
.slide.whiteSlide .img-143:after {
  background: rgba(255, 255, 255, 0.4)
}
@media(max-width: 767px) {
  .box-144 {
    order: 1
  }
}
.controller-146 > li {
  transition: .15s;
  overflow: hidden
}
.controller-146 > li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 150, 243, 0.5);
  border: 4px solid #2196f3;
  opacity: 0;
  transition: .15s
}
.controller-146 > li:hover {
  transform: scale(1.1)
}
.controller-146 > li.selected:after {
  opacity: 1
}
.img-147 {
  max-width: unset;
  max-height: 100vh
}
@media(max-width: 767px) {
  .img-147 {
    max-height: 50vh
  }
}
.box-148 {
  min-height: 550px
}
@media(max-width: 767px) {
  .box-148 {
    min-height: unset;
    height: auto;
    padding-bottom: 151.6%
  }
}
.box-148-small {
  min-height: 210px
}
@media(max-width: 767px) {
  .box-148-small {
    min-height: unset;
    height: auto;
    padding-bottom: 56.25%
  }
}
.container-149 {
  border-radius: 6px;
  overflow: hidden
}
@media(max-width: 767px) {
  .container-149 {
    border-radius: 0
  }
}
.block-149:hover a, .block-149:hover .poster {
  opacity: 1 !important
}
.block-149 .poster {
  transition: .15s
}
.btn-151 {
  padding: 0 12px !important;
  background: rgba(32, 32, 32, 0.05) !important
}
.btn-151 h3 {
  line-height: 44px
}
.img-151 {
  transition: .15s
}
.img-151:hover {
  opacity: .8
}
@media(min-width: 436px) {
  .overflow-ellipsis-152 {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
}
.controller-152 > li {
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 5px;
  transition: .15s
}
.controller-152 > li:after {
  display: none
}
.controller-152 > li.selected {
  background: white
}
.controller-152 > li:hover {
  transform: scale(1.25)
}
@media(min-width: 768px)and (max-width: 1024px) {
  .controller-152 {
    position: relative;
    top: 50px
  }
}
.slide.whiteSlide .controller-152 > li {
  background: rgba(187, 187, 187, 0.6)
}
.slide.whiteSlide .controller-152 > li.selected {
  background: #202020
}
@media(min-width: 768px) {
  input[type=email].input-153 {
    width: 196px
  }
}
@media(min-width: 1024px) {
  input[type=email].input-153 {
    width: 227px
  }
}
@media(min-width: 1240px) {
  input[type=email].input-153 {
    width: 240px
  }
}
.btn-153 {
  z-index: 11
}
@media(max-width: 767px) {
  .btn-153[class*=shift-left-] {
    left: 0 !important
  }
}
.box-155 .poster {
  transition: .15s
}
.box-155:hover {
  opacity: 1
}
.box-155:hover .poster {
  opacity: .8 !important
}
@media(min-width: 768px) {
  .box-155 {
    min-height: 544px
  }
}
.controller-156 > li {
  padding: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 5px
}
.controller-156 > li:after {
  display: none
}
.controller-156 > li.selected {
  background: white
}
.slide.whiteSlide .controller-156 > li {
  background: rgba(187, 187, 187, 0.6)
}
.slide.whiteSlide .controller-156 > li.selected {
  background: #202020
}
.box-159 {
  border-left: 5px solid #2196f3
}
.btn-160 {
  min-width: 142px
}
.box-161 {
  width: 120px;
  height: 120px;
  line-height: 120px
}
@media(max-width: 1439px) {
  .img-162 {
    max-width: 269%
  }
}
@media(max-width: 1023px) {
  .img-162 {
    max-width: 100%;
    width: 100%
  }
}
@media(min-width: 1440px) {
  .img-162 {
    max-width: none !important
  }
}
.box-162 {
  height: 0
}
@media(max-width: 1439px) {
  .box-162 {
    padding-top: 65%
  }
}
@media(max-width: 1023px) {
  .box-162 {
    display: none
  }
}
@media(min-width: 1440px) {
  .box-162 {
    padding-top: 180px
  }
}
.box-164 {
  border-radius: 6px 0 0 6px
}
@media(max-width: 767px) {
  .box-164 {
    border-radius: 6px 6px 0 0
  }
}
.controller-164 {
  position: absolute;
  top: 50px;
  right: 50px
}
.controller-164 li {
  padding: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  vertical-align: middle;
  transition: .15s
}
.controller-164 li.selected, .controller-164 li:hover {
  transform: scale(1.66)
}
.controller-164 li.selected {
  background: #219653
}
.controller-164 li:after {
  display: none
}
@media(max-width: 1023px) {
  .controller-164 {
    top: 40px;
    right: 30px
  }
}
@media(max-width: 767px) {
  .controller-164 {
    top: 100%;
    right: 0;
    left: 0;
    line-height: 80px
  }
}
.next-164, .prev-164 {
  height: 152px;
  width: 152px;
  z-index: 10;
  transition: .15s
}
.next-164:hover, .prev-164:hover {
  background: #219653
}
@media(max-width: 767px) {
  .next-164, .prev-164 {
    height: 80px;
    width: 80px
  }
}
.prev-164 {
  border-radius: 6px 0 0 0
}
@media(max-width: 767px) {
  .prev-164 {
    bottom: auto !important;
    right: auto !important;
    top: 100%;
    left: 0;
    border-radius: 0
  }
}
.next-164 {
  border-radius: 0 6px 0 0
}
@media(max-width: 767px) {
  .next-164 {
    bottom: auto !important;
    left: auto !important;
    top: 0;
    right: 0;
    border-radius: 0
  }
}
@media(min-width: 768px) {
  .slider-164 img {
    border-bottom-left-radius: 0 !important
  }
}
@media(max-width: 767px) {
  .slider-164 img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }
}
.inner-165 {
  border-radius: 0 6px 6px 0
}
@media(max-width: 767px) {
  .inner-165 {
    border-radius: 0 0 6px 6px
  }
}
.video-165 {
  border-radius: 6px 0 0 6px
}
@media(max-width: 767px) {
  .video-165 {
    border-radius: 6px 6px 0 0
  }
}
.img-165, .videoThumbnail-165 {
  height: 100%
}
.img-165 {
  max-width: unset
}
.box-165 .button {
  border-radius: 100px
}
.box-165:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid rgba(242, 242, 242, 0.3)
}
@media(max-width: 435px) {
  .box-165:before {
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    right: unset;
    border-bottom: none;
    border-right: 1px solid rgba(242, 242, 242, 0.3)
  }
}
.whiteSlide .box-165:before {
  border-color: #f2f2f2
}
.btn-167 {
  height: 52px;
  width: 80px;
  transition: .15s
}
.btn-167:hover, .btn-167:active, .btn-167:focus {
  background: #219653
}
.btn-167.swiper-button-disabled {
  opacity: .6;
  pointer-events: none
}
.swiper-167 {
  margin: 0 -10px !important
}
.box-167 {
  height: 550px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1)
}
.box-167:hover .details-167 {
  opacity: 1;
  transform: translateY(0px)
}
.box-167:hover .poster-167 {
  height: 200px;
  opacity: 0
}
.box-167:hover .date-167 {
  transform: translateY(100%)
}
.poster-167 {
  height: 313px;
  transition: all .5s
}
.details-167 {
  opacity: 0;
  transform: translateY(-100%);
  transition: all .5s;
  z-index: 2
}
.details-167:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 30px;
  background: linear-gradient(to bottom, #fff 0%, transparent 100%)
}
.text-167 {
  position: absolute;
  top: 313px;
  left: 0px;
  right: 0;
  transition: all .5s;
  z-index: 1
}
.date-167 {
  transition: all .5s;
  z-index: 2
}
.date-167:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 5px;
  background: linear-gradient(to bottom, transparent 0%, #fff 100%)
}
.img-168 {
  max-width: 70%
}
@media(max-width: 767px) {
  .img-168 {
    left: unset !important;
    right: 0
  }
}
.box-169 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.101421), 0px 1px 4px rgba(0, 0, 0, 0.101421)
}
.list-169 li {
  position: relative;
  padding-left: 34px
}
.list-169 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(33, 150, 243, 0.1) url("../assets/svg/check-bold.svg") 50% 50% no-repeat;
  background-size: 10px
}
.poster-170 {
  transition: .15s
}
.box-170 {
  min-height: 380px
}
.box-170:hover {
  opacity: 1
}
.box-170:hover .poster-170 {
  opacity: .3 !important
}
.btn-170 {
  line-height: 31px;
  padding: 0 12px
}
.btn-172 {
  line-height: 80px;
  width: 80px
}
@media(max-width: 1023px) {
  .btn-172 {
    line-height: 60px;
    width: 60px
  }
}
.line-172 {
  height: calc(100% - 120px);
  width: 1px;
  background: rgba(255, 255, 255, 0.3)
}
.whiteSlide .line-172 {
  background: rgba(32, 32, 32, 0.1)
}
.box-173 {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.101421), 0px 1px 4px rgba(0, 0, 0, 0.101421)
}
.line-173 {
  border-bottom: 1px solid rgba(32, 32, 32, 0.1)
}
@media(min-width: 1024px)and (max-width: 1240px), (max-width: 768px) {
  .label-173, .value-173 {
    display: block;
    float: none
  }
}
.controller-slider-174 > li img {
  margin: 0 2px;
  border: 3px solid transparent;
  transition: .15s
}
.controller-slider-174 > li.selected img {
  border-color: #2196f3
}
.swiper-175-prev svg, .swiper-175-next svg {
  transition: .15s
}
.swiper-175-prev:hover svg, .swiper-175-next:hover svg {
  opacity: 1 !important;
  stroke: #2196f3 !important
}
.slide.whiteSlide .swiper-175-prev svg, .slide.whiteSlide .swiper-175-next svg {
  opacity: 1 !important;
  stroke: #bbb
}