@charset "UTF-8";
h1, h2, h3, h4, h5, p, li {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  font-family: "Poppins", serif;
  color: #242424;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 50px;
}

h2 {
  font-size: 30px;
  line-height: 38px;
}

h3 {
  font-size: 26px;
  line-height: 36px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: "Poppins", serif;
  color: #848484;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}

p a {
  color: #b57f4c;
  text-decoration: none;
}

p a:hover {
  color: #000;
  text-decoration: none;
}

li {
  font-family: "Poppins", serif;
  color: #848484;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 0;
}

li a {
  color: #b57f4c;
  text-decoration: none;
}

a {
  text-decoration: none;
  transition: 1s all;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.small {
  font-size: 12px;
  line-height: 24px;
}

.large {
  font-size: 34px;
  line-height: 50px;
}

.uppercase {
  text-transform: uppercase;
}

.align-center, .text-center {
  text-align: center;
}

.align-right, .text-right {
  text-align: right;
}

.align-left, .text-left {
  text-align: left;
}

.justified {
  text-align: justify;
}

.link {
  color: #b57f4c;
}

.underline {
  text-decoration: underline;
}

.alert {
  font-family: "Poppins", serif;
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
html {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff;
}

.break {
  width: 100%;
  height: 30px;
}

.break-large {
  width: 100%;
  height: 60px;
}

.clear {
  clear: both;
}

.section, .main {
  *zoom: 1;
}

.main:before, .main:after, .dark-section:before, .dark-section:after, .menu-section:before, .menu-section:after {
  display: table;
  content: "";
  line-height: 0;
}

.main:after, .dark-section:after, .menu-section:after {
  clear: both;
}

::selection {
  background: #ccc;
}

::-moz-selection {
  background: #ccc;
}

::-webkit-selection {
  background: #ccc;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 1s all;
}

.main {
  width: 2000px;
  padding: 0 10px;
  margin: auto;
}

.full {
  width: 100%;
  padding: 0 10px;
}

.half {
  width: 50%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}

.third {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.quarter {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.fifth {
  width: 20%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.sixth {
  width: 16.6666667%;
  padding: 0 10px;
  float: left;
}

.eighth {
  width: 12.5%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.three-quarters {
  width: 75%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.one-quarter {
  width: 25%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.one-third {
  width: 33.3%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.two-thirds {
  width: 66.6%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}

.text-image-split {
  width: 50%;
  padding: 30px;
  display: table-cell;
}

.text-image-split-bg {
  width: 100%;
  display: table-cell;
}

.single-row .half, .single-row .third, .single-row .quarter, .single-row .fifth, .single-row .sixth, .single-row .eighth {
  margin-bottom: 0;
}

.half-table-split {
  width: 100%;
  display: table;
}
.half-table-split div {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.aos-container {
  overflow: hidden;
}

.modal-body .main {
  width: 100% !important;
}

@media only screen and (max-width: 2000px) {
  .main {
    width: 90%;
  }

  .eighth {
    width: 25%;
  }
}
@media only screen and (max-width: 1100px) {
  .one-quarter {
    width: 100%;
    float: none;
  }

  .three-quarters {
    width: 100%;
    float: none;
  }

  .early-half {
    width: 100%;
    float: none;
  }

  .early-third {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 1000px) {
  .quarter {
    width: 50%;
  }

  .eighth {
    width: 25%;
  }

  .fifth {
    width: 33.3%;
  }

  .fifth-start {
    width: 100%;
  }

  .fifth-end {
    width: 100%;
  }

  .single-row {
    padding-bottom: 10px;
  }

  .single-row .quarter {
    margin-bottom: 20px;
  }

  .text-image-split {
    width: 100%;
    display: block;
    padding-top: 0;
    background-position: center;
  }

  .text-image-split .padded-content {
    width: 90%;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 800px) {
  .two-thirds {
    width: 100%;
    float: none;
  }

  .one-third {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 750px) {
  .third {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .quarter {
    width: 50%;
  }

  .eighth {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .half {
    width: 100%;
  }

  .quarter {
    width: 50%;
  }

  .eighth {
    width: 50%;
  }

  .single-row {
    padding-bottom: 10px;
  }
  .single-row .third {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .fifth {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 450px) {
  .quarter {
    width: 100%;
  }

  .eighth {
    width: 100%;
  }

  .third {
    width: 100%;
  }
}
a:hover {
  text-decoration: none;
}

.padded {
  padding: 100px 10px;
}

.padded-more {
  padding: 150px 10px;
}

.padded-less {
  padding: 50px 10px;
}

.details-page .padded-less {
  padding: 120px 10px;
}

.no-pad-bottom {
  padding-bottom: 30px;
}

.no-pad-top {
  padding-top: 30px;
}

.padded-content {
  width: 65%;
  margin: auto;
  display: block;
}

.center {
  margin: auto;
}

.none {
  display: none;
}

img {
  border: none;
}

.full-image {
  width: 100%;
  display: block;
}

.three-quarter-image {
  width: 75%;
  display: block;
}

.half-image {
  width: 50%;
  display: block;
}

.quarter-image {
  width: 25%;
}

.no-bottom {
  margin-bottom: 0 !important;
}

.float-image {
  float: right;
  margin: 0 0 20px 20px;
}

.float-image-small {
  float: right;
  margin: 0 0 20px 20px;
}

hr {
  width: 100%;
  background: transparent;
  border: none;
  border-top: 1px solid #ccc;
  margin: 60px auto 60px auto;
}

.mobile-hr {
  display: none;
}

.border {
  border: 1px solid #ccc;
}

.end {
  margin-right: 0 !important;
}

.rounded-hidden {
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

.i-margin {
  margin-right: 10px;
}

.relative {
  position: relative;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.block {
  display: block;
}

.vertical-align {
  vertical-align: middle;
}

.display-table {
  display: table;
}

.display-table-cell {
  display: table-cell;
}

.map {
  width: 100%;
  height: 330px;
  border: none;
}

.inside-list {
  list-style-position: inside;
}

.list {
  padding: 0 0 0 15px;
  margin: 0;
  overflow: auto;
  margin-bottom: 20px;
  list-style: none;
}
.list li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-family: "Poppins", serif;
  color: #848484;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 7px 0;
}
.list li::before {
  content: "• ";
  color: #242424;
  font-weight: bold;
  padding-right: 5px;
}

.align-center .list {
  padding: 0;
}

.half-list {
  padding: 0;
  margin: 0;
  overflow: auto;
  margin-bottom: 20px;
  list-style: none;
}
.half-list li {
  width: 50%;
  float: left;
  padding-left: 1em;
  text-indent: -0.7em;
  font-family: "Poppins", serif;
  color: #848484;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 10px 0;
  padding-right: 40px;
}
.half-list li::before {
  content: "• ";
  color: #242424;
  font-weight: bold;
  padding-right: 5px;
}

.table {
  width: 100%;
}
.table th {
  font-family: "Poppins", serif;
  color: #242424;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  padding: 5px;
}
.table td {
  font-family: "Poppins", serif;
  color: #848484;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  padding: 5px;
}

.accordion {
  background-color: #242424;
}

.accordion h3 {
  padding: 25px 20px;
  margin: 10px 0;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
.accordion h3 img {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.accordion-content {
  padding: 0 30px;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: -10px;
  background-color: #b57f4c;
}
.accordion-content h1, .accordion-content h2, .accordion-content h3, .accordion-content h4, .accordion-content p, .accordion-content li {
  color: #fff;
}
.accordion-content p:first-child {
  margin-top: 20px;
}
.accordion-content .button {
  margin-bottom: 20px;
}
.accordion-content p a, .accordion-content li a {
  color: #fff;
  text-decoration: underline;
}
.accordion-content p a:hover, .accordion-content li a:hover {
  color: #000;
}

.accordion h3:after {
  content: "\f107";
  float: right;
  font-family: "FontAwesome";
}

.fade-animation {
  opacity: 0;
  transition: all ease 1.3s;
  transition-delay: 0.4s;
}

.fade-animation.active {
  opacity: 1;
}

.breadcrumbs ul {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.breadcrumbs ul li {
  display: inline-block;
  list-style: none;
}

.breadcrumbs ul li a {
  padding: 0 5px;
}

.breadcrumb {
  margin: unset;
  padding: unset;
  border: unset;
  background-color: unset;
}

.side-bar {
  position: fixed;
  right: -430px;
  width: 450px;
  height: 100vh;
  transition: left ease 1s;
  z-index: 999;
  top: 0;
}

.side-bar-outer {
  float: left;
  width: 80px;
  padding-top: 130px;
}

.side-bar-inner {
  float: right;
  width: calc(100% - 80px);
  background: #fff;
  height: 100%;
}

.side-bar-sign-up {
  display: block;
  right: 35px;
  background: #242424;
  margin-top: 5px;
  padding-top: 3px;
  width: 70%;
  height: 60px;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  top: -10px;
}
.side-bar-sign-up img {
  transition: all ease 0.3s;
  margin-top: 3px;
}

.side-bar-sign-up:hover img {
  transform: scale(0.8);
}

.usp-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
}

.iframe-video {
  border: 8px solid #b57f4c;
  width: 90%;
  height: 450px;
  margin: auto;
  display: block;
}

.iframe-video-smaller {
  border: 8px solid #b57f4c;
  width: 60%;
  height: 400px;
  margin: auto;
  display: block;
}

.float-image-cpd {
  float: right;
  margin: 0 0 20px 20px;
}

table {
  width: 100%;
}

table, th, td {
  border: 1px solid #b2b1b1;
  border-collapse: collapse;
}

th, td {
  padding: 15px;
  text-align: center;
}

.t01 tr:nth-child(even) {
  background-color: #fff;
}

.t01 tr:nth-child(odd) {
  background-color: #fff;
}

.client-logos .owl-stage {
  display: flex;
  align-items: center;
}

.blogs .third {
  padding: 0 40px;
}
.blogs .third .image {
  margin-bottom: 20px;
}
.blogs .third h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.blogs .third p {
  margin-bottom: 15px;
}
.blogs .third .button {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1700px) {
  .iframe-video-smaller {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .blogs .third {
    width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  .early-half .iframe-video-smaller {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  .padded-content {
    width: 90%;
  }

  .mobile-table {
    display: block !important;
    overflow: scroll;
  }
  .mobile-table table {
    width: 1000px;
  }
  .mobile-table p {
    display: block !important;
  }
}
@media only screen and (max-width: 850px) {
  .break-early {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .padded {
    padding: 50px 10px;
  }

  .half-list li {
    width: 100%;
    float: none;
    padding-left: 1em;
    text-indent: -0.7em;
    font-family: "Poppins", serif;
    color: #848484;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0;
    padding-right: 40px;
  }

  .blogs .third {
    padding: 0 20px;
  }
  .blogs .third p {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .float-image {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }

  .float-image-small {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-hr {
    display: block;
  }

  .side-bar {
    display: none;
  }

  .iframe-video-smaller, .iframe-video {
    width: 100%;
    height: 300px;
  }

  .blogs .third {
    width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 450px) {
  .float-image-cpd {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}
.white-swoosh {
  width: 100%;
  height: 150px;
  margin-top: -150px;
  margin-bottom: -5px;
  background: url(../image/backgrounds/white-swoosh.svg) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.white-section {
  width: 100%;
  background-color: #fff;
}

.grey-section {
  width: 100%;
  background-color: #f8f8f8;
}

.grey-background {
  background-color: #b2b1b1;
}

.grey-grad-bg {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 55%, #f4f4f4 99%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 55%, #f4f4f4 99%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 55%, #f4f4f4 99%);
}

.light-grey-background {
  background-color: #f8f8f8;
}

.gradient-swoosh-section {
  background: -webkit-linear-gradient(316deg, #3d3d3d 0%, #242424 100%);
  background: linear-gradient(316deg, #3d3d3d 0%, #242424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d3d3d",endColorstr="#242424",GradientType=1);
}
.gradient-swoosh-section h2, .gradient-swoosh-section h3, .gradient-swoosh-section h4, .gradient-swoosh-section h5, .gradient-swoosh-section p, .gradient-swoosh-section li {
  color: #fff;
}
.gradient-swoosh-section p a {
  color: #fff;
  text-decoration: underline;
}
.gradient-swoosh-section .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.6);
}
.gradient-swoosh-section .owl-theme .owl-dots .owl-dot.active span {
  background: white;
}
.gradient-swoosh-section #table p, .gradient-swoosh-section #table ul li {
  color: #242424;
}

.main-color-section {
  width: 100%;
  background-color: #242424;
}
.main-color-section h2, .main-color-section h3, .main-color-section h4, .main-color-section p, .main-color-section li, .main-color-section a {
  color: #fff;
}

.second-color-section {
  width: 100%;
  background-color: #ff3131;
}

.bronze-section {
  width: 100%;
  background-color: #b57f4c;
}
.bronze-section h2, .bronze-section h3, .bronze-section h4, .bronze-section p, .bronze-section li, .bronze-section a {
  color: #fff;
}

.bronze-section.padded {
  padding: 30px;
}

.half-section-left {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  min-height: 540px;
}
.half-section-left .half {
  padding-left: 100px;
  float: right;
}

.half-section-right {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  min-height: 540px;
}
.half-section-right .half {
  padding-right: 100px;
}

.half-background-left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 600px;
  max-height: 800px;
}

.half-background-right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 500px;
  max-height: 800px;
}
.half-background-right img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

.selection-container .third {
  padding: 0 15px;
}

.selection {
  transition: 0.5s all;
  box-shadow: 0 0 7px #bfbfbf;
  display: block;
}
.selection .sel-img-container {
  background-color: #242424;
}
.selection .sel-img-container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  transition: 1s all;
}
.selection .sel-content {
  width: 100%;
  padding: 20px;
  background-color: #f0f0f0;
}
.selection .sel-content h3 {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 10px;
}
.selection .sel-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.selection .sel-content hr {
  margin: 30px auto 20px auto;
}

.selection:hover {
  transform: scale(0.95);
}
.selection:hover .sel-img-container img {
  opacity: 0.5;
}

.section-background {
  padding: 120px 30px 100px 30px;
  background-color: #000;
  position: relative;
  text-align: center;
}
.section-background img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.section-background h2, .section-background h3, .section-background h4, .section-background p, .section-background li {
  position: relative;
  z-index: 2;
  color: #fff;
}
.section-background .main {
  z-index: 2;
  position: relative;
}

.usps {
  padding: 20px;
  background-color: #242424;
  text-align: center;
  margin-bottom: 20px;
}
.usps .third {
  margin-bottom: 0;
}
.usps h4 {
  color: #fff;
  margin-bottom: 0;
}
.usps p {
  margin-bottom: 0;
  color: #b57f4c;
}

.featured-info {
  height: 100%;
  background-color: #3d3d3d;
  border-bottom: 20px solid #fff;
}
.featured-info h3, .featured-info p {
  color: #fff;
}

.tile {
  padding: 15px;
  margin: 0 0 20px 0;
  text-decoration: none !important;
}
.tile .tile-image {
  overflow: hidden;
  position: relative;
}
.tile .tile-image img {
  width: 100%;
  height: auto;
  display: block;
}
.tile .tile-content {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: #fff;
}
.tile .tile-content h3, .tile .tile-content h4 {
  color: #242424;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.tile .tile-price {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  background-color: #b57f4c;
  font-size: 20px;
  color: #fff;
  font-family: "Poppins", serif;
  z-index: 2;
}

.tile:hover img {
  transform: scale(1.1);
}

.tile-category .tile-image {
  height: 500px;
  position: relative;
  background-color: #242424;
}
.tile-category .tile-image img {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.tile-category .tile-image div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.tile-category .tile-image div h2 {
  position: relative;
  z-index: 2;
  width: 70%;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0;
}

.tile-category:hover .tile-image {
  background-color: #b57f4c;
}
.tile-category:hover .tile-image img {
  filter: grayscale(1);
}

.full-height {
  height: 100%;
  position: relative;
  transition: initial;
}
.full-height img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: initial;
}

.full-height-contained {
  height: 100%;
  position: relative;
  transition: initial;
  max-height: 500px;
}
.full-height-contained img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: initial;
}

.half-height {
  height: 50%;
  position: relative;
}
.half-height img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.half-height:nth-child(1) {
  border-bottom: 10px solid #fff;
}

.half-height:nth-child(2) {
  border-top: 10px solid #fff;
}

.usp-section {
  background-color: #242424;
  padding: 100px;
  margin-bottom: 30px;
}
.usp-section h2, .usp-section h3, .usp-section h4, .usp-section p, .usp-section li {
  color: #fff;
}

.sale-section {
  background-color: #ee1540;
}
.sale-section h2, .sale-section h3, .sale-section h4, .sale-section p, .sale-section li {
  color: #fff;
}

.padded-center-content {
  padding: 75px 50px 55px 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-intro {
  background-color: #b2b1b1;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.home-intro div {
  padding: 75px 50px;
}
.home-intro h1, .home-intro h2, .home-intro h3, .home-intro h4, .home-intro p, .home-intro li {
  color: #fff;
}
.home-intro .button {
  border: 2px solid #fff;
}

.max-height-image {
  max-height: 500px;
}

.white-bar-section .main {
  padding: 0 30px;
}
.white-bar-section .contact-details {
  float: left;
  width: calc(100% - 400px);
  padding: 0 60px 0 0;
  box-sizing: border-box;
}
.white-bar-section .contact-details .padded {
  padding: 200px 0;
}
.white-bar-section .contact-details h3 {
  font-size: 23px;
  margin-bottom: 20px;
  text-transform: initial;
  letter-spacing: 0;
  color: #fff;
}
.white-bar-section .contact-details h2 {
  font-size: 60px;
  margin-bottom: 60px;
  text-transform: initial;
  letter-spacing: 0;
  color: #fff;
}
.white-bar-section .contact-details a {
  color: #fff;
}
.white-bar-section .contact-details .icon {
  width: 35px;
  float: left;
  margin-right: 20px;
}
.white-bar-section .contact-details .icon img {
  width: 100%;
}
.white-bar-section .contact-details .text {
  float: left;
  width: 40%;
  margin-bottom: 20px;
}
.white-bar-section .contact-details .smaller {
  font-size: 18px;
}
.white-bar-section .white-bar {
  width: 400px;
  float: right;
  background: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
.white-bar-section .white-bar p a {
  color: #ccc;
}
.white-bar-section .white-bar h2 {
  font-size: 23px;
  margin-bottom: 30px;
  text-transform: initial;
  letter-spacing: 0;
}
.white-bar-section .white-bar .form-button {
  margin-bottom: 40px;
}

.wbs-why-us {
  background: url(../image/backgrounds/why-us-section.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.wbs-why-us .white-bar {
  width: 600px;
}

.wbs-contact {
  background: url(../image/backgrounds/contact-section.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.meet-the-team h2 {
  margin-bottom: 60px;
}
.meet-the-team .member {
  width: 90%;
  margin: auto;
  text-align: left;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 0px 44px -13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 44px -13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 44px -13px rgba(0, 0, 0, 0.1);
}
.meet-the-team .member .image {
  width: 35%;
  float: left;
  min-height: 500px;
}
.meet-the-team .member .title {
  color: #b57f4c;
}
.meet-the-team .member .content {
  width: 65%;
  float: left;
  padding: 60px;
  background: #fff;
  box-sizing: border-box;
}

.mi-chris {
  background: url(../image/team/chris.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float: right !important;
}

.mi-angela {
  background: url(../image/team/angela.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 1900px) {
  .swoosh-above {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1250px) {
  .third.tile-category {
    width: 50% !important;
  }
}
@media only screen and (max-width: 1700px) {
  .swoosh-above {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .white-swoosh {
    height: 110px;
    margin-top: -110px;
  }

  .full-height-contained {
    min-height: 300px;
  }
  .full-height-contained img {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .white-bar-section .main {
    padding: 0 30px;
  }
  .white-bar-section .contact-details {
    float: none;
    width: 90%;
    margin: 0 auto 60px auto;
    text-align: center;
    padding: 0 10px;
  }
  .white-bar-section .contact-details .padded {
    padding: 160px 10px 0 10px;
  }
  .white-bar-section .contact-details .icon {
    float: none;
    margin: 0 auto 10px auto;
    width: 20px;
  }
  .white-bar-section .contact-details .text {
    float: none;
    margin: 0 auto 20px auto;
    width: 100%;
  }
  .white-bar-section .white-bar {
    width: 80%;
    margin: auto;
    float: none;
  }
  .white-bar-section .white-bar .padded {
    padding: 60px 10px 50px 10px;
  }

  .wbs-why-us {
    background-position: left top;
  }
  .wbs-why-us .white-bar {
    background: rgba(255, 255, 255, 0.95);
  }
}
@media only screen and (max-width: 950px) {
  .half-section-left {
    padding-top: 250px;
    min-height: initial;
  }
  .half-section-left .half {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
  .half-section-left .padded {
    padding: 70px 10px;
  }

  .half-section-right {
    padding-top: 250px;
    min-height: initial;
  }
  .half-section-right .half {
    width: 100%;
    float: none;
    padding: 0 10px;
  }
  .half-section-right .padded {
    padding: 70px 10px;
  }

  .half-background-left {
    width: 100%;
    height: 250px;
    min-height: initial;
  }

  .half-background-right {
    width: 100%;
    height: 250px;
    min-height: initial;
  }

  .home-intro div {
    padding: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .meet-the-team .member .image {
    width: 100%;
    height: 500px;
    float: none;
    background-position: center top;
  }
  .meet-the-team .member .mi-chris {
    float: none !important;
  }
  .meet-the-team .member .content {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 800px) {
  .usp h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 750px) {
  .selection {
    width: 80%;
    margin: 0 auto 40px auto;
  }

  .selection-carousel .selection {
    width: 90%;
    margin: 0 auto 40px auto;
  }

  .full h2, .full h3, .full h4, .full p {
    text-align: center;
  }
  .full .button {
    margin-left: auto;
    margin-right: auto;
  }

  .tile .tile-content .button {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .white-bar-section .contact-details {
    width: 100%;
  }
  .white-bar-section .contact-details h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .white-bar-section .white-bar {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .third.tile-category {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .meet-the-team .member {
    width: 100%;
  }
  .meet-the-team .member .content {
    padding: 40px;
  }
  .meet-the-team .member .content p {
    font-size: 15px;
    line-height: 35px;
  }

  .tile-category .tile-image {
    height: 250px;
  }
}
@media only screen and (max-width: 500px) {
  .white-swoosh {
    height: 80px;
    margin-top: -80px;
  }

  .white-bar-section .main {
    padding: 0;
  }
  .white-bar-section .contact-details {
    padding: 0;
  }
  .white-bar-section .contact-details h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .white-bar-section .contact-details .padded {
    padding: 100px 10px 0 10px;
  }

  .meet-the-team .member .image {
    height: 300px;
  }
  .meet-the-team .member .content {
    padding: 40px 20px;
    margin-bottom: 30px;
  }
  .meet-the-team .member .content p {
    font-size: 13px;
    line-height: 28px;
  }

  .tile-category .tile-image div h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.services-carousel {
  margin-top: 50px;
}
.services-carousel .service-tile .service-tile-image {
  max-height: 400px;
}

.service-tile {
  width: 95%;
  margin: 30px auto;
  display: block;
  position: relative;
  -webkit-box-shadow: 0px 0px 44px -13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 44px -13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 44px -13px rgba(0, 0, 0, 0.1);
}
.service-tile .service-tile-content {
  width: 50%;
  float: left;
  padding: 60px;
  background-color: #fff;
}
.service-tile .service-tile-image {
  width: 50%;
  height: 100%;
  min-height: 400px;
  float: right;
  position: relative;
}
.service-tile .service-tile-image .swoosh {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.service-tile .service-tile-image .swoosh-mobile {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.service-tile .service-tile-image .service-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .service-list-page .half {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 800px) {
  .service-tile .service-tile-content {
    width: 100%;
    float: none;
    text-align: center;
    padding: 30px;
  }
  .service-tile .service-tile-image {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .service-tile .service-tile-image .swoosh {
    display: none;
  }
  .service-tile .service-tile-image .swoosh-mobile {
    display: block;
  }
  .service-tile .service-tile-image .service-thumbnail {
    width: 99.9% !important;
    height: 99%;
  }
}
@media only screen and (max-width: 600px) {
  .services-carousel .service-tile .service-tile-image {
    max-height: 300px;
  }

  .service-tile .service-tile-image {
    min-height: 300px;
  }
}
header {
  width: 100%;
  height: 90px;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 5;
}
header .logo {
  padding: 15px;
  float: left;
  display: block;
}
header .logo img {
  max-width: 100%;
  width: auto;
  height: 60px;
  max-height: 60px;
  display: block;
  margin: auto;
}
header .logo-square {
  width: 60px;
  height: 60px;
  margin: 15px 0;
  float: left;
  display: block;
  background: url(../images/header/logo-square-light.png) center no-repeat;
  background-size: cover;
}
header .mobile-menu-button {
  display: none;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: 10px;
  float: right;
  background-color: #b57f4c;
  color: #fff;
  font-size: 26px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
header .mobile-menu-button i {
  line-height: 50px;
}
header .header-border {
  background-color: #b57f4c;
  height: 3px;
  width: 0;
  transition: 1s all;
}

#home header .logo {
  background-color: transparent;
}

header.active, .details-header {
  background-color: #242424;
}
header.active .header-border, .details-header .header-border {
  width: 100%;
}
header.active nav > ul > li, .details-header nav > ul > li {
  color: #fff;
}
header.active nav > ul > li > a, .details-header nav > ul > li > a {
  color: #fff;
}
header.active nav > ul > li:hover, .details-header nav > ul > li:hover {
  color: #fff;
}
header.active nav > ul > li:hover > a, .details-header nav > ul > li:hover > a {
  color: #fff;
}
header.active nav > ul > li:hover > a i, .details-header nav > ul > li:hover > a i {
  color: #fff;
}
header.active nav > ul > li:hover > a:hover, .details-header nav > ul > li:hover > a:hover {
  color: #fff;
}
header.active .logo-square, .details-header .logo-square {
  background: url(../images/header/logo-square-dark.png) center no-repeat;
  background-size: cover;
}

.page-header {
  width: 100%;
  padding-top: 193px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #3d3d3d;
  background: -moz-linear-gradient(316deg, #3d3d3d 0%, #242424 100%);
  background: -webkit-linear-gradient(316deg, #3d3d3d 0%, #242424 100%);
  background: linear-gradient(316deg, #3d3d3d 0%, #242424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d3d3d",endColorstr="#242424",GradientType=1);
}
.page-header .main {
  position: relative;
  z-index: 2;
}
.page-header .padded {
  padding: 50px 10px;
}
.page-header h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.page-header p {
  color: #fff;
}
.page-header img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.page-header .breadcrumbs {
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.page-header .breadcrumbs a {
  color: #fff;
}
.page-header .breadcrumbs span {
  margin: 0 5px;
  opacity: 0.5;
}

.page-header h1::selection, .page-header p::selection {
  background: #b57f4c;
}

.page-header h1::-moz-selection, .page-header p::-moz-selection {
  background: #b57f4c;
}

.page-header h1::-webkit-selection, .page-header p::-webkit-selection {
  background: #b57f4c;
}

@media only screen and (max-width: 1250px) {
  header .main {
    width: 100%;
  }
  header .logo {
    padding: 15px 7.5px 15px 7.5px;
  }
}
@media only screen and (max-width: 1000px) {
  header .mobile-menu-button {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  header .logo {
    width: 120px;
  }
}
@media only screen and (max-width: 350px) {
  header .logo {
    width: 90px;
  }
}
nav {
  height: 90px;
  float: right;
  position: relative;
  z-index: 1000;
}

nav ul li a {
  color: #fff;
}

nav > ul {
  height: 90px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: 0.25s all;
}

nav > ul > li {
  height: 90px;
  float: left;
  font-size: 18px;
  font-family: "Poppins", serif;
  color: #fff;
  line-height: 30px;
  transition: 0.25s all;
  position: relative;
  z-index: 9999;
  cursor: pointer;
}

nav > ul > li .fa {
  transition: 0.25s all;
  line-height: 30px;
}

nav > ul > li:hover a {
  color: #fff;
  background-color: #b57f4c;
}

nav > ul > li:hover a .cart-count {
  color: #b57f4c;
  background-color: #fff;
  transition: 0.25s all;
}

nav > ul > li > a {
  padding: 30px;
  margin: 0px;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.25s;
}

nav > ul > li > a:hover {
  color: #fff;
  background-color: #b57f4c;
}

nav > ul > li > ul {
  font-family: "Poppins", serif;
  height: auto;
  background-color: #b57f4c;
  display: block;
  left: -999em;
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 999;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #fff;
}

nav li:hover ul {
  left: auto;
  top: 90px;
  color: #fff;
}

nav > ul > li > ul#courses-menu {
  columns: 2;
  transition: none;
}

nav li:hover ul#courses-menu {
  left: -400px;
}

nav > ul > li > ul > li {
  float: left;
  clear: both;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

nav > ul > li > ul > li > a {
  width: 450px;
  float: left;
  margin: 0px;
  display: block;
  padding: 15px 20px 12px 20px;
  clear: both;
}

nav > ul > li > ul > li > a:hover {
  background-color: #84562a;
}

nav ul li.nav-item-basket {
  position: relative;
}
nav ul li.nav-item-basket .cart-count {
  background-color: #b57f4c;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 20px;
}

.mobile-menu {
  width: 100%;
  height: 0%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #242424;
  z-index: 1001;
  transition: all ease 1s;
}
.mobile-menu .mobile-menu-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.mobile-menu .mobile-menu-container .close-menu {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
  border: 3px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  transition: 0.5s all;
  text-align: center;
}
.mobile-menu .mobile-menu-container .close-menu:after {
  content: "\f00d";
  font-family: "FontAwesome";
}
.mobile-menu .mobile-menu-container .mm-logo {
  width: 100%;
  height: 20%;
  display: table;
}
.mobile-menu .mobile-menu-container .mm-logo .mm-logo-container {
  display: table-cell;
  vertical-align: middle;
}
.mobile-menu .mobile-menu-container .mm-logo .mm-logo-container img {
  width: auto;
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin: auto;
}
.mobile-menu .mobile-menu-container ul {
  width: 70%;
  height: 80%;
  margin: auto;
  padding: 40px 0;
}
.mobile-menu .mobile-menu-container ul li {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 14.2%;
  margin: 0;
  display: table;
  cursor: pointer;
  font-family: "Poppins", serif;
  font-size: 24px;
}
.mobile-menu .mobile-menu-container ul li a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.shop-dropdown:after {
  content: "\f107";
  float: right;
  font-family: "FontAwesome";
}

.open-menu {
  height: 100%;
}

.mega-menu {
  width: 100%;
  background-color: #131313;
  position: fixed;
  left: 0 !important;
  top: -500px;
  transition: 0.5s all;
  padding: 30px;
}
.mega-menu > li {
  clear: initial;
  background-color: #131313 !important;
}
.mega-menu > li a {
  background-color: #131313 !important;
  float: none;
}
.mega-menu > li ul li {
  padding: 10px;
}
.mega-menu > li ul li a {
  padding: 10px;
}
.mega-menu li:hover {
  background-color: #131313 !important;
}
.mega-menu li:hover > a {
  background-color: #242424 !important;
}

.open-mega:hover, .open-mega:hover a {
  background-color: #131313 !important;
}

.open-mega:hover .mega-menu {
  top: 90px;
}

@media only screen and (max-width: 1250px) {
  nav > ul > li > a {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  nav ul li {
    display: none;
  }
  nav ul li.nav-item-account {
    display: block;
  }
  nav ul li.nav-item-search {
    display: block;
  }
  nav ul li.nav-item-basket {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  nav ul li.nav-item-account {
    display: none;
  }
  nav > ul > li > a {
    padding: 30px 13px;
  }
}
.hero-section {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #000;
}
.hero-section video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  opacity: 0.5;
}
.hero-section img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
  opacity: 1;
}
.hero-section .content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-section .content > div {
  width: 50%;
  padding: 100px;
}
.hero-section .content h2 {
  color: #fff;
  font-size: 60px;
  line-height: 65px;
}
.hero-section .content p {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.hero-section .content .button {
  float: left;
  background-color: #b57f4c;
}
.hero-section .content .button:hover {
  background-color: #84562a;
}
.hero-section .content .mgn-right {
  margin-right: 38px;
}

#trainer {
  background: url(../image/catalog/trainer-bundle/hero.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
#trainer .content {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  width: 750px;
  margin: auto;
  border-bottom: 10px solid #fff;
}
#trainer .content h1 {
  font-size: 70px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

#assessment {
  background: url(../image/catalog/assessment-rotue-only/hero.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
#assessment .content {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  width: 750px;
  margin: auto;
  border-bottom: 10px solid #fff;
}
#assessment .content h1 {
  font-size: 70px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

#free-training-videos {
  background: url(../image/catalog/free-training-videos/hero.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
#free-training-videos .content {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  width: 750px;
  margin: auto;
  border-bottom: 10px solid #fff;
}
#free-training-videos .content h1 {
  font-size: 70px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

#delivering-training {
  background: url(../image/catalog/header/level-3-award-in-delivering-training.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
#delivering-training .content {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  width: 750px;
  margin: auto;
  border-bottom: 10px solid #fff;
}
#delivering-training .content h1 {
  font-size: 70px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1350px) {
  .hero-section .content {
    align-items: end;
  }
  .hero-section .content > div {
    width: 100%;
    padding: 80px 80px 200px 80px;
  }
  .hero-section .content h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-section img {
    object-fit: inherit;
  }
  .hero-section .content > div {
    padding: 40px 40px 200px 40px;
  }
  .hero-section .content h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .hero-section .content .button {
    width: 45%;
    margin: 0 2.5%;
    min-width: initial;
  }
  .hero-section .content .mgn-right {
    margin-right: 0;
  }
}
.form-input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 3px solid #242424;
  margin-bottom: 20px;
  padding: 0;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 50px;
  color: #848484;
  text-align: left;
  padding-left: 20px;
}

.form-select {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 3px solid #242424;
  margin-bottom: 0;
  padding: 0;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 31px;
  color: #848484;
  text-align: left;
  padding-left: 20px;
  -webkit-appearance: none;
}

.form-textarea {
  width: 100%;
  height: 120px;
  background-color: #fff;
  border: 3px solid #242424;
  margin-bottom: 0;
  padding: 0;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 30px;
  color: #848484;
  text-align: left;
  padding: 10px 20px;
}

.form-button {
  width: 200px;
  height: 50px;
  background-color: #242424;
  border: none;
  border-radius: 4px;
  display: block;
  font-family: "Poppins", serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}

.form-button:hover {
  background-color: #3d3d3d;
}

.qc-ht {
  display: none !important;
}

.error {
  color: red;
  font-weight: bold;
}

.form-input::-webkit-input-placeholder {
  color: #848484;
}

.form-input:-moz-placeholder {
  color: #848484;
}

.form-input::-moz-placeholder {
  color: #848484;
}

.form-input:-ms-input-placeholder {
  color: #848484;
}

.form-textarea::-webkit-input-placeholder {
  color: #848484;
}

.form-textarea:-moz-placeholder {
  color: #848484;
}

.form-textarea::-moz-placeholder {
  color: #848484;
}

.form-textarea:-ms-input-placeholder {
  color: #848484;
}

.contact-form .form-input, .contact-form .form-select, .contact-form .form-textarea {
  width: 48%;
  float: left;
  margin-bottom: 10px;
  margin-right: 2%;
}
.contact-form .form-textarea {
  width: 98%;
  margin-right: 2%;
}

.radio {
  font-family: "Poppins", serif;
}

@media only screen and (max-width: 850px) {
  .contact-form {
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .contact-form .form-input, .contact-form .form-select, .contact-form .form-textarea {
    margin-right: 1%;
    margin-left: 1%;
  }
  .contact-form .form-textarea {
    margin-right: 1%;
    margin-left: 1%;
  }
  .contact-form .form-button {
    margin: 0 auto 70px auto;
  }
}
@media only screen and (max-width: 800px) {
  .contact-form {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .contact-form .form-input, .contact-form .form-select, .contact-form .form-textarea {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .contact-form .form-textarea {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .contact-form .form-button {
    margin: 0 auto 70px auto;
  }
}
.button {
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: #242424;
  font-family: "Poppins", serif;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  padding: 17px 20px 15px 20px;
  -webkit-appearance: none;
  text-decoration: none;
  font-weight: 600;
}

.button:hover {
  background-color: #b57f4c;
  color: #fff;
}

.button.popup {
  margin: 10px;
}

ul.sitemap li {
  font-family: "Poppins", serif;
  color: #0d242d;
  font-size: 24px;
  line-height: 40px;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none;
}
ul.sitemap li .small {
  font-size: 16px;
  line-height: 18px;
  color: #b2b1b1;
}

ul.sitemap li a {
  color: #0d242d;
  text-decoration: none;
}

ul.sitemap li a:hover {
  color: #242424;
}

@media only screen and (max-width: 600px) {
  ul.sitemap {
    padding: 0;
  }

  ul.sitemap ul {
    padding: 0 0 0 5px;
  }

  ul.sitemap ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.on-sale {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #b57f4c;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  z-index: 2;
  font-family: "Poppins", serif;
}

.product {
  width: 100%;
  position: relative;
  min-height: 350px;
  display: block;
  overflow: hidden;
}
.product img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.product h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #242424;
  color: #fff;
  z-index: 2;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 26px;
}
.product p {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b57f4c;
  color: #fff;
  z-index: 2;
  padding: 5px 15px;
  margin-bottom: 0;
}

.product:hover img {
  transform: scale(1.1);
}

.tile-price small {
  font-size: 65%;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 80%;
  width: 800px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-content iframe {
  width: 100%;
  height: 450px;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #333;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
}

.popup-close:hover {
  background: #555;
}

#breadcrumbs {
  margin: 10px 0;
  font-style: italic;
}
#breadcrumbs li {
  list-style: none;
  display: inline-block;
  font-size: 15px;
}
#breadcrumbs li:after {
  content: " > ";
}
#breadcrumbs li:last-child::after {
  content: "";
}
#breadcrumbs li a:hover {
  color: #fff;
}

.product-details .thumbnails {
  position: relative;
}

.product-details .thumbnails img {
  width: 100%;
  display: block;
}

.product-details .on-sale {
  left: 10px;
}
.product-details .info {
  padding: 20px 40px;
  box-sizing: border-box;
}
.product-details .info h1 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
}
.product-details .info h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.product-details .info .description {
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  line-height: 26px !important;
  margin-bottom: 20px !important;
}
.product-details .info .description ul {
  margin-bottom: 20px;
}
.product-details .info .description li {
  font-size: 16px;
  line-height: 26px !important;
}
.product-details .info label {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}
.product-details .info .option-select {
  border: 2px solid #dedede;
  font-size: 14px;
  width: 200px;
  height: 40px;
  margin-bottom: 10px;
}
.product-details .info div.required .control-label:before {
  color: #5bc09c;
}
.product-details .product-course-info h3 {
  margin-bottom: 10px;
}
.product-details .product-course-info p {
  font-size: 16px;
  line-height: 26px;
}
.product-details .info.buy-now {
  padding: 40px;
}
.product-details .price {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-details .close {
  display: none;
}
.product-details .alert {
  font-size: 16px;
  color: #24262c;
}
.product-details .alert a {
  font-size: 16px;
  color: #5bc09c;
}

.mfp-bg {
  background: #242424 !important;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #397e8e !important;
}

.mfp-title {
  margin-top: 10px;
  font-size: 18px;
}

.showzones {
  cursor: pointer;
}

.zones {
  display: none;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #5bc09c;
  padding: 20px;
  margin-bottom: 20px;
}

.zones.active {
  display: block;
}

#option-pop h3 {
  margin-bottom: 10px;
}
#option-pop img {
  width: 100% !important;
  display: block;
  margin-bottom: 20px;
}
#option-pop .close {
  margin-bottom: 10px;
  font-size: 70px;
  position: absolute;
  top: 4px;
  right: 20px;
  display: block;
}
#option-pop li {
  font-size: 16px !important;
  line-height: 26px !important;
}

.option-desc-button {
  background-color: #397e8e !important;
  height: 40px;
  padding: 11px;
  font-size: 13px;
  line-height: 18px;
  margin-left: 10px;
  text-decoration: none !important;
  color: #fff !important;
}

.product-option-select .form-group label {
  margin-right: 0;
  display: block;
}

.additionalimagecontainer {
  margin-top: 10px;
}
.additionalimagecontainer img {
  opacity: 0.5;
}
.additionalimagecontainer img:hover {
  opacity: 1;
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > img {
  width: 100%;
}
.thumbnails .image-additional {
  float: left;
  max-width: 78px;
}
.thumbnails .image-additional a {
  margin-bottom: 20px;
  display: block;
}

.attribute-list {
  padding: 0;
  margin: 20px 0;
  list-style: none;
}

.attribute-list li span {
  font-weight: normal;
}

.attribute-list li {
  width: 48%;
  display: inline-block;
  padding-left: 0;
  text-indent: 0;
  margin: 5px 0;
  padding-right: 10px;
  list-style-type: none;
  font-weight: bold;
}

.attribute-list li::before {
  content: none;
}

.features {
  width: 95%;
  margin: auto;
  box-shadow: 0 0 7px #ccc;
  padding: 40px;
  margin: 0 10px;
  overflow-y: auto;
}

.course-description {
  width: 100%;
  padding: 0 10px;
}

.buy-now {
  background-color: #b57f4c;
  padding: 40px;
  width: 95%;
  margin: 0 auto 30px auto;
}
.buy-now h3, .buy-now p, .buy-now li {
  color: #fff;
}
.buy-now ul {
  list-style: none;
  padding: 0 0 20px 10px;
}
.buy-now .form-group {
  margin: 0;
}
.buy-now .button:hover {
  background-color: #84562a;
}

@media only screen and (max-width: 600px) {
  .product-details .info {
    padding: 20px 0;
  }

  .features ul {
    padding: 0 0 0 12px;
  }
}
footer {
  background-color: #fff;
  border-top: 2px solid #f8f8f8;
}
footer img {
  height: 70px;
  margin-right: 30px;
}
footer .padded {
  padding: 30px 10px;
}
footer .left {
  float: left;
}
footer .right {
  float: right;
  text-align: right;
}
footer .right a {
  color: #242424;
  transition: all ease 0.5s;
}
footer .right a:hover {
  color: #ccc;
}
footer .right p {
  margin-bottom: 0;
  line-height: 30px;
  color: #242424;
}
footer .social-links {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #b57f4c;
}
footer .social-links p {
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  footer .left {
    float: none;
    width: 500px;
    margin: 0 auto 30px auto;
  }
  footer .left img {
    height: auto;
    width: 33%;
    float: none;
    padding: 0 20px;
    box-sizing: border-box;
    margin: auto;
    display: block;
  }
  footer .right {
    text-align: center;
    float: none;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    text-align: center;
  }
  footer img {
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer .left {
    width: 100%;
  }
  footer .right {
    width: 100%;
  }
  footer .right p {
    font-size: 14px;
  }
  footer .social-links {
    display: block;
  }
  footer .social-links img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  footer .left img {
    padding: 0 10px;
  }
}
.account {
  width: 85%;
  margin: auto;
  display: block;
  padding: 0px;
  text-align: left;
  overflow: hidden;
}

.account h2 {
  line-height: 46px;
}

.account .panel {
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  max-width: 1250px;
  display: block;
  margin: auto;
}

.account .panel .half {
  padding: 0px;
}

.account .panel .image {
  overflow: hidden;
  margin-bottom: 0px;
  background: url(../image/backgrounds/login.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.account .panel .text {
  display: table;
  margin-bottom: 0px;
  background-color: #f1f1f1;
  padding: 50px;
}

.account .panel .text p {
  font-size: 18px;
  line-height: 32px;
  color: #58585a;
  margin-bottom: 30px;
}

.account .panel .text p a {
  font-size: 18px;
  line-height: 32px;
  color: #ffa366;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .account .panel {
    max-width: 1250px;
  }

  .account .panel .image {
    height: 200px;
  }

  .account .panel .half {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .account {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .account {
    width: 100%;
  }

  .account .panel {
    max-width: 1250px;
  }

  .account .panel .image {
    height: 200px;
  }

  .account .panel .half {
    padding: 20px;
    width: 100%;
  }
}
.basket-content-wrapper p {
  font-family: Verdana, sans-serif;
  font-size: 16px;
}

.basket-content-wrapper .form-select {
  font-family: Verdana, sans-serif;
}

.checkout {
  width: 85%;
  margin: auto;
  display: block;
  padding: 0px;
}

.checkout .basket-breadcrumbs strong, .checkout .basket-breadcrumbs .fa-chevron-right {
  color: #ffa366;
}

.checkout .columnheaders {
  display: block;
  padding: 20px 0px 10px 0px;
}

.checkout .columnheaders .quarter {
  padding-right: 0px;
  padding-left: 0px;
}

.checkout .columnheaders .quarter h3.bold {
  font-size: 20px;
  line-height: 26px;
}

.checkout .columnheaders .quarter h4 {
  color: #58585a;
}

.checkout .basket-page-title {
  color: #58585a;
}

.checkout h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: Verdana, sans-serif;
}

.checkout .button-left {
  width: 40px;
  height: 40px;
  color: #ffa366;
  background-color: white;
  border: 1px solid #ffa366;
  border-radius: 100%;
  line-height: 38px;
  transition: all 0.5s ease;
  font-size: 13px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
  float: left;
  font-weight: 600;
  font-family: Verdana, sans-serif;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-right: 3px;
}

.checkout .button-left:hover {
  background-color: #ffa366;
  color: #fff;
}

.checkout .button-right {
  width: 40px;
  height: 40px;
  color: #ffa366;
  background-color: white;
  border: 1px solid #ffa366;
  border-radius: 100%;
  line-height: 38px;
  transition: all 0.5s ease;
  font-size: 13px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
  float: left;
  font-weight: 600;
  font-family: Verdana, sans-serif;
  cursor: pointer;
  display: block;
  margin: auto;
  margin-right: 3px;
}

.checkout .button-right:hover {
  background-color: #ffa366;
  color: #fff;
}

.checkout .cancel-button {
  width: 40px;
  height: 40px;
  color: white;
  background-color: #d9534f;
  border: 1px solid #d9534f;
  border-radius: 100%;
  line-height: 38px;
  transition: all 0.5s ease;
  font-size: 13px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  padding: 0 !important;
  float: left;
  font-weight: 600;
  font-family: Verdana, sans-serif;
  cursor: pointer;
  display: block;
  margin: auto;
}

.checkout .cancel-button:hover {
  background-color: #ffa366;
  color: #fff;
}

.checkout .basket-product-row .basket-product-row-info {
  display: block;
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #e6eaf3;
  border-top: 1px solid #e6eaf3;
}

.checkout .basket-product-row .basket-product-row-info .quarter {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.checkout .basket-product-row .basket-product-row-info .quarter p {
  margin-bottom: 0px;
}

.checkout .basket-product-row .basket-product-row-info .quarter img {
  width: 60%;
  max-width: 130px;
}

.checkout .basket-product-row .basket-product-row-info.first {
  border-bottom: 1px solid #e6eaf3;
  border-top: 2px solid #e6eaf3;
}

.checkout .basket-product-row .basket-product-row-info.last {
  border-bottom: 2px solid #e6eaf3;
  border-top: 1px solid #e6eaf3;
}

.checkout .total-panel {
  padding: 25px;
  background-color: #f4f4f4;
}

.checkout .total-panel .coupon-input {
  width: 48%;
}

.checkout .total-panel .coupon-button {
  width: 48%;
  float: right;
}

.checkout .total-panel .points-input {
  width: 48%;
  margin-bottom: 0px;
}

.checkout .total-panel .points-button {
  width: 48%;
  float: right;
  margin-bottom: 0px;
}

.checkout .total-panel p {
  font-family: Verdana, sans-serif;
  font-size: 16px;
}

.checkout .total-panel hr {
  margin: 30px auto 30px auto;
}

.checkout .back-continue .basket-button-back {
  display: inline-block;
  margin-top: 10px;
}

.checkout .back-continue .basket-button-continue {
  display: inline-block;
  margin-top: 10px;
}

.basket-payment-select select {
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  margin-bottom: 20px;
  padding: 0;
  font-family: "Poppins", serif;
  font-size: 16px;
  line-height: 50px;
  color: #58585a;
  text-align: left;
  padding-left: 20px;
  -webkit-appearance: none;
  border-radius: 30px;
  background: url(../image/icons/form-select.svg) center right 25px white no-repeat;
  background-size: 10px;
}

#d_quickcheckout {
  font-family: "Poppins", serif !important;
}

#d_quickcheckout p {
  font-size: 14px;
  line-height: 18px;
}

#d_quickcheckout table td {
  font-size: 14px;
  line-height: 18px;
}

#d_quickcheckout a {
  color: #b57f4c !important;
}

@media only screen and (max-width: 1100px) {
  .checkout {
    width: 100%;
    text-align: center;
  }

  .checkout .button {
    float: none;
    margin: auto;
  }

  .checkout .columnheaders {
    display: none;
  }

  .checkout .button-left, .checkout .button-right, .checkout .cancel-button {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 1000px) {
  .checkout .two-thirds, .checkout .one-third {
    width: 100%;
  }

  .checkout .total-panel .coupon-input {
    width: 100%;
  }

  .checkout .total-panel .coupon-button {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .basket-product-row-info .quarter img {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
}
#cookie-bar {
  opacity: 0;
  width: 350px;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 15px;
  background: rgba(182, 127, 76, 0.85);
  z-index: 1001;
}
#cookie-bar p {
  width: 250px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: block;
  float: left;
  margin: 0;
}
#cookie-bar p a {
  color: #fff;
  text-decoration: underline;
}
#cookie-bar #accept {
  width: 40px;
  float: right;
  background: #b57f4c;
  color: #fff;
  font-family: "Poppins", serif;
  font-size: 10px;
  line-height: 16px;
  padding: 7px 10px;
  text-align: center;
  transition: 1s all;
  cursor: pointer;
  border: 2px solid #fff;
}
#cookie-bar #accept:hover {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 650px) {
  #cookie-bar {
    height: auto;
    text-align: left;
  }
  #cookie-bar p {
    display: inline-block;
    float: left;
    padding: 0;
    line-height: 16px;
    margin-bottom: 0;
    width: 70%;
  }
  #cookie-bar #accept {
    display: inline-block;
    float: right;
    margin-left: 10px;
    width: calc(30% - 10px);
  }
}
@media only screen and (max-width: 400px) {
  #cookie-bar {
    width: 100%;
  }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #242424;
}

.grid {
  width: 100%;
  padding: 0;
}

.grid-sizer, .grid-item {
  width: 25%;
  padding: 10px;
  margin-bottom: 0;
  position: relative;
  display: block;
  float: left;
}

.grid-item {
  position: relative;
  cursor: pointer;
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  display: block;
}

.no-images {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .grid-sizer, .grid-item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1000px) {
  .grid-sizer, .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .grid-sizer, .grid-item {
    width: 100%;
  }
}
#bg-overlay-dark {
  transition: all ease 1s;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -1;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}

#bg-overlay-dark.active {
  z-index: 999999;
  opacity: 1;
  transition: opacity ease 1s;
}

#lightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 163, 102, 0.75);
  z-index: 998;
  opacity: 1;
  top: -9999999px;
  transition: all 1s;
}

.lightbox {
  width: 500px;
  padding: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -123px auto 0 auto;
  background-color: #fff;
  border-radius: 15px;
  z-index: 999;
  text-align: center;
}

.lightbox .lb-close {
  background: #242424;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.search-overlay {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in, height 0ms, width 0ms;
  transition: opacity 0.2s ease-in, height 0ms, width 0ms;
  -webkit-transition-delay: 0ms, 0.2s, 0.2s;
  transition-delay: 0ms, 0.2s, 0.2s;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: height 0ms 0.2s, opacity 0.2s ease-in, visibility 0.2s, width 0ms 0.2s, -webkit-transform 0.2s ease-in;
  transition: height 0ms 0.2s, opacity 0.2s ease-in, visibility 0.2s, width 0ms 0.2s, -webkit-transform 0.2s ease-in;
  transition: height 0ms 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in, visibility 0.2s, width 0ms 0.2s;
  transition: height 0ms 0.2s, opacity 0.2s ease-in, transform 0.2s ease-in, visibility 0.2s, width 0ms 0.2s, -webkit-transform 0.2s ease-in;
  background: #242424;
  visibility: hidden;
  z-index: 4;
  cursor: pointer;
}

.search-overlay.active {
  opacity: 0.95;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  height: 100%;
  width: 100%;
  visibility: visible;
  z-index: 99999;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-overlay-form {
  position: relative;
  margin: 0 auto;
  width: 80%;
}

.search-overlay-input {
  font-family: "Poppins", serif;
  font-weight: 400;
  display: block;
  width: 100%;
  max-width: 570px;
  height: 55px;
  font-size: 50px;
  line-height: 55px;
  background: transparent;
  border: none;
  outline: none;
  color: #f5f5f5;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.close-search {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  background-color: transparent;
  right: 50px;
  z-index: 101;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  font-size: 50px;
  transition: 0.5s all;
  text-align: center;
}

#search h3 {
  color: #fff;
}
#search .form-input {
  display: block;
  width: 300px;
  float: left;
}
#search .button {
  background-color: #b57f4c;
  display: block;
  height: 50px;
  float: left;
  margin-left: 10px;
  padding-top: 14px;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
#splash {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-color: #242424;
  padding: 20px;
  text-align: center;
}
#splash h1 {
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
}
#splash h3, #splash p, #splash li {
  text-align: center;
  color: #fff;
}
#splash p {
  margin: 20px;
  text-decoration: none;
}
#splash p a {
  color: #fff;
  font-size: 23px;
}
#splash p a:hover {
  color: #fff;
}
#splash .logo {
  width: 200px;
  display: block;
  margin: auto;
}

#privacy {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  border-left: 4px solid #fff;
  background-color: #242424;
  transition: 2s all;
  overflow: hidden;
}
#privacy .privacy-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 80px;
}
#privacy .privacy-content h2, #privacy .privacy-content h3, #privacy .privacy-content p, #privacy .privacy-content li {
  color: #fff;
}
#privacy .privacy-content a {
  color: #fff;
}
#privacy .privacy-content h3 {
  margin-top: 60px;
}
#privacy .privacy-content .list li::before {
  color: #fff;
}
#privacy .privacy-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  font-family: "Poppins", serif;
  font-size: 26px;
  color: #242424;
  line-height: 53px;
  text-align: center;
  transition: 1s all;
  cursor: pointer;
}
#privacy .privacy-close:hover {
  transform: scale(1.1);
}

#privacy.active {
  width: 80%;
}

@media only screen and (max-width: 800px) {
  #privacy.active {
    width: 90%;
  }
  #privacy.active .privacy-content {
    padding: 40px;
  }
}

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