html {
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  background: #343434;
}
* {
  font-family: "Roboto Condensed", "League Gothic";
}
::-moz-selection {
  background: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
body {
  font-family: OpenSans;
  background: 0 0;
  color: #fff;
  margin: 0;
  padding: 0;
}
li,
ul {
  list-style: none outside none;
  margin: 0;
}
iframe {
  border: none;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.full-width {
  width: 100%;
  max-width: 1440px;
}
.full-height {
  height: 100%;
}
.full-size {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.my-button {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1em;
  padding-bottom: 0.8rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
}
.center-vh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pos-top {
  top: 0;
}
.pos-left {
  left: 0;
}
.pos-right {
  right: 0;
}
.pos-bottom {
  bottom: 0;
}
.relh100 {
  position: relative;
  height: 100%;
}
.row {
  max-width: 100%;
}
li,
ul {
  list-style: none outside none;
  margin: 0;
}
a {
  color: #4394e5;
}
.full-width {
  width: 100%;
  max-width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.fullscreen-width {
  width: 100%;
  max-width: 100%;
}
.table {
  display: table;
  height: inherit;
  margin: auto;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.mask:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: " ";
  opacity: 0.8;
}
.bg-red,
.mask-red:before,
.title.bg-red {
  background: #e51c23;
}
.small-col-20 {
  width: 20%;
}
.box-shadow {
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.hidden {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.visible {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.invisible {
  display: none !important;
}
.s-visible-medium-up {
  opacity: 0;
}
.bold,
strong {
  font-weight: 700;
}
.column,
.columns {
  padding: 0;
}
.row .row {
  margin: 0;
}
.btn-round {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 16px;
  background: #4394e5;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 12px 32px;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-round:hover {
  color: #4394e5;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:after,
.clearfix:before,
.section .content .c-illustr:after,
.section .content .c-illustr:before,
.section .content:after,
.section .content:before {
  content: " ";
  display: table;
}
.clearfix:after,
.section .content .c-illustr:after,
.section .content:after {
  clear: both;
}
.header-top {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  height: auto;
  z-index: 10;
}
.header-top .logo-wrapper {
  position: relative;
  float: right;
  margin-right: 40px;
  margin-top: 40px;
}
.header-top .logo-wrapper .logo {
  font-family: "Roboto Condensed", "League Gothic";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-top .logo-wrapper .logo .title {
  vertical-align: middle;
}
.header-top .logo-wrapper .logo img {
  height: 90px;
  width: auto;
  margin-left: 8px;
}
.header-top .logo-wrapper .logo .logo-images .light-logo {
  display: inline-block;
}
.header-top .logo-wrapper .logo .logo-images .dark-logo {
  display: none;
}
.header-top .site-nav {
  float: left;
  margin-top: 24px;
  margin-right: 48px;
}
.header-top .site-nav li {
  float: left;
  display: block;
  font-family: Montserrat, "Glacial Indifference", Roboto, Helvetica, sans-serif;
  margin-left: 8px;
  position: relative;
}
.header-top .site-nav li a {
  margin-top: -8px;
  display: block;
  padding: 8px;
  color: #fff;
}
.header-top .site-nav li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  bottom: -4px;
  margin-left: 0;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-top .site-nav li.separator {
  color: #fff;
}
.header-top .site-nav li.active a:after,
.header-top .site-nav li:hover a:after {
  width: 8px;
  height: 8px;
  bottom: -8px;
  margin-left: -4px;
}
.header-top .site-nav li.active a:after {
  background: #fff;
}
.page-menu {
  position: fixed;
  top: 0;
  left: -300px;
  display: block;
  z-index: 2;
  background: #fff;
  height: 200%;
  padding: 32px;
  padding-top: 310px;
  width: 200px;
  padding-right: 0;
  -webkit-transform: rotate(45deg) translateY(-300px);
  -ms-transform: rotate(45deg) translateY(-300px);
  transform: rotate(45deg) translateY(-300px);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-menu li {
  position: relative;
  margin-bottom: 32px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg) scale(1) translateX(40px);
  -ms-transform: rotate(-45deg) scale(1) translateX(40px);
  transform: rotate(-45deg) scale(1) translateX(40px);
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
}
.page-menu li a {
  color: #1d1d1d;
  font-family: "Roboto Condensed", "League Gothic";
  vertical-align: middle;
  display: block;
  height: 40px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-menu li .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: #1d1d1d;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-menu li .icon:after {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  content: "";
  background: #fff;
  opacity: 0;
  z-index: -1;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-menu.menu-visible {
  visibility: visible;
  opacity: 1;
  left: 236px;
  -webkit-transform: rotate(45deg) translateY(-300px);
  -ms-transform: rotate(45deg) translateY(-300px);
  transform: rotate(45deg) translateY(-300px);
}
.page-menu.menu-visible li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1) translateX(0);
  -ms-transform: rotate(-45deg) scale(1) translateX(0);
  transform: rotate(-45deg) scale(1) translateX(0);
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.31, 0.51, 1.39);
  transition-timing-function: cubic-bezier(0.95, 0.31, 0.51, 1.39);
}
.page-menu.menu-visible li:nth-child(1) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.page-menu.menu-visible li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-menu.menu-visible li:nth-child(3) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.page-menu.menu-visible li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.page-menu.menu-visible li:nth-child(5) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.page-menu.menu-visible li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.page-menu.menu-visible li:nth-child(7) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
.page-menu.menu-visible li:nth-child(8) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.page-menu.menu-visible li:nth-child(9) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}
.page-menu.menu-visible li:nth-child(10) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.page-menu li.active .icon {
  background: #4394e5;
}
.page-menu li:not(.active):hover .icon {
  color: #4394e5;
}
.page-menu li:not(.active):hover .icon:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.menu-icon {
  float: left;
  position: fixed;
  z-index: 11;
  top: 0;
  padding: 40px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-icon:after {
  display: none;
}
.menu-icon:before {
  position: absolute;
  z-index: 1;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  width: 300%;
  height: 300%;
  top: -150%;
  left: -150%;
}
.menu-icon .bars {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  float: right;
  position: absolute;
  z-index: 2;
}
.menu-icon .bars .bar1,
.menu-icon .bars .bar2,
.menu-icon .bars .bar3 {
  display: block;
  content: "";
  height: 2px;
  width: 32px;
  background: #1d1d1d;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-icon .bars .bar2 {
  width: 16px;
  width: 20px;
}
.menu-icon .bars .bar3 {
  width: 8px;
}
.menu-icon.menu-visible .bars .bar1,
.menu-icon.menu-visible .bars .bar3 {
  width: 16px;
}
.menu-icon.menu-visible .bars .bar2 {
  width: 32px;
}
#fp-nav,
#fp-nav.right {
  top: 33%;
  right: 32px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff;
}
#fp-nav ul li a span:before,
.fp-slidesNav ul li a span:before {
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: -1px;
  top: 50%;
  background: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #4394e5;
}
#fp-nav ul li a.active span:before,
.fp-slidesNav ul li a.active span:before {
  background: #4394e5;
  left: -24px;
  width: 24px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff;
}
#fp-nav ul li:hover a span:before,
.fp-slidesNav ul li:hover a span:before {
  left: -12px;
  width: 12px;
  background: #fff;
}
#fp-nav ul {
  margin-top: -40px;
}
.page-cover {
  width: 100%;
  position: fixed;
  height: 120%;
  z-index: 0;
  overflow: hidden;
}
.page-cover .cover-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.page-cover .cover-bg.bg-color {
  background-image: none;
  z-index: -1;
}
.page-cover .cover-bg.cover-bg-mask {
  background: rgba(0, 0, 0, 0.12);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
.page-cover .vegas-timer {
  display: none;
}
.page-cover #particles-js {
  width: 100%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page-cover .video-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-cover .video-container video {
  height: 724px;
  width: 1287px;
  margin-top: -42px;
  margin-left: 0;
}
.page-cover .video-container iframe {
  width: 120%;
  height: 120%;
  margin-left: -10%;
  margin-top: -2%;
}
.show-for-medium-up {
  display: none;
}
@media (min-width: 602px) {
  .show-for-medium-up {
    display: block;
  }
}
.main {
  height: 100%;
}
.page-main {
  position: relative;
  margin-left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section {
  padding-left: 40px;
  padding-right: 40px;
}
.section-cent {
  width: 100%;
  position: relative;
  text-align: center;
}
.section .content {
  padding: 0 96px;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.section .content .c-header {
  margin-bottom: 32px;
}
.section .content .c-header h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto Condensed", "League Gothic";
  color: #fff;
}
.section .content .c-header p {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: #fff;
  max-width: 720px;
  opacity: 0.6;
}
.section .content .c-header h3 {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 24px;
  color: #fff;
  max-width: 720px;
  opacity: 0.6;
}
.section .content .c-wrapper {
  text-align: left;
  position: relative;
}
.section .content .c-card {
  position: relative;
  overflow: hidden;
  padding: 2px;
}
.section .content .c-card .card-wrapper {
  background: #fff;
  padding: 16px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.section .content .c-card .card-wrapper:after {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 1px;
  height: 128px;
  margin-left: 64px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  content: "";
  background: #4394e5;
}
.section .content .c-card .c-content {
  text-align: left;
  padding: 16px;
  padding-top: 32px;
}
.section .content .c-card .c-content.text-right {
  text-align: right;
}
.section .content .c-card .c-content h2 {
  font-size: 24px;
  color: #4394e5;
  font-family: "Roboto Condensed", "League Gothic";
  text-transform: uppercase;
  font-weight: 700;
}
.section .content .c-card .c-content h3 {
  color: #4394e5;
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 16px;
  position: relative;
}
.section .content .c-card .c-content h3:after {
  position: relative;
  height: 16px;
  width: 16px;
  content: "";
  background: #4394e5;
  border-radius: 16px;
  display: inline-block;
  margin-left: 8px;
  margin-top: -4px;
  vertical-align: middle;
}
.section .content .c-card .c-content p {
  color: #1d1d1d;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
}
@media (min-width: 720px) {
  .section .content .c-card.anim .card-wrapper {
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transition: 0.45s;
    transition: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    -webkit-transition-delay: 00s;
    transition-delay: 00s;
    box-shadow: 0 0 2px transparent;
  }
}
.section .content .c-illustr {
  position: relative;
}
.section .content .c-illustr .img-wrapper {
  content: "";
  width: 100%;
  height: 160px;
  background: #fff;
  display: block;
  position: relative;
}
.section .content .c-illustr .img-wrapper .slides {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section .content .c-illustr .img-wrapper .slides .slide-item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section .content .c-illustr .img-wrapper .slides .slide-item img {
  height: auto;
  width: 120%;
  max-width: none !important;
}
.section .content .c-illustr .img-wrapper .swipe-nav {
  position: absolute;
  height: 56px;
  width: 56px;
  left: -56px;
  background: #4394e5;
  text-align: center;
  padding-top: 10px;
}
.section .content .c-illustr .img-wrapper .swipe-nav .icon {
  color: #fff;
  text-align: center;
  width: 24px;
  height: 36px;
  line-height: 1;
  display: inline-block;
  padding-top: 11px;
  font-size: 12px;
}
.section .content .c-illustr .img-wrapper .swipe-nav a:hover .icon {
  opacity: 0.4;
}
.section .content .c-illustr .img-bottom {
  content: "";
  width: 96px;
  height: 96px;
  position: absolute;
  bottom: 0;
  right: -96px;
  background: #4b4b4b;
  display: block;
  float: left;
}
@media (min-width: 720px) {
  .section.active .content .c-card.anim .card-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
}
.s-footer {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  position: absolute;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-footer a {
  color: #fff;
  display: block;
  margin: auto;
  margin-bottom: 64px;
  width: 160px;
  text-align: center;
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 12px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  padding-top: 16px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.s-footer a:after {
  content: "";
  position: absolute;
  background: #4394e5;
  border: 4px solid #fff;
  width: 16px;
  height: 16px;
  bottom: -20px;
  margin-left: -8px;
  border-radius: 8px;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-footer a:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 2px;
  margin-left: -1px;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 28px;
  bottom: -32px;
  margin-bottom: -16px;
  top: auto;
}
.s-footer a:hover:after {
  bottom: -64px;
}
.s-footer a:hover:before {
  height: 28px;
  margin-bottom: -32px;
}
.section.active .s-footer {
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.fp-responsive .fp-auto-height-responsive .fp-scrollable {
  height: auto !important;
}
.section-home .content {
  max-width: 960px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.section-home .content .c-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: -96px;
  bottom: -96px;
  left: 0;
  z-index: 0;
}
.section-home .content .c-image .illustr {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #1d1d1d;
}
.section-home .content .c-text {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.section-home .content .c-text .title-desc {
  position: relative;
  overflow: hidden;
  padding-top: 96px;
  margin-top: -96px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.section-home .content .c-text .c-logo {
  height: 100%;
  text-align: center;
  margin-top: -64px;
  margin-bottom: 20px;
}
.section-home .content .c-text .c-logo img {
  height: 180px;
  width: 100%;
  display: inline-block;
}
.section-home .content .c-text .c-logo .icon {
  font-size: 128px;
  line-height: 1;
  color: #fff;
  position: relative;
  display: inline-block;
  text-align: center;
}
.section-home .content .c-text .c-logo h4 {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
}
.section-home .content .c-text .header h2 {
  font-family: "Roboto Condensed", "League Gothic";
  color: #fff;
  font-size: 64px;
  margin-bottom: 0;
}
.section-home .content .c-text .header h3 {
  font-family: "Roboto Condensed", "League Gothic";
  color: #fff;
  font-size: 24px;
}
.section-home .content .c-text .desc {
  padding-top: 30px;
  max-width: 560px;
  margin: 0 auto;
}
.section-home .content .c-text .desc p {
  color: #fff;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 18px;
}
.section-home .content .c-text .home-btns {
  overflow: hidden;
}
.section-home .content .c-text .home-btns .btn {
  font-family: "Roboto Condensed", "League Gothic";
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-home .content .c-text .home-btns .btn:after,
.section-home .content .c-text .home-btns .btn:before {
  position: absolute;
  left: auto;
  right: -24px;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  width: 8px;
  border-radius: 20px;
  background: #4394e5;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section-home .content .c-text .home-btns .btn:before {
  right: auto;
  left: -24px;
}
.section-home .content .c-text .home-btns .btn span {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section-home .content .c-text .home-btns .btn span:after {
  bottom: -0.2em;
  left: -16px;
  right: -16px;
  width: auto;
  content: "";
  position: absolute;
  background: #4394e5;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.section-home .content .c-text .home-btns .btn:hover:after,
.section-home .content .c-text .home-btns .btn:hover:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #fff;
}
.section-home .content .c-text .home-btns .btn:hover span {
  color: #4394e5;
}
.section-home .content .c-text .home-btns .btn:hover span:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.section-home .content .c-text .c-clock {
  position: relative;
  overflow: hidden;
}
.section-home .content .c-text .c-clock .clock-wrapper {
  margin: auto;
  padding-top: 8px;
}
.section-home .content .c-text .c-clock .clock-wrapper .tile {
  width: 96px;
  display: inline-block;
}
.section-home .content .c-text .c-clock .clock-wrapper .tile .days,
.section-home .content .c-text .c-clock .clock-wrapper .tile .hours,
.section-home .content .c-text .c-clock .clock-wrapper .tile .minutes,
.section-home .content .c-text .c-clock .clock-wrapper .tile .seconds {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 48px;
  display: block;
  text-align: center;
}
.section-home .content .c-text .c-clock .clock-wrapper .tile .txt {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", "League Gothic";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  position: relative;
  color: #fff;
}
.section-home .content .c-text .c-clock .clock-wrapper .tile .txt:after {
  position: absolute;
  content: "";
  background: #fff;
  background: #4394e5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 32px;
  width: 1px;
  position: absolute;
  right: -4px;
  bottom: 2px;
}
.section-home .content .c-text .c-clock .clock-wrapper .tile:last-child .txt:after {
  display: none;
}
.section-home .content.anim .c-text .title-desc .t-wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
}
.section-home .content.anim .c-text .c-clock .btn,
.section-home .content.anim .c-text .c-clock .clock-wrapper,
.section-home .content.anim .c-text .home-btns .btn,
.section-home .content.anim .c-text .home-btns .clock-wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
}
.section-home.active.anim .c-text .title-desc .t-wrapper {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.section-home.active.anim .c-text .c-clock .btn,
.section-home.active.anim .c-text .c-clock .clock-wrapper,
.section-home.active.anim .c-text .home-btns .btn,
.section-home.active.anim .c-text .home-btns .clock-wrapper {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.13, 0.53, 0.21, 0.97);
  transition-timing-function: cubic-bezier(0.13, 0.53, 0.21, 0.97);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.section-about .content .c-left {
  float: left;
  width: 66%;
  padding-right: 64px;
}
.section-about .content .c_left_custom {
  float: left;
  width: 66%;
  padding-right: 64px;
}
.section-about .content .c-right {
  float: right;
  width: 34%;
}
.section-about .content .c_right_custom {
  float: right;
  width: 34%;
}
.large-up-2 .column.full {
  width: 100%;
}
.section-about .content .c-features li.anim .desc p {
  font-size: 14px !important;
}
.section .content .c-card .c-content {
  padding-left: 0;
  padding-right: 0;
}
.section-about .c-content h2,
.section-products .c-content h2 {
  width: 100%;
  font-size: 14px !important;
  padding: 3px 0;
  letter-spacing: 3px;
  background-color: #ffb400;
  text-align: center;
  font-weight: 400;
}
.section-about .c-content article,
.section-products .c-content article {
  text-align: center;
}
.section-about .c-content article p,
.section-products .c-content article p {
  font-size: 12px !important;
  line-height: 1.5;
}
.section .content .c-wrapper {
  position: relative;
}
.section .content .c-wrapper .items-pagination,
.section .content .c-wrapper .slide-pagination,
.section .content .c-wrapper .swiper-pagination {
  position: absolute;
  right: 0;
  top: -32px;
  margin-right: -16px;
  z-index: 1;
}
.section .content .c-wrapper .swiper-pagination-bullet {
  opacity: 1;
  margin-right: 16px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .c-wrapper .swiper-pagination-bullet:before {
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  content: "";
  background: 0 0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.section .content .c-wrapper .swiper-pagination-bullet:after {
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  content: "";
  background: 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.section .content .c-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section .content .c-wrapper .swiper-pagination-bullet:hover {
  background: #4394e5;
}
.section .content .c-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.section .content .c-wrapper .swiper-pagination-bullet:hover:before {
  background: #fff;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}
.section .content .c-wrapper .items-nav-container,
.section .content .c-wrapper .slide-nav-container {
  float: right;
  position: absolute;
  top: 38px;
  right: 0;
}
.section .content .c-wrapper .items-nav-container .items-button,
.section .content .c-wrapper .slide-nav-container .items-button {
  float: left;
  position: relative;
  margin-right: 36px;
}
.section .content .c-wrapper .items-nav-container .items-button:after,
.section .content .c-wrapper .slide-nav-container .items-button:after {
  content: "";
  background: #4394e5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 32px;
  width: 1px;
  position: absolute;
  right: -20px;
  bottom: 2px;
}
.section .content .c-wrapper .items-nav-container .items-button a,
.section .content .c-wrapper .slide-nav-container .items-button a {
  font-size: 12px;
  font-family: "Roboto Condensed", "League Gothic";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4394e5;
  display: inline-block;
  padding-top: 8px;
  position: relative;
}
.section .content .c-wrapper .items-nav-container .items-button a:after,
.section .content .c-wrapper .slide-nav-container .items-button a:after {
  bottom: 0;
  left: -16px;
  right: -16px;
  width: auto;
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.section .content .c-wrapper .items-nav-container .items-button a:hover,
.section .content .c-wrapper .slide-nav-container .items-button a:hover {
  color: #fff;
}
.section .content .c-wrapper .items-nav-container .items-button a:hover:after,
.section .content .c-wrapper .slide-nav-container .items-button a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.section .content .c-wrapper .items-nav-container .items-button:last-child,
.section .content .c-wrapper .slide-nav-container .items-button:last-child {
  margin-right: 0;
}
.section .content .c-wrapper .items-nav-container .items-button:last-child:after,
.section .content .c-wrapper .slide-nav-container .items-button:last-child:after {
  display: none;
}
.section .content .items-slide {
  position: relative;
}
.section .content .items-slide .swiper-wrapper .swiper-slide .item-img {
  position: relative;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: 0 0;
}
.section .content .items-slide .swiper-wrapper .swiper-slide .desc {
  position: relative;
}
.section .content .items-slide .swiper-wrapper .swiper-slide .desc:after,
.section .content .items-slide .swiper-wrapper .swiper-slide .desc:before {
  position: absolute;
  content: "";
  right: -16px;
  left: auto;
  top: 0;
  height: 0%;
  width: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.section .content .items-slide .swiper-wrapper .swiper-slide .desc:before {
  left: -16px;
  right: auto;
}
.section .content .items-slide .swiper-wrapper .swiper-slide .item-desc {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .items-slide .swiper-wrapper .swiper-slide:first-child .desc:before {
  display: none;
}
.section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item-img,
.section .content .items-slide .swiper-wrapper .swiper-slide:hover .item-img {
  position: relative;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item-desc,
.section .content .items-slide .swiper-wrapper .swiper-slide:hover .item-desc {
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
}
.section .content .c-features li {
  padding-right: 64px;
  margin-bottom: 32px;
  position: relative;
}
.section .content .c-features li.swiper-slide {
  padding-right: 0;
}
.section .content .c-features li .title,
.section .content .c-features li h3 {
  font-size: 18px;
  font-family: "Roboto Condensed", "League Gothic";
  color: #4394e5;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.section .content .c-features li .title:before,
.section .content .c-features li h3:before {
  content: "";
  position: absolute;
  left: -32px;
  bottom: 0;
  top: auto;
  background: #4394e5;
  height: 2px;
  width: 96px;
  margin-right: -8px;
  margin-top: 1px;
  z-index: 1;
  box-sizing: border-box;
}
.section .content .c-features li .title:after,
.section .content .c-features li h3:after {
  content: "";
  position: absolute;
  left: -32px;
  bottom: -6px;
  top: auto;
  background: #fff;
  border: 4px solid #4394e5;
  height: 16px;
  width: 16px;
  margin-left: -8px;
  border-radius: 16px;
  z-index: 1;
  box-sizing: border-box;
}
.section .content .c-features li .desc p {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.section .content .c-features li .item-img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #fff;
  content: "";
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}
.section .content .c-features li .item-img .img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
@media (min-width: 720px) {
  .section .content .c-features li.anim .title,
  .section .content .c-features li.anim h3 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    opacity: 0;
  }
  .section .content .c-features li.anim .title:before,
  .section .content .c-features li.anim h3:before {
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  }
  .section .content .c-features li.anim .title:after,
  .section .content .c-features li.anim h3:after {
    height: 0;
    width: 0;
    margin-left: 0;
    top: auto;
    bottom: 0;
    border: 0 solid #4394e5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  }
  .section .content .c-features li.anim .desc {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    opacity: 0;
  }
  .section .content .c-features li.anim .desc.big p {
    font-size: 24px;
  }
  .section .content .c-features li.anim .desc a {
    color: inherit;
  }
  .section .content .c-features li.anim .desc a:hover {
    color: #4394e5;
    text-decoration: underline;
  }
  .section .content .c-features li.anim .desc p {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
  }
}
@media (min-width: 720px) {
  .section.active .content .c-features li.anim .title,
  .section.active .content .c-features li.anim h3 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section.active .content .c-features li.anim .title:before,
  .section.active .content .c-features li.anim h3:before {
    width: 96px;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .section.active .content .c-features li.anim .title:after,
  .section.active .content .c-features li.anim h3:after {
    height: 16px;
    width: 16px;
    bottom: -7px;
    top: auto;
    margin-left: -8px;
    border: 4px solid #4394e5;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section.active .content .c-features li.anim .desc {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
  }
  .section.active .content .c-features li.anim:nth-child(1):before {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .section.active .content .c-features li.anim:nth-child(1):after {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .section.active .content .c-features li.anim:nth-child(1) .title,
  .section.active .content .c-features li.anim:nth-child(1) h3 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .section.active .content .c-features li.anim:nth-child(1) .desc {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section.active .content .c-features li.anim:nth-child(2):before {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .section.active .content .c-features li.anim:nth-child(2):after {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .section.active .content .c-features li.anim:nth-child(2) .title,
  .section.active .content .c-features li.anim:nth-child(2) h3 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .section.active .content .c-features li.anim:nth-child(2) .desc {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section.active .content .c-features li.anim:nth-child(3):before {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section.active .content .c-features li.anim:nth-child(3):after {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .section.active .content .c-features li.anim:nth-child(3) .title,
  .section.active .content .c-features li.anim:nth-child(3) h3 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .section.active .content .c-features li.anim:nth-child(3) .desc {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .section.active .content .c-features li.anim:nth-child(4):before {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section.active .content .c-features li.anim:nth-child(4):after {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section.active .content .c-features li.anim:nth-child(4) .title,
  .section.active .content .c-features li.anim:nth-child(4) h3 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section.active .content .c-features li.anim:nth-child(4) .desc {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .section.active .content .c-features li.anim:nth-child(5):before {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .section.active .content .c-features li.anim:nth-child(5):after {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section.active .content .c-features li.anim:nth-child(5) .title,
  .section.active .content .c-features li.anim:nth-child(5) h3 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .section.active .content .c-features li.anim:nth-child(5) .desc {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .section.active .content .c-features li.anim:nth-child(6):before {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .section.active .content .c-features li.anim:nth-child(6):after {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .section.active .content .c-features li.anim:nth-child(6) .title,
  .section.active .content .c-features li.anim:nth-child(6) h3 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }
  .section.active .content .c-features li.anim:nth-child(6) .desc {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .section.active .content .c-features li.anim:nth-child(7):before {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .section.active .content .c-features li.anim:nth-child(7):after {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .section.active .content .c-features li.anim:nth-child(7) .title,
  .section.active .content .c-features li.anim:nth-child(7) h3 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .section.active .content .c-features li.anim:nth-child(7) .desc {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .section.active .content .c-features li.anim:nth-child(8):before {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .section.active .content .c-features li.anim:nth-child(8):after {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .section.active .content .c-features li.anim:nth-child(8) .title,
  .section.active .content .c-features li.anim:nth-child(8) h3 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .section.active .content .c-features li.anim:nth-child(8) .desc {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .section.active .content .c-features li.anim:nth-child(9):before {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .section.active .content .c-features li.anim:nth-child(9):after {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .section.active .content .c-features li.anim:nth-child(9) .title,
  .section.active .content .c-features li.anim:nth-child(9) h3 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .section.active .content .c-features li.anim:nth-child(9) .desc {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .section.active .content .c-features li.anim:nth-child(10):before {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .section.active .content .c-features li.anim:nth-child(10):after {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .section.active .content .c-features li.anim:nth-child(10) .title,
  .section.active .content .c-features li.anim:nth-child(10) h3 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .section.active .content .c-features li.anim:nth-child(10) .desc {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .section.active .content .c-features li.anim:nth-child(11):before {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .section.active .content .c-features li.anim:nth-child(11):after {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .section.active .content .c-features li.anim:nth-child(11) .title,
  .section.active .content .c-features li.anim:nth-child(11) h3 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .section.active .content .c-features li.anim:nth-child(11) .desc {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .section.active .content .c-features li.anim:nth-child(12):before {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .section.active .content .c-features li.anim:nth-child(12):after {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .section.active .content .c-features li.anim:nth-child(12) .title,
  .section.active .content .c-features li.anim:nth-child(12) h3 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
  }
  .section.active .content .c-features li.anim:nth-child(12) .desc {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .section.active .content .c-features li.anim:nth-child(13):before {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .section.active .content .c-features li.anim:nth-child(13):after {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .section.active .content .c-features li.anim:nth-child(13) .title,
  .section.active .content .c-features li.anim:nth-child(13) h3 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .section.active .content .c-features li.anim:nth-child(13) .desc {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  .section.active .content .c-features li.anim:nth-child(14):before {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .section.active .content .c-features li.anim:nth-child(14):after {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .section.active .content .c-features li.anim:nth-child(14) .title,
  .section.active .content .c-features li.anim:nth-child(14) h3 {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
  }
  .section.active .content .c-features li.anim:nth-child(14) .desc {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .section.active .content .c-features li.anim:nth-child(15):before {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
  }
  .section.active .content .c-features li.anim:nth-child(15):after {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .section.active .content .c-features li.anim:nth-child(15) .title,
  .section.active .content .c-features li.anim:nth-child(15) h3 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .section.active .content .c-features li.anim:nth-child(15) .desc {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
}
.section .content .gallery-slides .c-gallery {
  margin-top: -16px;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
  max-width: none;
}
.section .content .gallery-slides .c-gallery li {
  padding: 16px;
  position: relative;
}
.section .content .gallery-slides .c-gallery li .item-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  content: "";
  background: #1d1d1d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .gallery-slides .c-gallery li .item-img .img {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 00%;
  bottom: 00%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
}
.section .content .gallery-slides .c-gallery li .item-img .img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("../img/gradient.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .gallery-slides .c-gallery li .item-img .img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  content: "";
  background: #1d1d1d;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .gallery-slides .c-gallery li .item-desc {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
}
.section .content .gallery-slides .c-gallery li .item-desc h3 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "Roboto Condensed", "League Gothic";
  padding-bottom: 8px;
  position: relative;
}
.section .content .gallery-slides .c-gallery li .item-desc h3:after {
  position: absolute;
  bottom: -2px;
  background: #4394e5;
  left: 0;
  width: 64px;
  height: 4px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .gallery-slides .c-gallery li .item-desc p {
  margin-bottom: 0;
  font-size: 14px;
  font-family: Roboto, Helvetica, sans-serif;
  color: #fff;
}
.section .content .gallery-slides .c-gallery li .item-desc:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #4394e5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .gallery-slides .c-gallery li .item-desc:after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 9px;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section .content .gallery-slides .c-gallery li:hover .item-img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.section .content .gallery-slides .c-gallery li:hover .item-img .img:before {
  opacity: 0;
}
.section .content .gallery-slides .c-gallery li:hover .item-desc:before {
  background: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.section .content .gallery-slides .c-gallery li:hover .item-desc:after {
  border-color: #4394e5;
}
@media (min-width: 720px) {
  .section .content .gallery-slides .c-gallery li.anim {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
  .section .content .gallery-slides .c-gallery li.anim .item-img .img {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 00%;
    bottom: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .section .content .gallery-slides .c-gallery li.anim .item-desc h3:after {
    width: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}
@media (min-width: 720px) {
  .section.active .content .c-gallery li.anim:nth-child(1) {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .section.active .content .c-gallery li.anim:nth-child(1) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section.active .content .c-gallery li.anim:nth-child(1) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .section.active .content .c-gallery li.anim:nth-child(2) {
    opacity: 1;
    -webkit-transition-delay: 0.67s;
    transition-delay: 0.67s;
  }
  .section.active .content .c-gallery li.anim:nth-child(2) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 0.97s;
    transition-delay: 0.97s;
  }
  .section.active .content .c-gallery li.anim:nth-child(2) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 0.97s;
    transition-delay: 0.97s;
  }
  .section.active .content .c-gallery li.anim:nth-child(3) {
    opacity: 1;
    -webkit-transition-delay: 0.74s;
    transition-delay: 0.74s;
  }
  .section.active .content .c-gallery li.anim:nth-child(3) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.04s;
    transition-delay: 1.04s;
  }
  .section.active .content .c-gallery li.anim:nth-child(3) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.04s;
    transition-delay: 1.04s;
  }
  .section.active .content .c-gallery li.anim:nth-child(4) {
    opacity: 1;
    -webkit-transition-delay: 0.81s;
    transition-delay: 0.81s;
  }
  .section.active .content .c-gallery li.anim:nth-child(4) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.11s;
    transition-delay: 1.11s;
  }
  .section.active .content .c-gallery li.anim:nth-child(4) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.11s;
    transition-delay: 1.11s;
  }
  .section.active .content .c-gallery li.anim:nth-child(5) {
    opacity: 1;
    -webkit-transition-delay: 0.88s;
    transition-delay: 0.88s;
  }
  .section.active .content .c-gallery li.anim:nth-child(5) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.18s;
    transition-delay: 1.18s;
  }
  .section.active .content .c-gallery li.anim:nth-child(5) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.18s;
    transition-delay: 1.18s;
  }
  .section.active .content .c-gallery li.anim:nth-child(6) {
    opacity: 1;
    -webkit-transition-delay: 0.95s;
    transition-delay: 0.95s;
  }
  .section.active .content .c-gallery li.anim:nth-child(6) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }
  .section.active .content .c-gallery li.anim:nth-child(6) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }
  .section.active .content .c-gallery li.anim:nth-child(7) {
    opacity: 1;
    -webkit-transition-delay: 1.02s;
    transition-delay: 1.02s;
  }
  .section.active .content .c-gallery li.anim:nth-child(7) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.32s;
    transition-delay: 1.32s;
  }
  .section.active .content .c-gallery li.anim:nth-child(7) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.32s;
    transition-delay: 1.32s;
  }
  .section.active .content .c-gallery li.anim:nth-child(8) {
    opacity: 1;
    -webkit-transition-delay: 1.09s;
    transition-delay: 1.09s;
  }
  .section.active .content .c-gallery li.anim:nth-child(8) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.39s;
    transition-delay: 1.39s;
  }
  .section.active .content .c-gallery li.anim:nth-child(8) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.39s;
    transition-delay: 1.39s;
  }
  .section.active .content .c-gallery li.anim:nth-child(9) {
    opacity: 1;
    -webkit-transition-delay: 1.16s;
    transition-delay: 1.16s;
  }
  .section.active .content .c-gallery li.anim:nth-child(9) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.46s;
    transition-delay: 1.46s;
  }
  .section.active .content .c-gallery li.anim:nth-child(9) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.46s;
    transition-delay: 1.46s;
  }
  .section.active .content .c-gallery li.anim:nth-child(10) {
    opacity: 1;
    -webkit-transition-delay: 1.23s;
    transition-delay: 1.23s;
  }
  .section.active .content .c-gallery li.anim:nth-child(10) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.53s;
    transition-delay: 1.53s;
  }
  .section.active .content .c-gallery li.anim:nth-child(10) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.53s;
    transition-delay: 1.53s;
  }
  .section.active .content .c-gallery li.anim:nth-child(11) {
    opacity: 1;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }
  .section.active .content .c-gallery li.anim:nth-child(11) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .section.active .content .c-gallery li.anim:nth-child(11) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .section.active .content .c-gallery li.anim:nth-child(12) {
    opacity: 1;
    -webkit-transition-delay: 1.37s;
    transition-delay: 1.37s;
  }
  .section.active .content .c-gallery li.anim:nth-child(12) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.67s;
    transition-delay: 1.67s;
  }
  .section.active .content .c-gallery li.anim:nth-child(12) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.67s;
    transition-delay: 1.67s;
  }
  .section.active .content .c-gallery li.anim:nth-child(13) {
    opacity: 1;
    -webkit-transition-delay: 1.44s;
    transition-delay: 1.44s;
  }
  .section.active .content .c-gallery li.anim:nth-child(13) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.74s;
    transition-delay: 1.74s;
  }
  .section.active .content .c-gallery li.anim:nth-child(13) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.74s;
    transition-delay: 1.74s;
  }
  .section.active .content .c-gallery li.anim:nth-child(14) {
    opacity: 1;
    -webkit-transition-delay: 1.51s;
    transition-delay: 1.51s;
  }
  .section.active .content .c-gallery li.anim:nth-child(14) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.81s;
    transition-delay: 1.81s;
  }
  .section.active .content .c-gallery li.anim:nth-child(14) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.81s;
    transition-delay: 1.81s;
  }
  .section.active .content .c-gallery li.anim:nth-child(15) {
    opacity: 1;
    -webkit-transition-delay: 1.58s;
    transition-delay: 1.58s;
  }
  .section.active .content .c-gallery li.anim:nth-child(15) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.88s;
    transition-delay: 1.88s;
  }
  .section.active .content .c-gallery li.anim:nth-child(15) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.88s;
    transition-delay: 1.88s;
  }
  .section.active .content .c-gallery li.anim:nth-child(16) {
    opacity: 1;
    -webkit-transition-delay: 1.65s;
    transition-delay: 1.65s;
  }
  .section.active .content .c-gallery li.anim:nth-child(16) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s;
  }
  .section.active .content .c-gallery li.anim:nth-child(16) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 1.95s;
    transition-delay: 1.95s;
  }
  .section.active .content .c-gallery li.anim:nth-child(17) {
    opacity: 1;
    -webkit-transition-delay: 1.72s;
    transition-delay: 1.72s;
  }
  .section.active .content .c-gallery li.anim:nth-child(17) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.02s;
    transition-delay: 2.02s;
  }
  .section.active .content .c-gallery li.anim:nth-child(17) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.02s;
    transition-delay: 2.02s;
  }
  .section.active .content .c-gallery li.anim:nth-child(18) {
    opacity: 1;
    -webkit-transition-delay: 1.79s;
    transition-delay: 1.79s;
  }
  .section.active .content .c-gallery li.anim:nth-child(18) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.09s;
    transition-delay: 2.09s;
  }
  .section.active .content .c-gallery li.anim:nth-child(18) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.09s;
    transition-delay: 2.09s;
  }
  .section.active .content .c-gallery li.anim:nth-child(19) {
    opacity: 1;
    -webkit-transition-delay: 1.86s;
    transition-delay: 1.86s;
  }
  .section.active .content .c-gallery li.anim:nth-child(19) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.16s;
    transition-delay: 2.16s;
  }
  .section.active .content .c-gallery li.anim:nth-child(19) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.16s;
    transition-delay: 2.16s;
  }
  .section.active .content .c-gallery li.anim:nth-child(20) {
    opacity: 1;
    -webkit-transition-delay: 1.93s;
    transition-delay: 1.93s;
  }
  .section.active .content .c-gallery li.anim:nth-child(20) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.23s;
    transition-delay: 2.23s;
  }
  .section.active .content .c-gallery li.anim:nth-child(20) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.23s;
    transition-delay: 2.23s;
  }
  .section.active .content .c-gallery li.anim:nth-child(21) {
    opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .section.active .content .c-gallery li.anim:nth-child(21) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
  .section.active .content .c-gallery li.anim:nth-child(21) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
  }
  .section.active .content .c-gallery li.anim:nth-child(22) {
    opacity: 1;
    -webkit-transition-delay: 2.07s;
    transition-delay: 2.07s;
  }
  .section.active .content .c-gallery li.anim:nth-child(22) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.37s;
    transition-delay: 2.37s;
  }
  .section.active .content .c-gallery li.anim:nth-child(22) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.37s;
    transition-delay: 2.37s;
  }
  .section.active .content .c-gallery li.anim:nth-child(23) {
    opacity: 1;
    -webkit-transition-delay: 2.14s;
    transition-delay: 2.14s;
  }
  .section.active .content .c-gallery li.anim:nth-child(23) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.44s;
    transition-delay: 2.44s;
  }
  .section.active .content .c-gallery li.anim:nth-child(23) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.44s;
    transition-delay: 2.44s;
  }
  .section.active .content .c-gallery li.anim:nth-child(24) {
    opacity: 1;
    -webkit-transition-delay: 2.21s;
    transition-delay: 2.21s;
  }
  .section.active .content .c-gallery li.anim:nth-child(24) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.51s;
    transition-delay: 2.51s;
  }
  .section.active .content .c-gallery li.anim:nth-child(24) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.51s;
    transition-delay: 2.51s;
  }
  .section.active .content .c-gallery li.anim:nth-child(25) {
    opacity: 1;
    -webkit-transition-delay: 2.28s;
    transition-delay: 2.28s;
  }
  .section.active .content .c-gallery li.anim:nth-child(25) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.58s;
    transition-delay: 2.58s;
  }
  .section.active .content .c-gallery li.anim:nth-child(25) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.58s;
    transition-delay: 2.58s;
  }
  .section.active .content .c-gallery li.anim:nth-child(26) {
    opacity: 1;
    -webkit-transition-delay: 2.35s;
    transition-delay: 2.35s;
  }
  .section.active .content .c-gallery li.anim:nth-child(26) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s;
  }
  .section.active .content .c-gallery li.anim:nth-child(26) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.65s;
    transition-delay: 2.65s;
  }
  .section.active .content .c-gallery li.anim:nth-child(27) {
    opacity: 1;
    -webkit-transition-delay: 2.42s;
    transition-delay: 2.42s;
  }
  .section.active .content .c-gallery li.anim:nth-child(27) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.72s;
    transition-delay: 2.72s;
  }
  .section.active .content .c-gallery li.anim:nth-child(27) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.72s;
    transition-delay: 2.72s;
  }
  .section.active .content .c-gallery li.anim:nth-child(28) {
    opacity: 1;
    -webkit-transition-delay: 2.49s;
    transition-delay: 2.49s;
  }
  .section.active .content .c-gallery li.anim:nth-child(28) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.79s;
    transition-delay: 2.79s;
  }
  .section.active .content .c-gallery li.anim:nth-child(28) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.79s;
    transition-delay: 2.79s;
  }
  .section.active .content .c-gallery li.anim:nth-child(29) {
    opacity: 1;
    -webkit-transition-delay: 2.56s;
    transition-delay: 2.56s;
  }
  .section.active .content .c-gallery li.anim:nth-child(29) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.86s;
    transition-delay: 2.86s;
  }
  .section.active .content .c-gallery li.anim:nth-child(29) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.86s;
    transition-delay: 2.86s;
  }
  .section.active .content .c-gallery li.anim:nth-child(30) {
    opacity: 1;
    -webkit-transition-delay: 2.63s;
    transition-delay: 2.63s;
  }
  .section.active .content .c-gallery li.anim:nth-child(30) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 2.93s;
    transition-delay: 2.93s;
  }
  .section.active .content .c-gallery li.anim:nth-child(30) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 2.93s;
    transition-delay: 2.93s;
  }
  .section.active .content .c-gallery li.anim:nth-child(31) {
    opacity: 1;
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s;
  }
  .section.active .content .c-gallery li.anim:nth-child(31) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .section.active .content .c-gallery li.anim:nth-child(31) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .section.active .content .c-gallery li.anim:nth-child(32) {
    opacity: 1;
    -webkit-transition-delay: 2.77s;
    transition-delay: 2.77s;
  }
  .section.active .content .c-gallery li.anim:nth-child(32) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.07s;
    transition-delay: 3.07s;
  }
  .section.active .content .c-gallery li.anim:nth-child(32) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.07s;
    transition-delay: 3.07s;
  }
  .section.active .content .c-gallery li.anim:nth-child(33) {
    opacity: 1;
    -webkit-transition-delay: 2.84s;
    transition-delay: 2.84s;
  }
  .section.active .content .c-gallery li.anim:nth-child(33) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.14s;
    transition-delay: 3.14s;
  }
  .section.active .content .c-gallery li.anim:nth-child(33) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.14s;
    transition-delay: 3.14s;
  }
  .section.active .content .c-gallery li.anim:nth-child(34) {
    opacity: 1;
    -webkit-transition-delay: 2.91s;
    transition-delay: 2.91s;
  }
  .section.active .content .c-gallery li.anim:nth-child(34) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.21s;
    transition-delay: 3.21s;
  }
  .section.active .content .c-gallery li.anim:nth-child(34) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.21s;
    transition-delay: 3.21s;
  }
  .section.active .content .c-gallery li.anim:nth-child(35) {
    opacity: 1;
    -webkit-transition-delay: 2.98s;
    transition-delay: 2.98s;
  }
  .section.active .content .c-gallery li.anim:nth-child(35) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.28s;
    transition-delay: 3.28s;
  }
  .section.active .content .c-gallery li.anim:nth-child(35) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.28s;
    transition-delay: 3.28s;
  }
  .section.active .content .c-gallery li.anim:nth-child(36) {
    opacity: 1;
    -webkit-transition-delay: 3.05s;
    transition-delay: 3.05s;
  }
  .section.active .content .c-gallery li.anim:nth-child(36) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.35s;
    transition-delay: 3.35s;
  }
  .section.active .content .c-gallery li.anim:nth-child(36) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.35s;
    transition-delay: 3.35s;
  }
  .section.active .content .c-gallery li.anim:nth-child(37) {
    opacity: 1;
    -webkit-transition-delay: 3.12s;
    transition-delay: 3.12s;
  }
  .section.active .content .c-gallery li.anim:nth-child(37) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.42s;
    transition-delay: 3.42s;
  }
  .section.active .content .c-gallery li.anim:nth-child(37) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.42s;
    transition-delay: 3.42s;
  }
  .section.active .content .c-gallery li.anim:nth-child(38) {
    opacity: 1;
    -webkit-transition-delay: 3.19s;
    transition-delay: 3.19s;
  }
  .section.active .content .c-gallery li.anim:nth-child(38) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.49s;
    transition-delay: 3.49s;
  }
  .section.active .content .c-gallery li.anim:nth-child(38) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.49s;
    transition-delay: 3.49s;
  }
  .section.active .content .c-gallery li.anim:nth-child(39) {
    opacity: 1;
    -webkit-transition-delay: 3.26s;
    transition-delay: 3.26s;
  }
  .section.active .content .c-gallery li.anim:nth-child(39) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.56s;
    transition-delay: 3.56s;
  }
  .section.active .content .c-gallery li.anim:nth-child(39) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.56s;
    transition-delay: 3.56s;
  }
  .section.active .content .c-gallery li.anim:nth-child(40) {
    opacity: 1;
    -webkit-transition-delay: 3.33s;
    transition-delay: 3.33s;
  }
  .section.active .content .c-gallery li.anim:nth-child(40) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.63s;
    transition-delay: 3.63s;
  }
  .section.active .content .c-gallery li.anim:nth-child(40) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.63s;
    transition-delay: 3.63s;
  }
  .section.active .content .c-gallery li.anim:nth-child(41) {
    opacity: 1;
    -webkit-transition-delay: 3.4s;
    transition-delay: 3.4s;
  }
  .section.active .content .c-gallery li.anim:nth-child(41) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s;
  }
  .section.active .content .c-gallery li.anim:nth-child(41) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.7s;
    transition-delay: 3.7s;
  }
  .section.active .content .c-gallery li.anim:nth-child(42) {
    opacity: 1;
    -webkit-transition-delay: 3.47s;
    transition-delay: 3.47s;
  }
  .section.active .content .c-gallery li.anim:nth-child(42) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.77s;
    transition-delay: 3.77s;
  }
  .section.active .content .c-gallery li.anim:nth-child(42) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.77s;
    transition-delay: 3.77s;
  }
  .section.active .content .c-gallery li.anim:nth-child(43) {
    opacity: 1;
    -webkit-transition-delay: 3.54s;
    transition-delay: 3.54s;
  }
  .section.active .content .c-gallery li.anim:nth-child(43) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.84s;
    transition-delay: 3.84s;
  }
  .section.active .content .c-gallery li.anim:nth-child(43) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.84s;
    transition-delay: 3.84s;
  }
  .section.active .content .c-gallery li.anim:nth-child(44) {
    opacity: 1;
    -webkit-transition-delay: 3.61s;
    transition-delay: 3.61s;
  }
  .section.active .content .c-gallery li.anim:nth-child(44) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.91s;
    transition-delay: 3.91s;
  }
  .section.active .content .c-gallery li.anim:nth-child(44) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.91s;
    transition-delay: 3.91s;
  }
  .section.active .content .c-gallery li.anim:nth-child(45) {
    opacity: 1;
    -webkit-transition-delay: 3.68s;
    transition-delay: 3.68s;
  }
  .section.active .content .c-gallery li.anim:nth-child(45) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 3.98s;
    transition-delay: 3.98s;
  }
  .section.active .content .c-gallery li.anim:nth-child(45) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 3.98s;
    transition-delay: 3.98s;
  }
  .section.active .content .c-gallery li.anim:nth-child(46) {
    opacity: 1;
    -webkit-transition-delay: 3.75s;
    transition-delay: 3.75s;
  }
  .section.active .content .c-gallery li.anim:nth-child(46) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 4.05s;
    transition-delay: 4.05s;
  }
  .section.active .content .c-gallery li.anim:nth-child(46) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 4.05s;
    transition-delay: 4.05s;
  }
  .section.active .content .c-gallery li.anim:nth-child(47) {
    opacity: 1;
    -webkit-transition-delay: 3.82s;
    transition-delay: 3.82s;
  }
  .section.active .content .c-gallery li.anim:nth-child(47) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 4.12s;
    transition-delay: 4.12s;
  }
  .section.active .content .c-gallery li.anim:nth-child(47) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 4.12s;
    transition-delay: 4.12s;
  }
  .section.active .content .c-gallery li.anim:nth-child(48) {
    opacity: 1;
    -webkit-transition-delay: 3.89s;
    transition-delay: 3.89s;
  }
  .section.active .content .c-gallery li.anim:nth-child(48) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 4.19s;
    transition-delay: 4.19s;
  }
  .section.active .content .c-gallery li.anim:nth-child(48) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 4.19s;
    transition-delay: 4.19s;
  }
  .section.active .content .c-gallery li.anim:nth-child(49) {
    opacity: 1;
    -webkit-transition-delay: 3.96s;
    transition-delay: 3.96s;
  }
  .section.active .content .c-gallery li.anim:nth-child(49) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 4.26s;
    transition-delay: 4.26s;
  }
  .section.active .content .c-gallery li.anim:nth-child(49) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 4.26s;
    transition-delay: 4.26s;
  }
  .section.active .content .c-gallery li.anim:nth-child(50) {
    opacity: 1;
    -webkit-transition-delay: 4.03s;
    transition-delay: 4.03s;
  }
  .section.active .content .c-gallery li.anim:nth-child(50) .item-img .img {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition-delay: 4.33s;
    transition-delay: 4.33s;
  }
  .section.active .content .c-gallery li.anim:nth-child(50) .item-desc h3:after {
    width: 64px;
    -webkit-transition-delay: 4.33s;
    transition-delay: 4.33s;
  }
}
.section-contact .content {
  padding-bottom: 40px;
}
.section-contact .content .c-left {
  float: left;
  width: 66%;
  padding-right: 64px;
}
.section-contact .content .c_left_custom {
  float: left;
  width: 66%;
  padding-right: 64px;
}
.section-contact .content .c-right {
  float: right;
  width: 34%;
}
.section-contact .content .c_right_custom {
  float: right;
  width: 34%;
}
.section-contact .content .c-form .card-wrapper:after {
  visibility: hidden;
}
.section-contact .content .c-form .c-content {
  padding: 32px;
}
.section-contact .content .c-form .form .form-header h3 {
  float: left;
  width: 50%;
  padding-top: 8px;
  position: relative;
}
.section-contact .content .c-form .form .form-header h3:before {
  position: relative;
  height: 16px;
  width: 16px;
  content: "";
  background: #4394e5;
  border-radius: 16px;
  display: inline-block;
  margin-right: 8px;
  margin-top: -4px;
  vertical-align: middle;
}
.section-contact .content .c-form .form .form-header h3:after {
  display: none;
}
.section-contact .content .c-form .form .form-header .btns {
  width: 50%;
  float: right;
}
.section-contact .content .c-form .form .form-header button {
  float: right;
  padding-top: 2px;
  padding-right: 14px;
  padding-left: 16px;
  margin: 0;
  height: 40px;
  font-size: 14px;
  font-family: "Roboto Condensed", "League Gothic";
  letter-spacing: 0.2em;
  color: #fff;
  background: #4394e5;
  display: table;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.section-contact .content .c-form .form .form-header button:hover {
  background: #3283d4;
}
.section-contact .content .c-form .form .fields {
  position: relative;
}
.section-contact .content .c-form .form .fields label {
  position: absolute;
  top: 8px;
  left: 0;
  width: 64px;
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 14px;
  display: block;
  float: left;
  color: #4394e5;
}
.section-contact .content .c-form .form .fields label.error {
  position: absolute;
  font-family: Roboto, Helvetica, sans-serif;
  color: #ce2c52;
  font-size: 12px;
  top: auto;
  bottom: 8px;
  right: 0;
  text-align: right;
  padding-right: 8px;
  width: auto;
}
.section-contact .content .c-form .form .fields input {
  float: right;
  padding-left: 64px;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
  color: #1d1d1d;
  border: none;
  border-bottom: 1px solid #4394e5;
  box-shadow: none;
  margin-bottom: 0;
}
.section-contact .content .c-form .form .fields textarea {
  margin-top: 40px;
  font-size: 14px;
  font-family: Roboto, Helvetica, sans-serif;
  color: #1d1d1d;
  border: none;
  background: #eaeaea;
  box-shadow: none;
  margin-bottom: 0;
  height: 100px;
  max-height: 150px;
}
.section-contact .content .c-form .form .fields p {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 14px;
  color: #7a7a7a;
  position: absolute;
  left: 0;
  bottom: -22px;
  margin: 0;
}
.section-contact .contact-footer {
  padding: 0 96px;
  padding-top: 16px;
  padding-bottom: 72px;
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.section-contact .contact-footer:before {
  position: absolute;
  content: "";
  left: 96px;
  right: 96px;
  top: 0;
  border-top: 1px solid #4394e5;
}
.section-contact .contact-footer h3 {
  font-family: "Roboto Condensed", "League Gothic";
  color: #4394e5;
  font-size: 14px;
  margin: 0;
  margin-bottom: 8px;
  text-align: left;
}
.section-contact .contact-footer .reg-form-cont .form {
  position: relative;
}
.section-contact .contact-footer .reg-form-cont .form input.input {
  width: 280px;
  max-width: 360px;
  background: #fff;
  color: #1d1d1d;
  font-size: 14px;
  padding: 4px 16px;
  float: left;
  height: 40px;
  margin: 0;
  font-family: Roboto, Helvetica, sans-serif;
}
.section-contact .contact-footer .reg-form-cont .form button {
  padding-top: 2px;
  padding-right: 14px;
  padding-left: 16px;
  margin: 0;
  height: 40px;
  font-size: 14px;
  font-family: "Roboto Condensed", "League Gothic";
  letter-spacing: 0.2em;
  color: #fff;
  background: #4394e5;
  display: table;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.section-contact .contact-footer .reg-form-cont .form button:hover {
  background: #3283d4;
}
.section-contact .contact-footer .reg-form-cont .form label.error {
  position: absolute;
  font-family: Roboto, Helvetica, sans-serif;
  color: #ce2c52;
  font-size: 12px;
  top: auto;
  bottom: -2em;
  left: 0;
}
.section-contact .contact-footer .reg-form-cont .form p {
  text-align: left;
  font-size: 14px;
  font-family: Roboto, Helvetica, sans-serif;
}
.section-contact .contact-footer .social-cont h3 {
  text-align: right;
}
.section-contact .contact-footer .social-cont .socials {
  float: right;
}
.section-contact .contact-footer .social-cont .socials li {
  float: left;
  margin-left: 45px;
  position: relative;
}
.section-contact .contact-footer .social-cont .socials li:after {
  content: "";
  background: #4394e5;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  height: 32px;
  width: 2px;
  position: absolute;
  left: -22px;
  bottom: 0;
}
.section-contact .contact-footer .social-cont .socials li:first-child:after {
  display: none;
}
.section-contact .contact-footer .social-cont .socials li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 2px;
  background: #fff;
  color: #4394e5;
  font-size: 20px;
}
.section-contact .contact-footer .social-cont .socials li a:hover {
  color: #fff;
  background: #4394e5;
}
.section-contact .contact-footer.anim .c-wrapper {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.section-contact.active .contact-footer.anim .c-wrapper {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.page-item-detail .page-header {
  position: fixed;
  z-index: 10;
}
.page-item-detail .page-header .site-nav {
  position: fixed;
  top: 40px;
  right: 40px;
  left: auto;
}
.page-item-detail .page-header .site-nav li {
  float: left;
  display: block;
  margin-left: 40px;
  position: relative;
}
.page-item-detail .page-header .site-nav li a {
  color: #4394e5;
  width: 32px;
  text-align: center;
  line-height: 1;
  position: relative;
  display: block;
}
.page-item-detail .page-header .site-nav li a:after {
  bottom: 0;
  left: -16px;
  right: -16px;
  width: auto;
  content: "";
  position: absolute;
  background: #4394e5;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.page-item-detail .page-header .site-nav li a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.page-item-detail .page-header .site-nav li a .icon {
  font-size: 32px;
  display: block;
  color: #4394e5;
}
.page-item-detail .page-header .site-nav li a .desc {
  display: none;
}
.page-item-detail .page-header .site-nav li:before {
  content: "";
  background: #4394e5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 32px;
  width: 1px;
  position: absolute;
  left: -20px;
  bottom: -2px;
}
.page-item-detail .page-header .site-nav li:first-child:before {
  display: none;
}
.page-item-detail .page-header .item-nav {
  position: fixed;
  top: auto;
  bottom: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  left: auto;
}
.page-item-detail .page-header .item-nav:before {
  position: absolute;
  content: "";
  width: 140%;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  background: #4394e5;
  bottom: 0;
  left: 0;
}
.page-item-detail .page-header .item-nav li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
}
.page-item-detail .page-header .item-nav li.gone {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.page-item-detail .page-header .item-nav li a {
  font-family: "Roboto Condensed", "League Gothic";
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4394e5;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.page-item-detail .page-header .item-nav li a:after {
  bottom: -2px;
  left: -16px;
  right: -16px;
  width: auto;
  content: "";
  position: absolute;
  background: #4394e5;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.page-item-detail .page-header .item-nav li a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.page-item-detail .page-header .item-nav li.next {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 12px;
  margin-left: 24px;
}
.page-item-detail .page-header .item-nav li.next:after,
.page-item-detail .page-header .item-nav li.next:before {
  position: absolute;
  content: "";
  bottom: 15px;
  right: 0;
  margin-bottom: -4px;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  border: 2px solid #4394e5;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-item-detail .page-header .item-nav li.next:before {
  opacity: 1;
}
.page-item-detail .page-header .item-nav li.next:hover:before {
  -webkit-transform: scale(3) rotate(45deg);
  -ms-transform: scale(3) rotate(45deg);
  transform: scale(3) rotate(45deg);
  opacity: 0;
}
.page-item-detail .page-header .item-nav li.prev {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 16px;
  margin-right: 24px;
  margin-top: 2px;
}
.page-item-detail .page-header .item-nav li.prev:after,
.page-item-detail .page-header .item-nav li.prev:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  margin-top: -4px;
  margin-left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #4394e5;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-item-detail .page-header .item-nav li.prev:before {
  opacity: 1;
}
.page-item-detail .page-header .item-nav li.prev:hover:before {
  -webkit-transform: scale(3) rotate(45deg);
  -ms-transform: scale(3) rotate(45deg);
  transform: scale(3) rotate(45deg);
  opacity: 0;
}
.page-item-detail .section {
  padding: 0;
}
.page-item-detail .section .content {
  padding: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  position: relative;
}
.page-item-detail .section .content .c-head {
  position: absolute;
  margin-left: 40px;
  left: 50%;
  bottom: 40px;
  z-index: 2;
}
.page-item-detail .section .content .c-head .btns {
  text-align: left;
}
.page-item-detail .section .content .c-head .btns .btn,
.page-item-detail .section .content .c-head .btns a {
  float: left;
  margin-right: 1em;
  display: block;
  color: #4394e5;
  font-family: "Roboto Condensed", "League Gothic";
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1;
  position: relative;
}
.page-item-detail .section .content .c-head .btns .btn:after,
.page-item-detail .section .content .c-head .btns a:after {
  bottom: -2px;
  left: -16px;
  right: -16px;
  width: auto;
  content: "";
  position: absolute;
  background: currentColor;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.page-item-detail .section .content .c-head .btns .btn:hover:after,
.page-item-detail .section .content .c-head .btns a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.page-item-detail .section .content .c-left {
  float: left;
  width: 75%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.page-item-detail .section .content .c_left_custom {
  float: left;
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.page-item-detail .section .content .c-right {
  float: right;
  right: 0;
  position: absolute;
  width: 50%;
  padding: 96px 96px;
  padding-right: 100px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.page-item-detail .section .content .c_right_custom {
  float: right;
  right: 0;
  position: absolute;
  width: 50%;
  padding: 96px 96px;
  padding-right: 100px;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.page-item-detail .section .content .c-pane {
  float: left;
  width: 100%;
  max-width: 480px;
  height: 100%;
  text-align: left;
  color: #1d1d1d;
  position: relative;
}
.page-item-detail .section .content .c-pane .c-content {
  padding-right: 16px;
}
.page-item-detail .section .content .c-pane .c-content h2 {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 30px;
  color: #4394e5;
  margin-bottom: 1em;
}
.page-item-detail .section .content .c-pane .c-content h3 {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 14px;
  color: #7a7a7a;
  letter-spacing: 0.2em;
  position: relative;
  margin-left: 32px;
  margin-bottom: 1em;
}
.page-item-detail .section .content .c-pane .c-content h3:before {
  content: "";
  background: #4394e5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 32px;
  width: 1px;
  position: absolute;
  left: -20px;
  bottom: -2px;
}
.page-item-detail .section .content .c-pane .c-content .desc {
  color: #626262;
}
.page-item-detail .section .content .c-pane .c-content .desc p {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
}
.page-item-detail .section .content .c-pane .c-content .desc blockquote {
  color: #1d1d1d;
  font-style: italic;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.page-item-detail .section .content .c-pane .c-content .desc blockquote p {
  color: #1d1d1d;
}
.page-item-detail .section .content .c-pane .c-content .desc blockquote p:last-child {
  margin-bottom: 0;
}
.page-item-detail .section .content .c-pane .c-content .desc .caption,
.page-item-detail .section .content .c-pane .c-content .desc caption {
  color: #4394e5;
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 14px;
}
.page-item-detail .section .content .c-pane-illustr {
  vertical-align: middle;
  padding: 96px 72px;
  padding-left: 128px;
  position: relative;
  height: 100%;
  position: absolute;
  height: 100%;
  width: 100%;
}
.page-item-detail .section .content .c-pane-illustr.no-padding {
  padding: 0;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr {
  height: 100%;
  position: relative;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel {
  position: absolute;
  left: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-stage-outer {
  height: 100%;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-stage {
  height: 100%;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-item {
  height: 100%;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots {
  width: auto;
  position: absolute;
  top: 48px;
  right: 40px;
  left: auto;
  z-index: 10;
  display: block;
  text-align: right;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  background: #fff;
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 16px;
  border-radius: 16px;
  position: relative;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:before {
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  content: "";
  background: 0 0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  content: "";
  background: 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot.active,
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:hover {
  background: #4394e5;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot.active:before,
.page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:hover:before {
  background: #fff;
  left: -4px;
  right: -4px;
  top: -4px;
  bottom: -4px;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li {
  width: 100%;
  height: 100%;
  display: table;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li .background {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  padding: 96px 72px;
  padding-left: 128px;
  vertical-align: middle;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .img {
  width: 100%;
  height: 100%;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .video {
  width: 100%;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .video iframe,
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .video video {
  width: 100%;
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
  max-height: 400px;
}
@media (min-height: 700px) {
  .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
    max-height: 500px;
  }
}
@media (min-height: 800px) {
  .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
    max-height: 600px;
  }
}
@media (min-height: 900px) {
  .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
    max-height: 700px;
  }
}
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .img,
.page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.3), 0 3px 20px rgba(0, 0, 0, 0.3);
}
.page-item-detail .section .slide .content.anim .c-right {
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
}
.page-item-detail .section .slide .content.anim .c_right_custom {
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
}
.page-item-detail .section .slide .content.anim .c-right .c-pane {
  -webkit-transition: 0.9s;
  transition: 0.9s;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.page-item-detail .section .slide .content.anim .c_right_custom .c-pane {
  -webkit-transition: 0.9s;
  transition: 0.9s;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  -webkit-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
.page-item-detail .section.anim .slide.active .content.anim .c-right {
  width: 50%;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.page-item-detail .section.anim .slide.active .content.anim .c_right_custom {
  width: 50%;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.page-item-detail .section.anim .slide.active .content.anim .c-right .c-pane {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.page-item-detail .section.anim .slide.active .content.anim .c_right_custom .c-pane {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.site-footer {
  position: fixed;
  z-index: 10;
}
.site-footer .note {
  position: fixed;
  left: 0;
  bottom: 0;
  float: left;
  margin-left: 40px;
  margin-bottom: 36px;
}
.site-footer .note p {
  font-size: 12px;
  font-family: "Roboto Condensed", "League Gothic";
  color: #fff;
  margin-bottom: 0;
}
.site-footer .note .marked {
  color: #4394e5;
}
.site-footer .note a {
  color: #fff;
}
.site-footer .contact {
  float: right;
  position: fixed;
  right: 0;
  left: auto;
  bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.site-footer .contact.s-right {
  float: left;
  right: auto;
  left: 0;
}
.site-footer .contact .links {
  float: left;
  display: block;
  margin-bottom: -8px;
  margin-top: 2px;
  position: relative;
}
.site-footer .contact .links li {
  float: left;
  position: relative;
  margin-right: 36px;
}
.site-footer .contact .links li:after {
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 32px;
  width: 1px;
  position: absolute;
  right: -20px;
  bottom: 2px;
}
.site-footer .contact .links li a {
  color: #fff;
  font-size: 12px;
  font-family: "Roboto Condensed", "League Gothic";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  display: inline-block;
  padding-top: 8px;
  position: relative;
}
.site-footer .contact .links li a:after {
  bottom: 0;
  left: -16px;
  right: -16px;
  width: auto;
  content: "";
  position: absolute;
  background: #4394e5;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.site-footer .contact .links li a:hover {
  color: #4394e5;
}
.site-footer .contact .links li a:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.site-footer .contact .socials {
  display: block;
  float: left;
}
.site-footer .contact .socials li {
  float: left;
  margin-left: 4px;
  position: relative;
}
.site-footer .contact .socials li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 2px;
  background: #fff;
  color: #4394e5;
  line-height: 1;
  padding-top: 0.2em;
}
.site-footer .contact .socials li a:hover {
  color: #fff;
  background: #4394e5;
}
@media (max-width: 1025px) {
  .page-item-detail .section .content .c-right {
    padding: 96px 72px;
  }
}
@media (max-width: 1025px) {
  .page-item-detail .section .content .c_right_custom {
    padding: 96px 72px;
  }
}
@media (max-width: 802px) {
  .fp-scrollable,
  .slimScrollDiv {
    height: auto !important;
  }
  .section {
    padding: 0;
  }
  .section .content {
    padding: 128px 64px;
  }
  .section .content .c-features li {
    padding-right: 32px;
  }
  .section .content .c-features li:before {
    left: -16px;
  }
  .section .content .c-features li:after {
    left: -16px;
  }
  .section-about .content .c-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .section-about .content .c_left_custom {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .section-about .content .c-right {
    float: none;
    width: 100%;
  }
  .section-about .content .c_right_custom {
    float: none;
    width: 100%;
  }
  .section-contact .contact-footer {
    padding-left: 64px;
    padding-right: 64px;
  }
  .section-contact .contact-footer:before {
    left: 64px;
    right: 64px;
  }
  .section-contact .contact-footer .reg-form-cont .form input.input {
    width: 160px;
  }
  .section-contact .content {
    padding-bottom: 40px;
  }
  .section-contact .content .c-left {
    width: 50%;
  }
  .section-contact .content .c_left_custom {
    width: 50%;
  }
  .section-contact .content .c-right {
    width: 50%;
  }
  .section-contact .content .c_right_custom {
    width: 50%;
  }
  .page-item-detail .page-header .item-nav {
    background: #fff;
    box-shadow: 0 0 0 8px #fff;
  }
  .page-item-detail .section {
    background: #fff;
    min-height: 100%;
    min-height: 100vh;
  }
  .page-item-detail .section .content .c-left {
    width: 100%;
    height: 512px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c_left_custom {
    width: 100%;
    height: 512px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c-right {
    padding: 96px 64px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c_right_custom {
    padding: 96px 64px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-controls,
  .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots {
    bottom: 48px;
    top: auto;
  }
  .page-item-detail .section.anim .slide .content .c-left,
  .page-item-detail .section.anim .slide .content.anim .c-left,
  .page-item-detail .section.anim .slide.active .content .c-left,
  .page-item-detail .section.anim .slide.active .content.anim .c-left {
    float: none;
    width: 100%;
  }
  .page-item-detail .section.anim .slide .content .c_left_custom,
  .page-item-detail .section.anim .slide .content.anim .c_left_custom,
  .page-item-detail .section.anim .slide.active .content .c_left_custom,
  .page-item-detail .section.anim .slide.active .content.anim .c_left_custom {
    float: none;
    width: 100%;
  }
  .page-item-detail .section.anim .slide .content .c-right,
  .page-item-detail .section.anim .slide .content.anim .c-right,
  .page-item-detail .section.anim .slide.active .content .c-right,
  .page-item-detail .section.anim .slide.active .content.anim .c-right {
    float: none;
    width: 100%;
  }
  .page-item-detail .section.anim .slide .content .c_right_custom,
  .page-item-detail .section.anim .slide .content.anim .c_right_custom,
  .page-item-detail .section.anim .slide.active .content .c_right_custom,
  .page-item-detail .section.anim .slide.active .content.anim .c_right_custom {
    float: none;
    width: 100%;
  }
}
@media (max-width: 601px) {
  .slimScrollBar {
    display: none !important;
  }
  .fp-scrollable,
  .slimScrollDiv {
    height: auto !important;
  }
  .menu-icon {
    padding: 20px;
  }
  .page-menu.menu-visible {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 128px;
    left: 0;
  }
  .page-menu.menu-visible li {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-top .logo-wrapper {
    display: none;
  }
  .header-top .logo-wrapper .logo.non-top {
    visibility: hidden;
    opacity: 0;
  }
  #fp-nav {
    display: none;
  }
  .section {
    padding: 0;
    overflow: hidden;
  }
  .section .content {
    padding: 64px 32px;
  }
  .section .content .c-card {
    padding: 0;
  }
  .section .content .c-features li {
    padding-right: 0;
  }
  .section .content .c-features li:before {
    left: -16px;
  }
  .section .content .c-features li:after {
    left: -16px;
  }
  .section .content .items-nav-container {
    display: none;
  }
  .section .content .gallery-slides .c-gallery {
    margin-left: -20px;
    margin-right: -20px;
  }
  .section .content .gallery-slides .c-gallery li {
    padding: 4px;
  }
  .section .content .gallery-slides .c-gallery li .item-desc {
    bottom: 16px;
    right: 16px;
    left: 16px;
  }
  .section.alt-bg-1 {
    background: #1d1d1d;
  }
  .section.alt-bg-2 {
    background: #4394e5;
  }
  .section-about {
    padding-bottom: 0;
  }
  .section-about .content {
    padding-bottom: 0;
  }
  .section-about .content .c-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .section-about .content .c_left_custom {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .section-about .content .c-right {
    float: none;
    width: auto;
    margin-right: -32px;
    margin-left: -32px;
  }
  .section-about .content .c_right_custom {
    float: none;
    width: auto;
    margin-right: -32px;
    margin-left: -32px;
  }
  .section-contact .content {
    padding-bottom: 0;
  }
  .section-contact .content .c-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .section-contact .content .c_left_custom {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .section-contact .content .c-right {
    float: none;
    width: auto;
    margin-right: -32px;
    margin-left: -32px;
  }
  .section-contact .content .c_right_custom {
    float: none;
    width: auto;
    margin-right: -32px;
    margin-left: -32px;
  }
  .section-contact .contact-footer {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    background: #1d1d1d;
  }
  .section-contact .contact-footer:before {
    left: 32px;
    right: 32px;
    display: none;
  }
  .section-contact .contact-footer .reg-form-cont .form input.input {
    width: 200px;
    margin-bottom: 16px;
  }
  .section-home .content {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .section-home .content .c-text .title-desc {
    margin-top: -76px;
  }
  .section-home .content .c-text .c-logo {
    display: inline-block;
    margin-bottom: 0;
  }
  .section-home .content .c-text .c-logo img {
    height: 140px;
  }
  .section-home .content .c-text .header h2 {
    font-size: 48px;
  }
  .section-home .content .c-text .c-clock .clock-wrapper .tile {
    width: 64px;
  }
  .section-home .content .c-text .c-clock .clock-wrapper .tile .days,
  .section-home .content .c-text .c-clock .clock-wrapper .tile .hours,
  .section-home .content .c-text .c-clock .clock-wrapper .tile .minutes,
  .section-home .content .c-text .c-clock .clock-wrapper .tile .seconds {
    font-size: 36px;
  }
  .section-home .content .c-text .c-clock .clock-wrapper .tile .txt {
    letter-spacing: 0;
  }
  .section-home .content .c-text .c-clock .clock-wrapper .tile .txt:after {
    right: -4px;
    height: 24px;
  }
  .section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item-img,
  .section .content .items-slide .swiper-wrapper .swiper-slide:hover .item-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .page-item-detail .page-header .site-nav {
    right: 16px;
    top: 16px;
  }
  .page-item-detail .page-header .item-nav {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.5);
    right: 16px;
    bottom: 16px;
  }
  .page-item-detail .section .slide.active .content .c-head {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .page-item-detail .section .content .c-head {
    left: 0;
    bottom: 16px;
    margin-left: 16px;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.5);
    right: 16px;
    bottom: 16px;
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .page-item-detail .section .content .c-left {
    width: 100%;
    height: 300px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c_left_custom {
    width: 100%;
    height: 300px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c_left_custom {
    width: 100%;
    height: 300px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c-right {
    padding: 32px 32px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c_right_custom {
    padding: 32px 32px;
    position: relative;
    float: none;
    width: 100%;
  }
  .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-controls,
  .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots {
    right: 8px;
    bottom: 16px;
    top: auto;
  }
  .page-item-detail .section.anim .slide .content .c-left,
  .page-item-detail .section.anim .slide .content.anim .c-left,
  .page-item-detail .section.anim .slide.active .content .c-left,
  .page-item-detail .section.anim .slide.active .content.anim .c-left {
    float: none;
    width: 100%;
  }
  .page-item-detail .section.anim .slide .content .c_left_custom,
  .page-item-detail .section.anim .slide .content.anim .c_left_custom,
  .page-item-detail .section.anim .slide.active .content .c_left_custom,
  .page-item-detail .section.anim .slide.active .content.anim .c_left_custom {
    float: none;
    width: 100%;
  }
  .page-item-detail .section.anim .slide .content .c-right,
  .page-item-detail .section.anim .slide .content.anim .c-right,
  .page-item-detail .section.anim .slide.active .content .c-right,
  .page-item-detail .section.anim .slide.active .content.anim .c-right {
    float: none;
    width: 100%;
  }
  .page-item-detail .section.anim .slide .content .c_right_custom,
  .page-item-detail .section.anim .slide .content.anim .c_right_custom,
  .page-item-detail .section.anim .slide.active .content .c_right_custom,
  .page-item-detail .section.anim .slide.active .content.anim .c_right_custom {
    float: none;
    width: 100%;
  }
  .s-footer a {
    margin-bottom: 32px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .site-footer {
    display: none;
  }
}
* ::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #f7f5f2;
  overflow-y: hidden;
}
* ::-webkit-scrollbar {
  width: 8px;
  background-color: #f7f5f2;
  overflow-y: hidden;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d3d3d3;
  overflow-y: hidden;
}
.bg-map {
  background-color: #fff;
  height: 75%;
}
.banner_bottom {
  width: 320px;
  margin-left: 0;
}
.map {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.back_side {
  height: 40px;
  width: 100%;
  background-color: #ffb400;
  font-size: 16px !important;
  letter-spacing: 3px;
  background-color: #ffb400;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.back_side p {
  padding-top: 7px;
  vertical-align: middle;
}
.back_side:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .unit_box {
    width: 75%;
    margin-left: 13%;
  }
  .c_left_custom {
    display: block;
    width: 100% !important;
    float: none !important;
    height: 300px !important;
  }
  #left_side {
    height: 300px !important;
  }
  .map {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px !important;
  }
  .c_right_custom {
    display: block;
    float: none !important;
  }
  .side_header_wrapper {
    width: 48%;
  }
  .body_side {
    width: 48%;
  }
  .unit-info {
    height: 300px;
  }
  .footer_side {
    margin-top: -20px;
    width: 48% !important;
  }
  .low_side_header {
    margin-bottom: 0;
  }
  .main_side_header_wrapper {
    width: 60%;
    margin-left: 22%;
  }
  .main_body_side {
    width: 60%;
    margin-left: 22%;
  }
  .main_footer_side {
    margin-top: 15px;
    width: 58.5% !important;
    text-align: left;
    margin-left: 5%;
  }
}
#Caminho_9 {
  fill: #5d533e;
}
#Caminho_9:hover {
  fill: #ffb400;
  cursor: pointer;
}
#Caminho_24 {
  fill: #5d533e;
}
#Caminho_24:hover {
  fill: #ffb400;
  cursor: pointer;
}
#Caminho_25 {
  fill: #5d533e;
}
#Caminho_25:hover {
  fill: #ffb400;
  cursor: pointer;
}
#Caminho_30 {
  fill: #5d533e;
}
#Caminho_30:hover {
  fill: #ffb400;
  cursor: pointer;
}
.side_header {
  color: #000;
  font-family: "Roboto Condensed", "League Gothic";
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  letter-spacing: 2px;
}
.side_header p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%, -50%);
}
.side_header {
  background-color: #ffb400;
  height: 100%;
  max-height: 100px;
  min-height: 100px;
}
.low_side_header {
  color: #000;
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 16px;
  text-align: left;
  padding-top: 5px;
  letter-spacing: 1px;
  font-weight: 600;
}
.body_side {
  color: #000;
  font-family: "Roboto Condensed", "League Gothic";
  text-align: left;
  padding-top: 5px;
  font-weight: 600;
}
.main_body_side {
  color: #000;
  font-family: "Roboto Condensed", "League Gothic";
  text-align: left;
  padding-top: 5px;
  font-weight: 600;
}
.estados_side_body {
  background-color: #e1e1e1;
  width: 48%;
  height: 90px;
}
.cidades_side_body {
  margin-top: 7px;
  background-color: #e1e1e1;
  clear: left;
  width: 48%;
  height: 90px;
}
.todas_cidades_side_body {
  display: inline-block;
  background-color: #e1e1e1;
  width: 47%;
  padding-top: 10px;
  margin-right: 7px;
}
.todas_cidades_side_body p {
  font-size: 11.5px !important;
  text-align: center;
}
.cidades_side_body p {
  padding-top: 13%;
  text-align: center;
}
.estados_side_body p {
  padding-top: 13%;
  text-align: center;
}
.footer_side {
  margin-top: 7px;
  margin-right: 10px;
  width: 300px;
}
.main_footer_side {
  margin-top: 7px;
  margin-right: 10px;
  width: 300px;
}
.yellow_big {
  font-size: 30px;
  color: #ffb400;
}
.yellow_sm {
  color: #ffb400;
  font-size: 11.5px !important;
}
.sub_side {
  font-size: 16px !important;
  letter-spacing: 3px;
  color: #ffb400;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (min-width: 1023px) {
  .c_left_custom {
    width: 65% !important;
    float: left !important;
    height: 300px !important;
  }
  .c_right_custom {
    display: block;
    float: right !important;
    width: 35% !important;
  }
}
@media only screen and (max-width: 500px) {
  .estados_side_body {
    width: 45% !important;
    margin: 0;
    float: left !important;
  }
  .cidades_side_body {
    width: 45% !important;
  }
  .todas_cidades_side_body {
    float: right !important;
    width: 45% !important;
    font-size: 1px;
  }
  .yellow_sm {
    display: none !important;
  }
  .footer_side {
    display: none;
  }
  .c_left_custom {
    padding: 0 !important;
  }
  .c_right_custom {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 375px) {
  .dash_simple {
    display: none;
  }
  .c_left_custom {
    padding: 0 !important;
  }
  .c_right_custom {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .c_right_custom {
    display: block;
    float: none !important;
  }
  .side_header_wrapper {
    float: left;
    width: 48%;
  }
  .body_side {
    float: right;
    width: 48%;
  }
  .unit-info {
    height: 300px;
  }
  .footer_side {
    margin-top: -20px;
    float: left;
    width: 48% !important;
  }
  .low_side_header {
    margin-bottom: 0;
  }
}
.unit_box {
  background-color: #e1e1e1;
  height: 150px;
  position: relative;
  margin-bottom: 15px;
}
.full_size {
  min-height: 450px;
}
.max_width_side {
  width: 100%;
}
.unit_data {
  background-color: #5d533e;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
}
.unit_data p {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 15px;
  position: relative;
  letter-spacing: 2px;
  text-align: right;
  margin-left: 10px;
  margin-right: 20%;
  margin-bottom: 5px;
  line-height: 10px;
  margin-top: 6px;
}
.small_text_side_unit {
  line-height: 0;
  font-size: 11px !important;
}
.yellow_side_bar {
  position: absolute;
  right: 0;
  height: 100%;
  background-color: #ffb400;
  width: 40px;
  cursor: pointer;
}
.yellow_side_bar img {
  width: 50%;
}
.yellow_side_bar:hover {
  width: 45px;
}
.side_arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.teste_img_side {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.card-wrapper {
  height: 550px;
}
.state_selected {
  fill: #ffb400 !important;
}
.scroll_sp {
  overflow: auto;
}
.bottom-text a {
  background: none !important;
  color: white !important;
  display: inline !important;
  border: none !important;
  text-align: left !important;
  box-shadow: none !important;
}

.section-contact .contact-footer .social-cont .socials {
  float: none !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}

.section-contact .contact-footer .social-cont .socials li.bottom-text {
  float: none !important;
  margin-left: 0 !important;
  margin-right: auto;
  order: -2;
  flex: 0 0 auto;
  white-space: nowrap;
}

.section-contact .contact-footer .social-cont .socials li.title:after {
  display: none !important;
}

.section-contact .contact-footer .social-cont .socials li.bottom-text a {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
  color: white !important;
  border: none !important;
  text-align: left !important;
  border-radius: 0 !important;
  font-size: inherit;
  padding: 0;
  white-space: nowrap;
}

.section-contact .contact-footer .social-cont .socials li.title {
  order: -1;
  margin-left: 0 !important;
  flex: 0 0 auto;
}

.section-contact .contact-footer .social-cont {
  width: 100% !important;
}

@media only screen and (max-width: 768px) {
  /* Força o "Boletos" a ocupar 100% da largura (quebra linha) */
  .section-contact .contact-footer .social-cont .socials li.bottom-text {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px; /* Espaço entre linhas */
  }

  /* Os outros elementos ficam na linha de baixo */
  .section-contact .contact-footer .social-cont .socials li.title,
  .section-contact .contact-footer .social-cont .socials li:not(.bottom-text):not(.title) {
    flex: 0 0 auto;
  }

  /* Ajusta o gap para mobile se necessário */
  .section-contact .contact-footer .social-cont .socials {
    gap: 10px;
  }
}

/* Para telas muito pequenas (smartphones pequenos) */
@media only screen and (max-width: 480px) {
  .section-contact .contact-footer .social-cont .socials {
    gap: 0px;
  }

  .section-contact .contact-footer .social-cont .socials li.bottom-text {
    margin-bottom: 12px;
  }
}
