
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-bookitalic-webfont.woff2") format("woff2"), url("../fonts/gotham-bookitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "gotham";
  src: url("../fonts/gotham-black-webfont.woff2") format("woff2"), url("../fonts/gotham-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?kum8p9");
  src: url("../fonts/icomoon.eot?kum8p9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kum8p9") format("truetype"), url("../fonts/icomoon.woff?kum8p9") format("woff"), url("../fonts/icomoon.svg?kum8p9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e912";
}

.icon-chevron-left:before {
  content: "\e913";
}

.icon-chevron-right:before {
  content: "\e914";
}

.icon-chevron-up:before {
  content: "\e915";
}

.icon-x:before {
  content: "\e900";
}

.icon-1:before {
  content: "\e901";
}

.icon-2:before {
  content: "\e902";
}

.icon-3:before {
  content: "\e903";
}

.icon-bitcoin-money-cryptocurrency-svgrepo-com:before {
  content: "\e904";
}

.icon-chats_circle_light_icon:before {
  content: "\e905";
}

.icon-check-circle-svgrepo-com:before {
  content: "\e906";
}

.icon-crown_king_royal_prince_award_icon:before {
  content: "\e907";
}

.icon-film_movie_icon:before {
  content: "\e908";
}

.icon-film_strip_light_icon:before {
  content: "\e909";
}

.icon-headset_light_icon:before {
  content: "\e90a";
}

.icon-image_icon:before {
  content: "\e90b";
}

.icon-image_light_icon:before {
  content: "\e90c";
}

.icon-info-icon-svgrepo-com:before {
  content: "\e90d";
}

.icon-phone_flip_icon:before {
  content: "\e90e";
}

.icon-send_icon:before {
  content: "\e90f";
}

.icon-shield_checkmark_icon:before {
  content: "\e910";
}

.icon-users_light_icon:before {
  content: "\e911";
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgba(14, 10, 25, 0.9);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: linear-gradient(135deg, #481a52 0%, #141022 100%);
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  border: 1px solid rgba(82, 74, 116, 0.5);
  border-radius: 6px;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #777386;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
  background: none;
}

.fancybox-slide--html .fancybox-close-small {
  color: #777386;
  padding: 4px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #261c38;
  width: 9px;
  bottom: 0;
  right: 0;
  top: 0;
  border-top-right-radius: 9px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec {
  border-top-right-radius: 9px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #2e2342;
  height: 14px;
  width: 9px;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #2e2342;
  height: 1px;
  width: 9px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #2e2342;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #2e2342;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #2e2342;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 20px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: #fff;
  background: #fff;
  font: 16px/1.2 "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.2;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 991.98px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

.clearfix:after, dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.df-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .df-row.df-rr-ph {
    flex-direction: row-reverse;
  }
}
@media (min-width: 576px) {
  .df-row.df-aic-ph {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .df-row.df-rr-sm {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .df-row.df-aic-sm {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .df-row.df-rr-md {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .df-row.df-aic-md {
    align-items: center;
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-1 {
    flex: 1 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-2 {
    flex: 1 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-3 {
    flex: 1 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-4 {
    flex: 1 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-5 {
    flex: 1 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-6 {
    flex: 1 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-7 {
    flex: 1 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-8 {
    flex: 1 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-9 {
    flex: 1 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-10 {
    flex: 1 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-11 {
    flex: 1 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
}
@media (min-width: 576px) {
  .df-row .col-ph-12 {
    flex: 1 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(8.3333333333% * 1);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(8.3333333333% * 2);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(8.3333333333% * 3);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(8.3333333333% * 4);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(8.3333333333% * 5);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(8.3333333333% * 6);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(8.3333333333% * 7);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(8.3333333333% * 8);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(8.3333333333% * 9);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(8.3333333333% * 10);
  }
}
@media (min-width: 576px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(8.3333333333% * 11);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-1 {
    flex: 1 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-2 {
    flex: 1 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-3 {
    flex: 1 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-4 {
    flex: 1 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-5 {
    flex: 1 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-6 {
    flex: 1 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-7 {
    flex: 1 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-8 {
    flex: 1 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-9 {
    flex: 1 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-10 {
    flex: 1 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-11 {
    flex: 1 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
}
@media (min-width: 768px) {
  .df-row .col-sm-12 {
    flex: 1 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(8.3333333333% * 1);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(8.3333333333% * 2);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(8.3333333333% * 3);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(8.3333333333% * 4);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(8.3333333333% * 5);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(8.3333333333% * 6);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(8.3333333333% * 7);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(8.3333333333% * 8);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(8.3333333333% * 9);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(8.3333333333% * 10);
  }
}
@media (min-width: 768px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(8.3333333333% * 11);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-1 {
    flex: 1 0 calc(8.3333333333% * 1);
    max-width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-2 {
    flex: 1 0 calc(8.3333333333% * 2);
    max-width: calc(8.3333333333% * 2);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-3 {
    flex: 1 0 calc(8.3333333333% * 3);
    max-width: calc(8.3333333333% * 3);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-4 {
    flex: 1 0 calc(8.3333333333% * 4);
    max-width: calc(8.3333333333% * 4);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-5 {
    flex: 1 0 calc(8.3333333333% * 5);
    max-width: calc(8.3333333333% * 5);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-6 {
    flex: 1 0 calc(8.3333333333% * 6);
    max-width: calc(8.3333333333% * 6);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-7 {
    flex: 1 0 calc(8.3333333333% * 7);
    max-width: calc(8.3333333333% * 7);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-8 {
    flex: 1 0 calc(8.3333333333% * 8);
    max-width: calc(8.3333333333% * 8);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-9 {
    flex: 1 0 calc(8.3333333333% * 9);
    max-width: calc(8.3333333333% * 9);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-10 {
    flex: 1 0 calc(8.3333333333% * 10);
    max-width: calc(8.3333333333% * 10);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-11 {
    flex: 1 0 calc(8.3333333333% * 11);
    max-width: calc(8.3333333333% * 11);
  }
}
@media (min-width: 992px) {
  .df-row .col-md-12 {
    flex: 1 0 calc(8.3333333333% * 12);
    max-width: calc(8.3333333333% * 12);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(8.3333333333% * 1);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(8.3333333333% * 2);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(8.3333333333% * 3);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(8.3333333333% * 4);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(8.3333333333% * 5);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(8.3333333333% * 6);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(8.3333333333% * 7);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(8.3333333333% * 8);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(8.3333333333% * 9);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(8.3333333333% * 10);
  }
}
@media (min-width: 992px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(8.3333333333% * 11);
  }
}
@media (min-width: 768px) {
  .df-row {
    margin: 0 -20px;
  }
}

h1,
.h1 {
  font-size: 20px;
}

h2,
.h2 {
  font-size: 16px;
}

h3,
.h3 {
  font-size: 15px;
}

h4,
.h4 {
  font-size: 14px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 48px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 48px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

h2 {
  margin: 0 0 0.6em;
  font-weight: 900;
  font-size: calc(26px + 22 * (100vw - 360px) / 840);
  line-height: 1;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  margin: 0 0 0.5em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: calc(22px + 10 * (100vw - 360px) / 840);
  line-height: 1;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 32px;
  }
}
h3 mark {
  background: none;
  color: #fcb917;
}

p {
  margin: 0 0 1em;
}

a {
  color: #007bff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: "gotham", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 0;
}
input[type=text]:not(textarea),
input[type=tel]:not(textarea),
input[type=email]:not(textarea),
input[type=search]:not(textarea),
input[type=password]:not(textarea),
input[type=url]:not(textarea),
textarea:not(textarea) {
  height: 40px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #ddd;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
textarea.placeholder {
  color: #ddd;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  transition: background 0.5s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 40px;
  padding: 8px 19px;
  font-size: 16px;
  line-height: 16px;
  color: #804f19;
  background: linear-gradient(to bottom, #ffef07 0%, #f35d1b 100%);
  border-width: 0;
  border-style: solid;
  border-color: linear-gradient(to bottom, #ffef07 0%, #f35d1b 100%);
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.5s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=file]:hover,
input[type=submit]:hover {
  background: #804f19;
  color: linear-gradient(to bottom, #ffef07 0%, #f35d1b 100%);
}

noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #000;
  background: #ff8f8f;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}

.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

[id=header] {
  position: relative;
  padding: 20px 0 0;
  z-index: 99;
}
@media (min-width: 768px) {
  [id=header] {
    padding: 32px 0;
  }
}
[id=header] .container {
  max-width: 1330px;
}

.header-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 140px;
  min-width: 140px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .logo {
    width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .logo {
    margin-left: -17px;
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 1200px) {
  .logo {
    width: 307px;
    min-width: 307px;
  }
}

[id=nav] {
  margin: 0 0 33px;
}

.nav-drop {
  transition: all 0.5s ease-in-out;
  background: rgba(21, 15, 39, 0.95);
  color: #5a5981;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: transform 0.5s;
  transform: translateX(-100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .nav-drop {
    width: auto;
    padding: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .nav-drop {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .nav-drop .btn.btn {
    font-size: 20px;
  }
}
.nav-active .nav-drop {
  transform: translateX(0);
}
.nav-drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .nav-drop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .nav-drop ul {
    margin: 0 -20px;
  }
}
@media (min-width: 1200px) {
  .nav-drop ul {
    margin: 0 -35px;
  }
}
.nav-drop li {
  list-style: none;
  padding: 14px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .nav-drop li {
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .nav-drop li {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .nav-drop li {
    padding: 0 35px;
  }
}
.nav-drop li.active a {
  color: #fff;
}
.nav-drop li.active a:after {
  opacity: 1;
  visibility: visible;
}
.nav-drop li.active .btn {
  color: #804f19;
}
.nav-drop li:hover > a {
  color: #fff;
}
.nav-drop a {
  position: relative;
  color: inherit;
}
.nav-drop a:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  transform: translateY(-50%);
  width: 8px;
  height: 16px;
  content: "";
  background: url("../images/arrow-left.png") no-repeat;
  background-size: contain;
  background-position: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .nav-drop a:after {
    left: calc(100% + 3px);
  }
}
@media (min-width: 992px) {
  .nav-drop a:after {
    left: calc(100% + 10px);
    width: 11px;
  }
}

.nav-opener {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  float: right;
  z-index: 10;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  height: 3px;
  border-radius: 3px;
  transform: translateY(-50%);
}
.nav-opener:before, .nav-opener:after {
  content: "";
}
.nav-opener:before {
  transform: translateY(-9px);
}
.nav-opener:after {
  transform: translateY(6px);
}
.nav-opener:hover:before, .nav-opener:hover:after,
.nav-opener:hover span {
  background-color: gray;
}
.nav-active .nav-opener span {
  opacity: 0;
  transform: rotate(45deg);
}
.nav-active .nav-opener:before {
  transform: rotate(45deg) translateY(0);
}
.nav-active .nav-opener:after {
  transform: rotate(-45deg) translateY(0);
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #150f27;
  background-repeat: no-repeat;
  background-position: 50% 0;
  min-height: 100vh;
  overflow: hidden;
  background-size: 150vw auto;
}
@media (min-width: 1200px) {
  [id=wrapper] {
    background-size: auto auto;
  }
}

main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.list-custom {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .list-custom {
    margin: 0 0 43px;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) {
  .list-custom {
    padding: 0 0 0 50px;
  }
}
.list-custom > li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 39px;
  min-height: 25px;
}
.list-custom > li + li {
  margin-top: 15px;
}
.list-custom > li:after {
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 30px;
  line-height: 1;
  content: "\e906";
  font-family: "icomoon";
  color: #fee209;
}

.list-custom-2 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 1;
}
.list-custom-2 > li {
  position: relative;
  padding-left: 18px;
}
.list-custom-2 > li + li {
  margin-top: 8px;
}
.list-custom-2 > li:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1;
  content: "\e910";
  font-family: "icomoon";
  color: #83d186;
}

[id=footer] {
  position: relative;
  color: #5a5981;
  font-size: 12px;
  line-height: 14px;
  padding: 37px 0 28px;
}
[id=footer]:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 196px;
  content: "";
  background: url("../images/shadow-footer.png") no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  pointer-events: none;
}
.approved [id=footer]:after {
  display: none;
}
[id=footer] a {
  color: inherit;
  transition: color 0.5s;
}
[id=footer] a:hover {
  color: #fff;
}
[id=footer] .container {
  position: relative;
  z-index: 1;
}

.footer-text {
  max-width: 710px;
  text-align: center;
  margin: 0 auto 47px;
}
.footer-text p {
  margin: 0 0 1.2em;
}

.footer-menu {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
}
.footer-menu > li:before {
  content: "|";
  margin: 0 5px;
}
.footer-menu > li:first-child:before {
  display: none;
}
.footer-menu a {
  color: #fff;
}
.footer-menu a:hover {
  text-decoration: underline;
}

.footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  text-align: left;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer-list > li {
  width: 260px;
  padding: 0 10px 20px;
}

.footer-list-item {
  display: flex;
  align-items: center;
  color: #967772;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.footer-list-item h5 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: inherit;
}
.footer-list-item__icon {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .footer-list-item__icon {
    width: 60px;
    min-width: 60px;
    text-align: right;
  }
}
.footer-list-item img {
  max-width: none;
  height: 60px;
}
.footer-list-item p {
  margin: 0;
}

.btn.btn {
  display: inline-block;
  padding: 8px 19px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 16px;
  vertical-align: top;
  transition: all 0.5s;
  height: auto;
  text-transform: uppercase;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 9px;
}
.btn.btn--default {
  color: #804f19;
  background: linear-gradient(to bottom, #ffef07 0%, #f35d1b 100%);
  border-color: linear-gradient(to bottom, #ffef07 0%, #f35d1b 100%);
  box-shadow: 0 1px 0 #fb1f1f;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(253, 217, 10, 0.3);
}
@media (min-width: 768px) {
  .btn.btn--default {
    font-size: 16px;
  }
}
.btn.btn--default:hover {
  color: #804f19;
  background: linear-gradient(to top, #ffef07 0%, #f35d1b 100%);
  border-color: linear-gradient(to bottom, #ffef07 0%, #f35d1b 100%);
}
.btn.btn--default .icon {
  margin-right: 10px;
}
.btn.btn--arrow {
  position: relative;
}
.btn.btn--arrow:after {
  display: block;
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 16px;
  content: "";
  background: url("../images/arrow-left.png") no-repeat;
  animation: shift 1.8s linear infinite;
}
.btn.btn--primary {
  color: #fff;
  background: #83d186;
  border: 0;
}
.btn.btn--primary:hover {
  color: #fff;
  background: #377839;
}
.btn.btn--secondary {
  color: #252525;
  background: linear-gradient(to bottom, #dededc 0%, #afb3b3 100%);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border: 0;
}
@media (min-width: 768px) {
  .btn.btn--secondary {
    font-size: 16px;
  }
}
.btn.btn--secondary:hover {
  color: #252525;
  background: linear-gradient(to top, #dededc 0%, #afb3b3 100%);
}
.btn.btn--sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4.5px;
}
.btn.btn--lg {
  padding: 15px 20px 26px;
  font-size: 18px;
  line-height: 26px;
  border-radius: 18px;
  min-width: 256px;
}
@media (min-width: 576px) {
  .btn.btn--lg {
    font-size: 24px;
  }
}
.btn.btn .icon-phone_flip_icon {
  display: inline-block;
  margin: 0 5px 0 0;
  transform: scaleX(-1);
  position: relative;
  top: 1px;
}
.btn.btn .icon-bitcoin-money-cryptocurrency-svgrepo-com {
  margin: 0 0 0 5px;
  font-size: 22px;
  line-height: 17px;
  position: relative;
  top: 5px;
}

.btn-premium {
  min-width: 205px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 9px;
  padding: 2px;
  font-weight: 400;
  color: #fcb917;
  background: linear-gradient(to right, #c35af4 0%, #fcc70c 100%);
}
.btn-premium > span {
  padding: 8px 19px;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: inherit;
  background: #141022;
  transition: background 0.5s;
}
.btn-premium .icon {
  color: #fff;
  margin: 0 8px 0 0;
}
.btn-premium:focus, .btn-premium:hover {
  color: #fcb917;
}
.btn-premium:focus > span, .btn-premium:hover > span {
  background: rgba(20, 16, 34, 0.9);
}

.btn-group {
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  margin: 0 5px 10px;
}

@keyframes shift {
  0% {
    margin-right: 0;
  }
  50% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0;
  }
}
.section-hero {
  position: relative;
  text-align: center;
}
.section-hero__image {
  position: relative;
  z-index: 1;
}
.section-hero .video-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.section-hero .video-wrap:after, .section-hero .video-wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  content: "";
  background: linear-gradient(to right, rgba(21, 15, 39, 0) 0%, rgb(21, 15, 39) 50%, rgba(21, 15, 39, 0) 100%);
}
.section-hero .video-wrap:after {
  left: 100%;
  transform: translateX(-50%);
}
.section-hero .video-wrap:before {
  right: 100%;
  transform: translateX(50%);
}
.section-hero video {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 704px;
}

.section-chat {
  position: relative;
}

.chat {
  margin-bottom: 30px;
  background: #141022;
  border: 1px solid #3d3259;
  border-radius: 6px;
}
.chat .btn {
  min-width: 161px;
}
.chat__heading {
  padding: 19px 8px 12px;
}
@media (min-width: 992px) {
  .chat__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.chat__logo-box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.25;
  color: #888397;
}
@media (min-width: 576px) {
  .chat__logo-box {
    padding: 0 32px;
  }
}
@media (min-width: 992px) {
  .chat__logo-box {
    margin-bottom: 0;
    max-width: 560px;
    width: 50%;
  }
}
.chat__logo {
  min-width: 89px;
  margin-right: 16px;
}
.chat__button-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
@media (min-width: 576px) {
  .chat__button-box {
    flex-direction: row;
  }
}
.chat__body {
  border-top: 1px solid #3d3259;
  border-radius: 6px 6px 0 0;
}
.chat__scroll {
  overflow-y: auto;
  height: 650px;
}
.chat__scroll:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: linear-gradient(to bottom, rgba(20, 16, 34, 0) 0%, rgb(20, 16, 34) 100%);
  pointer-events: none;
}
.chat__scroll-holder {
  padding: 40px 15px 20px 15px;
}
@media (min-width: 768px) {
  .chat__scroll-holder {
    padding: 75px 24px 30px 30px;
  }
}
.chat__message {
  padding: 15px;
}
@media (min-width: 768px) {
  .chat__message {
    padding: 26px 30px;
  }
}
.chat__message-panel {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .chat__message-panel {
    gap: 26px;
  }
}
.chat .send {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4b3b71;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
}
.chat .send:hover {
  background: #2c2647;
}

.message-video {
  max-width: 350px;
  margin: 0 0 18px 18px;
}
.message-video video {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.message-video ~ .message__time {
  margin-bottom: 27px;
}

.message__time {
  display: block;
  margin: 0 11px 27px;
  margin: 0 11px 3px;
  font-size: 12px;
  line-height: 1.2;
  color: #bc7cc7;
}
.message__text {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  min-height: 70px;
  width: 82%;
  padding: 18px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #fff;
  border-radius: 35px 35px 35px 0;
  background: linear-gradient(to right, #5b2261 0%, #1c182a 100%);
}
.message__text p:last-child {
  margin: 0;
}
.message--right .message__text {
  margin-left: auto;
  padding-left: 33px;
  border-radius: 35px 35px 0 35px;
  background: #201a34;
}
.message--right .message__time {
  text-align: right;
  color: #534582;
}

.send-video {
  margin: 0 0 21px;
  padding: 8px 10px 8px 14px;
  font-size: 12px;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  border-radius: 9px;
  background: linear-gradient(to right, #372553 0%, #471f56 100%);
}
.send-video .icon {
  margin-right: 10px;
}
.send-video:hover {
  color: inherit;
}

.send-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  position: relative;
  border-radius: 6px;
  background: #2c2647;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
@media (min-width: 576px) {
  .send-text {
    gap: 26px;
    align-items: center;
    flex-direction: row;
  }
}
.send-text a {
  color: #fff;
}
.send-text textarea {
  display: block;
  padding: 17px 19px;
  height: 50px;
  width: 100%;
  resize: none;
  background: none;
  border: 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.ask {
  padding: 10px 14px;
}
@media (min-width: 576px) {
  .ask {
    padding: 0 14px;
  }
}
.ask.active .arrow {
  transform: scaleY(-1);
}
.ask__text {
  display: flex;
  align-items: center;
}
.ask__drop {
  position: absolute;
  z-index: 10;
  right: 0;
  top: calc(100% + 8px);
  width: 130px;
  border-radius: 6px;
  background: #2c2647;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 576px) {
  .ask__drop {
    bottom: calc(100% + 8px);
    top: auto;
  }
}
.ask .icon {
  margin-right: 10px;
}
.ask .arrow {
  margin-left: 10px;
  color: #fcb917;
  transform: scaleY(1);
  transition: transform 0.5s;
}

.list-ask {
  margin: 0;
  padding: 17px;
  list-style: none;
}
.list-ask > li + li {
  border-top: 1px solid #423c5a;
}
.list-ask > li:last-child > a {
  padding-left: 4px;
  padding-right: 4px;
}
.list-ask a {
  color: #fff;
  display: block;
  padding: 8px 10px;
}
.list-ask a:hover {
  color: #fcb917;
}
.list-ask .icon {
  margin-right: 4px;
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fcb917;
  color: #2c2647;
  font-size: 9px;
  line-height: 1;
}

.open-close .slide {
  position: absolute;
  right: 0;
  width: 320px;
  z-index: 10;
  bottom: 0;
  border-radius: 6px;
  background: #2c2647;
  font-size: 12px;
  line-height: 14px;
}
.open-close .slide__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #fcb917;
}
.open-close .slide__heading .close-slide {
  font-size: 20px;
}
.open-close .slide__body {
  padding: 10px 15px;
}
.open-close .title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.open-close .title .icon {
  position: static;
  margin-right: 10px;
  font-size: 18px;
  width: auto;
  height: auto;
  color: #fcb917;
  background: none;
}

.steps input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.steps input[type=radio]#step1:checked ~ .step1 {
  display: block;
}
.steps input[type=radio]#step2:checked ~ .step2 {
  display: block;
}
.steps .step {
  display: none;
}
.steps .step__text {
  display: block;
  margin-bottom: 10px;
  color: #fcb917;
}
.steps .step__footer {
  padding: 10px 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.steps h4 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
.steps p {
  margin: 0 0 10px;
}
.steps ul {
  color: #fcb917;
}
.steps ul > li {
  margin-bottom: 5px;
}
.steps .btn {
  min-width: 0;
}
.steps .buttons {
  display: flex;
  gap: 10px;
}

.section-models {
  padding: 50px 0 34px;
}

.models {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .models {
    padding: 0 3%;
  }
}
.models > li {
  position: relative;
  width: 100%;
  padding: 0 3% 40px;
}
@media (min-width: 576px) {
  .models > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .models > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 1400px) {
  .models > li {
    width: 16.6666666667%;
  }
}
@media (min-width: 576px) {
  .models > li:not(:first-child):after {
    position: absolute;
    top: 70px;
    left: 0;
    width: 1px;
    height: 83px;
    content: "";
    background: #352e50;
    opacity: 0.5;
  }
}
@media (min-width: 576px) {
  .models > li:nth-child(2n+3):after {
    display: none;
  }
}
@media (min-width: 768px) {
  .models > li:nth-child(2n+3):after {
    display: block;
  }
}
@media (min-width: 768px) {
  .models > li:nth-child(3n+4):after {
    display: none;
  }
}
@media (min-width: 1400px) {
  .models > li:nth-child(3n+4):after {
    display: block;
  }
}
@media (min-width: 1400px) {
  .models > li:nth-child(3n+7):after {
    display: none;
  }
}

.model {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.5s;
}
.model__name {
  margin: 0 0 30px;
  display: block;
  font-size: 14px;
  line-height: 16px;
}
.model__avatar {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.model__avatar:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 0 solid #d339c9;
  border-radius: 50%;
  pointer-events: none;
}
.model__avatar img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.active .model, .model:hover {
  opacity: 1;
}
.active .model .model__avatar:after, .model:hover .model__avatar:after {
  border-width: 2px;
}

.video-playing {
  overflow: hidden;
}

#video {
  max-width: 80vw;
  max-height: 80vh;
  border-radius: 9px;
}

.video-full-page {
  position: fixed;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 9999;
  background: rgba(20, 16, 34, 0.95);
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .video-full-page {
    padding: 60px;
  }
}
.video-stop .video-full-page, .video-end .video-full-page {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.unmute-button,
.stop-button {
  position: fixed;
  z-index: 10000;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  padding: 0;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  background: none;
}
.video-stop .unmute-button, .video-end .unmute-button,
.video-stop .stop-button,
.video-end .stop-button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.unmute-button:hover,
.stop-button:hover {
  color: #fcb917;
  background: none;
}

.unmute-button {
  right: auto;
  left: 10px;
  background: green;
}

.lightbox-content {
  max-width: 90%;
  width: 1044px;
  color: #fff;
  padding: 20px;
}
@media (min-width: 768px) {
  .lightbox-content {
    padding: 40px 20px;
  }
}
@media (min-width: 992px) {
  .lightbox-content {
    padding: 90px 58px 96px;
  }
}
@media (min-width: 768px) {
  .lightbox-content__wrap {
    display: flex;
  }
}
.lightbox-content__col {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .lightbox-content__col {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .lightbox-content__col {
    padding: 0 42px;
  }
}
.lightbox-content__avatar {
  margin: 0 auto;
  width: 32vw;
  height: 32vw;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #dd3bd2;
}
@media (min-width: 1180px) {
  .lightbox-content__avatar {
    width: 380px;
    height: 380px;
  }
}
.lightbox-content h2 {
  margin: 0 0 0.9em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 768px) {
  .lightbox-content h2 {
    font-size: 32px;
  }
}
.lightbox-content h2 mark {
  background: none;
  color: #fee209;
}
.lightbox-content__text {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #dfd9ad;
}
@media (min-width: 768px) {
  .lightbox-content__text {
    margin: 0 0 34px;
  }
}
.lightbox-content__text p {
  margin: 0 0 1.2em;
}
@media (min-width: 768px) {
  .lightbox-content__btn-wrap {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .lightbox-content__btn-wrap {
    padding-left: 50px;
  }
}

.counter-wrap {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  background: radial-gradient(circle at 50% 100%, #632b71 0%, #241d3c 50%);
}
@media (min-width: 992px) {
  .counter-wrap {
    margin-top: 108px;
  }
}
.counter-wrap .logo {
  width: 153px;
  min-width: 153px;
  margin: 0;
}
.counter-wrap .container {
  max-width: 1070px;
}

.counter-hold {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 0;
  gap: 15px;
}
@media (min-width: 768px) {
  .counter-hold {
    gap: 8px;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .counter-hold {
    min-height: 95px;
  }
}

.counter-text {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 992px) {
  .counter-text {
    font-size: 28px;
  }
}
.counter-text .icon {
  color: #fee209;
  margin-left: 10px;
}

.counter {
  display: flex;
  align-items: center;
  min-width: 153px;
}
.counter > span {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 51px;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 900;
}
.counter > span:after {
  width: 100%;
  font-weight: normal;
}
.counter > span + span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  content: "";
  background: #fee209;
}
@media (min-width: 992px) {
  .counter > span + span:before {
    height: 56px;
  }
}
.counter #minutes:after {
  content: "Min";
}
.counter #seconds:after {
  content: "Sec";
}
.counter #milliseconds:after {
  content: "Ms";
}

.benefits {
  position: relative;
}

.list-benefits {
  position: relative;
  z-index: 1;
  margin: 17px 3.8% 60px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.list-benefits > li {
  display: flex;
  width: 100%;
  text-align: center;
  background: #2d2748;
}
.list-benefits > li:nth-child(even) {
  background: #27223f;
}
@media (min-width: 576px) {
  .list-benefits > li {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .list-benefits > li {
    width: 20%;
  }
}
@media (min-width: 576px) {
  .list-benefits > li:nth-last-child(-n+2) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .list-benefits > li:nth-last-child(-n+2) {
    width: 20%;
  }
}
@media (min-width: 576px) {
  .list-benefits > li:last-child {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .list-benefits > li:last-child {
    width: 20%;
  }
}

.item-benefist {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  line-height: 1.1875;
}
@media (min-width: 768px) {
  .item-benefist {
    padding: 30px 10px 34px;
  }
}
.item-benefist__icon {
  height: 73px;
  margin-bottom: 23px;
}
.item-benefist img {
  max-height: 100%;
}

.section-join {
  position: relative;
  z-index: 2;
  padding: 33px 0 68px;
}
.section-join h1 {
  margin: 0 0 0.3em;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
  color: #83d186;
}
.section-join__heading {
  margin: 0 0 50px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 992px) {
  .section-join__heading {
    margin-bottom: 78px;
  }
}
.section-join__heading mark {
  color: #83d186;
  background: none;
}
.section-join h2 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 900;
  font-size: 28px;
  line-height: 1;
}
.section-join .sub-title {
  color: #fdd90a;
  font-size: 12px;
  line-height: 1.2;
}
.section-join .title {
  margin: 0 0 28px;
  text-align: center;
}
.section-join__buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-join__buttons {
    max-width: 354px;
    margin-right: 25px;
    margin-left: 0;
  }
}
.section-join .btn {
  line-height: 25px;
}
.section-join__text {
  padding: 34px 0 30px 15px;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .section-join__text {
    margin-right: -20px;
    padding: 34px 0 40px 10%;
  }
}
.section-join__visual {
  text-align: center;
}

.custom-radio {
  display: block;
  color: #fff;
}
.custom-radio + .custom-radio {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .custom-radio + .custom-radio {
    margin-top: 69px;
  }
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.custom-radio input:checked + .custom-radio__content {
  background: linear-gradient(to right, #c35af4 0%, #fcc70c 100%);
}
.custom-radio input:checked + .custom-radio__content .custom-radio__col:first-child {
  background: #4e265e;
}
.custom-radio input:checked + .custom-radio__content .custom-radio__col:last-child {
  background: #953aa0;
}
.custom-radio__percent {
  position: absolute;
  left: 39px;
  top: 0;
  transform: translateY(-50%);
  width: 87px;
  padding: 4px 5px;
  border-radius: 9px;
  background: #fdd90a;
  text-align: center;
  color: #22150e;
  font-size: 14px;
  line-height: 16px;
}
.custom-radio__content {
  display: block;
  position: relative;
  padding: 2px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}
.custom-radio__columns {
  display: flex;
  min-height: 90px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.custom-radio__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-radio__col:first-child {
  width: 55%;
  padding: 0 5%;
  background: rgba(123, 48, 132, 0.4);
}
.custom-radio__col:last-child {
  width: 45%;
  background: rgba(149, 58, 160, 0.4);
}
.custom-radio b {
  display: block;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 768px) {
  .custom-radio b {
    font-size: 28px;
  }
}
.custom-radio del {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #fdd90a;
}

.price {
  display: flex;
  align-items: center;
}
.price__inc {
  display: block;
  padding-right: 3px;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 768px) {
  .price__inc {
    font-size: 48px;
  }
}
.price__cent {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  padding-left: 5px;
}
.price__month {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #fdd90a;
}

@media (min-width: 768px) {
  .columns-join {
    display: flex;
  }
}
@media (min-width: 768px) {
  .columns-join__col {
    width: 50%;
  }
}
.columns-join__col:first-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .columns-join__col:first-child {
    padding-right: 2%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .columns-join__col:first-child {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (min-width: 1200px) {
  .columns-join__col:first-child {
    padding-left: 10%;
  }
}
@media (min-width: 1400px) {
  .columns-join__col:first-child {
    padding-left: 16.7%;
  }
}
@media (min-width: 768px) {
  .columns-join__col:last-child {
    padding-left: 2%;
  }
}
@media (min-width: 992px) {
  .columns-join__col:last-child {
    padding-left: 4%;
  }
}
@media (min-width: 768px) {
  .columns-join__col:last-child .title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .columns-join .list-custom {
    padding-left: 40px;
    margin-bottom: 30px;
  }
}

.form {
  display: block;
  padding: 15px 0 0;
}






.download-btn{

  display: flex;
  margin: 20px;
  color:white;
  height: 20px !important;
}


.message-image{
  max-width: 40%;
  
}


.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ccc;
}


/* Loader Spinner */
.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Esconder o spinner quando não estiver em uso */
.hidden {
  display: none;
}

/* Animação do Loader */
@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}


/* Container principal do indicador personalizado */
.media-loading-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  border-radius: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-family: Arial, sans-serif;
  margin: 10px auto;
  width: fit-content;
}

/* Animação do círculo girando */
.loading-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #a070ff;
  border-bottom-color: #a070ff;
  animation: spinCircle 1s linear infinite;
}

@keyframes spinCircle {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Estilos para texto de status */
.media-loading-text {
  font-size: 14px;
  text-align: center;
}

/* O “card” envoltório */
.video-card {
  
 
  padding: 15px;
  position: relative;
 
  margin: 20px auto;
 
}

/* Mantém a “área do vídeo” arredondada e dentro do card */
.video-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden; /* para recortar o blur */
}

/* O vídeo em si */
.video-container video {
  display: block;
  width: 100%;
  height: auto;
  filter: blur(12px);
  pointer-events: none; /* impede clique */
}

/* Ícone centralizado */
.video-icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 40px;
}

/* Botão fixado no rodapé do card */
.unlock-btn {
  position: absolute;
  bottom: 69px;
  left: 18%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #7049f7;
  color: white;
  border: none;
  height:20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}

 

@media (max-width:768px) {
	
	.unlock-btn {
	position: absolute;
	
	 bottom: 69px;
  left: 50%;
	}
	
	
	.message-image{
  max-width: 95%;
  
}



.top-right-link {
	
  left:270px !important;
}

	
	
}




.send-image{
  margin: 0 0 21px;
  padding: 8px 10px 8px 14px;
  font-size: 12px;
  line-height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 9px;
  background: -webkit-gradient(linear,left top,right top,from(#372553),to(#471f56));
  background: linear-gradient(to right,#372553 0%,#471f56 100%)
}
.send-image.icon {
  margin-right: 15px
}
.send-image:hover {
  color: inherit
}




.download-btn{

  display: flex;
  margin: 20px;
  color:white;
  height: 20px !important;
}


.message-image{
  max-width: 40%;
  
  padding:1%;
  
}




.unlock-btn:hover {
  opacity: 0.9;
}

.chat__scroll-holder {
  min-height: 60vh; /* ou 150vh, ajusta conforme necessário */
}

li.open-close {
  position: relative;
  padding-left: 1.0em;
  top:-8px;
}

li.open-close::before {
  content: "•"; /* Ou um número: "1." */
  position: absolute;
  left: 0;
  top: 0.2em;
  display:none;
  font-size: 1.2em;
 
}


/* ================================
   Maintenance Page Styles
   ================================ */
.section-maintenance {
  position: relative;
  padding: 100px 20px;
 /* background: radial-gradient(circle at center, #632b71 0%, #241d3c 100%);*/
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.section-maintenance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padrão sem sobrepor demais */
  background: url("../images/maintenance-pattern.png") center center / cover no-repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}

.section-maintenance__heading {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.section-maintenance__heading h1 {
  font-size: calc(26px + 22 * (100vw - 360px) / 840);
  line-height: 1;
  font-weight: 900;
  color: #83d186;
  margin: 0;
}

.section-maintenance__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
  color: #dfd9ad;
}

.section-maintenance__content p {
  margin-bottom: 20px;
}

.section-maintenance__content a {
  color: #fdd90a;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .section-maintenance {
    padding: 120px 40px;
  }
  .section-maintenance__heading h1 {
    font-size: 48px;
    margin-bottom: 60px;
  }
  .section-maintenance__content {
    font-size: 18px;
  }
}


.maintenance_h {
    margin: 0 0 0.3em !important;
    font-weight: 900 !important;
    font-size: 28px !important;
    line-height: 1 !important;
    color: yellow !important;
}




.top-right-link {
  position: absolute;
  top: 27px;
  right: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ffba00;
 
  border: 2px solid transparent;
  background-clip: padding-box;
  text-decoration: none;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-image: linear-gradient(#1c142b, #1c142b), linear-gradient(45deg, #d946ef, #facc15);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.top-right-link:hover {
  background-image: linear-gradient(#2a1b3e, #2a1b3e), linear-gradient(45deg, #d946ef, #facc15);
  color: #ffffff;
}


