@charset "UTF-8";
/* MIXINS */
@import url("//hello.myfonts.net/count/3a9354");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  width: 100%; }

svg {
  max-width: 100%; }

button {
  border-style: none; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/**
* Swiper 4.3.3
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2018 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: June 5, 2018
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

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

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

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

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

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

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

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.swiper-button-next, .swiper-button-prev {
  top: 50%;
  width: 50px;
  height: 50px;
  background-size: contain;
  background: none; }
  @media only screen and (max-width: 768px) {
    .swiper-button-next, .swiper-button-prev {
      width: 30px;
      height: 30px; } }

.swiper-button-prev {
  left: 1%;
  z-index: 50; }

.swiper-button-next {
  right: 1%;
  z-index: 50; }

.swiper-container-bijoux {
  margin: 0; }

.swiper-container {
  max-width: 100%; }

.brd-none {
  border-style: none; }

.brd-bot {
  border-bottom: solid 1px #000000; }

.brd-top {
  border-top: solid 1px #000000; }

.brd-right {
  border-right: solid 1px #000000; }

.brd-left {
  border-left: solid 1px #000000; }

.brd-w-1 {
  border-width: 1px; }

.brd-w-2 {
  border-width: 2px; }

.brd-w-3 {
  border-width: 3px; }

.brd-w-4 {
  border-width: 4px; }

.brd-w-5 {
  border-width: 5px; }

.brd-clr-black {
  border-color: #000000; }

.brd-clr-white {
  border-color: #ffffff; }

.brd-clr-grey {
  border-color: #666666; }

.brd-radius-100 {
  border-radius: 100%; }

@media only screen and (max-width: 768px) {
  .mob-brd-none {
    border-style: none; }
  .mob-brd-bot {
    border-bottom: solid 1px #000000; }
  .mob-brd-top {
    border-top: solid 1px #000000; }
  .mob-brd-right {
    border-right: solid 1px #000000; }
  .mob-brd-left {
    border-left: solid 1px #000000; }
  .mob-brd-w-1 {
    border-width: 1px; }
  .mob-brd-w-2 {
    border-width: 2px; }
  .mob-brd-w-3 {
    border-width: 3px; }
  .mob-brd-w-4 {
    border-width: 4px; }
  .mob-brd-w-5 {
    border-width: 5px; } }

.clr-white {
  color: #ffffff; }

.clr-lightgrey {
  color: #EEEEEE; }

.clr-grey {
  color: #666666; }

.clr-darkgrey {
  color: #333333; }

.clr-black {
  color: #000000; }

.bg-white {
  background-color: #ffffff; }

.bg-lightgrey {
  background-color: #EEEEEE; }

.bg-grey {
  background-color: #666666; }

.bg-darkgrey {
  background-color: #333333; }

.bg-black {
  background-color: #000000; }

@media (max-width: 768px) {
  .mob-clr-white {
    color: #ffffff; }
  .mob-clr-lightgrey {
    color: #EEEEEE; }
  .mob-clr-grey {
    color: #666666; }
  .mob-clr-darkgrey {
    color: #333333; }
  .mob-clr-black {
    color: #000000; }
  .mob-bg-white {
    background-color: #ffffff; }
  .mob-bg-lightgrey {
    background-color: #EEEEEE; }
  .mob-bg-grey {
    background-color: #666666; }
  .mob-bg-darkgrey {
    background-color: #333333; }
  .mob-bg-black {
    background-color: #000000; } }

.pointer {
  cursor: pointer; }

html {
  font-size: 16px; }

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.25; }

.fit-cover {
  object-fit: cover; }

.fit-contain {
  object-fit: contain; }

.fit-none {
  object-fit: none; }

.fit-top-left {
  object-position: left top; }

.fit-top-right {
  object-position: right top; }

.fit-bottom-left {
  object-position: left bottom; }

.fit-bottom-right {
  object-position: right bottom; }

@media (max-width: 768px) {
  .mob-fit-cover {
    object-fit: cover; }
  .mob-fit-contain {
    object-fit: contain; }
  .mob-fit-none {
    object-fit: none; } }

.page-container {
  width: 2000px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden; }

.sctn-container {
  width: 1650px;
  max-width: calc(100% - 6.5em);
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .sctn-container {
      max-width: calc(100% - 2.5em); } }

.flx {
  display: flex; }

.inline-flx {
  display: inline-flex; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.flx-col {
  flex-direction: column; }

.flx-wrap {
  flex-wrap: wrap; }

.flx-no-wrap {
  flex-wrap: nowrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.flex-column-reverse {
  flex-direction: column-reverse; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.just-center {
  justify-content: center; }

.just-start {
  justify-content: flex-start; }

.just-end {
  justify-content: flex-end; }

.just-bet {
  justify-content: space-between; }

.just-aro {
  justify-content: space-around; }

.ali-center {
  align-items: center; }

.ali-start {
  align-items: flex-start; }

.ali-end {
  align-items: flex-end; }

.self-mid {
  margin-left: auto;
  margin-right: auto; }

.self-center {
  margin: auto; }

.self-left {
  margin-right: auto; }

.self-right {
  margin-left: auto; }

.self-bot {
  margin-top: auto; }

.self-top {
  margin-bottom: auto; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

@media (max-width: 1200px) {
  .xl-flx {
    display: flex; }
  .xl-inline-flx {
    display: inline-flex; }
  .xl-flx-row {
    flex-direction: row; }
  .xl-flx-col {
    flex-direction: column; }
  .xl-flx-wrap {
    flex-wrap: wrap; }
  .xl-flx-no-wrap {
    flex-wrap: nowrap; }
  .xl-flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .xl-flx-col-reverse {
    flex-direction: column-reverse; }
  .xl-flex-row-reverse {
    flex-direction: row-reverse; }
  .xl-just-center {
    justify-content: center; }
  .xl-just-start {
    justify-content: flex-start; }
  .xl-just-end {
    justify-content: flex-end; }
  .xl-just-bet {
    justify-content: space-between; }
  .xl-just-aro {
    justify-content: space-around; }
  .xl-ali-center {
    align-items: center; }
  .xl-ali-start {
    align-items: flex-start; }
  .xl-ali-end {
    align-items: flex-end; }
  .xl-self-mid {
    margin-left: auto;
    margin-right: auto; }
  .xl-self-center {
    margin: auto; }
  .xl-self-left {
    margin-right: auto;
    align-self: flex-start; }
  .xl-self-right {
    margin-left: auto;
    align-self: flex-end; }
  .xl-self-bot {
    margin-top: auto; }
  .xl-self-top {
    margin-bottom: auto; }
  .xl-order-0 {
    order: 0; }
  .xl-order-1 {
    order: 1; }
  .xl-order-2 {
    order: 2; }
  .xl-order-3 {
    order: 3; }
  .xl-order-4 {
    order: 4; }
  .xl-order-5 {
    order: 5; }
  .xl-order-6 {
    order: 6; }
  .xl-order-7 {
    order: 7; }
  .xl-order-8 {
    order: 8; } }

@media (max-width: 991px) {
  .lrg-flx {
    display: flex; }
  .lrg-inline-flx {
    display: inline-flex; }
  .lrg-flx-row {
    flex-direction: row; }
  .lrg-flx-col {
    flex-direction: column; }
  .lrg-flx-wrap {
    flex-wrap: wrap; }
  .lrg-flx-no-wrap {
    flex-wrap: nowrap; }
  .lrg-flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .lrg-flx-col-reverse {
    flex-direction: column-reverse; }
  .lrg-flex-row-reverse {
    flex-direction: row-reverse; }
  .lrg-just-center {
    justify-content: center; }
  .lrg-just-start {
    justify-content: flex-start; }
  .lrg-just-end {
    justify-content: flex-end; }
  .lrg-just-bet {
    justify-content: space-between; }
  .lrg-just-aro {
    justify-content: space-around; }
  .lrg-ali-center {
    align-items: center; }
  .lrg-ali-start {
    align-items: flex-start; }
  .lrg-ali-end {
    align-items: flex-end; }
  .lrg-self-mid {
    margin-left: auto;
    margin-right: auto; }
  .lrg-self-center {
    margin: auto; }
  .lrg-self-left {
    margin-right: auto;
    align-self: flex-start; }
  .lrg-self-right {
    margin-left: auto;
    align-self: flex-end; }
  .lrg-self-bot {
    margin-top: auto; }
  .lrg-self-top {
    margin-bottom: auto; }
  .lrg-order-0 {
    order: 0; }
  .lrg-order-1 {
    order: 1; }
  .lrg-order-2 {
    order: 2; }
  .lrg-order-3 {
    order: 3; }
  .lrg-order-4 {
    order: 4; }
  .lrg-order-5 {
    order: 5; }
  .lrg-order-6 {
    order: 6; }
  .lrg-order-7 {
    order: 7; }
  .lrg-order-8 {
    order: 8; } }

@media (max-width: 768px) {
  .mob-flx {
    display: flex; }
  .mob-inline-flx {
    display: inline-flex; }
  .mob-flx-row {
    flex-direction: row; }
  .mob-flx-col {
    flex-direction: column; }
  .mob-flx-wrap {
    flex-wrap: wrap; }
  .mob-flx-no-wrap {
    flex-wrap: nowrap; }
  .mob-flex-wrap-reverse {
    flex-wrap: wrap-reverse; }
  .mob-flx-col-reverse {
    flex-direction: column-reverse; }
  .mob-flex-row-reverse {
    flex-direction: row-reverse; }
  .mob-just-center {
    justify-content: center; }
  .mob-just-start {
    justify-content: flex-start; }
  .mob-just-end {
    justify-content: flex-end; }
  .mob-just-bet {
    justify-content: space-between; }
  .mob-just-aro {
    justify-content: space-around; }
  .mob-ali-center {
    align-items: center; }
  .mob-ali-start {
    align-items: flex-start; }
  .mob-ali-end {
    align-items: flex-end; }
  .mob-self-mid {
    margin-left: auto;
    margin-right: auto; }
  .mob-self-center {
    margin: auto; }
  .mob-self-left {
    margin-right: auto;
    align-self: flex-start; }
  .mob-self-right {
    margin-left: auto;
    align-self: flex-end; }
  .mob-self-bot {
    margin-top: auto; }
  .mob-self-top {
    margin-bottom: auto; }
  .mob-order-0 {
    order: 0; }
  .mob-order-1 {
    order: 1; }
  .mob-order-2 {
    order: 2; }
  .mob-order-3 {
    order: 3; }
  .mob-order-4 {
    order: 4; }
  .mob-order-5 {
    order: 5; }
  .mob-order-6 {
    order: 6; }
  .mob-order-7 {
    order: 7; }
  .mob-order-8 {
    order: 8; } }

.o-100 {
  opacity: 1; }

.o-90 {
  opacity: 0.9; }

.o-80 {
  opacity: 0.8; }

.o-70 {
  opacity: 0.7; }

.o-60 {
  opacity: 0.6; }

.o-50 {
  opacity: 0.5; }

.o-40 {
  opacity: 0.4; }

.o-30 {
  opacity: 0.3; }

.o-20 {
  opacity: 0.2; }

.o-10 {
  opacity: 0.1; }

.o-0 {
  opacity: 0; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0%; }

.top-5 {
  top: 5%; }

.top-10 {
  top: 10%; }

.top-20 {
  top: 20%; }

.top-30 {
  top: 30%; }

.top-40 {
  top: 40%; }

.top-50 {
  top: 50%; }

.top-60 {
  top: 60%; }

.top-70 {
  top: 70%; }

.top-80 {
  top: 80%; }

.top-90 {
  top: 90%; }

.top-100 {
  top: 100%; }

.bottom-0 {
  bottom: 0%; }

.bottom-5 {
  bottom: 5%; }

.bottom-10 {
  bottom: 10%; }

.bottom-20 {
  bottom: 20%; }

.bottom-30 {
  bottom: 30%; }

.bottom-40 {
  bottom: 40%; }

.bottom-50 {
  bottom: 50%; }

.bottom-60 {
  bottom: 60%; }

.bottom-70 {
  bottom: 70%; }

.bottom-80 {
  bottom: 80%; }

.bottom-90 {
  bottom: 90%; }

.bottom-100 {
  bottom: 100%; }

.left-0 {
  left: 0%; }

.left-5 {
  left: 5%; }

.left-10 {
  left: 10%; }

.left-20 {
  left: 20%; }

.left-30 {
  left: 30%; }

.left-40 {
  left: 40%; }

.left-50 {
  left: 50%; }

.left-60 {
  left: 60%; }

.left-70 {
  left: 70%; }

.left-80 {
  left: 80%; }

.left-90 {
  left: 90%; }

.left-100 {
  left: 100%; }

.right-0 {
  right: 0%; }

.right-5 {
  right: 5%; }

.right-10 {
  right: 10%; }

.right-20 {
  right: 20%; }

.right-30 {
  right: 30%; }

.right-40 {
  right: 40%; }

.right-50 {
  right: 50%; }

.right-60 {
  right: 60%; }

.right-70 {
  right: 70%; }

.right-80 {
  right: 80%; }

.right-90 {
  right: 90%; }

.right-100 {
  right: 100%; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-999 {
  z-index: 999; }

.z-9999 {
  z-index: 9999; }

@media (max-width: 768px) {
  .mob-relative {
    position: relative; }
  .mob-absolute {
    position: absolute; }
  .mob-fixed {
    position: fixed; } }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-25, .w-quarter {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-50, .w-half {
  width: 50%; }

.w-55 {
  width: 55%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-75, .w-three-quarters {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-95 {
  width: 95%; }

.w-100 {
  width: 100%; }

.w-third {
  width: calc(100% / 3); }

.w-two-thirds {
  width: calc(100% / 1.5); }

.w-auto {
  width: auto; }

.h-25 {
  height: 25%; }

.h-50 {
  height: 50%; }

.h-75 {
  height: 75%; }

.h-100 {
  height: 100%; }

.vh-25 {
  height: 25vh; }

.vh-50 {
  height: 50vh; }

.vh-75 {
  height: 75vh; }

.vh-100 {
  height: 100vh; }

.h-auto {
  height: auto; }

@media (max-width: 1500px) {
  .xxl-w-10 {
    width: 10%; }
  .xxl-w-20 {
    width: 20%; }
  .xxl-w-25, .xxl-w-quarter {
    width: 25%; }
  .xxl-w-30 {
    width: 30%; }
  .xxl-w-40 {
    width: 40%; }
  .xxl-w-45 {
    width: 45%; }
  .xxl-w-50, .xxl-w-half {
    width: 50%; }
  .xxl-w-60 {
    width: 60%; }
  .xxl-w-70 {
    width: 70%; }
  .xxl-w-75, .xxl-w-three-quarters {
    width: 75%; }
  .xxl-w-80 {
    width: 80%; }
  .xxl-w-90 {
    width: 90%; }
  .xxl-w-95 {
    width: 95%; }
  .xxl-w-100 {
    width: 100%; }
  .xxl-w-third {
    width: calc(100% / 3); }
  .xxl-w-two-thirds {
    width: calc(100% / 1.5); }
  .xxl-w-auto {
    width: auto; }
  .xxl-h-25 {
    height: 25%; }
  .xxl-h-50 {
    height: 50%; }
  .xxl-h-75 {
    height: 75%; }
  .xxl-h-100 {
    height: 100%; }
  .xxl-vh-25 {
    height: 25vh; }
  .xxl-vh-50 {
    height: 50vh; }
  .xxl-vh-75 {
    height: 75vh; }
  .xxl-vh-100 {
    height: 100vh; }
  .xxl-h-auto {
    height: auto; } }

@media (max-width: 1200px) {
  .xl-w-10 {
    width: 10%; }
  .xl-w-20 {
    width: 20%; }
  .xl-w-25, .xl-w-quarter {
    width: 25%; }
  .xl-w-30 {
    width: 30%; }
  .xl-w-40 {
    width: 40%; }
  .xl-w-45 {
    width: 45%; }
  .xl-w-50, .xl-w-half {
    width: 50%; }
  .xl-w-60 {
    width: 60%; }
  .xl-w-70 {
    width: 70%; }
  .xl-w-75, .xl-w-three-quarters {
    width: 75%; }
  .xl-w-80 {
    width: 80%; }
  .xl-w-90 {
    width: 90%; }
  .xl-w-95 {
    width: 95%; }
  .xl-w-100 {
    width: 100%; }
  .xl-w-third {
    width: calc(100% / 3); }
  .xl-w-two-thirds {
    width: calc(100% / 1.5); }
  .xl-w-auto {
    width: auto; }
  .xl-h-25 {
    height: 25%; }
  .xl-h-50 {
    height: 50%; }
  .xl-h-75 {
    height: 75%; }
  .xl-h-100 {
    height: 100%; }
  .xl-vh-25 {
    height: 25vh; }
  .xl-vh-50 {
    height: 50vh; }
  .xl-vh-75 {
    height: 75vh; }
  .xl-vh-100 {
    height: 100vh; }
  .xl-h-auto {
    height: auto; } }

@media (max-width: 991px) {
  .lrg-w-10 {
    width: 10%; }
  .lrg-w-20 {
    width: 20%; }
  .lrg-w-25, .lrg-w-quarter {
    width: 25%; }
  .lrg-w-30 {
    width: 30%; }
  .lrg-w-40 {
    width: 40%; }
  .lrg-w-45 {
    width: 45%; }
  .lrg-w-50, .lrg-w-half {
    width: 50%; }
  .lrg-w-60 {
    width: 60%; }
  .lrg-w-70 {
    width: 70%; }
  .lrg-w-75, .lrg-w-three-quarters {
    width: 75%; }
  .lrg-w-80 {
    width: 80%; }
  .lrg-w-90 {
    width: 90%; }
  .lrg-w-95 {
    width: 95%; }
  .lrg-w-100 {
    width: 100%; }
  .lrg-w-third {
    width: calc(100% / 3); }
  .lrg-w-two-thirds {
    width: calc(100% / 1.5); }
  .lrg-w-auto {
    width: auto; }
  .lrg-h-25 {
    height: 25%; }
  .lrg-h-50 {
    height: 50%; }
  .lrg-h-75 {
    height: 75%; }
  .lrg-h-100 {
    height: 100%; }
  .lrg-vh-25 {
    height: 25vh; }
  .lrg-vh-50 {
    height: 50vh; }
  .lrg-vh-75 {
    height: 75vh; }
  .lrg-vh-100 {
    height: 100vh; }
  .lrg-h-auto {
    height: auto; } }

@media (max-width: 768px) {
  .mob-w-10 {
    width: 10%; }
  .mob-w-20 {
    width: 20%; }
  .mob-w-25, .mob-w-quarter {
    width: 25%; }
  .mob-w-30 {
    width: 30%; }
  .mob-w-40 {
    width: 40%; }
  .mob-w-45 {
    width: 45%; }
  .mob-w-50, .mob-w-half {
    width: 50%; }
  .mob-w-60 {
    width: 60%; }
  .mob-w-70 {
    width: 70%; }
  .mob-w-75, .mob-w-three-quarters {
    width: 75%; }
  .mob-w-80 {
    width: 80%; }
  .mob-w-85 {
    width: 85%; }
  .mob-w-90 {
    width: 90%; }
  .mob-w-95 {
    width: 95%; }
  .mob-w-100 {
    width: 100%; }
  .mob-w-third {
    width: calc(100% / 3); }
  .mob-w-two-thirds {
    width: calc(100% / 1.5); }
  .mob-w-auto {
    width: auto; }
  .mob-h-25 {
    height: 25%; }
  .mob-h-50 {
    height: 50%; }
  .mob-h-75 {
    height: 75%; }
  .mob-h-100 {
    height: 100%; }
  .mob-vh-25 {
    height: 25vh; }
  .mob-vh-50 {
    height: 50vh; }
  .mob-vh-75 {
    height: 75vh; }
  .mob-vh-100 {
    height: 100vh; }
  .mob-h-auto {
    height: auto; } }

@media (max-width: 576px) {
  .sml-w-10 {
    width: 10%; }
  .sml-w-20 {
    width: 20%; }
  .sml-w-25, .sml-w-quarter {
    width: 25%; }
  .sml-w-30 {
    width: 30%; }
  .sml-w-40 {
    width: 40%; }
  .sml-w-45 {
    width: 45%; }
  .sml-w-50, .sml-w-half {
    width: 50%; }
  .sml-w-60 {
    width: 60%; }
  .sml-w-70 {
    width: 70%; }
  .sml-w-75, .sml-w-three-quarters {
    width: 75%; }
  .sml-w-80 {
    width: 80%; }
  .sml-w-90 {
    width: 90%; }
  .sml-w-95 {
    width: 95%; }
  .sml-w-100 {
    width: 100%; }
  .sml-w-third {
    width: calc(100% / 3); }
  .sml-w-two-thirds {
    width: calc(100% / 1.5); }
  .sml-w-auto {
    width: auto; }
  .sml-h-25 {
    height: 25%; }
  .sml-h-50 {
    height: 50%; }
  .sml-h-75 {
    height: 75%; }
  .sml-h-100 {
    height: 100%; }
  .sml-vh-25 {
    height: 25vh; }
  .sml-vh-50 {
    height: 50vh; }
  .sml-vh-75 {
    height: 75vh; }
  .sml-vh-100 {
    height: 100vh; }
  .sml-h-auto {
    height: auto; } }

.m-none {
  margin: 0; }

.m-auto {
  margin: auto; }

.m-xxs {
  margin: 0.25rem; }

.m-xs {
  margin: 0.5rem; }

.m-sml {
  margin: 1rem; }

.m-mdm {
  margin: 2rem; }

.m-lrg {
  margin: 4rem; }

.m-xl {
  margin: 6rem; }

.mt-none {
  margin-top: 0; }

.mt-auto {
  margin-top: auto; }

.mt-xxs {
  margin-top: 0.25rem; }

.mt-xs {
  margin-top: 0.5rem; }

.mt-sml {
  margin-top: 1rem; }

.mt-mdm {
  margin-top: 2rem; }

.mt-lrg {
  margin-top: 4rem; }

.mt-xl {
  margin-top: 6rem; }

.mb-none {
  margin-bottom: 0; }

.mb-auto {
  margin-bottom: auto; }

.mb-xxs {
  margin-bottom: 0.25rem; }

.mb-xs {
  margin-bottom: 0.5rem; }

.mb-sml {
  margin-bottom: 1rem; }

.mb-mdm {
  margin-bottom: 2rem; }

.mb-lrg {
  margin-bottom: 4rem; }

.mb-xl {
  margin-bottom: 6rem; }

.ml-none {
  margin-left: 0; }

.ml-auto {
  margin-left: auto; }

.ml-xxs {
  margin-left: 0.25rem; }

.ml-xs {
  margin-left: 0.5rem; }

.ml-sml {
  margin-left: 1rem; }

.ml-mdm {
  margin-left: 2rem; }

.ml-lrg {
  margin-left: 4rem; }

.ml-xl {
  margin-left: 6rem; }

.mr-none {
  margin-right: 0; }

.mr-auto {
  margin-right: auto; }

.mr-xxs {
  margin-right: 0.25rem; }

.mr-xs {
  margin-right: 0.5rem; }

.mr-sml {
  margin-right: 1rem; }

.mr-mdm {
  margin-right: 2rem; }

.mr-lrg {
  margin-right: 4rem; }

.mr-xl {
  margin-right: 6rem; }

.p-none {
  padding: 0; }

.p-auto {
  padding: auto; }

.p-xxs {
  padding: 0.25rem; }

.p-xs {
  padding: 0.5rem; }

.p-sml {
  padding: 1rem; }

.p-mdm {
  padding: 2rem; }

.p-lrg {
  padding: 4rem; }

.p-xl {
  padding: 6rem; }

.pt-none {
  padding-top: 0; }

.pt-auto {
  padding-top: auto; }

.pt-xxs {
  padding-top: 0.25rem; }

.pt-xs {
  padding-top: 0.5rem; }

.pt-sml {
  padding-top: 1rem; }

.pt-mdm {
  padding-top: 2rem; }

.pt-lrg {
  padding-top: 4rem; }

.pt-xl {
  padding-top: 6rem; }
  @media (max-width: 768px) {
    .pt-xl {
      padding-top: 3rem; } }

.pb-none {
  padding-bottom: 0; }

.pb-auto {
  padding-bottom: auto; }

.pb-xxs {
  padding-bottom: 0.25rem; }

.pb-xs {
  padding-bottom: 0.5rem; }

.pb-sml {
  padding-bottom: 1rem; }

.pb-mdm {
  padding-bottom: 2rem; }

.pb-lrg {
  padding-bottom: 4rem; }

.pb-xl {
  padding-bottom: 6rem; }
  @media (max-width: 768px) {
    .pb-xl {
      padding-bottom: 3rem; } }

.pl-none {
  padding-left: 0; }

.pl-auto {
  padding-left: auto; }

.pl-xxs {
  padding-left: 0.25rem; }

.pl-xs {
  padding-left: 0.5rem; }

.pl-sml {
  padding-left: 1rem; }

.pl-mdm {
  padding-left: 2rem; }

.pl-lrg {
  padding-left: 4rem; }

.pl-xl {
  padding-left: 6rem; }

.pr-none {
  padding-right: 0; }

.pr-auto {
  padding-right: auto; }

.pr-xxs {
  padding-right: 0.25rem; }

.pr-xs {
  padding-right: 0.5rem; }

.pr-sml {
  padding-right: 1rem; }

.pr-mdm {
  padding-right: 2rem; }

.pr-lrg {
  padding-right: 4rem; }

.pr-xl {
  padding-right: 6rem; }

@media (max-width: 1200px) {
  .xl-m-none {
    margin: 0; }
  .xl-m-auto {
    margin: auto; }
  .xl-m-xxs {
    margin: 0.25rem; }
  .xl-m-xs {
    margin: 0.5rem; }
  .xl-m-sml {
    margin: 1rem; }
  .xl-m-mdm {
    margin: 2rem; }
  .xl-m-lrg {
    margin: 4rem; }
  .xl-m-xl {
    margin: 6rem; }
  .xl-mt-none {
    margin-top: 0; }
  .xl-mt-auto {
    margin-top: auto; }
  .xl-mt-xxs {
    margin-top: 0.25rem; }
  .xl-mt-xs {
    margin-top: 0.5rem; }
  .xl-mt-sml {
    margin-top: 1rem; }
  .xl-mt-mdm {
    margin-top: 2rem; }
  .xl-mt-lrg {
    margin-top: 4rem; }
  .xl-mt-xl {
    margin-top: 6rem; }
  .xl-mb-none {
    margin-bottom: 0; }
  .xl-mb-auto {
    margin-bottom: auto; }
  .xl-mb-xxs {
    margin-bottom: 0.25rem; }
  .xl-mb-xs {
    margin-bottom: 0.5rem; }
  .xl-mb-sml {
    margin-bottom: 1rem; }
  .xl-mb-mdm {
    margin-bottom: 2rem; }
  .xl-mb-lrg {
    margin-bottom: 4rem; }
  .xl-mb-xl {
    margin-bottom: 6rem; }
  .xl-ml-none {
    margin-left: 0; }
  .xl-ml-auto {
    margin-left: auto; }
  .xl-ml-xxs {
    margin-left: 0.25rem; }
  .xl-ml-xs {
    margin-left: 0.5rem; }
  .xl-ml-sml {
    margin-left: 1rem; }
  .xl-ml-mdm {
    margin-left: 2rem; }
  .xl-ml-lrg {
    margin-left: 4rem; }
  .xl-ml-xl {
    margin-left: 6rem; }
  .xl-mr-none {
    margin-right: 0; }
  .xl-mr-auto {
    margin-right: auto; }
  .xl-mr-xxs {
    margin-right: 0.25rem; }
  .xl-mr-xs {
    margin-right: 0.5rem; }
  .xl-mr-sml {
    margin-right: 1rem; }
  .xl-mr-mdm {
    margin-right: 2rem; }
  .xl-mr-lrg {
    margin-right: 4rem; }
  .xl-mr-xl {
    margin-right: 6rem; } }

@media (max-width: 991px) {
  .lrg-m-none {
    margin: 0; }
  .lrg-m-auto {
    margin: auto; }
  .lrg-m-xxs {
    margin: 0.25rem; }
  .lrg-m-xs {
    margin: 0.5rem; }
  .lrg-m-sml {
    margin: 1rem; }
  .lrg-m-mdm {
    margin: 2rem; }
  .lrg-m-lrg {
    margin: 4rem; }
  .lrg-m-xl {
    margin: 6rem; }
  .lrg-mt-none {
    margin-top: 0; }
  .lrg-mt-auto {
    margin-top: auto; }
  .lrg-mt-xxs {
    margin-top: 0.25rem; }
  .lrg-mt-xs {
    margin-top: 0.5rem; }
  .lrg-mt-sml {
    margin-top: 1rem; }
  .lrg-mt-mdm {
    margin-top: 2rem; }
  .lrg-mt-lrg {
    margin-top: 4rem; }
  .lrg-mt-xl {
    margin-top: 6rem; }
  .lrg-mb-none {
    margin-bottom: 0; }
  .lrg-mb-auto {
    margin-bottom: auto; }
  .lrg-mb-xxs {
    margin-bottom: 0.25rem; }
  .lrg-mb-xs {
    margin-bottom: 0.5rem; }
  .lrg-mb-sml {
    margin-bottom: 1rem; }
  .lrg-mb-mdm {
    margin-bottom: 2rem; }
  .lrg-mb-lrg {
    margin-bottom: 4rem; }
  .lrg-mb-xl {
    margin-bottom: 6rem; }
  .lrg-ml-none {
    margin-left: 0; }
  .lrg-ml-auto {
    margin-left: auto; }
  .lrg-ml-xxs {
    margin-left: 0.25rem; }
  .lrg-ml-xs {
    margin-left: 0.5rem; }
  .lrg-ml-sml {
    margin-left: 1rem; }
  .lrg-ml-mdm {
    margin-left: 2rem; }
  .lrg-ml-lrg {
    margin-left: 4rem; }
  .lrg-ml-xl {
    margin-left: 6rem; }
  .lrg-mr-none {
    margin-right: 0; }
  .lrg-mr-auto {
    margin-right: auto; }
  .lrg-mr-xxs {
    margin-right: 0.25rem; }
  .lrg-mr-xs {
    margin-right: 0.5rem; }
  .lrg-mr-sml {
    margin-right: 1rem; }
  .lrg-mr-mdm {
    margin-right: 2rem; }
  .lrg-mr-lrg {
    margin-right: 4rem; }
  .lrg-mr-xl {
    margin-right: 6rem; }
  .lrg-p-none {
    padding: 0; }
  .lrg-p-auto {
    padding: auto; }
  .lrg-p-xxs {
    padding: 0.25rem; }
  .lrg-p-xs {
    padding: 0.5rem; }
  .lrg-p-sml {
    padding: 1rem; }
  .lrg-p-mdm {
    padding: 2rem; }
  .lrg-p-lrg {
    padding: 4rem; }
  .lrg-p-xl {
    padding: 6rem; }
  .lrg-pt-none {
    padding-top: 0; }
  .lrg-pt-auto {
    padding-top: auto; }
  .lrg-pt-xxs {
    padding-top: 0.25rem; }
  .lrg-pt-xs {
    padding-top: 0.5rem; }
  .lrg-pt-sml {
    padding-top: 1rem; }
  .lrg-pt-mdm {
    padding-top: 2rem; }
  .lrg-pt-lrg {
    padding-top: 4rem; }
  .lrg-pt-xl {
    padding-top: 6rem; }
  .lrg-pb-none {
    padding-bottom: 0; }
  .lrg-pb-auto {
    padding-bottom: auto; }
  .lrg-pb-xxs {
    padding-bottom: 0.25rem; }
  .lrg-pb-xs {
    padding-bottom: 0.5rem; }
  .lrg-pb-sml {
    padding-bottom: 1rem; }
  .lrg-pb-mdm {
    padding-bottom: 2rem; }
  .lrg-pb-lrg {
    padding-bottom: 4rem; }
  .lrg-pb-xl {
    padding-bottom: 6rem; }
  .lrg-pl-none {
    padding-left: 0; }
  .lrg-pl-auto {
    padding-left: auto; }
  .lrg-pl-xxs {
    padding-left: 0.25rem; }
  .lrg-pl-xs {
    padding-left: 0.5rem; }
  .lrg-pl-sml {
    padding-left: 1rem; }
  .lrg-pl-mdm {
    padding-left: 2rem; }
  .lrg-pl-lrg {
    padding-left: 4rem; }
  .lrg-pl-xl {
    padding-left: 6rem; }
  .lrg-pr-none {
    padding-right: 0; }
  .lrg-pr-auto {
    padding-right: auto; }
  .lrg-pr-xxs {
    padding-right: 0.25rem; }
  .lrg-pr-xs {
    padding-right: 0.5rem; }
  .lrg-pr-sml {
    padding-right: 1rem; }
  .lrg-pr-mdm {
    padding-right: 2rem; }
  .lrg-pr-lrg {
    padding-right: 4rem; }
  .lrg-pr-xl {
    padding-right: 6rem; } }

@media (max-width: 768px) {
  .mob-m-none {
    margin: 0; }
  .mob-m-auto {
    margin: auto; }
  .mob-m-xxs {
    margin: 0.25rem; }
  .mob-m-xs {
    margin: 0.5rem; }
  .mob-m-sml {
    margin: 1rem; }
  .mob-m-mdm {
    margin: 2rem; }
  .mob-m-lrg {
    margin: 4rem; }
  .mob-m-xl {
    margin: 6rem; }
  .mob-mt-none {
    margin-top: 0; }
  .mob-mt-auto {
    margin-top: auto; }
  .mob-mt-xxs {
    margin-top: 0.25rem; }
  .mob-mt-xs {
    margin-top: 0.5rem; }
  .mob-mt-sml {
    margin-top: 1rem; }
  .mob-mt-mdm {
    margin-top: 2rem; }
  .mob-mt-lrg {
    margin-top: 4rem; }
  .mob-mt-xl {
    margin-top: 6rem; }
  .mob-mb-none {
    margin-bottom: 0; }
  .mob-mb-auto {
    margin-bottom: auto; }
  .mob-mb-xxs {
    margin-bottom: 0.25rem; }
  .mob-mb-xs {
    margin-bottom: 0.5rem; }
  .mob-mb-sml {
    margin-bottom: 1rem; }
  .mob-mb-mdm {
    margin-bottom: 2rem; }
  .mob-mb-lrg {
    margin-bottom: 4rem; }
  .mob-mb-xl {
    margin-bottom: 6rem; }
  .mob-ml-none {
    margin-left: 0; }
  .mob-ml-auto {
    margin-left: auto; }
  .mob-ml-xxs {
    margin-left: 0.25rem; }
  .mob-ml-xs {
    margin-left: 0.5rem; }
  .mob-ml-sml {
    margin-left: 1rem; }
  .mob-ml-mdm {
    margin-left: 2rem; }
  .mob-ml-lrg {
    margin-left: 4rem; }
  .mob-ml-xl {
    margin-left: 6rem; }
  .mob-mr-none {
    margin-right: 0; }
  .mob-mr-auto {
    margin-right: auto; }
  .mob-mr-xxs {
    margin-right: 0.25rem; }
  .mob-mr-xs {
    margin-right: 0.5rem; }
  .mob-mr-sml {
    margin-right: 1rem; }
  .mob-mr-mdm {
    margin-right: 2rem; }
  .mob-mr-lrg {
    margin-right: 4rem; }
  .mob-mr-xl {
    margin-right: 6rem; }
  .mob-p-none {
    padding: 0; }
  .mob-p-auto {
    padding: auto; }
  .mob-p-xxs {
    padding: 0.25rem; }
  .mob-p-xs {
    padding: 0.5rem; }
  .mob-p-sml {
    padding: 1rem; }
  .mob-p-mdm {
    padding: 2rem; }
  .mob-p-lrg {
    padding: 4rem; }
  .mob-p-xl {
    padding: 6rem; }
  .mob-pt-none {
    padding-top: 0; }
  .mob-pt-auto {
    padding-top: auto; }
  .mob-pt-xxs {
    padding-top: 0.25rem; }
  .mob-pt-xs {
    padding-top: 0.5rem; }
  .mob-pt-sml {
    padding-top: 1rem; }
  .mob-pt-mdm {
    padding-top: 2rem; }
  .mob-pt-lrg {
    padding-top: 4rem; }
  .mob-pt-xl {
    padding-top: 6rem; }
  .mob-pb-none {
    padding-bottom: 0; }
  .mob-pb-auto {
    padding-bottom: auto; }
  .mob-pb-xxs {
    padding-bottom: 0.25rem; }
  .mob-pb-xs {
    padding-bottom: 0.5rem; }
  .mob-pb-sml {
    padding-bottom: 1rem; }
  .mob-pb-mdm {
    padding-bottom: 2rem; }
  .mob-pb-lrg {
    padding-bottom: 4rem; }
  .mob-pb-xl {
    padding-bottom: 6rem; }
  .mob-pl-none {
    padding-left: 0; }
  .mob-pl-auto {
    padding-left: auto; }
  .mob-pl-xxs {
    padding-left: 0.25rem; }
  .mob-pl-xs {
    padding-left: 0.5rem; }
  .mob-pl-sml {
    padding-left: 1rem; }
  .mob-pl-mdm {
    padding-left: 2rem; }
  .mob-pl-lrg {
    padding-left: 4rem; }
  .mob-pl-xl {
    padding-left: 6rem; }
  .mob-pr-none {
    padding-right: 0; }
  .mob-pr-auto {
    padding-right: auto; }
  .mob-pr-xxs {
    padding-right: 0.25rem; }
  .mob-pr-xs {
    padding-right: 0.5rem; }
  .mob-pr-sml {
    padding-right: 1rem; }
  .mob-pr-mdm {
    padding-right: 2rem; }
  .mob-pr-lrg {
    padding-right: 4rem; }
  .mob-pr-xl {
    padding-right: 6rem; } }

.fs-sml {
  font-size: 0.85em; }

.fs-reg {
  font-size: 1em; }

.fs-bet {
  font-size: 1.25em; }

.fs-mdm {
  font-size: 2.25em; }

.fs-lrg {
  font-size: 4.25em; }

.fw-light {
  font-weight: 300; }

.fw-reg {
  font-weight: 400; }

.fw-mdm {
  font-weight: 500; }

.fw-semi {
  font-weight: 500; }

.fw-bold {
  font-weight: 700; }

.txt-caps {
  text-transform: uppercase; }

.txt-underline {
  text-decoration: underline; }

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

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

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

.lh-reg {
  line-height: 1; }

.lh-mdm {
  line-height: 1.25; }

.lh-lrg {
  line-height: 1.5; }

@media (max-width: 768px) {
  .mob-fs-sml {
    font-size: 0.85em; }
  .mob-fs-reg {
    font-size: 1em; }
  .mob-fs-bet {
    font-size: 1.25em; }
  .mob-fs-mdm {
    font-size: 2.25em; }
  .mob-fs-lrg {
    font-size: 4.25em; }
  .mob-txt-left {
    text-align: left; }
  .mob-txt-right {
    text-align: right; }
  .mob-txt-center {
    text-align: center; }
  .mob-lh-reg {
    line-height: 1; }
  .mob-lh-mdm {
    line-height: 1.25; }
  .mob-lh-lrg {
    line-height: 1.5; } }

.user-cntnt h1, .user-cntnt h2, .user-cntnt h3, .user-cntnt h4 {
  line-height: 1.2;
  margin-bottom: 0.75rem; }

.user-cntnt strong {
  font-weight: 700; }

.user-cntnt p {
  margin-bottom: 1rem; }

.user-cntnt h1 {
  font-size: 4.25em; }
  @media only screen and (max-width: 576px) {
    .user-cntnt h1 {
      font-size: 3.4em; } }

.user-cntnt h2 {
  font-size: 2.25em; }
  @media only screen and (max-width: 576px) {
    .user-cntnt h2 {
      font-size: 1.8em; } }

.user-cntnt h3 {
  font-size: 1.25em; }

.user-cntnt h4 {
  font-size: 1.1em; }

.user-cntnt img {
  height: auto;
  object-fit: contain; }

.user-cntnt iframe {
  max-width: 100%; }

.over-hidden {
  overflow: hidden; }

@keyframes heroSqAnime1 {
  0% {
    opacity: 0;
    bottom: 100%;
    transform: rotate(-20deg); }
  5% {
    opacity: 0.15; }
  50% {
    transform: rotate(25deg); }
  95% {
    opacity: 0.15; }
  100% {
    opacity: 0;
    bottom: 0;
    transform: rotate(15deg); } }

.hero-banner {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  min-height: 1050px; }
  @media (max-width: 768px) {
    .hero-banner {
      height: auto;
      max-height: none;
      min-height: 500px; } }
  .hero-banner .hero-mini-sq {
    position: absolute;
    background: #ffffff;
    transform: rotate(45deg);
    box-shadow: 0px 3px 7px -3px #333333;
    z-index: 3; }
    .hero-banner .hero-mini-sq.hero-mini-sq-1 {
      width: 25px;
      height: 25px;
      transform: rotate(5deg);
      left: 20%;
      animation: heroSqAnime1 10s infinite linear; }
    .hero-banner .hero-mini-sq.hero-mini-sq-2 {
      width: 40px;
      height: 40px;
      left: 40%;
      animation: heroSqAnime1 15s infinite ease-in; }
    .hero-banner .hero-mini-sq.hero-mini-sq-3 {
      width: 25px;
      height: 25px;
      left: 5%;
      animation: heroSqAnime1 13s infinite ease-out; }
    .hero-banner .hero-mini-sq.hero-mini-sq-4 {
      width: 25px;
      height: 25px;
      left: 7%;
      animation: heroSqAnime1 18s infinite linear; }
    .hero-banner .hero-mini-sq.hero-mini-sq-5 {
      width: 22px;
      height: 22px;
      left: 50%;
      animation: heroSqAnime1 9s infinite ease-in; }
    .hero-banner .hero-mini-sq.hero-mini-sq-6 {
      width: 32px;
      height: 32px;
      left: 67%;
      animation: heroSqAnime1 13s infinite linear; }
    .hero-banner .hero-mini-sq.hero-mini-sq-7 {
      width: 30px;
      height: 30px;
      left: 80%;
      animation: heroSqAnime1 9s infinite ease-out; }
    .hero-banner .hero-mini-sq.hero-mini-sq-8 {
      width: 35px;
      height: 35px;
      left: 90%;
      animation: heroSqAnime1 7s infinite linear; }
    .hero-banner .hero-mini-sq.hero-mini-sq-9 {
      width: 26px;
      height: 26px;
      left: 97%;
      animation: heroSqAnime1 12s infinite ease-in; }
    .hero-banner .hero-mini-sq.hero-mini-sq-10 {
      width: 20px;
      height: 20px;
      left: 76%;
      animation: heroSqAnime1 13s infinite ease-in; }
    .hero-banner .hero-mini-sq.hero-mini-sq-11 {
      width: 26px;
      height: 26px;
      left: 56%;
      animation: heroSqAnime1 12s infinite ease-out; }
    .hero-banner .hero-mini-sq.hero-mini-sq-12 {
      width: 26px;
      height: 26px;
      left: 44%;
      animation: heroSqAnime1 12s infinite ease-out; }
  .hero-banner .hero-mask {
    background: linear-gradient(to right, #28A7C7, #6FCCEB, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    @media (max-width: 768px) {
      .hero-banner .hero-mask {
        background: linear-gradient(to right, #28A7C7, rgba(111, 204, 235, 0.9)); } }
  .hero-banner .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 280px top; }
    @media (max-width: 768px) {
      .hero-banner .hero-bg {
        object-position: center top; } }
  .hero-banner .hero-container {
    position: relative;
    z-index: 3;
    height: 100%; }
    .hero-banner .hero-container .hero-square {
      position: absolute;
      height: 65%;
      z-index: 4; }
      @media (max-width: 768px) {
        .hero-banner .hero-container .hero-square {
          display: none; } }
      .hero-banner .hero-container .hero-square .top-left-sq, .hero-banner .hero-container .hero-square .bot-left-sq, .hero-banner .hero-container .hero-square .top-right-sq, .hero-banner .hero-container .hero-square .bot-right-sq, .hero-banner .hero-container .hero-square .top-sq, .hero-banner .hero-container .hero-square .bot-sq {
        position: absolute;
        background-color: #132747; }
      .hero-banner .hero-container .hero-square .top-left-sq, .hero-banner .hero-container .hero-square .bot-left-sq {
        left: 0;
        height: 0;
        width: 10px; }
      .hero-banner .hero-container .hero-square .top-right-sq, .hero-banner .hero-container .hero-square .bot-right-sq {
        right: 0;
        height: 0;
        width: 10px; }
      .hero-banner .hero-container .hero-square .bot-left-sq, .hero-banner .hero-container .hero-square .bot-right-sq {
        bottom: 0; }
      .hero-banner .hero-container .hero-square .top-left-sq, .hero-banner .hero-container .hero-square .top-right-sq {
        top: 0; }
      .hero-banner .hero-container .hero-square .top-sq, .hero-banner .hero-container .hero-square .bot-sq {
        left: 0;
        height: 10px;
        width: 0; }
      .hero-banner .hero-container .hero-square .top-sq {
        top: 0; }
      .hero-banner .hero-container .hero-square .bot-sq {
        bottom: 0; }
      .hero-banner .hero-container .hero-square.ele-triggered .top-right-sq, .hero-banner .hero-container .hero-square.ele-triggered .bot-right-sq {
        height: 51%;
        transition: height 1s 1.9s linear; }
      .hero-banner .hero-container .hero-square.ele-triggered .bot-left-sq {
        height: 10%;
        transition: height 0.4s linear; }
      .hero-banner .hero-container .hero-square.ele-triggered .top-left-sq {
        height: 10%;
        transition: height 0.4s linear; }
      .hero-banner .hero-container .hero-square.ele-triggered .top-sq {
        width: 100%;
        transition: width 1.5s 0.4s linear; }
      .hero-banner .hero-container .hero-square.ele-triggered .bot-sq {
        width: 100%;
        transition: width 1.5s 0.4s linear; }
    .hero-banner .hero-container .hero-txt-wrapper {
      position: relative;
      z-index: 5;
      opacity: 0; }
      .hero-banner .hero-container .hero-txt-wrapper.ele-triggered {
        opacity: 1;
        transition: opacity 0.7s ease-in; }
    .hero-banner .hero-container .hero-col .hero-ttl {
      font-size: 7.4375em;
      line-height: 0.9; }
      @media (max-width: 1212px) {
        .hero-banner .hero-container .hero-col .hero-ttl {
          font-size: 4.25em; } }
      @media (max-width: 768px) {
        .hero-banner .hero-container .hero-col .hero-ttl {
          font-size: 4.25em; } }
      @media (max-width: 576px) {
        .hero-banner .hero-container .hero-col .hero-ttl {
          font-size: 3.825em; } }

@media only screen and (min-width: 1201px) {
  #hp-sctn-change .swiper-button-next, #hp-sctn-change .swiper-button-prev {
    display: none; } }

#hp-sctn-change .swiper-button-next.swiper-button-disabled, #hp-sctn-change .swiper-button-prev.swiper-button-disabled {
  display: none; }

@media only screen and (max-width: 576px) {
  #hp-sctn-change .swiper-button-next {
    right: -5%; } }

@media only screen and (max-width: 576px) {
  #hp-sctn-change .swiper-button-prev {
    left: -5%; } }

@media only screen and (max-width: 1200px) {
  #hp-sctn-change .all-news-desk {
    display: none; } }

#hp-sctn-change .all-news-mob {
  display: none; }
  @media only screen and (max-width: 1200px) {
    #hp-sctn-change .all-news-mob {
      display: flex; } }

#lp-sctn-timer {
  background-color: #132747; }
  #lp-sctn-timer .timer-square {
    background-color: #284A80;
    width: 260px;
    height: 260px; }
    #lp-sctn-timer .timer-square:hover {
      transform: scale(1.05);
      transition: all 0.3s; }
    @media only screen and (max-width: 1350px) {
      #lp-sctn-timer .timer-square {
        width: 200px;
        height: 200px; } }
    @media only screen and (max-width: 1200px) {
      #lp-sctn-timer .timer-square {
        width: 145px;
        height: 145px; } }
    @media (max-width: 768px) {
      #lp-sctn-timer .timer-square {
        width: 150px;
        height: 150px; } }

#hp-sctn-newsletter {
  background: linear-gradient(to right, #132747, #284A80); }

@keyframes floatingPixels {
  0% {
    transform: translateY(0) translateX(0); }
  25% {
    transform: translateY(-5px) translateX(-5px); }
  75% {
    transform: translateY(-10px) translateX(5px); }
  100% {
    transform: translateY(0) translateX(0); } }

@keyframes floatingPixels2 {
  0% {
    transform: translateY(0) translateX(0); }
  25% {
    transform: translateY(10px) translateX(10px); }
  75% {
    transform: translateY(0) translateX(-5px); }
  100% {
    transform: translateY(0) translateX(0); } }

@keyframes floatingPixels3 {
  0% {
    transform: translateY(0) translateX(0); }
  25% {
    transform: translateY(0) translateX(-10px); }
  75% {
    transform: translateY(-10px) translateX(-10px); }
  100% {
    transform: translateY(0) translateX(0); } }

/* ---- CLASSES GÉNÉRIQUES ---- */
body {
  scroll-behavior: smooth;
  color: #132747;
  line-height: 1.5;
  opacity: 0;
  font-size: 16px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif; }
  body.is-in-view {
    opacity: 1;
    transition: opacity 0.25s ease-in; }
  body.is-in-view {
    opacity: 1;
    transition: opacity ease-in 0.3s; }

a {
  color: #333333; }

p {
  font-size: 1em;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin: 0 0 0.5rem; }

input {
  height: 50px;
  text-indent: 0.75rem;
  border: solid 1px #28A7C7;
  outline: none; }
  input::placeholder {
    text-indent: 0.75rem;
    text-transform: uppercase; }

label.error {
  color: #DB443A; }

textarea {
  min-width: 100%;
  max-width: 100%;
  height: 300px;
  outline: none;
  text-indent: 0.75rem;
  border: solid 1px #28A7C7; }
  @media only screen and (max-width: 768px) {
    textarea {
      height: 200px; } }
  textarea::placeholder {
    text-indent: 0.75rem;
    text-transform: uppercase; }

.ffam-2 {
  font-family: 'Gilroy-ExtraBold';
  letter-spacing: 0.9px; }

@media only screen and (max-width: 768px) {
  .fs-mdm, .fs-lrg {
    line-height: 1.1; } }

@media only screen and (max-width: 370px) {
  .fs-mdm {
    font-size: 1.575em; } }

.view-in {
  opacity: 0;
  transform: translateY(30px); }
  .view-in.is-in-view {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.3s ease-in, transform 0.6s ease-in; }
    @media (max-width: 768px) {
      .view-in.is-in-view {
        transition: opacity 0.3s ease-in, transform 0.3s ease-in; } }

.clr-blue {
  color: #132747; }

.clr-lightblue {
  color: #28A7C7; }

@media (max-width: 768px) {
  .mob-hide {
    display: none; } }

.txt-cta {
  font-weight: 700;
  border: solid 2px #132747;
  padding: 1rem 2.5rem;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  color: #132747;
  font-weight: 700;
  font-size: 0.85em;
  transition: all 0.3s; }
  @media only screen and (max-width: 576px) {
    .txt-cta {
      padding: 0.75rem 1rem; } }
  .txt-cta:hover {
    background: #ffffff;
    transition: all 0.3s; }
  .txt-cta.blue-hover:hover {
    background: #28A7C7;
    color: #ffffff;
    transition: all 0.3s; }
  .txt-cta.is-light {
    color: #ffffff;
    border: solid 2px #ffffff; }
    .txt-cta.is-light:hover {
      color: #132747; }
  .txt-cta.txt-cta-blue {
    position: relative;
    border: none;
    background: linear-gradient(to right, #6FCCEB, #28A7C7);
    color: #ffffff;
    transition: all 0.3s; }
    .txt-cta.txt-cta-blue:hover {
      box-shadow: none;
      top: 1px;
      transition: all 0.3s; }

.box-shadows {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }

.has-sq {
  position: relative;
  z-index: 3; }

.prohib-logo {
  width: 333px;
  margin-right: 2rem;
  object-fit: contain;
  object-position: top; }
  @media (max-width: 991px) {
    .prohib-logo {
      margin-left: auto;
      margin-right: auto; } }

.mini-sq-wrapper {
  position: relative; }

.lb-mini-sq-model-1 {
  position: absolute;
  background: linear-gradient(to right, #28A7C7, #6FCCEB);
  z-index: -1;
  box-shadow: 0px 3px 7px -3px #333333; }
  .lb-mini-sq-model-1.lb-mini-sq-1 {
    width: 50px;
    height: 50px;
    left: -4rem;
    top: 75%; }
  .lb-mini-sq-model-1.lb-mini-sq-2 {
    width: 75px;
    height: 75px;
    right: -3rem;
    top: 40%; }
  .lb-mini-sq-model-1.lb-mini-sq-3 {
    width: 30px;
    height: 30px;
    right: 24%;
    bottom: -4rem; }
  .lb-mini-sq-model-1.lb-mini-sq-4 {
    width: 40px;
    height: 40px;
    left: 30%;
    top: -2rem; }
  .lb-mini-sq-model-1.lb-mini-sq-5 {
    width: 18px;
    height: 18px;
    right: 35%;
    top: -3rem; }
  .lb-mini-sq-model-1.lb-mini-sq-6 {
    width: 22px;
    height: 22px;
    left: 40%;
    bottom: -2.5rem; }

.db-mini-sq-model-1 {
  position: absolute;
  background: linear-gradient(to right, #132747, #284A80);
  z-index: -2; }
  .db-mini-sq-model-1.db-mini-sq-1 {
    width: 50px;
    height: 70px;
    left: -2rem;
    top: 80%; }
  .db-mini-sq-model-1.db-mini-sq-2 {
    width: 75px;
    height: 75px;
    right: 20%;
    bottom: -3rem; }

.part-logo {
  object-fit: contain;
  max-width: 150px;
  max-height: 40px; }

.darkb-bg {
  background: linear-gradient(to right, #132747, #284A80); }

.sctn-tem {
  position: relative;
  height: 1000px; }
  @media (max-width: 768px) {
    .sctn-tem {
      height: auto; } }
  .sctn-tem .tem-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media only screen and (max-width: 768px) {
      .sctn-tem .tem-bg {
        min-height: 400px;
        position: relative; } }
  .sctn-tem .tem-txt-box {
    position: relative;
    z-index: 3;
    background: #ffffff; }
    @media (max-width: 768px) {
      .sctn-tem .tem-txt-box {
        top: -6rem;
        margin-bottom: -6rem; } }

.swiper-button-next, .swiper-button-prev {
  background: none;
  height: 23px;
  width: 20px; }

.swiper-button-next.out-container {
  right: -3%; }
  @media only screen and (max-width: 991px) {
    .swiper-button-next.out-container {
      right: -2%; } }

.swiper-button-prev.out-container {
  left: -3%; }
  @media only screen and (max-width: 991px) {
    .swiper-button-prev.out-container {
      left: -2%; } }

.arrow-right, .arrow-left {
  width: 20px; }

.arrow-wrapper {
  position: relative; }

.arrow-wrapper-hasbg {
  position: absolute;
  z-index: 4;
  width: 90px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .arrow-wrapper-hasbg .swiper-button-next, .arrow-wrapper-hasbg .swiper-button-prev {
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .arrow-wrapper-hasbg .swiper-button-next {
    right: 14px; }
  .arrow-wrapper-hasbg .swiper-button-prev {
    left: 14px; }

.part-box-wrapper {
  background-color: #ffffff; }

@keyframes movingArrow {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(5px); }
  100% {
    transform: translateX(0px); } }

.news-block .news-arrow {
  width: 30px; }

.news-block:hover .news-arrow {
  animation: movingArrow 1s ease-in infinite; }

.sub-menu-tab, .sub-menu-tab-nojs {
  cursor: pointer;
  border-bottom: solid 1px #28A7C7; }
  .sub-menu-tab .ext-link-icn, .sub-menu-tab-nojs .ext-link-icn {
    width: 15px;
    margin-bottom: 6.5px; }
  .sub-menu-tab:hover, .sub-menu-tab-nojs:hover {
    background-color: #284A80;
    color: #ffffff;
    transition: all 0.25s ease-in; }
    .sub-menu-tab:hover .ext-link-icn, .sub-menu-tab-nojs:hover .ext-link-icn {
      filter: invert(100%);
      transition: filter 0.25s ease-in; }

.txt-cta .pdf-icn {
  width: 30px;
  height: 35px;
  transition: all 0.3s ease-out; }

.txt-cta:hover .pdf-icn {
  filter: invert(100%);
  transition: all 0.3s ease-in; }

.part-box-wrapper.part-box {
  cursor: pointer; }

.part-box-wrapper .part-pop-mask {
  opacity: 0; }

.part-box-wrapper .part-pop-close {
  display: none; }

.part-box-wrapper .part-pop-wrapper {
  opacity: 0; }

.part-box-wrapper .txt-cta {
  display: none; }

.part-box-wrapper .txt-pop {
  display: none; }

.part-box-wrapper.ele-triggered.part-box {
  cursor: auto; }

.part-box-wrapper.ele-triggered .txt-cta {
  display: flex; }
  @media only screen and (max-width: 576px) {
    .part-box-wrapper.ele-triggered .txt-cta {
      font-size: 0.85em; } }

.part-box-wrapper.ele-triggered .txt-pop {
  display: flex;
  overflow-y: auto; }
  @media only screen and (max-width: 768px) {
    .part-box-wrapper.ele-triggered .txt-pop {
      max-height: 400px; } }
  @media only screen and (max-width: 576px) {
    .part-box-wrapper.ele-triggered .txt-pop {
      max-height: 300px; } }
  @media only screen and (max-width: 360px) {
    .part-box-wrapper.ele-triggered .txt-pop {
      max-height: 220px; } }

.part-box-wrapper.ele-triggered .part-pop-close {
  display: flex;
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  cursor: pointer; }

.part-box-wrapper.ele-triggered .part-pop-container {
  height: 100%;
  width: 100%;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: hidden; }

.part-box-wrapper.ele-triggered .part-pop-mask {
  opacity: 1;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: opacity 0.25s ease-in; }

.part-box-wrapper.ele-triggered .part-pop-wrapper {
  position: fixed;
  z-index: 40;
  width: auto;
  height: auto;
  background-color: #ffffff;
  max-width: 60%;
  max-height: 98%;
  opacity: 1;
  transition: opacity 0.25s 0.25s ease-in;
  overflow-y: hidden;
  min-width: 210px; }
  @media only screen and (max-width: 1200px) {
    .part-box-wrapper.ele-triggered .part-pop-wrapper {
      max-width: 70%; } }
  @media only screen and (max-width: 991px) {
    .part-box-wrapper.ele-triggered .part-pop-wrapper {
      max-width: 80%; } }
  @media only screen and (max-width: 768px) {
    .part-box-wrapper.ele-triggered .part-pop-wrapper {
      max-width: 90%; } }
  @media only screen and (max-width: 576px) {
    .part-box-wrapper.ele-triggered .part-pop-wrapper {
      max-width: 98%; } }

.intro-container .intro-wrapper {
  position: relative;
  z-index: 2; }
  .intro-container .intro-wrapper.view-in {
    opacity: 1;
    transform: translateY(0); }
    .intro-container .intro-wrapper.view-in.is-in-view .intro-sq {
      opacity: 1;
      transform: scale(1);
      transition: opacity 0.1s 0.9s, transform 0.3s 0.9s linear; }
  .intro-container .intro-wrapper .intro-sq {
    background-color: #ffffff;
    position: absolute;
    opacity: 0;
    transform: scale(0.8); }
    .intro-container .intro-wrapper .intro-sq.intro-sq-1 {
      bottom: 0;
      left: 0;
      width: 40px;
      height: 40px; }
    .intro-container .intro-wrapper .intro-sq.intro-sq-2 {
      top: 0;
      left: 25%;
      width: 23px;
      height: 23px; }
    .intro-container .intro-wrapper .intro-sq.intro-sq-3 {
      top: 0;
      right: 10%;
      width: 35px;
      height: 35px; }
    .intro-container .intro-wrapper .intro-sq.intro-sq-4 {
      bottom: -1rem;
      right: 25%;
      width: 12px;
      height: 12px; }
    .intro-container .intro-wrapper .intro-sq.intro-sq-5 {
      bottom: 0;
      left: 70%;
      width: 40px;
      height: 40px; }
    .intro-container .intro-wrapper .intro-sq.intro-sq-6 {
      bottom: 0;
      left: 50%;
      width: 23px;
      height: 23px; }
    .intro-container .intro-wrapper .intro-sq.intro-sq-7 {
      top: -2rem;
      left: 45%;
      width: 38px;
      height: 38px; }

.intro-container .ttl-intro {
  position: relative;
  z-index: 4;
  font-size: 5.3125em; }
  @media only screen and (max-width: 768px) {
    .intro-container .ttl-intro {
      font-size: 4.25em; } }
  @media only screen and (max-width: 576px) {
    .intro-container .ttl-intro {
      font-size: 3.1875em; } }
  @media only screen and (max-width: 400px) {
    .intro-container .ttl-intro {
      font-size: 2.3375em; } }
  .intro-container .ttl-intro.view-in {
    opacity: 1;
    transform: translateY(-25px) scale(1.05);
    text-shadow: 0px 5px 7px #000000; }
    .intro-container .ttl-intro.view-in.is-in-view {
      transform: translateY(0) scale(1);
      text-shadow: none;
      transition: all 1s; }

.bring-box {
  width: 260px;
  background-color: #132747;
  overflow: hidden;
  transition: all 0.4s;
  max-height: 260px; }
  .bring-box:hover {
    background-color: #284A80;
    transition: all 0.4s; }
    .bring-box:hover .box-wrapper {
      transform: translateY(-80%);
      transition: all 0.4s; }
      .bring-box:hover .box-wrapper .bring-btn {
        background-color: #28A7C7;
        transition: all 0.4s; }
  .bring-box .box-wrapper {
    transition: all 0.4s; }
    .bring-box .box-wrapper img {
      height: 158px;
      object-fit: contain; }
  .bring-box .bring-btn {
    min-height: 49px;
    transition: all 0.4s;
    background-color: #284A80; }

.sctn-back {
  background-image: url("../../images/lb-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media only screen and (max-width: 768px) {
    .sctn-back .swiper-container {
      max-width: 80%; } }
  .sctn-back .swiper-slide .part-wrapper {
    background-color: #ffffff;
    width: 250px;
    height: 250px; }
    @media (max-width: 400px) {
      .sctn-back .swiper-slide .part-wrapper {
        width: 200px;
        height: 200px; } }

.sctn-who .img-who {
  height: 700px;
  object-fit: cover; }
  @media only screen and (max-width: 768px) {
    .sctn-who .img-who {
      height: 500px; } }
  @media only screen and (max-width: 576px) {
    .sctn-who .img-who {
      height: 400px; } }
  @media only screen and (max-width: 340px) {
    .sctn-who .img-who {
      height: 300px; } }

@media only screen and (max-width: 768px) {
  .sctn-who .who-icn-wrapper {
    display: none; } }

.sctn-who .who-icn {
  height: 150px;
  object-fit: contain; }
  .sctn-who .who-icn.who-icn-manette {
    height: 120px; }

.sctn-who .who-wrapper .who-txt-box {
  position: relative;
  z-index: 2;
  top: -5rem;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .sctn-who .who-wrapper .who-txt-box {
      top: 0; } }
  .sctn-who .who-wrapper .who-txt-box .arrow-wrapper-hasbg {
    top: -2rem;
    right: 2rem; }
    @media (max-width: 768px) {
      .sctn-who .who-wrapper .who-txt-box .arrow-wrapper-hasbg {
        right: 0;
        left: 0;
        margin: auto; } }

@media only screen and (max-width: 768px) {
  .sctn-events {
    overflow: hidden; } }

.pixel-block {
  display: none;
  z-index: 1;
  transition: all 0.25s ease-in-out; }
  .pixel-block.anim-1 {
    animation: floatingPixels 10s infinite; }
  .pixel-block.anim-2 {
    animation: floatingPixels2 10s infinite; }
  .pixel-block.anim-3 {
    animation: floatingPixels3 10s infinite; }

.rpix {
  position: relative;
  z-index: 3; }
  .rpix .rpix-sq {
    position: absolute;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .rpix .rpix-sq {
        max-width: 20px;
        max-height: 20px; } }
    .rpix .rpix-sq.rpix-sq-1 {
      top: -1.5rem;
      background: linear-gradient(to right, #132747, #284A80);
      animation: floatingPixels 12s ease-out infinite; }
    .rpix .rpix-sq.rpix-sq-2 {
      left: -1.5rem;
      background: linear-gradient(to right, #28A7C7, #6FCCEB);
      animation: floatingPixels2 10s ease-in infinite; }
      @media only screen and (max-width: 768px) {
        .rpix .rpix-sq.rpix-sq-2 {
          left: -1rem; } }
    .rpix .rpix-sq.rpix-sq-3 {
      right: -1.5rem;
      background: linear-gradient(to right, #28A7C7, #6FCCEB);
      animation: floatingPixels3 12s ease-out infinite; }
      @media only screen and (max-width: 768px) {
        .rpix .rpix-sq.rpix-sq-3 {
          right: -1rem; } }
    .rpix .rpix-sq.rpix-sq-4 {
      bottom: -1.5rem;
      background: linear-gradient(to right, #132747, #284A80);
      animation: floatingPixels 11s ease-in infinite; }
    .rpix .rpix-sq.rpix-sq-5 {
      bottom: -2rem;
      background: linear-gradient(to right, #28A7C7, #6FCCEB);
      animation: floatingPixels2 12s ease-in infinite; }
    .rpix .rpix-sq.rpix-sq-6 {
      top: -2rem;
      background: linear-gradient(to right, #132747, #284A80);
      animation: floatingPixels3 11s ease-in infinite; }
    .rpix .rpix-sq.rpix-sq-7 {
      left: -2rem;
      background: linear-gradient(to right, #28A7C7, #6FCCEB);
      animation: floatingPixels 10s linear infinite; }
      @media only screen and (max-width: 768px) {
        .rpix .rpix-sq.rpix-sq-7 {
          left: -1rem; } }
    .rpix .rpix-sq.rpix-sq-8 {
      right: -2rem;
      background: linear-gradient(to right, #132747, #284A80);
      animation: floatingPixels2 13s linear infinite; }
      @media only screen and (max-width: 768px) {
        .rpix .rpix-sq.rpix-sq-8 {
          right: -1rem; } }
    .rpix .rpix-sq.rpix-sq-9 {
      bottom: -1.75rem;
      background: linear-gradient(to right, #28A7C7, #6FCCEB);
      animation: floatingPixels3 14s linear infinite; }
    .rpix .rpix-sq.rpix-sq-10 {
      top: -1.75rem;
      background: linear-gradient(to right, #28A7C7, #6FCCEB);
      animation: floatingPixels 13s ease-in infinite; }
    .rpix .rpix-sq.rpix-sq-11 {
      left: -1.75rem;
      background: linear-gradient(to right, #132747, #284A80);
      animation: floatingPixels2 14s ease-out infinite; }
      @media only screen and (max-width: 768px) {
        .rpix .rpix-sq.rpix-sq-11 {
          left: -1rem; } }
    .rpix .rpix-sq.rpix-sq-12 {
      right: -1.75rem;
      background: linear-gradient(to right, #132747, #284A80);
      animation: floatingPixels3 15s ease-out infinite; }
      @media only screen and (max-width: 768px) {
        .rpix .rpix-sq.rpix-sq-12 {
          right: -1rem; } }

.news-img {
  width: 100%;
  height: 500px;
  object-fit: cover; }
  @media only screen and (max-width: 576px) {
    .news-img {
      height: 400px; } }
  @media only screen and (max-width: 400px) {
    .news-img {
      height: 300px; } }

.comp-container {
  max-height: 500px; }

#ftr {
  background: linear-gradient(to right, #28A7C7, #6FCCEB); }
  @media (max-width: 991px) {
    #ftr .media-row-line {
      display: none; } }
  @media (max-width: 991px) {
    #ftr .media-txt {
      display: none; } }
  #ftr .ftr-logo {
    width: 150px; }
  #ftr .ftr-mdicn {
    width: 30px;
    height: 30px; }
  #ftr .media-row {
    position: relative;
    width: 20%; }
    @media (max-width: 1200px) {
      #ftr .media-row {
        width: 18%; } }
    @media (max-width: 991px) {
      #ftr .media-row {
        width: 60%; } }
    #ftr .media-row .media-row-line {
      position: absolute;
      height: 2px;
      width: 0;
      background-color: #ffffff;
      top: 0;
      left: 0; }
      #ftr .media-row .media-row-line.view-in {
        opacity: 1;
        transform: translateY(0); }
      #ftr .media-row .media-row-line.is-in-view {
        width: 100%;
        transition: width 0.8s ease-in; }

#hdr {
  position: fixed;
  z-index: 10;
  top: 1rem;
  left: 0;
  right: 0;
  height: 100px; }
  @media only screen and (max-width: 991px) {
    #hdr {
      height: 50px; } }
  #hdr a {
    height: 100%; }
  #hdr .wpm-language-switcher {
    width: 10%;
    height: 100%; }
    @media (max-width: 1500px) {
      #hdr .wpm-language-switcher {
        width: 7%; } }
    @media (max-width: 1200px) {
      #hdr .wpm-language-switcher {
        width: 3%; } }
    @media only screen and (max-width: 991px) {
      #hdr .wpm-language-switcher {
        width: 7%; } }
    #hdr .wpm-language-switcher .active {
      display: none; }
    #hdr .wpm-language-switcher li {
      font-family: 'Gilroy-ExtraBold';
      letter-spacing: 0.9px;
      font-weight: 700;
      margin-right: 1rem;
      height: 100%; }
      @media only screen and (max-width: 991px) {
        #hdr .wpm-language-switcher li {
          margin-right: 2rem; } }
      #hdr .wpm-language-switcher li a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
  #hdr .mob-toggle {
    display: none; }
    @media (max-width: 991px) {
      #hdr .mob-toggle {
        display: block;
        cursor: pointer; }
        #hdr .mob-toggle .menu-close-icn {
          display: none;
          height: 40px;
          object-fit: contain; }
        #hdr .mob-toggle .menu-hamb-icn {
          height: 40px;
          object-fit: contain; }
        #hdr .mob-toggle.ele-triggered .menu-hamb-icn {
          display: none; }
        #hdr .mob-toggle.ele-triggered .menu-close-icn {
          display: block; } }
  #hdr .menu-main-container {
    height: 100%;
    width: 55%;
    margin-left: auto;
    margin-right: 2rem; }
    @media (max-width: 1500px) {
      #hdr .menu-main-container {
        width: 60%; } }
    @media (max-width: 991px) {
      #hdr .menu-main-container {
        max-width: calc(100% - 6.5em);
        width: 100%;
        height: auto;
        max-height: 0;
        position: fixed;
        top: 5rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        opacity: 0;
        overflow: hidden;
        justify-content: space-between; } }
  @media only screen and (max-width: 991px) and (max-width: 768px) {
    #hdr .menu-main-container {
      max-width: calc(100% - 2.5em);
      top: 5rem; } }
    @media (max-width: 991px) {
        #hdr .menu-main-container.ele-triggered {
          max-height: 100%;
          opacity: 1;
          transition: all 0.3s ease-in;
          box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2); } }
    #hdr .menu-main-container ul {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        #hdr .menu-main-container ul {
          margin-top: 2rem;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: 1rem; } }
      #hdr .menu-main-container ul li {
        height: 100%;
        width: 25%; }
        @media only screen and (max-width: 576px) {
          #hdr .menu-main-container ul li {
            width: 90%; } }
        @media only screen and (min-width: 992px) {
          #hdr .menu-main-container ul li.current_page_item {
            border-top: solid 3px #132747; } }
        @media only screen and (min-width: 992px) {
          #hdr .menu-main-container ul li.current_page_item a {
            margin-top: -3px; } }
        #hdr .menu-main-container ul li a {
          justify-content: center;
          align-items: center;
          display: flex;
          height: 100%;
          text-align: center; }
        @media only screen and (max-width: 991px) {
          #hdr .menu-main-container ul li {
            position: relative;
            margin-bottom: 5rem; } }
        @media only screen and (max-width: 991px) {
          #hdr .menu-main-container ul li.current_page_item::after {
            background: linear-gradient(to right, #28A7C7, #6FCCEB); } }
        @media only screen and (max-width: 991px) {
          #hdr .menu-main-container ul li::after {
            content: '';
            position: absolute;
            top: 3rem;
            left: 0;
            right: 0;
            margin: auto;
            height: 10px;
            width: 10px;
            background: linear-gradient(to right, #132747, #284A80); } }
  #hdr .csgame-logo {
    width: 230px;
    transition: all 0.3s; }
    @media only screen and (max-width: 991px) {
      #hdr .csgame-logo {
        width: 130px; } }
  #hdr .hdr-row {
    height: 100%;
    position: relative;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 991px) {
      #hdr .hdr-row {
        padding: 0.75rem 0; } }

.page-id-11 .hdr-line {
  width: 300px;
  height: 4px;
  background-color: #132747;
  max-width: 90%;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 1200px) {
    .page-id-11 .hdr-line {
      width: 260px; } }
  @media (max-width: 991px) {
    .page-id-11 .hdr-line {
      width: 100%;
      max-width: 100%; } }

/**
 * @license
 * MyFonts Webfont Build ID 3838804, 2019-11-19T09:33:54-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gilroy-ExtraBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold/
 * Copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * Licensed pageviews: 10,000
 *
 *
 *
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("webfonts/3A9354_0_0.eot");
  src: url("webfonts/3A9354_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/3A9354_0_0.woff2") format("woff2"), url("webfonts/3A9354_0_0.woff") format("woff"), url("webfonts/3A9354_0_0.ttf") format("truetype"); }

#abt-human .about-mdicn {
  width: 20px;
  height: 20px;
  object-fit: contain; }

#abt-how .how-txt-box-one {
  background: linear-gradient(to right, #284A80, #39659F); }

#abt-historique .historique-year-wrapper .historique-year {
  line-height: 0.7;
  margin-bottom: 14px;
  opacity: 0; }
  #abt-historique .historique-year-wrapper .historique-year.ele-triggered {
    opacity: 1;
    transition: opacity 0.1s ease-in; }

#abt-historique .historique-eve-box {
  display: none;
  opacity: 0; }
  #abt-historique .historique-eve-box .historique-logo {
    width: 300px;
    height: 300px;
    object-fit: contain; }
    @media (max-width: 1200px) {
      #abt-historique .historique-eve-box .historique-logo {
        height: 200px; } }
    @media only screen and (max-width: 576px) {
      #abt-historique .historique-eve-box .historique-logo {
        height: 150px; } }
  #abt-historique .historique-eve-box.ele-triggered {
    opacity: 1;
    display: flex;
    transition: opacity 0.3s 0.3s ease-in; }

#abt-historique .swiper-pagination {
  display: flex;
  flex-direction: column; }
  #abt-historique .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    position: relative;
    margin-bottom: 10px;
    background-color: #284A80; }
    #abt-historique .swiper-pagination .swiper-pagination-bullet::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      height: 10px;
      width: 2px;
      top: -10px;
      background-color: #284A80; }
    #abt-historique .swiper-pagination .swiper-pagination-bullet:first-child::after {
      content: none; }

#abt-historique .historique-wrapper {
  position: relative; }
  #abt-historique .historique-wrapper .historique-bg {
    min-height: 100%;
    height: 600px;
    object-fit: cover; }
    @media only screen and (max-width: 768px) {
      #abt-historique .historique-wrapper .historique-bg {
        height: 400px; } }
  #abt-historique .historique-wrapper .arrow-wrapper-hasbg {
    bottom: 0;
    left: -2.7rem; }
    @media only screen and (max-width: 768px) {
      #abt-historique .historique-wrapper .arrow-wrapper-hasbg {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -1.5rem; } }

#event-rule .rule-txt-box {
  border-top: solid 1px #6FCCEB;
  border-bottom: solid 1px #6FCCEB; }

#sngl-eve-vid {
  position: relative; }
  #sngl-eve-vid .vid-btn {
    width: 125px;
    height: 125px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    #sngl-eve-vid .vid-btn:hover {
      transform: translateY(1px); }
      #sngl-eve-vid .vid-btn:hover .box-shadows {
        box-shadow: none; }

#sngl-eve-comp .comp-txt-box {
  cursor: pointer; }
  #sngl-eve-comp .comp-txt-box .comp-sep {
    width: 100%;
    height: 2px;
    background: #28A7C7; }
  #sngl-eve-comp .comp-txt-box .comp-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-out; }
  #sngl-eve-comp .comp-txt-box .comp-arrow {
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
    transition: all 0.3s; }
  #sngl-eve-comp .comp-txt-box.ele-triggered .comp-arrow {
    transform: rotate(0deg);
    transition: all 0.3s; }
  #sngl-eve-comp .comp-txt-box.ele-triggered .comp-desc {
    opacity: 1;
    max-height: 100%;
    transition: all 0.3s ease-in; }

#sponsor-plat {
  background-image: url("../../images/lb-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #sponsor-plat .part-logo {
    max-width: 250px; }
  #sponsor-plat .part-box-wrapper {
    min-height: 300px; }

.part-gold-wrapper .part-box {
  width: 260px;
  height: 260px; }

.sponsors-sep {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #28A7C7, #6FCCEB); }

.part-silver-wrapper .part-box {
  width: 220px;
  height: 220px; }

.part-bronze-wrapper .part-box {
  width: 175px;
  height: 175px; }

#sngl-new .sngl-new-hero {
  width: 100%;
  height: 600px;
  object-fit: cover; }
  @media only screen and (max-width: 576px) {
    #sngl-new .sngl-new-hero {
      height: 330px; } }

#sngl-new .cat-btn {
  padding: 0 0.5rem;
  height: 40px;
  background-color: #132747;
  color: #ffffff; }

#sngl-new .sngl-media-row .sngl-media-btn {
  height: 60px;
  position: relative;
  min-width: 130px;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.25s; }
  @media only screen and (max-width: 991px) {
    #sngl-new .sngl-media-row .sngl-media-btn {
      min-width: 24px;
      margin-right: 5px; } }
  @media only screen and (max-width: 991px) {
    #sngl-new .sngl-media-row .sngl-media-btn .media-txt {
      display: none; } }
  #sngl-new .sngl-media-row .sngl-media-btn:hover {
    transition: all 0.25s; }
  #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-mail {
    background-color: #132747; }
    #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-mail:hover {
      background-color: #ffffff;
      color: #132747; }
      #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-mail:hover .sngl-media-icn {
        color: #ffffff; }
  #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-fab {
    background-color: #284A80; }
    #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-fab:hover {
      background-color: #ffffff;
      color: #284A80; }
  #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-lk {
    background-color: #28A7C7; }
    #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-lk:hover {
      background-color: #ffffff;
      color: #28A7C7; }
  #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-tw {
    background-color: #6FCCEB; }
    #sngl-new .sngl-media-row .sngl-media-btn.sngl-media-btn-tw:hover {
      background-color: #ffffff;
      color: #6FCCEB; }
  #sngl-new .sngl-media-row .sngl-media-btn .sngl-media-icn {
    position: absolute;
    left: 1rem;
    margin: auto 0;
    width: 22px;
    height: 25px;
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center; }
    #sngl-new .sngl-media-row .sngl-media-btn .sngl-media-icn.sngl-media-icn-lk {
      height: 20px; }
