@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Just+Another+Hand&family=Oswald:wght@200;300;400;500;600;700&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Yeon+Sung&display=swap");
@font-face {
  font-family: "American Typewriter";
  font-weight: 200;
  src: url("/fonts/american-typewriter/AmericanTypewriter_200.ttf") format("truetype");
}
@font-face {
  font-family: "American Typewriter";
  font-weight: 400;
  src: url("/fonts/american-typewriter/AmericanTypewriter_400.ttf") format("truetype");
}
@font-face {
  font-family: "American Typewriter";
  font-weight: 600;
  src: url("/fonts/american-typewriter/AmericanTypewriter_600.ttf") format("truetype");
}
@font-face {
  font-family: "American Typewriter";
  font-weight: 800;
  src: url("/fonts/american-typewriter/AmericanTypewriter_800.ttf") format("truetype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 100;
  font-style: normal;
  src: url("/fonts/museo-sans/Museo_Sans_100.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 100;
  font-style: italic;
  src: url("/fonts/museo-sans/Museo_Sans_100_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/museo-sans/Museo_Sans_300.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 300;
  font-style: italic;
  src: url("/fonts/museo-sans/Museo_Sans_300_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/museo-sans/Museo_Sans_500.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 500;
  font-style: italic;
  src: url("/fonts/museo-sans/Museo_Sans_500_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/museo-sans/Museo_Sans_700.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 700;
  font-style: italic;
  src: url("/fonts/museo-sans/Museo_Sans_700_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 900;
  font-style: normal;
  src: url("/fonts/museo-sans/Museo_Sans_900.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 900;
  font-style: italic;
  src: url("/fonts/museo-sans/Museo_Sans_900_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans Display";
  font-weight: 100;
  font-style: normal;
  src: url("/fonts/museo-sans-display/MuseoSansDisplay-Hairline.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans Display";
  font-weight: 200;
  font-style: normal;
  src: url("/fonts/museo-sans-display/MuseoSansDisplay-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans Display";
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/museo-sans-display/MuseoSansDisplay-Light.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans Display";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/museo-sans-display/MuseoSansDisplay-Black.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans Display";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/museo-sans-display/MuseoSansDisplay-ExtraBlack.otf") format("opentype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 100;
  font-style: normal;
  src: url("/fonts/bebas-neue/BebasNeue-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 200;
  font-style: normal;
  src: url("/fonts/bebas-neue/BebasNeue-Light.otf") format("opentype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/bebas-neue/BebasNeue-Book.otf") format("opentype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/bebas-neue/BebasNeue-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/bebas-neue/BebasNeue-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Bebas Neue Rounded";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/bebas-neue-rounded/Bebas_Neue_Rounded_Regular.otf") format("opentype");
}
html {
  height: -webkit-fill-available;
}

body {
  height: -webkit-fill-available;
  font-family: "Museo Sans", sans-serif;
  color: #000000;
  font-weight: 300;
  margin: 0;
  padding: 0;
  touch-action: pan-x pan-y;
}
body.prog {
  margin-left: 26px;
}
body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.museo-sans {
  font-family: "Museo Sans", sans-serif;
}

.museo-sans-display {
  font-family: "Museo Sans Display", sans-serif;
}

.american-typewriter {
  font-family: "American Typewriter", monospace;
}

strong {
  font-weight: 900;
}

a {
  color: #0E71B8;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #0E71B8;
  text-decoration: none;
}
a:focus {
  color: #0E71B8;
  text-decoration: none;
}

p, .p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: normal;
}

ul, ol {
  font-size: 1.4rem;
  line-height: normal;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}
ul.content-list li, ol.content-list li {
  margin-bottom: 1rem;
}
ul.content-list:not(ul.content-list.no-yellow-strong, ol.content-list.no-yellow-strong) li strong, ol.content-list:not(ul.content-list.no-yellow-strong, ol.content-list.no-yellow-strong) li strong {
  color: #FFF200;
}
ul.more-spacing li, ol.more-spacing li {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo Sans Display", sans-serif;
  line-height: normal;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.85rem;
  margin-bottom: 1rem;
}

.bebas {
  font-family: "Bebas Neue Rounded", sans-serif;
}

.container .row {
  margin-right: 0;
  margin-left: 0;
}

.just-another-hand {
  font-family: "Just Another Hand", cursive;
}

.font-head {
  font-family: "Museo Sans Display", sans-serif;
  line-height: normal;
}

.bg-img-sect {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-sect .background-video-overflow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  background-image: url("../img/bg/light-blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-sect .background-video-overflow .background-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 1px);
  width: 100%;
  transition: all 0.5s ease;
}
.bg-img-sect .background-video-overflow .background-video-wrap #ec-background-video {
  background-color: #000;
}

.ec-navbar {
  position: relative;
  padding: 20px 0;
  color: #FFFFFF;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background-color: #1A1A1A;
}
.ec-navbar a {
  color: #FFFFFF;
  font-weight: 900;
  opacity: 1;
  transition: all 0.2s ease;
}
.ec-navbar a i {
  padding-right: 0.25rem;
  font-size: 90%;
}
.ec-navbar a:hover {
  opacity: 0.9;
}

.ec-footer {
  background-color: #1A1A1A;
  color: #FFFFFF;
  background-image: url("../img/doac-rbg-light.png");
  background-size: 15vh;
  background-position: center;
  background-repeat: repeat;
  font-weight: normal;
  font-size: 16px;
  padding: 20px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.ec-footer a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease;
}
.ec-footer .footer-copyright {
  background-color: #1A1A1A;
  color: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.intrinsic-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.intrinsic-container iframe, .intrinsic-container video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.blue-bg {
  background-color: #0E71B8;
}

.dark-blue-bg {
  background-color: #272E6D;
}

.red-bg {
  background-color: #D2102F;
}

.green-bg {
  background-color: #00A652;
}

.purple-bg {
  background-color: #381C6B;
}

.pink-bg {
  background-color: #B12667;
}

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

.black-bg {
  background-color: #1A1A1A;
}

.doac-light-rbg {
  background-image: url("../img/doac-rbg-light.png");
  background-size: 15vh;
  background-repeat: repeat;
  background-position: center;
}

.doac-dark-rbg {
  background-image: url("../img/doac-rbg-dark.png");
  background-size: 15vh;
  background-repeat: repeat;
  background-position: center;
}

.blue-gradient-bg {
  background-color: #0E71B8;
  background: linear-gradient(135deg, #07375A, #3DA5F0);
}

.dark-blue-gradient-bg {
  background-color: #272E6D;
  background: linear-gradient(135deg, #0C0E22, #424EB8);
}

.red-gradient-bg {
  background-color: #D2102F;
  background: linear-gradient(135deg, #A10C25, #EF2546);
}

.green-gradient-bg {
  background-color: #00A652;
  background: linear-gradient(135deg, #004221, #0FFF87);
}

.purple-gradient-bg {
  background-color: #381C6B;
  background: linear-gradient(135deg, #0D0618, #6130BB);
}

.pink-gradient-bg {
  background-color: #B12667;
  background: linear-gradient(135deg, #5D1436, #DD5F9A);
}

.ibiza-sunset-bg {
  background-color: #FF6A00;
  background: linear-gradient(135deg, #FF6A00, #EE0979);
}

.twentythree-bg {
  background-color: #000000;
  background: linear-gradient(135deg, #000000, #1A1A1A);
}

.blue-color {
  color: #0E71B8;
}

.dark-blue-color {
  color: #272E6D;
}

.red-color {
  color: #D2102F;
}

.yellow-color {
  color: #FFF200;
}

.green-color {
  color: #00A652;
}

.purple-color {
  color: #381C6B;
}

.pink-color {
  color: #B12667;
}

.white-color {
  color: #FFFFFF;
}

a.white-color {
  color: #FFFFFF;
}
a.white-color:hover {
  color: #BFBFBF;
}

.doac-light-color {
  color: #333333;
}

.doac-black {
  color: #1A1A1A;
}

.doac-dark-color {
  color: #000000;
}

.ec-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: center;
  color: #FFFFFF !important;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 20px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s ease;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #0E71B8;
  margin-bottom: 1rem;
  line-height: normal;
}
.ec-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.05));
  transition: opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.ec-button:hover::after {
  opacity: 1;
}
.ec-button.alt {
  border-radius: 10px;
}
.ec-button.alt::after {
  border-radius: 10px;
}
.ec-button.small {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
}
.ec-button.small::after {
  border-radius: 10px;
}
.ec-button.green {
  background: #00A652;
}
.ec-button.red {
  background: #D2102F;
}
.ec-button.dark-blue {
  background: #272E6D;
}
.ec-button.disabled {
  filter: grayscale(1);
  opacity: 0.5;
  cursor: not-allowed;
}

.yithss {
  font-size: 125%;
}

.bounce {
  animation: bounce 2s linear infinite;
}

@keyframes bounce {
  0%, 50%, 100% {
    transform: translateY(10px);
  }
  25%, 75% {
    transform: translateY(-10px);
  }
}
.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.ec-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  display: table;
  z-index: 999;
  transition: opacity 0.5s ease;
  perspective: 800px;
}
.ec-modal .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.ec-modal .modal-outer {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: all 0.75s ease;
  transform: scale(0) rotateX(360deg);
  transform-style: preserve-3d;
  pointer-events: none;
}
.ec-modal .modal-outer .modal-inner {
  position: relative;
  z-index: 999;
  display: inline-block;
  background-color: #FFFFFF;
  margin: 1rem;
  width: calc(100% - 2rem);
  max-width: 800px;
  max-height: 90vh;
  border-radius: 0.25rem;
  overflow: auto;
  text-align: left;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
  pointer-events: all;
}
.ec-modal .modal-outer .modal-inner .modal-close {
  position: absolute;
  color: #FFFFFF;
  top: 0.25rem;
  right: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.5;
  text-align: center;
  transition: all 0.25s ease;
  z-index: 9;
}
.ec-modal .modal-outer .modal-inner .modal-close:hover {
  opacity: 0.75;
}
.ec-modal .modal-outer .modal-inner .modal-header {
  padding: 1rem;
  border-bottom: 0;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.ec-modal .modal-outer .modal-inner .modal-contents {
  padding: 1rem;
}
.ec-modal .modal-outer .modal-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  backface-visibility: hidden;
  z-index: -1;
}
.ec-modal.modal-open {
  opacity: 1;
}
.ec-modal.modal-open .modal-outer {
  transform: scale(1) rotateX(0deg);
}
.ec-modal.modal-open .modal-inner, .ec-modal.modal-open .modal-bg {
  pointer-events: all;
}
.ec-modal.fast-in .modal-outer {
  transition: all 0.25s ease;
  transform: scale(0);
}
.ec-modal.fast-in.modal-open .modal-outer {
  transform: scale(1);
}
.ec-modal.grow-anim .modal-outer {
  transform: scale(0);
}
.ec-modal.grow-anim.modal-open .modal-outer {
  transform: scale(1);
}

.modal-header {
  position: relative;
}
.modal-header .close {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.ec-message {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.ec-message.blue {
  background-color: #0E71B8;
}
.ec-message.red {
  background-color: #D2102F;
}

.ec-form label {
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.ec-form input, .ec-form textarea, .ec-form select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.ec-form textarea {
  min-height: 120px;
}
.ec-form .select-container {
  position: relative;
  display: block;
  width: 100%;
}
.ec-form .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ec-form .select-container select:-ms-expand {
  display: none;
}
.ec-form .select-container::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: calc(50% - 7.5px);
  right: 0.75em;
  border-top: 8px solid black;
  opacity: 0.75;
}
.ec-form .form-sect {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.75s ease;
}
.ec-form .form-sect.active {
  height: auto;
  opacity: 1;
  overflow: visible;
}
.ec-form .input-cont.moving-label {
  position: relative;
}
.ec-form .input-cont.moving-label label {
  position: absolute;
  width: auto;
  top: 11px;
  left: 11px;
  pointer-events: none;
  opacity: 0.75;
  margin: 0;
  transition: all 0.2s ease;
}
.ec-form .input-cont.moving-label input, .ec-form .input-cont.moving-label textarea, .ec-form .input-cont.moving-label select {
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}
.ec-form .input-cont.moving-label input:active, .ec-form .input-cont.moving-label input:focus, .ec-form .input-cont.moving-label input:valid:not(:placeholder-shown), .ec-form .input-cont.moving-label textarea:active, .ec-form .input-cont.moving-label textarea:focus, .ec-form .input-cont.moving-label textarea:valid:not(:placeholder-shown), .ec-form .input-cont.moving-label select:active, .ec-form .input-cont.moving-label select:focus, .ec-form .input-cont.moving-label select:valid:not(:placeholder-shown) {
  padding-top: 1.5rem;
}
.ec-form .input-cont.moving-label input:active ~ label, .ec-form .input-cont.moving-label input:focus ~ label, .ec-form .input-cont.moving-label input:valid:not(:placeholder-shown) ~ label, .ec-form .input-cont.moving-label textarea:active ~ label, .ec-form .input-cont.moving-label textarea:focus ~ label, .ec-form .input-cont.moving-label textarea:valid:not(:placeholder-shown) ~ label, .ec-form .input-cont.moving-label select:active ~ label, .ec-form .input-cont.moving-label select:focus ~ label, .ec-form .input-cont.moving-label select:valid:not(:placeholder-shown) ~ label {
  font-size: 0.75rem;
}

.big-checkbox {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.big-checkbox:not(.no-box) {
  padding: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding-left: 5rem;
}
.big-checkbox:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.1);
}
.big-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.big-checkbox input:checked ~ .checkmark {
  background-color: #00A652;
}
.big-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.big-checkbox .checkmark {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 1rem;
  padding: 1.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}
.big-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 1rem;
  top: 0.25rem;
  width: 1rem;
  height: 2.25rem;
  border: solid #FFFFFF;
  border-width: 0 0.5rem 0.5rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}
.big-checkbox.purple {
  line-height: normal;
  background-color: rgba(243, 27, 160, 0.2);
}
.big-checkbox.purple .checkmark {
  background-color: rgb(255, 255, 255);
}
.big-checkbox.purple:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.5);
}
.big-checkbox.purple input:checked ~ .checkmark {
  background-color: #00A652;
}
.big-checkbox.checkbox-top .checkmark {
  top: 1rem;
}
.big-checkbox.checkbox-right {
  padding-left: 1rem;
  padding-right: 5rem;
}
.big-checkbox.checkbox-right .checkmark {
  left: unset;
  right: 1rem;
}
.big-checkbox.no-box {
  padding: calc(1.5rem + 1px);
}
.big-checkbox.no-box .checkmark {
  top: 0;
  left: 0;
}
.big-checkbox.light-ver .checkmark {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.big-checkbox.light-ver:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.5);
}
.big-checkbox.light-ver input:checked ~ .checkmark {
  background-color: #00A652;
}

.reg-checkbox {
  display: table !important;
  min-height: 1.5rem;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reg-checkbox p {
  display: table-cell;
  vertical-align: middle;
}
.reg-checkbox:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.1);
}
.reg-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.reg-checkbox input:checked ~ .checkmark {
  background-color: #00A652;
}
.reg-checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.reg-checkbox .checkmark {
  position: absolute;
  top: calc(50% - 0.75rem - 2px);
  left: 0;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}
.reg-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0.5rem;
  top: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #FFFFFF;
  border-width: 0 0.25rem 0.25rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.hello-bar {
  background-color: #00A652;
  color: #FFFFFF;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  height: 2rem;
  text-align: center;
  transition: all 1s ease;
  overflow: hidden;
}
.hello-bar p {
  font-size: 1rem;
  font-weight: 700;
}
.hello-bar p a {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 0.25rem;
}
.hello-bar p a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hello-bar.closed {
  height: 0;
  padding: 0;
}
.hello-bar.hb-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1998;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.hello-bar.yellow {
  background-color: #FFF200;
}
.hello-bar.red {
  background-color: #D2102F;
}
.hello-bar.gold {
  background-color: #AA8E48;
  color: #000000;
}

.best-deal::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -6px;
  right: -8px;
  background-image: url("../img/best-deal-corner.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.best-deal.alt-23::after {
  width: 20%;
  height: 75%;
  background-image: url("../img/best-deal-corner.png");
  background-size: contain;
  background-position: top right;
}
.best-deal.alt-22::after {
  background-image: url("../img/best-deal-corner.png");
}

.ec-table {
  width: 100%;
}
.ec-table td, .ec-table th {
  vertical-align: middle;
}
.ec-table.guest-table {
  table-layout: fixed;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.ec-table.guest-table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ec-table.guest-table tr:nth-of-type(odd) {
  background-color: #C7CDD4;
}
.ec-table.guest-table tr:nth-of-type(even) {
  background-color: #D2D7DD;
}
.ec-table.guest-table tr:first-of-type {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.ec-table.guest-table tr th {
  font-weight: 800;
}
.ec-table.guest-table tr th, .ec-table.guest-table tr td {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  text-align: center;
}
.ec-table.guest-table tr th input, .ec-table.guest-table tr th textarea, .ec-table.guest-table tr th select, .ec-table.guest-table tr td input, .ec-table.guest-table tr td textarea, .ec-table.guest-table tr td select {
  margin-bottom: 0;
}
.ec-table.guest-table tr:last-of-type {
  border-bottom: 0;
}
.ec-table.tr-borders tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.ec-table.tr-borders tr:last-of-type {
  border-bottom: 0;
}
.ec-table.td-padding tr td, .ec-table.td-padding tr th {
  padding: 0.25rem;
}
.ec-table.td-padding tr td:first-of-type, .ec-table.td-padding tr th:first-of-type {
  padding-left: 0;
}
.ec-table.td-padding tr td:last-of-type, .ec-table.td-padding tr th:last-of-type {
  padding-right: 0;
}
.ec-table.td-padding tr:first-of-type td, .ec-table.td-padding tr:first-of-type th {
  padding-top: 0;
}
.ec-table.td-padding tr:last-of-type td, .ec-table.td-padding tr:last-of-type th {
  padding-bottom: 0;
}
.ec-table .ticket-dl {
  padding-left: 0 !important;
  width: 3rem;
}
.ec-table .ticket-dl > a {
  font-size: 1.75rem;
}
.ec-table .ticket-dl > a i {
  transform: rotate(-20deg);
}
.ec-table .ticket-dl > a i.standard {
  color: #D2102F;
}
.ec-table .ticket-dl > a i.gold {
  color: #FFCE1A;
}
.ec-table .ticket-dl > a i.vip {
  color: #231F20;
}

.covering-img {
  position: relative;
}
.covering-img::before, .covering-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-50% - 2vw);
  width: 50%;
  padding-top: 33.333%;
  background-image: url("../img/covering-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(-3deg);
  border: 2px solid #FFFFFF;
  border-radius: 0.5rem;
}
.covering-img::after {
  background-image: url("../img/covering-1.jpg");
  left: unset;
  right: calc(-50% - 2vw);
  transform: translateY(-50%) rotate(3deg);
}

ul.more-space li {
  margin-bottom: 1rem;
}

#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #FFFFFF;
  opacity: 0.25;
  transition: all 0.25s ease;
  cursor: wait;
}

.ghost-btn {
  display: inline-block;
  color: #FFFFFF;
  padding: 0.25rem 1rem;
  border: 0.2rem solid #FFFFFF;
  text-align: center;
  font-weight: 800;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ghost-btn:hover {
  background-color: #FFFFFF;
  color: #000000;
  mix-blend-mode: screen;
}
.ghost-btn:focus {
  background-color: #FFFFFF;
  color: #000000;
  mix-blend-mode: screen;
}

.solid-btn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.2rem;
  padding: 0.5rem 2rem;
  background-color: #00A652;
  text-align: center;
  font-weight: 800;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  margin-bottom: 1.2rem;
  line-height: normal;
}
.solid-btn:not(.sb-notbutton):hover {
  color: #FFFFFF;
  background-color: #004221;
}
.solid-btn:not(.sb-notbutton):focus {
  color: #FFFFFF;
  background-color: #004221;
}
.solid-btn.sb-central {
  display: table;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
.solid-btn.sb-shimmer {
  position: relative;
  overflow: hidden;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.solid-btn.sb-shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20%;
  width: 15%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  mix-blend-mode: overlay;
  -webkit-transform: skewX(-20deg) translateX(0);
  transform: skewX(-20deg) translateX(0);
}
.solid-btn.sb-shimmer:hover::after {
  left: 120%;
  transition: all 0.3s linear;
}
.solid-btn.sb-full {
  width: 100%;
}
.solid-btn.sb-big {
  font-size: 2.2rem;
  padding: 1rem 4rem;
}
.solid-btn.sb-disabled {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.75;
}
.solid-btn.sb-rounded {
  border-radius: 0.5rem;
}
.solid-btn.sb-less-pad {
  padding: 0.25rem 1rem;
}
.solid-btn.sb-less-pad.sb-big {
  padding: 0.5rem 2rem;
}
.solid-btn.sb-mar0 {
  margin: 0;
}
.solid-btn.sb-border {
  border: 0.25rem solid rgba(0, 0, 0, 0.25);
}
.solid-btn.sb-shadow {
  box-shadow: 0 0 4px 0px black;
}
.solid-btn.black {
  background-color: #000000;
}
.solid-btn.black:not(.sb-notbutton):hover, .solid-btn.black:not(.sb-notbutton):focus {
  background-color: #1A1A1A;
}
.solid-btn.red {
  background-color: #D2102F;
}
.solid-btn.red:not(.sb-notbutton):hover {
  background-color: #A10C25;
}
.solid-btn.red:not(.sb-notbutton):focus {
  background-color: #A10C25;
}
.solid-btn.blue {
  background-color: #0E71B8;
}
.solid-btn.blue:not(.sb-notbutton):hover {
  background-color: #07375A;
}
.solid-btn.blue:not(.sb-notbutton):focus {
  background-color: #07375A;
}
.solid-btn.dark-blue {
  background-color: #272E6D;
}
.solid-btn.dark-blue:not(.sb-notbutton):hover {
  background-color: #0C0E22;
}
.solid-btn.dark-blue:not(.sb-notbutton):focus {
  background-color: #0C0E22;
}
.solid-btn.purple {
  background-color: #381C6B;
}
.solid-btn.purple:not(.sb-notbutton):hover {
  background-color: #0D0618;
}
.solid-btn.purple:not(.sb-notbutton):focus {
  background-color: #0D0618;
}
.solid-btn.pink {
  background-color: #B12667;
}
.solid-btn.pink:not(.sb-notbutton):hover {
  background-color: #5D1436;
}
.solid-btn.pink:not(.sb-notbutton):focus {
  background-color: #5D1436;
}
.solid-btn.orange {
  background-color: #E48226;
}
.solid-btn.orange:not(.sb-notbutton):hover {
  background-color: #914F12;
}
.solid-btn.orange:not(.sb-notbutton):focus {
  background-color: #914F12;
}
.solid-btn.gold {
  background-color: #AA8E48;
}
.solid-btn.gold:not(.sb-notbutton):hover {
  background-color: #605129;
}
.solid-btn.gold:not(.sb-notbutton):focus {
  background-color: #605129;
}
.solid-btn.white {
  padding: 0.5rem 1rem;
  background-color: #FFFFFF;
  color: #000000;
  border: 0.25rem solid #FFFFFF;
  border-radius: 0.25rem;
  margin-bottom: 0;
}
.solid-btn.white:not(.sb-notbutton):hover {
  background-color: #000000;
  color: #FFFFFF;
}
.solid-btn.white:not(.sb-notbutton):focus {
  background-color: #000000;
  color: #FFFFFF;
}
.solid-btn.doac {
  background-color: #1A1A1A;
}
.solid-btn.doac:not(.sb-notbutton):hover, .solid-btn.doac:not(.sb-notbutton):focus {
  background-color: #000000;
}

@supports (-webkit-background-clip: text) {
  .shimmer-22 {
    display: inline-block;
    background: linear-gradient(135deg, #fdd801, #fa0b97);
    background-size: 400% 400%;
    -webkit-animation: gkccshimmer 10s ease infinite;
    -moz-animation: gkccshimmer 10s ease infinite;
    -o-animation: gkccshimmer 10s ease infinite;
    animation: gkccshimmer 10s ease infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-background-clip: text) {
  .shimmer-22 {
    color: #fdd801;
  }
}
@-webkit-keyframes gkccshimmer {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@-moz-keyframes gkccshimmer {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@-o-keyframes gkccshimmer {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
@keyframes gkccshimmer {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
.registrant-ticket-box p {
  position: relative;
}
.registrant-ticket-box .this-is-me {
  position: absolute;
  right: 0;
  background-color: #FFFFFF;
  color: #D2102F;
  border: 2px solid #D2102F;
  font-size: 75%;
  font-weight: 800;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: opacity 0.4s ease, background-color 0.2s ease;
  cursor: pointer;
  opacity: 1;
}
.registrant-ticket-box .this-is-me:hover {
  background-color: #D2102F;
  color: #FFFFFF;
}

.upgrade-ticket-box {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  background-color: #FFFFFF;
}
.upgrade-ticket-box .col-sm-6 {
  text-align: center;
}
.upgrade-ticket-box .ticket-title {
  margin-bottom: 0;
}
.upgrade-ticket-box input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.upgrade-ticket-box input[type=radio] + label {
  width: auto;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
  z-index: 1;
}
.upgrade-ticket-box input[type=radio] + label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #00A652;
  border-radius: 100%;
  z-index: -1;
}
.upgrade-ticket-box input[type=radio] + label:nth-of-type(2)::before {
  border-color: #D2102F;
}
.upgrade-ticket-box input[type=radio] + label, .upgrade-ticket-box input[type=radio] + label::before {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.upgrade-ticket-box input[type=radio]:checked + label {
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}
.upgrade-ticket-box input[type=radio]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #00A652;
  border-radius: 10px;
}
.upgrade-ticket-box input[type=radio]:checked + label:nth-of-type(2)::before {
  background: #D2102F;
}

.ticket-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.ticket-loader .loader {
  position: absolute;
  left: calc(50% - 22.5px);
  top: calc(50% - 22.5px);
  z-index: 1;
  width: 200px;
  height: 200px;
  max-width: 90vw;
  margin: -75px 0 0 -75px;
  -webkit-animation: wiggle 1s linear infinite;
  animation: wiggle 1s linear infinite;
}
.ticket-loader .loader svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ticket-loader .loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
}
.ticket-loader.load-text-normal .loader::after {
  content: "Loading...";
}
.ticket-loader.load-text-upgrade .loader::after {
  content: "Upgrading your ticket(s)!";
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(5deg);
  }
  10% {
    -webkit-transform: rotate(-5deg);
  }
  20%, 80% {
    -webkit-transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  20%, 80% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.thankyou-step {
  position: relative;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  text-align: left;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.thankyou-step > .col-sm-1 {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 0.9rem 0 0 0.9rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  float: none;
  vertical-align: middle;
  text-align: center;
}
.thankyou-step > .col-sm-12 {
  background-color: #FFFFFF;
  padding: 1rem 0.5rem;
  border-radius: 0 0.9rem 0.9rem 0;
  vertical-align: middle;
  text-align: left;
}
.thankyou-step > .col-sm-12 p {
  margin-bottom: 1rem;
}
.thankyou-step > .col-sm-12 p:nth-last-of-type(1) {
  margin: 0;
}
.thankyou-step.completed {
  border: 2px solid #00A652;
}

@supports (mix-blend-mode: hue) {
  .thankyou-step > .col-sm-1::before, .thankyou-step > .col-sm-12 > .col-lg-2::before, .thankyou-step .also-green::before {
    content: "";
    background-color: #00A652;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    mix-blend-mode: hue;
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease;
  }
  .thankyou-step.completed {
    border: 1px solid #000000;
  }
  .thankyou-step.completed > .col-sm-1::before, .thankyou-step.completed > .col-sm-12 > .col-lg-2::before, .thankyou-step.completed .also-green::before {
    opacity: 1;
  }
}
@supports (background: -webkit-named-image(i)) {
  .thankyou-step > .col-sm-1::before, .thankyou-step > .col-sm-12 > .col-lg-2::before, .thankyou-step .also-green::before {
    transition: unset;
  }
}
@supports (-webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) or (clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%)) {
  .header-wave {
    -webkit-clip-path: url(#header-wave);
    clip-path: url(#header-wave);
    padding: 0;
  }
  .header-wave > div {
    padding-bottom: 2.5%;
  }
  .footer-wave {
    -webkit-clip-path: url(#footer-wave);
    clip-path: url(#footer-wave);
    padding: 0;
  }
  .footer-wave > div {
    padding: 20px;
    padding-top: 2.5%;
  }
}
.checkout-checkbox {
  position: relative;
  margin-bottom: 20px;
}
.checkout-checkbox input[type=checkbox] {
  opacity: 0;
  display: none;
}
.checkout-checkbox label {
  line-height: normal;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  color: #373f47;
  font-size: 14px;
  padding-left: 25px;
}
.checkout-checkbox label:before {
  border: 1px solid #1A1A1A;
  border-radius: 2px;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  color: #373f47;
  background-color: #FFFFFF;
  position: absolute;
  top: calc(50% - 7.5px);
  left: 0;
}
.checkout-checkbox label:after {
  position: absolute;
  border-left: 2px solid #00A652;
  border-bottom: 2px solid #00A652;
  content: "";
  width: 8px;
  height: 4px;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  left: 4px;
  top: calc(50% - 2.5px);
}

#accept-terms ~ label:after, #accept-terms-1 ~ label:after, #accept-terms-2 ~ label:after {
  transform: scale(0) rotate(-45deg);
  transition: transform 0.1s ease;
}
#accept-terms:checked ~ label:after, #accept-terms-1:checked ~ label:after, #accept-terms-2:checked ~ label:after {
  transform: scale(1) rotate(-45deg) !important;
}

.edit-email-inp {
  position: relative;
  margin-bottom: 1rem;
}
.edit-email-inp input {
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.edit-email-inp .submit-btn {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1rem);
  right: 0.5rem;
  font-size: 2rem;
  line-height: 2rem;
  color: #00A652;
  transition: all 0.2s ease;
}
.edit-email-inp .submit-btn:hover {
  color: #004221;
}
.edit-email-inp:not(.editable) .submit-btn {
  opacity: 0;
  pointer-events: none;
}
.edit-email-inp.editable input {
  padding-right: 3rem;
}
.edit-email-inp.editable .submit-btn {
  opacity: 1;
}

.loader {
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  z-index: 999;
  text-align: center;
  transition: all 0.2s ease;
}
.loader > div {
  display: table-cell;
  vertical-align: middle;
}

.discountExpiration, .flipClock {
  width: 620px;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding-bottom: 1.4rem;
  pointer-events: none;
}
.discountExpiration .flip-clock-divider .flip-clock-label, .flipClock .flip-clock-divider .flip-clock-label {
  font-family: "Museo Sans", sans-serif;
  top: unset;
  bottom: -1.4rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 900;
}
.discountExpiration .flip-clock-divider.days .flip-clock-label, .flipClock .flip-clock-divider.days .flip-clock-label {
  right: -5.75rem;
}
.discountExpiration .flip-clock-divider.hours .flip-clock-label, .flipClock .flip-clock-divider.hours .flip-clock-label {
  right: -6.1rem;
}
.discountExpiration .flip-clock-divider.minutes .flip-clock-label, .flipClock .flip-clock-divider.minutes .flip-clock-label {
  right: -6.7rem;
}
.discountExpiration .flip-clock-divider.seconds .flip-clock-label, .flipClock .flip-clock-divider.seconds .flip-clock-label {
  right: -6.8rem;
}
.discountExpiration .flip-clock-dot, .flipClock .flip-clock-dot {
  background: #FFFFFF !important;
}
.discountExpiration ul li a div div.inn, .flipClock ul li a div div.inn {
  color: #FFFFFF !important;
  background-color: #381C6B !important;
}
.discountExpiration.blue ul li a div div.inn, .flipClock.blue ul li a div div.inn {
  background-color: #0E71B8 !important;
}
.discountExpiration.pink ul li a div div.inn, .flipClock.pink ul li a div div.inn {
  background-color: #B12667 !important;
}

.climbingval-table {
  margin: 2rem 0;
  font-size: 5rem;
  font-weight: 900;
  line-height: 2rem;
  color: #FFF200;
  font-family: "Bebas Neue Rounded", sans-serif;
}
.climbingval-table td {
  text-align: center;
  padding: 0 1rem;
  padding-top: 1.75rem;
}
.climbingval-table td:not(:last-of-type) {
  border-right: 2px solid #FFFFFF;
}
.climbingval-table .climbingval-label {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  font-family: "Museo Sans", sans-serif;
}

.sponsor-img {
  padding: 50%;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  border: 0.25rem solid #FFFFFF;
  position: relative;
  overflow: hidden;
}
.sponsor-img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in;
}
.sponsor-img:hover img {
  transform: scale(1.2);
}

.faqcont .faqrow {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}
.faqcont .faqrow:not(:last-of-type) {
  border-bottom: 0;
}
.faqcont .faqrow .faqquestion {
  position: relative;
  padding: 1rem 2rem;
  padding-right: 3rem;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.faqcont .faqrow .faqquestion:hover {
  background-color: #F2F2F2;
}
.faqcont .faqrow .faqquestion p, .faqcont .faqrow .faqquestion ol, .faqcont .faqrow .faqquestion ul {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.faqcont .faqrow .faqquestion.active {
  background-color: #E6E6E6;
}
.faqcont .faqrow .faqquestion.active::after {
  transform: rotate(180deg);
}
.faqcont .faqrow .faqquestion.active ~ .faqanswer {
  height: auto;
}
.faqcont .faqrow .faqquestion::after {
  content: "\f078";
  position: absolute;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  right: 1rem;
  top: calc(50% - 0.6rem);
  transition: all 0.25s ease-in-out;
  color: #272E6D;
}
.faqcont .faqrow .faqanswer {
  height: 0;
  overflow: hidden;
  transition: all 0.75s ease;
}
.faqcont .faqrow .faqanswer .faqanswercontents {
  padding: 1rem 2rem;
  background-color: #F2F2F2;
  /* p, ol, ul {
                  font-size: 1.2rem;
              } */
}
.faqcont .faqrow .faqanswer .faqanswercontents *:last-child {
  margin-bottom: 0;
}
.faqcont.faq-style {
  counter-reset: faq-counter;
}
.faqcont.faq-style .faqquestion {
  counter-increment: faq-counter;
  font-weight: 800;
  color: #381C6B;
}
.faqcont.faq-style .faqquestion::after {
  transition: all 0.2s ease;
  color: #000000;
}
.faqcont.faq-style .faqquestion.active {
  background-color: #1A1A1A;
  color: #FFFFFF;
}
.faqcont.faq-style .faqquestion.active::after {
  color: #FFFFFF;
}
.faqcont.faq-style .faqanswer .faqanswercontents {
  color: #1A1A1A;
}
.faqcont.recordings-faq-style {
  counter-reset: faq-counter;
}
.faqcont.recordings-faq-style .faqquestion {
  counter-increment: faq-counter;
  font-weight: 800;
  color: #381B6B;
  padding-left: 3rem;
}
.faqcont.recordings-faq-style .faqquestion .questionnum {
  width: 0px;
  display: inline-block;
}
.faqcont.recordings-faq-style .faqquestion .questionnum::before {
  content: counter(faq-counter);
  color: #FFFFFF;
  position: absolute;
  top: calc(50% - 0.6rem);
  left: 1rem;
  line-height: 1rem;
  padding: 0.1rem;
  font-family: "Yeon Sung", cursive;
  font-size: 1rem;
  width: 1.2rem;
  background-color: #381B6B;
  border-radius: 100%;
  text-align: center;
  transition: all 0.2s ease;
}
.faqcont.recordings-faq-style .faqquestion::after {
  transition: all 0.2s ease;
  color: #000000;
}
.faqcont.recordings-faq-style .faqquestion.active {
  background-color: #381B6B;
  color: #FFFFFF;
}
.faqcont.recordings-faq-style .faqquestion.active .questionnum::before {
  background-color: #FFFFFF;
  color: #381B6B;
}
.faqcont.recordings-faq-style .faqquestion.active::after {
  color: #FFFFFF;
}
.faqcont.dofaqac .faqrow {
  text-align: left;
  border: none;
  border-radius: 0.25rem;
  overflow: hidden;
}
.faqcont.dofaqac .faqrow:not(:last-of-type) {
  margin-bottom: 1rem;
}
.faqcont.dofaqac .faqrow .faqquestion {
  background-color: #D2102F;
  font-family: "Museo Sans Display", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  padding: 1rem 2rem;
  padding-left: 3rem;
  text-transform: uppercase;
}
.faqcont.dofaqac .faqrow .faqquestion::after {
  content: "\f067";
  transition: all 0.2s ease;
  color: #FFFFFF;
  right: unset;
  left: 1rem;
  top: calc(50% - 0.6rem);
}
.faqcont.dofaqac .faqrow .faqquestion.active {
  color: #FFFFFF;
  padding-bottom: 0.25rem;
}
.faqcont.dofaqac .faqrow .faqquestion.active::after {
  color: #FFFFFF;
  top: calc(50% - 0.25rem);
}
.faqcont.dofaqac .faqrow .faqanswer .faqanswercontents {
  background-color: #D2102F;
  padding-top: 0;
  padding-left: 3rem;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadio-in {
  opacity: 0;
  animation: fadeInOut 6s ease infinite;
  animation-delay: 3s;
}

.fadio-out {
  opacity: 1;
  animation: fadeOutIn 6s ease infinite;
  animation-delay: 3s;
}

.you-are-here {
  position: absolute;
  top: -3rem;
  left: calc(50% - 100px);
  text-align: center;
  width: 200%;
  max-width: 200px;
  display: block;
  background-color: #D2102F;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.you-are-here::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: 95%;
  border-right: 10px solid transparent;
  border-top: 10px solid #D2102F;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.you-are-here.green {
  background-color: #00A652;
}
.you-are-here.green::after {
  border-top-color: #00A652 !important;
}
.you-are-here.blue {
  background-color: #0E71B8;
}
.you-are-here.blue::after {
  border-top-color: #0E71B8 !important;
}

.most-popular {
  position: absolute;
  bottom: -2rem;
  left: calc(50% - 100px);
  text-align: center;
  width: 200%;
  max-width: 200px;
  display: block;
  background-color: #D2102F;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.most-popular::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  bottom: 95%;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D2102F;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
}

.prettylil-checkbox {
  position: relative;
  margin-bottom: 20px;
}
.prettylil-checkbox input[type=checkbox] {
  opacity: 0;
  display: none;
}
.prettylil-checkbox input[type=checkbox] ~ label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  color: #373f47;
  font-size: 14px;
  padding-left: 25px;
}
.prettylil-checkbox input[type=checkbox] ~ label:before {
  border: 1px solid #748493;
  border-radius: 2px;
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  color: #373f47;
  position: absolute;
  top: calc(50% - 7.5px);
  left: 0;
  background-color: #FFFFFF;
}
.prettylil-checkbox input[type=checkbox] ~ label:after {
  position: absolute;
  border-left: 2px solid #00A652;
  border-bottom: 2px solid #00A652;
  content: "";
  width: 8px;
  height: 4px;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  left: 4px;
  top: calc(50% - 2.5px);
  transform: scale(0) rotate(-45deg);
  transition: transform 0.1s ease;
}
.prettylil-checkbox input[type=checkbox]:checked ~ label:after {
  transform: scale(1) rotate(-45deg) !important;
}

@supports (-webkit-background-clip: text) {
  .ibiza-ko {
    display: inline-block;
    background: linear-gradient(135deg, #ff6a00, #ee0979);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@supports not (-webkit-background-clip: text) {
  .ibiza-ko {
    color: #ff6a00;
  }
}
ul.list-ticks {
  list-style: none;
  padding-left: 3rem;
}
ul.list-ticks li {
  position: relative;
}
ul.list-ticks li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  position: absolute;
  top: calc(50% - 0.625rem);
  left: -2rem;
}
ul.list-ticks.purple li::before {
  color: #381C6B;
}
ul.list-ticks.green li::before {
  color: #00A652;
}

ul.list-crosses {
  list-style: none;
  padding-left: 3rem;
}
ul.list-crosses li {
  position: relative;
}
ul.list-crosses li::before {
  content: "\f057";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  position: absolute;
  top: calc(50% - 0.625rem);
  left: -2rem;
}
ul.list-crosses.purple li::before {
  color: #381C6B;
}
ul.list-crosses.green li::before {
  color: #00A652;
}
ul.list-crosses.red li::before {
  color: #D2102F;
}

.video-bg {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  min-width: calc(100% + 1rem);
  min-height: calc(100% + 1rem);
}

.warning-triangles {
  display: inline-block;
  position: relative;
}
.warning-triangles::before, .warning-triangles::after {
  content: "\f071";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  top: calc(50% - 1rem);
  animation: warning-flash 1s ease 10;
  opacity: 1;
  color: #f68497;
}
.warning-triangles::before {
  right: calc(100% + 1rem);
}
.warning-triangles::after {
  left: calc(100% + 1rem);
}
.warning-triangles.white::before, .warning-triangles.white::after {
  color: rgba(255, 255, 255, 0.6);
}
.warning-triangles.black::before, .warning-triangles.black::after {
  color: rgba(0, 0, 0, 0.6);
}
.warning-triangles.doac-black::before, .warning-triangles.doac-black::after {
  color: rgba(69, 47, 39, 0.6);
}
.warning-triangles.light-blue-ai-color::before, .warning-triangles.light-blue-ai-color::after {
  color: rgba(253, 216, 1, 0.6);
}

@keyframes warning-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.light-beams {
  position: relative;
  height: 0;
  pointer-events: none;
}
.light-beams::before, .light-beams::after {
  content: "";
  position: absolute;
  bottom: -1vh;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100vh 15vh 0 15vh;
  border-color: rgba(240, 230, 220, 0.1) transparent transparent transparent;
  animation: lightbeam 4s infinite ease-in-out;
  transform-origin: 50% 100%;
}
.light-beams::after {
  left: unset;
  right: 0;
  animation-direction: reverse;
}

@keyframes lightbeam {
  0% {
    transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: table;
  transition: all 1s ease;
  transform: scale(1);
  opacity: 1;
}
.loading-screen .loading-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  background-color: #040304;
  z-index: 1;
  transition: all 0.25s ease;
  opacity: 1;
  padding: 2rem;
}
.loading-screen .video-contain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
.loading-screen .video-contain video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .loading-screen .video-contain > video {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  loading-screen .video-contain > video {
    width: 100%;
  }
}
.progress-bar {
  background-color: #171a1c;
  overflow: hidden;
  position: relative;
}
.progress-bar .progress-bar-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 900;
}
.progress-bar .progress-bar-stripes {
  height: 30px;
  background-color: #0E71B8;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: all 0.2s ease;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 40px;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 40px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 40px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.steps-container {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.steps-container .step {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.2rem 0.5rem 0.25rem rgba(0, 0, 0, 0.5);
}
.steps-container .step .download-hov {
  display: inline-block;
  margin-bottom: 1rem;
}
.steps-container .step .download-hov img {
  position: relative;
  transition: all 0.2s ease;
  transform: scale(1);
  width: 100%;
  border-radius: 0.25rem;
  z-index: 1;
}
.steps-container .step .download-hov img:hover {
  transform: scale(1.1);
  z-index: 2;
}

.step-move-out {
  transform: scale(1);
  opacity: 1;
  position: relative;
  animation: step-move-out 0.5s linear 1;
}

@keyframes step-move-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.step-move-in {
  transform: scale(0);
  opacity: 0;
  position: relative;
  animation: step-move-in 0.5s linear 1;
}

@keyframes step-move-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.step-return {
  position: relative;
  display: inline-block;
  padding: 1rem;
  padding-right: 4rem;
  background-color: #0E71B8;
  color: #FFFFFF;
  width: 100%;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 900;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
}
.step-return::after {
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
}
.step-return:hover {
  background-color: #07375A;
}

.wobble {
  transform-origin: 50% 80%;
  animation: wobble 0.5s linear 3;
}

@keyframes wobble {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.download-btn {
  position: relative;
  display: inline-block;
  background-color: #FFFFFF;
  color: #381C6B;
  padding: 1rem 2rem;
  padding-right: 4.5rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.2rem;
  width: 100%;
  opacity: 0.8;
  transition: all 0.2s ease;
  margin-bottom: 1rem;
  text-align: left;
}
.download-btn::before {
  content: "\f358";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 0.875rem);
  right: 2rem;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
.download-btn:hover, .download-btn:focus {
  opacity: 1;
  color: #381C6B;
}

ul.progress-list {
  padding-left: 1rem;
  list-style: none;
}
ul.progress-list li {
  position: relative;
  margin-bottom: 0.75rem;
}
ul.progress-list li::before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: -1rem;
  padding: 0.25rem;
  background-color: #000000;
}
ul.progress-list li::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: calc(-0.75rem - 1px);
  background-color: rgba(0, 0, 0, 0.1);
  width: 2px;
  height: calc(100% + 0.75rem);
}
ul.progress-list li:last-of-type::after {
  display: none;
}

.progress-bar-22 {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.progress-bar-22 > .bar-wrap {
  position: relative;
  width: 100%;
  background-color: #1A1A1A;
  border: 0.25rem solid #1A1A1A;
  border-radius: 0.5rem;
  overflow: hidden;
}
.progress-bar-22 > .bar-wrap > .bar {
  position: relative;
  width: 0%;
  height: 2rem;
  background-color: #FFFFFF;
  background-image: linear-gradient(45deg, rgba(69, 47, 39, 0.15) 25%, transparent 25%, transparent 50%, rgba(69, 47, 39, 0.15) 50%, rgba(69, 47, 39, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-bar-stripes 2s linear infinite;
  overflow: hidden;
  transition: all 0.2s ease;
}
.progress-bar-22 > .bar-wrap > .bar::after {
  content: attr(data-text);
  position: absolute;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: bold;
  color: #1A1A1A;
  top: calc(50% - 0.5rem);
  left: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.progress-bar-22 > .bar-wrap > .bar.no-label::after {
  display: none;
}

.only-left-22 {
  font-family: "Just Another Hand", cursive;
  text-align: right;
  margin-bottom: 0;
  padding-right: 1rem;
}
.only-left-22 > span {
  position: relative;
  display: inline-block;
  transform: rotate(2.5deg);
}
.only-left-22 > span::before {
  content: "";
  top: 0;
  right: calc(100% + 0.25rem);
  position: absolute;
  padding: 1rem;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.modal-only-left {
  font-family: "Just Another Hand", cursive;
  text-align: right;
  margin-bottom: 0;
  padding-right: 1rem;
}
.modal-only-left > span {
  position: relative;
  display: inline-block;
  transform: rotate(2.5deg);
}
.modal-only-left > span::before {
  content: "";
  top: 0;
  right: calc(100% + 0.25rem);
  position: absolute;
  padding: 1rem;
  background-image: url("../img/arrow-black.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

ul.pink-ai-light-bullets {
  list-style: none;
  padding-left: 2.5rem;
}
ul.pink-ai-light-bullets li {
  position: relative;
}
ul.pink-ai-light-bullets li::before {
  content: "•";
  color: #DF0713;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: -1.4rem;
}

ul.ec-bullets {
  list-style: none;
  padding-left: 2rem;
}
ul.ec-bullets li {
  position: relative;
}
ul.ec-bullets li::before {
  content: "•";
  color: currentColor;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: -1rem;
}

.doac-underline {
  display: inline;
  position: relative;
  text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white;
  background-size: 1px 1em;
  box-shadow: inset 0 -0.1em white, inset 0 -0.15em #1A1A1A;
}
.doac-underline.double {
  box-shadow: inset 0 -0.05em white, inset 0 -0.1em #1A1A1A, inset 0 -0.15em white, inset 0 -0.2em #1A1A1A;
}

.resource-sub-heading {
  filter: drop-shadow(0 0 4px black);
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.resource-block {
  position: relative;
  display: block;
  min-height: 5rem;
  padding: 1rem;
  padding-left: 6rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  color: #151F2E;
  transition: all 0.2s ease;
}
.resource-block:hover, .resource-block:focus {
  background-color: rgba(255, 255, 255, 0.9);
  color: #151F2E;
}
.resource-block .favicon {
  position: absolute;
  top: calc(50% - 2rem);
  left: 1rem;
  padding: 2rem;
  border-radius: 100%;
  background-color: #FFFFFF;
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}
.resource-block .favicon.square {
  border-radius: 15%;
}
.resource-block .favicon i {
  position: absolute;
  text-align: center;
  width: 4rem;
  height: 3rem;
  font-size: 3rem;
  line-height: 1;
  top: calc(50% - 1.5rem);
  left: calc(50% - 2rem);
}
.resource-block::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  width: 1rem;
  text-align: center;
  right: 1rem;
  top: calc(50% - 1rem);
  opacity: 0.215;
}
.resource-block .title {
  display: block;
  font-family: "Museo Sans Display", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 500;
}
.resource-block .description {
  display: block;
  font-size: 1rem;
  line-height: normal;
  font-weight: normal;
}

.squiggle-underline {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.squiggle-underline::after {
  content: "";
  position: absolute;
  top: 90%;
  left: -5%;
  width: 110%;
  height: 50%;
  z-index: -1;
  background-image: url("../img/squiggle-underline.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .discountExpiration, .flipClock {
    max-width: 100% !important;
    padding-bottom: 3vw !important;
  }
  .discountExpiration ul, .flipClock ul {
    width: 6vw !important;
    padding: 0;
    height: 9vw !important;
    line-height: 9vw !important;
  }
  .discountExpiration ul li, .flipClock ul li {
    line-height: unset;
  }
  .discountExpiration ul li a div.up:after, .flipClock ul li a div.up:after {
    top: 4.9vw !important;
  }
  .discountExpiration ul li a div div.inn, .flipClock ul li a div div.inn {
    font-size: 8vw !important;
    line-height: 8vw !important;
  }
  .discountExpiration .flip-clock-divider, .flipClock .flip-clock-divider {
    height: 9vw !important;
    width: 1vw !important;
  }
  .discountExpiration .flip-clock-divider:first-child, .flipClock .flip-clock-divider:first-child {
    width: 0;
  }
  .discountExpiration .flip-clock-divider .flip-clock-label, .flipClock .flip-clock-divider .flip-clock-label {
    bottom: -4.5vw;
    font-size: 2.5vw;
  }
  .discountExpiration .flip-clock-divider.days .flip-clock-label, .flipClock .flip-clock-divider.days .flip-clock-label {
    right: -11.4vw;
  }
  .discountExpiration .flip-clock-divider.hours .flip-clock-label, .flipClock .flip-clock-divider.hours .flip-clock-label {
    right: -11.7vw;
  }
  .discountExpiration .flip-clock-divider.minutes .flip-clock-label, .flipClock .flip-clock-divider.minutes .flip-clock-label {
    right: -12vw;
  }
  .discountExpiration .flip-clock-divider.seconds .flip-clock-label, .flipClock .flip-clock-divider.seconds .flip-clock-label {
    right: -12.3vw;
  }
  .discountExpiration .flip-clock-dot, .flipClock .flip-clock-dot {
    height: 0.8vw;
    width: 0.8vw;
    left: 0.1vw;
  }
  .discountExpiration .flip-clock-dot.top, .flipClock .flip-clock-dot.top {
    top: 4vw;
  }
  .discountExpiration .flip-clock-dot.bottom, .flipClock .flip-clock-dot.bottom {
    bottom: 2vw;
  }
}
@media screen and (max-width: 543px) {
  .discountExpiration {
    padding-bottom: 3vw !important;
  }
  .discountExpiration ul {
    margin: 2px !important;
    width: 7vw !important;
  }
  .discountExpiration .flip-clock-divider .flip-clock-label {
    bottom: -5vw !important;
    font-size: 2.75vw !important;
  }
  .discountExpiration .flip-clock-divider.days .flip-clock-label {
    right: -11.25vw;
  }
  .discountExpiration .flip-clock-divider.hours .flip-clock-label {
    right: -12vw;
  }
  .discountExpiration .flip-clock-divider.minutes .flip-clock-label {
    right: -13vw;
  }
  .discountExpiration .flip-clock-divider.seconds .flip-clock-label {
    right: -13.5vw;
  }
}
.sect-styles {
  padding: 4rem 0;
  box-shadow: inset 0 1.5rem 1rem -1rem rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.speaker-modal-btn .speaker-img {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.speaker-modal-btn .speaker-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #381C6B;
  transition: all 0.2s ease;
  border: 0.25rem solid #FFFFFF;
  border-radius: 1.4rem;
}
.speaker-modal-btn .speaker-img::after {
  content: "\f055";
  font-size: 5rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: calc(50% - 2.5rem);
  left: calc(50% - 2.5rem);
  opacity: 0;
  transition: all 0.2s ease;
}
.speaker-modal-btn .speaker-img:hover::before, .speaker-modal-btn .speaker-img:hover::after {
  opacity: 0.75;
}

.line-either-side {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.line-either-side::before, .line-either-side::after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  margin-left: 2.5%;
  content: " ";
  background-color: #FFFFFF;
}
.line-either-side::before {
  margin-left: -52.5%;
  text-align: right;
}
.line-either-side.gold {
  color: #AA8E48;
}
.line-either-side.gold::before, .line-either-side.gold::after {
  background-color: #AA8E48;
}
.line-either-side.yellow {
  color: #FFF200;
}
.line-either-side.yellow::before, .line-either-side.yellow::after {
  background-color: #FFF200;
}
.line-either-side.red {
  color: #D2102F;
}
.line-either-side.red::before, .line-either-side.red::after {
  background-color: #D2102F;
}

.line-top-bottom {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  padding: 12px 0;
  line-height: normal;
}
.line-top-bottom::before, .line-top-bottom::after {
  position: absolute;
  top: 0;
  left: 25%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: " ";
  background-color: #FFFFFF;
}
.line-top-bottom::before {
  top: unset;
  bottom: 0;
  text-align: right;
}
.line-top-bottom.gold::before, .line-top-bottom.gold::after {
  background-color: #AA8E48;
}
.line-top-bottom.purple::before, .line-top-bottom.purple::after {
  background-color: #381C6B;
}

.agenda-tabs {
  width: 100%;
  margin-bottom: 1rem;
}
.agenda-tabs td {
  width: 33.333%;
  padding: 0.5rem;
}
.agenda-tabs td .agenda-tab {
  position: relative;
  cursor: pointer;
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  font-family: "Bebas Neue Rounded", sans-serif;
  background-color: #FFFFFF;
  color: #F73155;
  line-height: 0.7;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
.agenda-tabs td .agenda-tab span {
  font-size: 60%;
  font-weight: 400;
  color: #000000;
}
.agenda-tabs td .agenda-tab::after {
  content: "";
  position: absolute;
  bottom: -1.9rem;
  left: calc(50% - 1rem);
  border: 1rem solid transparent;
  border-top-color: #FFFFFF;
  transition: all 0.2s ease;
}
.agenda-tabs td .agenda-tab:hover {
  background-color: #E6E6E6;
}
.agenda-tabs td .agenda-tab:hover::after {
  border-top-color: #E6E6E6;
}
.agenda-tabs td .agenda-tab.active {
  background-color: #00A652;
  color: #FFFFFF;
}
.agenda-tabs td .agenda-tab.active::after {
  border-top-color: #00A652;
}
.agenda-tabs td .agenda-tab.active span {
  color: #FFFFFF;
}
.agenda-tabs.bottom td .agenda-tab::after {
  top: -1.9rem;
  bottom: unset;
  border-top-color: transparent;
  border-bottom-color: #FFFFFF;
}
.agenda-tabs.bottom td .agenda-tab:hover::after {
  border-bottom-color: #E6E6E6;
}
.agenda-tabs.bottom td .agenda-tab.active::after {
  border-bottom-color: #00A652;
}

.agenda-sects {
  opacity: 0;
  transition: all 0.25s ease;
  padding: 0.5rem;
}
.agenda-sects.active {
  opacity: 1;
}
.agenda-sects .agenda-sect {
  position: relative;
  padding: 2rem 1rem;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
}
.agenda-sects .agenda-sect .col-sm-2 .agenda-icon {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
.agenda-sects .agenda-sect .col-sm-10 p:last-of-type, .agenda-sects .agenda-sect .col-sm-12 p:last-of-type {
  margin-bottom: 0;
}
.agenda-sects .agenda-sect .col-sm-10 p .agenda-sect-title, .agenda-sects .agenda-sect .col-sm-12 p .agenda-sect-title {
  display: table;
  color: #F73155;
  font-size: 150%;
  font-weight: 900;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.agenda-sects .agenda-sect .col-sm-10 p .agenda-sect-title .agenda-time, .agenda-sects .agenda-sect .col-sm-12 p .agenda-sect-title .agenda-time {
  display: table-cell;
  vertical-align: middle;
  font-family: "Bebas Neue Rounded", sans-serif;
  color: #000000;
  padding-right: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.agenda-sects .agenda-sect .col-sm-10 p .agenda-sect-title .agenda-title, .agenda-sects .agenda-sect .col-sm-12 p .agenda-sect-title .agenda-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
}
.agenda-sects .agenda-sect .col-sm-10 p .agenda-sect-desc, .agenda-sects .agenda-sect .col-sm-12 p .agenda-sect-desc {
  display: block;
}
.agenda-sects .agenda-sect.breaktime {
  padding: 1rem;
}
.agenda-sects .agenda-sect.breaktime .col-sm-2 .agenda-icon {
  max-width: 80px;
}

.gkcc-nav {
  padding: 0;
  margin: 0;
}
.gkcc-nav li {
  cursor: pointer;
  display: inline-block;
  padding-right: 1rem;
  padding-left: 0.75rem;
  margin: 0;
  border-right: 1px solid #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
}
.gkcc-nav li i {
  padding-right: 0.25rem;
}
.gkcc-nav li:first-of-type {
  padding-left: 0;
}
.gkcc-nav li:last-of-type {
  padding-right: 0;
  border-right: 0;
  font-weight: 800;
}
.gkcc-nav li:hover {
  color: #E6E6E6;
}
.gkcc-nav li.mshow {
  display: none;
}

.testimonial-block {
  display: table;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
}
.testimonial-block .border {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 2rem 1rem;
  border-radius: 1rem;
  border: 0.25rem solid #1A1A1A;
  background-color: rgba(255, 255, 255, 0.75);
  color: #1A1A1A;
  text-align: center;
}
.testimonial-block .border::before, .testimonial-block .border::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3rem;
  position: absolute;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.testimonial-block .border::before {
  background-image: url("../img/tb-top-quote.png");
  top: -1.5rem;
}
.testimonial-block .border::after {
  background-image: url("../img/tb-btm-quote.png");
  bottom: -1.5rem;
}
.testimonial-block .border .testimonial, .testimonial-block .border .attendee {
  font-size: 1.1rem;
  line-height: normal;
}
.testimonial-block .border .testimonial {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.testimonial-block .border .attendee {
  margin-bottom: 0;
  font-weight: 900;
}

.featured-sect {
  color: #000000;
  text-align: center;
}
.featured-sect .featured-icons {
  position: relative;
}
.featured-sect .featured-icons img {
  filter: grayscale(1);
  width: auto;
  height: auto;
  max-width: calc(15% - 2rem);
  max-height: 50px;
  opacity: 0.75;
  transition: all 0.2s ease;
}
.featured-sect .featured-icons img:not(:last-of-type) {
  margin-right: 1rem;
}
.featured-sect .featured-icons img:hover {
  filter: unset;
  opacity: 1;
}

.review-borders {
  /* Trustpilot Fix */
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 750px;
}
.review-borders p {
  padding-bottom: 0;
}
.review-borders > .col-lg-4 {
  width: 33.333333%;
}
.review-borders > .col-lg-4 > *:not(script) {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.sponsor-imgs {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 2rem 1rem;
}
.sponsor-imgs .slick-track {
  display: flex;
}
.sponsor-imgs .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.sponsor-imgs .slick-prev, .sponsor-imgs .slick-next {
  display: none !important;
}
.sponsor-imgs img {
  width: 100%;
}

.lined-paper {
  position: relative;
  background-color: #FFFFFF;
  color: #282828;
  box-shadow: 0px 0px 8px 2px rgba(100, 100, 255, 0.5);
  transform: rotate(-0.5deg);
}
.lined-paper::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
  background-color: rgba(210, 16, 47, 0.25);
}
.lined-paper .lp-lines {
  background-image: repeating-linear-gradient(0.5deg, #ffffff 0px, #ffffff 23px, #E5E5E5 24px);
}
.lined-paper .lp-lines .lp-text {
  padding: 40px;
  padding-left: 60px;
}
.lined-paper .lp-lines .lp-text p {
  font-size: 22px;
  margin-bottom: 24px;
  line-height: 24px;
}
.lined-paper .lp-lines .lp-text p .lp-logo {
  max-height: 58px;
}
.lined-paper .lp-lines .lp-text .lp-bonus {
  padding: 24px;
  margin-bottom: 24px;
  background-color: rgba(0, 159, 227, 0.15);
  border-radius: 12px;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-3 {
  padding: 0;
  padding-right: 24px;
  text-align: center;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-3 img {
  width: auto;
  height: auto;
  max-width: calc(100% + 2rem);
  max-height: 240px;
  margin: -2rem;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-9 {
  padding: 0;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-9 p {
  margin-bottom: 0;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-9 .bonus-txt {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 7px;
  text-transform: uppercase;
  opacity: 0.75;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-9 .bonus-tit {
  display: inline-block;
  font-size: 130%;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-9 .bonus-tit .sub-tit {
  font-size: 75%;
}
.lined-paper .lp-lines .lp-text .lp-bonus .col-sm-9 .bonus-rrp {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 12px;
}
.lined-paper.altrotate {
  transform: rotate(0.5deg);
}
.lined-paper.altrotate .lp-lines {
  background-image: repeating-linear-gradient(-0.5deg, #ffffff 0px, #ffffff 23px, #E5E5E5 24px);
}

.from-the-desk-of-nigel {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
  margin-top: -40px;
}

.red-underline {
  display: inline;
  position: relative;
  text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white;
  background-size: 1px 1em;
  box-shadow: inset 0 -0.1em white, inset 0 -0.15em #D2102F;
}
.red-underline.double {
  box-shadow: inset 0 -0.05em white, inset 0 -0.1em #D2102F, inset 0 -0.15em white, inset 0 -0.2em #D2102F;
}

.timer-table {
  display: inline-table;
  width: 100%;
  max-width: 300px;
  margin: 0;
  text-align: center;
}
.timer-table tr:nth-of-type(1) {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 900;
}
.timer-table tr:nth-of-type(1) td {
  width: 25%;
}
.timer-table tr:nth-of-type(2) {
  font-size: 0.7rem;
  line-height: 0.7rem;
  font-weight: 600;
}
.timer-table.bigger {
  max-width: 500px;
}
.timer-table.bigger tr:nth-of-type(1) {
  font-size: 4rem;
  line-height: 4rem;
}
.timer-table.bigger tr:nth-of-type(2) {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

#paymentModal .modal-contents {
  transition: all 0.2s ease;
}
#paymentModal .modal-contents .form-sect {
  opacity: 1;
  transition: all 0.2s ease;
}

.option-box {
  display: table !important;
  min-height: 1.5rem;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.option-box:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.3);
}
.option-box:hover input ~ .checkmark.white-check-bg {
  background-color: rgb(225, 225, 225);
}
.option-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.option-box input:checked ~ .checkmark, .option-box input:checked ~ .checkmark.white-check-bg {
  background-color: #00A652;
}
.option-box input:checked ~ .checkmark:after, .option-box input:checked ~ .checkmark.white-check-bg:after {
  opacity: 1;
}
.option-box .checkmark {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.option-box .checkmark.white-check-bg {
  background-color: rgb(255, 255, 255);
}
.option-box .checkmark:after {
  content: "";
  position: absolute;
  display: block;
  left: 0.5rem;
  top: 0.25rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #FFFFFF;
  border-width: 0 0.25rem 0.25rem 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}
.option-box .ob-title {
  background-color: #1A1A1A;
  color: #FFFFFF;
  display: block;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 0.5rem;
  padding-right: 2.5rem;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem 0.5rem 0 0;
}
.option-box .ob-text {
  display: block;
  padding: 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
}
.option-box:not(.no-ob-title) .ob-text {
  border-top: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.option-box.no-ob-title .checkmark.float {
  position: relative;
  top: unset;
  right: unset;
  float: right;
  margin: 0.5rem;
}
.option-box.recommended {
  position: relative;
}
.option-box.recommended::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 50%;
  height: 15%;
  background-image: url("../img/recommended.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.quantity-qopts {
  display: table;
  margin: 0 auto;
}
.quantity-qopts > div.col-sm-1 {
  display: table;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
.quantity-qopts > div.col-sm-1:nth-of-type(1) .question-option {
  background-color: #151F2E;
}
.quantity-qopts > div.col-sm-1:nth-of-type(1) .question-option:hover {
  background-color: #101722;
}
.quantity-qopts > div.col-sm-1:nth-of-type(2) .question-option {
  background-color: #282246;
}
.quantity-qopts > div.col-sm-1:nth-of-type(2) .question-option:hover {
  background-color: #1E1934;
}
.quantity-qopts > div.col-sm-1:nth-of-type(3) .question-option {
  background-color: #452768;
}
.quantity-qopts > div.col-sm-1:nth-of-type(3) .question-option:hover {
  background-color: #341d4E;
}
.quantity-qopts > div.col-sm-1:nth-of-type(4) .question-option {
  background-color: #5F2C89;
}
.quantity-qopts > div.col-sm-1:nth-of-type(4) .question-option:hover {
  background-color: #472167;
}
.quantity-qopts > div.col-sm-1:nth-of-type(5) .question-option {
  background-color: #7E2A8D;
}
.quantity-qopts > div.col-sm-1:nth-of-type(5) .question-option:hover {
  background-color: #5E1F6A;
}
.quantity-qopts > div.col-sm-1:nth-of-type(6) .question-option {
  background-color: #B02584;
}
.quantity-qopts > div.col-sm-1:nth-of-type(6) .question-option:hover {
  background-color: #841C63;
}
.quantity-qopts .question-option {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem;
  width: 100%;
  background-color: #0e71b8;
  color: #FFFFFF;
  transition: all 0.2s ease;
  border-radius: 1rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.quantity-qopts .question-option:hover {
  background-color: rgba(14, 113, 184, 0.75);
}
.quantity-qopts .question-option strong {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.sold-out-tape.bg-img-sect {
  position: relative;
}
.sold-out-tape.bg-img-sect::before, .sold-out-tape.bg-img-sect::after {
  content: "";
  position: absolute;
  background-image: url("../img/sold-out-tape.png");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center;
  min-height: 5vh;
  width: 100%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.sold-out-tape.bg-img-sect::before {
  transform: rotate(-40deg);
  left: -50vw;
  top: 20vw;
}
.sold-out-tape.bg-img-sect::after {
  transform: rotate(40deg);
  right: -50vw;
  top: 20vw;
}
.sold-out-tape.intrinsic-container {
  position: relative;
}
.sold-out-tape.intrinsic-container::before {
  content: "";
  position: absolute;
  background-image: url("../img/sold-out-tape.png");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center;
  min-height: 1rem;
  max-height: 2rem;
  height: 2.5vw;
  width: 100%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: rotate(-40deg);
  left: 50%;
  top: 70%;
}
.sold-out-tape.option-box .ob-text {
  position: relative;
  overflow: hidden;
}
.sold-out-tape.option-box .ob-text::before, .sold-out-tape.option-box .ob-text::after {
  content: "";
  position: absolute;
  background-image: url("../img/sold-out-tape.png");
  background-size: auto 100%;
  background-repeat: repeat;
  background-position: center;
  min-height: 1rem;
  max-height: 2rem;
  height: 2.5vw;
  width: 100%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transform: rotate(-40deg);
  left: 50%;
  top: 75%;
}
.sold-out-tape.option-box .ob-text::before {
  left: -25%;
  top: 0;
}
.sold-out-tape.option-box .ob-text > * {
  filter: grayscale(1);
  pointer-events: none;
}

.red-strikethrough {
  position: relative;
}
.red-strikethrough::after {
  content: "";
  background-color: #D2102F;
  width: 110%;
  height: 10%;
  top: 45%;
  left: -5%;
  transform: rotate(-5deg);
  position: absolute;
}

.tiktok-effect {
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 1;
}
.tiktok-effect::before, .tiktok-effect::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
}
.tiktok-effect::before {
  color: #69C9D0;
  top: -4px;
  left: -4px;
}
.tiktok-effect::after {
  color: #EE1D52;
  bottom: -4px;
  right: -4px;
}

.addeventatc {
  background-color: #2defd0 !important;
  filter: invert(1) !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 auto !important;
  transition: all 0.2s ease !important;
  border: 2px solid #2defd0 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
}
.addeventatc:hover {
  background-color: #61f2da !important;
}
.addeventatc .addeventatc_dropdown {
  filter: invert(1) !important;
}

@keyframes rScrollTextUp {
  from {
    transform: translateY(100%) rotate(180deg);
  }
  to {
    transform: translateY(-100%) rotate(180deg);
  }
}
@keyframes lScrollTextDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
.scrolling-text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.5rem;
  pointer-events: none;
}
.scrolling-text .scrolling-text-right {
  position: absolute;
  right: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  animation: rScrollTextUp 65s linear infinite;
  color: #D2102F;
  transform-origin: bottom center;
  transform: rotate(180deg);
}
.scrolling-text .scrolling-text-right::before, .scrolling-text .scrolling-text-right::after {
  content: "ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ENTREPRENEURS CIRCLE • ";
  white-space: nowrap;
  writing-mode: vertical-rl;
  display: block;
  position: absolute;
  top: 100%;
}
.scrolling-text .scrolling-text-right::after {
  top: unset;
  right: 0;
  bottom: 100%;
}
.scrolling-text .scrolling-text-left {
  position: absolute;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  white-space: nowrap;
  animation: lScrollTextDown 60s linear infinite;
  color: #FFFFFF;
  transform-origin: bottom center;
}
.scrolling-text .scrolling-text-left::before, .scrolling-text .scrolling-text-left::after {
  content: "STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • STEVEN BARTLETT • ";
  white-space: nowrap;
  writing-mode: vertical-rl;
  display: block;
  position: absolute;
  top: 100%;
}
.scrolling-text .scrolling-text-left::after {
  top: unset;
  left: 0;
  bottom: 100%;
}

.floating-text {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 7vw;
  line-height: 1;
  pointer-events: none;
  text-align: center;
  font-family: "Museo Sans Display";
  font-weight: 1000;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.tred-box {
  display: inline-block;
  background-color: rgba(210, 16, 47, 0.8);
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  line-height: normal;
  border-radius: 0.25rem;
}

.tblue-box {
  display: inline-block;
  background-color: rgba(39, 46, 109, 0.8);
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  line-height: normal;
  border-radius: 0.25rem;
}

.white-box {
  display: inline-block;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0.5rem 1.5rem;
  line-height: normal;
  border-radius: 0.25rem;
}

.black-box {
  display: inline-block;
  background-color: #1A1A1A;
  color: #FFFFFF;
  padding: 0.5rem 1.5rem;
  line-height: normal;
  border-radius: 0.25rem;
}

.tl-number-cont {
  display: inline;
  text-align: center;
  margin: 0 0.2em;
}
.tl-number-cont .tl-number {
  display: inline-block;
  width: 22.5%;
  max-width: 1em;
  margin-right: 0.2em;
  margin-bottom: 0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.tl-number-cont .tl-number img {
  width: 100%;
  margin: 0;
}
.tl-number-cont .tl-number:last-of-type {
  margin-right: 0;
}
.tl-number-cont .tl-number::after {
  content: "";
  background-image: url("/join/img/numbers/flipping.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: none;
}
.tl-number-cont .tl-number.in-view::after {
  opacity: 0;
}

.nigel-float-left {
  position: relative;
}
.nigel-float-left::before {
  content: "";
  position: absolute;
  background-image: url("../img/nigel-alt.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% + 4vh - 1rem);
  top: 0;
  right: 100%;
}

.steven-float-right {
  position: relative;
}
.steven-float-right::before {
  content: "";
  position: absolute;
  background-image: url("../img/steven-alt.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100% + 4vh - 1rem);
  top: 0;
  left: 100%;
}

.ticket-table {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: normal;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}
.ticket-table thead {
  font-family: "Museo Sans Display", sans-serif;
  font-size: 2rem;
}
.ticket-table thead tr th {
  padding: 0.5rem 1rem;
  text-align: center;
}
.ticket-table thead tr th:nth-of-type(1) {
  text-align: left;
}
.ticket-table thead tr th.lsm {
  background-color: #1B50D8;
  color: #FFFFFF;
  border-top-left-radius: 0.25rem;
  width: 15%;
}
.ticket-table thead tr th.std {
  background-color: #D2102F;
  color: #FFFFFF;
  border-top-left-radius: 0.25rem;
  width: 15%;
}
.ticket-table thead tr th.gld {
  background-color: #FFC800;
  color: #000000;
  width: 15%;
}
.ticket-table thead tr th.vip {
  background-color: #000000;
  color: #FFFFFF;
  border-top-right-radius: 0.25rem;
  width: 15%;
}
.ticket-table tbody tr {
  background-color: #FFFFFF;
}
.ticket-table tbody tr td {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.ticket-table tbody tr td:first-of-type {
  text-align: left;
  border-left: 0;
}
.ticket-table tbody tr td:last-of-type {
  border-right: 0;
}
.ticket-table tbody tr td .fa-check {
  color: #00C800;
}
.ticket-table tbody tr td .fa-times {
  color: #D2102F;
}
.ticket-table tbody tr:first-of-type td {
  border-top: 0;
}
.ticket-table tbody tr:last-of-type td {
  border-bottom: 0;
}
.ticket-table tbody tr:nth-of-type(even) {
  background-color: #F2F2F2;
}

.event-table {
  font-size: 1.4rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  line-height: normal;
  width: auto;
  border-radius: 0.25rem;
  overflow: hidden;
}
.event-table tr td {
  text-align: left;
  padding: 0.5rem 1rem;
  border: 1px solid #FFFFFF;
  font-weight: 300;
}
.event-table tr td:first-of-type {
  border-left: 0;
}
.event-table tr td:last-of-type {
  border-right: 0;
}
.event-table tr:first-of-type td {
  border-top: 0;
}
.event-table tr:last-of-type td {
  border-bottom: 0;
}
.event-table tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.25);
}

@keyframes pulseAnim {
  0% {
    border: 0;
    opacity: 0.75;
  }
  50% {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    top: -1rem;
    left: -1rem;
    border: 1rem solid;
    opacity: 0;
  }
  to {
    border: 0;
    opacity: 0;
  }
}
.imp-pulse {
  position: relative;
  padding: 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
  border: 1px solid #D2102F;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
}
.imp-pulse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background-color: #D2102F;
  z-index: -1;
  animation: pulseAnim 2s linear infinite;
  border-color: #D2102F !important;
}

.ecmem-save300 {
  position: relative;
}
.ecmem-save300::before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 100%;
  height: 15%;
  max-height: 10rem;
  background-image: url("../img/ecmem-save300.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0.1rem 0.25rem rgba(0, 0, 0, 0.25));
}

ul.check-list {
  list-style-type: none;
  display: table;
  padding: 0;
  padding-left: 2em;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  text-align: left;
}

.check-list li {
  margin-bottom: 0.5rem;
  position: relative;
}
.check-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2em;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.check-list li.tick::before {
  content: "\f00c";
}
.check-list li.cross::before {
  content: "\f00d";
}

.ticket-box {
  margin-bottom: 1rem;
  color: #000000;
}
.ticket-box .tb-head {
  padding: 1rem;
  border: 1px solid #000000;
  background-color: #D2102F;
  color: #FFFFFF;
  text-align: center;
}
.ticket-box .tb-head .tb-title {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.ticket-box .tb-head .tb-title strong {
  font-weight: 800;
  font-size: 125%;
}
.ticket-box .tb-head .tb-subtitle {
  margin-bottom: 0;
  line-height: 1;
}
.ticket-box .tb-head .tb-subtitle span {
  display: block;
  font-size: 70%;
  font-weight: 600;
}
.ticket-box .tb-body {
  padding: 1rem;
  border: 1px solid #000000;
  border-top: 0;
  border-bottom: 0;
  background-color: #FFFFFF;
}
.ticket-box .tb-body .tb-old-price {
  line-height: 1;
  font-weight: 800;
  color: #D2102F;
  text-decoration: line-through;
  font-size: 2rem;
}
.ticket-box .tb-body .tb-price {
  line-height: 1;
  font-size: 4rem;
  font-weight: 800;
}
.ticket-box .tb-body .tb-detail-line {
  position: relative;
  line-height: 1;
}
.ticket-box .tb-body .tb-detail-line strong {
  font-size: 80%;
  font-weight: 800;
}
.ticket-box .tb-body .tb-detail-line span {
  font-size: 75%;
}
.ticket-box .tb-body .tb-detail-line.tb-dl-check {
  padding-left: 2.25rem;
}
.ticket-box .tb-body .tb-detail-line.tb-dl-check::after {
  content: "";
  display: inline-block;
  padding: 0.75rem;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  background-image: url("../img/check-circle.png");
  background-size: cover;
  background-position: center;
}
.ticket-box .tb-body .tb-detail-line.tb-dl-cross {
  padding-left: 2.25rem;
  color: rgba(0, 0, 0, 0.3);
}
.ticket-box .tb-body .tb-detail-line.tb-dl-cross::after {
  content: "";
  display: inline-block;
  padding: 0.75rem;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 0;
  background-image: url("../img/cross-circle.png");
  background-size: cover;
  background-position: center;
}
.ticket-box .tb-body .tb-detail-line.tb-dl-highlighted {
  background-color: #ffff80;
  border-radius: 0.5rem;
  padding: 1rem;
  padding-left: 3.25rem;
}
.ticket-box .tb-body .tb-detail-line.tb-dl-highlighted::after {
  left: 1rem;
}
.ticket-box .tb-body .tb-detail-line:last-of-type {
  margin-bottom: 0;
}
.ticket-box .tb-body select {
  background-color: #FFFFFF;
  padding: 1rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}
.ticket-box .tb-body .select-container {
  position: relative;
  display: inline;
}
.ticket-box .tb-body .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ticket-box .tb-body .select-container select:-ms-expand {
  display: none;
}
.ticket-box .tb-body .select-container::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0.3em;
  right: 0.75em;
  border-top: 8px solid black;
  opacity: 0.75;
}
.ticket-box .tb-body .tb-progress {
  display: inline-block;
  position: relative;
  height: 1.2rem;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.75);
  background-color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 1rem;
}
.ticket-box .tb-body .tb-progress .tbp-text, .ticket-box .tb-body .tb-progress .tbp-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ticket-box .tb-body .tb-progress .tbp-text {
  padding: 0.2rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-weight: 600;
  color: rgb(0, 255, 255);
  mix-blend-mode: difference;
  z-index: 2;
}
.ticket-box .tb-body .tb-progress .tbp-progress {
  width: 0%;
  background-color: rgb(255, 0, 0);
}
.ticket-box .tb-foot {
  padding: 1rem;
  border: 1px solid #000000;
  background-color: #D2102F;
  color: #FFFFFF;
  text-align: center;
}
.ticket-box .tb-foot .tb-title {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.ticket-box .tb-foot .tb-title strong {
  font-weight: 800;
  font-size: 125%;
}
.ticket-box .tb-foot .tb-subtitle {
  margin-bottom: 0;
  line-height: 1;
}
.ticket-box .tb-foot .tb-subtitle span {
  display: block;
  font-size: 70%;
  font-weight: 600;
}
.ticket-box.all-access .tb-head, .ticket-box.all-access .tb-foot, .ticket-box.standard .tb-head, .ticket-box.standard .tb-foot {
  background-color: #D2102F;
  color: #FFFFFF;
}
.ticket-box.gold .tb-head, .ticket-box.gold .tb-foot {
  background-color: #FFCE1A;
  color: #231F20;
}
.ticket-box.vip .tb-head, .ticket-box.vip .tb-foot {
  background-color: #231F20;
  color: #FFFFFF;
}
.ticket-box.livestream .tb-head, .ticket-box.livestream .tb-foot {
  background-color: #1B50D8;
  color: #FFFFFF;
}
.ticket-box.ls_recordings .tb-head, .ticket-box.ls_recordings .tb-foot {
  background-color: #1B50D8;
  background: linear-gradient(45deg, #1B50D8, #D2102F);
  color: #FFFFFF;
}

.sold-out, .locked {
  position: relative;
  pointer-events: none;
}
.sold-out::before, .sold-out::after, .locked::before, .locked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/sold-out.png");
  background-repeat: no-repeat;
  background-position: 50% 2rem;
  background-size: 90% auto;
  opacity: 0.9;
  z-index: 1;
}
.sold-out.locked, .locked.locked {
  filter: grayscale(1);
}
.sold-out.locked::before, .sold-out.locked::after, .locked.locked::before, .locked.locked::after {
  background-image: url("../img/lock.png");
  background-size: 50% auto;
}
.sold-out::after, .locked::after {
  background-position: 50% calc(100% - 2rem);
}
.sold-out > *, .locked > * {
  filter: grayscale(1);
  opacity: 0.75;
}

@media (min-width: 992px) {
  .lg-mshow {
    display: none;
  }
  .lg-vertical-align {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .lg-bottom-align {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row;
  }
  .lg-equal-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .lg-equal-cols > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
  .lg-equal-cols.justify-center > [class^=col-] {
    justify-content: center;
  }
  .review-borders .col-lg-4 {
    border-right: 2px dotted #272e6d;
  }
  .review-borders .col-lg-4:last-of-type {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .xl-vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .nigel-float-left::before, .steven-float-right::before {
    display: none;
  }
  .lg-mhide {
    display: none;
  }
  .lg-mob-text-center {
    text-align: center !important;
  }
  .lg-mob-mb-1rem {
    margin-bottom: 1rem !important;
  }
  .review-borders {
    /* Trustpilot Fix */
    flex-direction: column;
    align-items: center;
  }
  .review-borders .col-lg-4 {
    border-bottom: 2px dotted #272e6d;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .review-borders .col-lg-4:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .review-borders > .col-lg-4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 544px) {
  .row.equal-col-sm-padding .col-sm-6:first-of-type {
    padding-right: 7.5px;
  }
  .row.equal-col-sm-padding .col-sm-6:last-of-type {
    padding-left: 7.5px;
  }
  .bsd-pl-5 {
    padding-left: 5px;
  }
  .bsd-pr-5 {
    padding-right: 5px;
  }
  .bsmshow {
    display: none !important;
  }
  .bsdtcenter {
    text-align: center;
  }
  .bsdtright {
    text-align: right;
  }
  .bsdtleft {
    text-align: right;
  }
  .vertical-align {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .bottom-align {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: row;
  }
  .top-align {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .equal-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .equal-cols > [class^=col-] {
    display: flex;
    flex-direction: column;
  }
  .equal-cols.justify-center > [class^=col-] {
    justify-content: center;
  }
}
@media (max-width: 544px) {
  .quantity-qopts > div .question-option {
    display: inherit;
  }
  .agenda-tabs td {
    padding: 0.25rem;
  }
  .agenda-tabs td .agenda-tab {
    padding: 3vw;
    font-size: 8vw;
  }
  .agenda-tabs td .agenda-tab::after {
    bottom: -0.9rem;
    left: calc(50% - 0.5rem);
    border: 0.5rem solid transparent;
    border-top-color: #FFFFFF;
  }
  .agenda-tabs.bottom td .agenda-tab::after {
    bottom: unset;
    top: -0.9rem;
  }
  .agenda-sects {
    padding: 0.25rem;
  }
  .agenda-sects .agenda-sect .col-sm-2 .agenda-icon {
    margin-bottom: 1rem;
  }
  .agenda-sects .agenda-sect .col-sm-10 p .agenda-sect-title {
    display: block;
  }
  .agenda-sects .agenda-sect .col-sm-10 p .agenda-sect-title .agenda-time {
    display: block;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
  }
  .agenda-sects .agenda-sect .col-sm-10 p .agenda-sect-title .agenda-title {
    display: block;
    padding-left: 0;
    font-size: 90%;
    padding-bottom: 0;
  }
  .bsmhide {
    display: none !important;
  }
  .bsmtcenter {
    text-align: center;
  }
  .bsmtright {
    text-align: right;
  }
  .bsmtleft {
    text-align: right;
  }
  .bsmw100 {
    width: 100% !important;
  }
  .vertical-align {
    display: inherit;
  }
}
@media (min-width: 62em) {
  .mshow {
    display: none !important;
  }
  .mob-text-helper {
    display: none;
  }
  .desk-font-x0-05 {
    font-size: 5%;
  }
  .desk-font-x0-1 {
    font-size: 10%;
  }
  .desk-font-x0-15 {
    font-size: 15%;
  }
  .desk-font-x0-2 {
    font-size: 20%;
  }
  .desk-font-x0-25 {
    font-size: 25%;
  }
  .desk-font-x0-3 {
    font-size: 30%;
  }
  .desk-font-x0-35 {
    font-size: 35%;
  }
  .desk-font-x0-4 {
    font-size: 40%;
  }
  .desk-font-x0-45 {
    font-size: 45%;
  }
  .desk-font-x0-5 {
    font-size: 50%;
  }
  .desk-font-x0-55 {
    font-size: 55%;
  }
  .desk-font-x0-6 {
    font-size: 60%;
  }
  .desk-font-x0-65 {
    font-size: 65%;
  }
  .desk-font-x0-7 {
    font-size: 70%;
  }
  .desk-font-x0-75 {
    font-size: 75%;
  }
  .desk-font-x0-8 {
    font-size: 80%;
  }
  .desk-font-x0-85 {
    font-size: 85%;
  }
  .desk-font-x0-9 {
    font-size: 90%;
  }
  .desk-font-x0-95 {
    font-size: 95%;
  }
  .desk-font-x1 {
    font-size: 100%;
  }
  .desk-font-x1-05 {
    font-size: 105%;
  }
  .desk-font-x1-1 {
    font-size: 110%;
  }
  .desk-font-x1-15 {
    font-size: 115%;
  }
  .desk-font-x1-2 {
    font-size: 120%;
  }
  .desk-font-x1-25 {
    font-size: 125%;
  }
  .desk-font-x1-3 {
    font-size: 130%;
  }
  .desk-font-x1-35 {
    font-size: 135%;
  }
  .desk-font-x1-4 {
    font-size: 140%;
  }
  .desk-font-x1-45 {
    font-size: 145%;
  }
  .desk-font-x1-5 {
    font-size: 150%;
  }
  .desk-font-x1-55 {
    font-size: 155%;
  }
  .desk-font-x1-6 {
    font-size: 160%;
  }
  .desk-font-x1-65 {
    font-size: 165%;
  }
  .desk-font-x1-7 {
    font-size: 170%;
  }
  .desk-font-x1-75 {
    font-size: 175%;
  }
  .desk-font-x1-8 {
    font-size: 180%;
  }
  .desk-font-x1-85 {
    font-size: 185%;
  }
  .desk-font-x1-9 {
    font-size: 190%;
  }
  .desk-font-x1-95 {
    font-size: 195%;
  }
  .desk-font-x2 {
    font-size: 200%;
  }
  .desk-font-x2-05 {
    font-size: 205%;
  }
  .desk-font-x2-1 {
    font-size: 210%;
  }
  .desk-font-x2-15 {
    font-size: 215%;
  }
  .desk-font-x2-2 {
    font-size: 220%;
  }
  .desk-font-x2-25 {
    font-size: 225%;
  }
  .desk-font-x2-3 {
    font-size: 230%;
  }
  .desk-font-x2-35 {
    font-size: 235%;
  }
  .desk-font-x2-4 {
    font-size: 240%;
  }
  .desk-font-x2-45 {
    font-size: 245%;
  }
  .desk-font-x2-5 {
    font-size: 250%;
  }
  .desk-font-x2-55 {
    font-size: 255%;
  }
  .desk-font-x2-6 {
    font-size: 260%;
  }
  .desk-font-x2-65 {
    font-size: 265%;
  }
  .desk-font-x2-7 {
    font-size: 270%;
  }
  .desk-font-x2-75 {
    font-size: 275%;
  }
  .desk-font-x2-8 {
    font-size: 280%;
  }
  .desk-font-x2-85 {
    font-size: 285%;
  }
  .desk-font-x2-9 {
    font-size: 290%;
  }
  .desk-font-x2-95 {
    font-size: 295%;
  }
  .desk-font-x3 {
    font-size: 300%;
  }
  .desk-font-x3-05 {
    font-size: 305%;
  }
  .desk-font-x3-1 {
    font-size: 310%;
  }
  .desk-font-x3-15 {
    font-size: 315%;
  }
  .desk-font-x3-2 {
    font-size: 320%;
  }
  .desk-font-x3-25 {
    font-size: 325%;
  }
  .desk-font-x3-3 {
    font-size: 330%;
  }
  .desk-font-x3-35 {
    font-size: 335%;
  }
  .desk-font-x3-4 {
    font-size: 340%;
  }
  .desk-font-x3-45 {
    font-size: 345%;
  }
  .desk-font-x3-5 {
    font-size: 350%;
  }
  .desk-font-x3-55 {
    font-size: 355%;
  }
  .desk-font-x3-6 {
    font-size: 360%;
  }
  .desk-font-x3-65 {
    font-size: 365%;
  }
  .desk-font-x3-7 {
    font-size: 370%;
  }
  .desk-font-x3-75 {
    font-size: 375%;
  }
  .desk-font-x3-8 {
    font-size: 380%;
  }
  .desk-font-x3-85 {
    font-size: 385%;
  }
  .desk-font-x3-9 {
    font-size: 390%;
  }
  .desk-font-x3-95 {
    font-size: 395%;
  }
  .desk-font-x4 {
    font-size: 400%;
  }
  .desk-font-x4-05 {
    font-size: 405%;
  }
  .desk-font-x4-1 {
    font-size: 410%;
  }
  .desk-font-x4-15 {
    font-size: 415%;
  }
  .desk-font-x4-2 {
    font-size: 420%;
  }
  .desk-font-x4-25 {
    font-size: 425%;
  }
  .desk-font-x4-3 {
    font-size: 430%;
  }
  .desk-font-x4-35 {
    font-size: 435%;
  }
  .desk-font-x4-4 {
    font-size: 440%;
  }
  .desk-font-x4-45 {
    font-size: 445%;
  }
  .desk-font-x4-5 {
    font-size: 450%;
  }
  .desk-font-x4-55 {
    font-size: 455%;
  }
  .desk-font-x4-6 {
    font-size: 460%;
  }
  .desk-font-x4-65 {
    font-size: 465%;
  }
  .desk-font-x4-7 {
    font-size: 470%;
  }
  .desk-font-x4-75 {
    font-size: 475%;
  }
  .desk-font-x4-8 {
    font-size: 480%;
  }
  .desk-font-x4-85 {
    font-size: 485%;
  }
  .desk-font-x4-9 {
    font-size: 490%;
  }
  .desk-font-x4-95 {
    font-size: 495%;
  }
  .desk-font-x5 {
    font-size: 500%;
  }
  .desk-pt-15 {
    padding-top: 15px;
  }
  .desk-pb-15 {
    padding-bottom: 15px;
  }
  .desk-minh-100vh {
    min-height: 100vh;
  }
}
@media (max-width: 62em) {
  .tred-box, .tblue-box, .white-box, .black-box {
    padding: 0.5rem;
  }
  .testimonial-block {
    padding: 0;
  }
  .testimonial-block .border {
    padding: 1rem 2rem;
  }
  .testimonial-block .border::before, .testimonial-block .border::after {
    top: 0;
    bottom: unset;
    width: 3rem;
    height: 100%;
  }
  .testimonial-block .border::before {
    left: -1.5rem;
  }
  .testimonial-block .border::after {
    left: unset;
    right: -1.5rem;
  }
  .thankyou-step .big-checkbox {
    transform: scale(0.75);
    top: 0.5rem !important;
  }
  .celeb-outer::before, .celeb-outer::after {
    display: none;
  }
  .sold-out-tape.bg-img-sect::before {
    transform: rotate(-85deg);
    min-height: 5vw;
    top: 40vw;
  }
  .sold-out-tape.bg-img-sect::after {
    transform: rotate(85deg);
    min-height: 5vw;
    top: 40vw;
  }
  .ec-table.guest-table tr {
    display: block;
  }
  .ec-table.guest-table tr:first-of-type {
    display: none;
  }
  .ec-table.guest-table tr td, .ec-table.guest-table tr th {
    position: relative;
    display: block;
    text-align: center;
    padding: 0.5rem;
    white-space: nowrap;
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(1), .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(1) {
    padding-top: 1.5rem;
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(1)::before, .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(1)::before {
    content: "Name:";
    position: absolute;
    font-size: 0.8rem;
    top: 0.5rem;
    line-height: 1;
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(2), .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(2) {
    padding-top: 1rem;
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(2)::before, .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(2)::before {
    content: "Email:";
    position: absolute;
    font-size: 0.8rem;
    top: 0;
    line-height: 1;
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(3), .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(3) {
    padding-top: 1rem;
    display: inline-block;
    width: calc(75% - 0.5rem);
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(3)::before, .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(3)::before {
    content: "Ticket:";
    position: absolute;
    font-size: 0.8rem;
    top: 0;
    line-height: 1;
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(3)[colspan="2"], .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(3)[colspan="2"] {
    width: 100%;
  }
  .ec-table.guest-table tr:not(:last-of-type) td:nth-of-type(4), .ec-table.guest-table tr:not(:last-of-type) th:nth-of-type(4) {
    padding-top: 1rem;
    display: inline-block;
    width: calc(25% - 0.25rem);
  }
  .ec-table.guest-table:not(.no-hide-2) tr td:nth-of-type(2), .ec-table.guest-table:not(.no-hide-2) tr th:nth-of-type(2) {
    display: none;
  }
  .ec-table.moblocks tr {
    display: block;
  }
  .ec-table.moblocks tr td, .ec-table.moblocks tr th {
    position: relative;
    display: block;
  }
  .covering-img::before {
    top: 25%;
    left: -50%;
  }
  .covering-img::after {
    top: 75%;
    right: -50%;
  }
  .covering-img.ci-mhide::before, .covering-img.ci-mhide::after {
    display: none;
  }
  .steps-container .step {
    padding: 2rem 1rem;
  }
  .from-the-desk-of-nigel {
    margin-top: -20px;
  }
  .lined-paper {
    transform: rotate(-0.1deg);
  }
  .lined-paper::before {
    left: 15px;
  }
  .lined-paper .lp-lines {
    background-image: repeating-linear-gradient(0.1deg, #ffffff 0px, #ffffff 23px, #E5E5E5 24px);
  }
  .lined-paper .lp-lines .lp-text {
    padding: 20px;
    padding-left: 30px;
  }
  .lined-paper .lp-lines .lp-text p {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 18px;
  }
  .lined-paper .lp-lines .lp-text p .lp-logo {
    max-height: 35px;
  }
  .lined-paper .lp-lines .lp-text .lp-bonus .col-sm-3 {
    padding: 0 24px;
    padding-bottom: 24px;
  }
  .lined-paper.altrotate {
    transform: rotate(0.1deg);
  }
  .lined-paper.altrotate .lp-lines {
    background-image: repeating-linear-gradient(-0.1deg, #ffffff 0px, #ffffff 23px, #E5E5E5 24px);
  }
  .taya-book-right {
    font-size: 0.9rem;
  }
  .featured-sect .featured-icons img {
    margin-right: 0 !important;
    margin: 5px !important;
    max-width: calc(35% - 2rem);
  }
  .testimonial-bubbles .bubble {
    width: 100%;
    max-width: 100%;
  }
  .gkcc-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(21, 0, 60, 0.9);
    border-top: 1px solid #FFFFFF;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
  }
  .gkcc-nav.active {
    opacity: 1;
    pointer-events: all;
  }
  .gkcc-nav li {
    display: block;
    width: 100%;
    padding: 1rem 0.5rem;
    margin: 0;
    text-align: center;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    transition: all 0.2s ease;
  }
  .gkcc-nav li:hover {
    background-color: rgb(0, 0, 0);
  }
  .gkcc-nav li.mshow {
    display: block;
  }
  .climbingval-table {
    margin: 1rem 0 !important;
  }
  .climbingval-table table, .climbingval-table thead, .climbingval-table tbody, .climbingval-table th, .climbingval-table td, .climbingval-table tr {
    display: block;
  }
  .climbingval-table td {
    width: 100% !important;
    border-right: 0 !important;
    padding-bottom: 1rem;
  }
  .climbingval-table td:not(:last-of-type) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 1rem;
  }
  .solid-btn {
    font-size: 1rem;
    padding: 0.5rem !important;
  }
  .solid-btn.sb-big {
    font-size: 1.2rem;
    padding: 0.75rem !important;
  }
  .ec-button {
    font-size: 0.8rem;
    padding: 15px 5px;
    font-weight: 800;
    border-radius: 10px;
  }
  .ec-button.small {
    width: 100%;
    margin: 0.5rem 0;
  }
  .ec-button::after {
    border-radius: 10px;
  }
  .ec-navbar {
    padding: 10px 0;
  }
  .ec-navbar img {
    max-height: 30px !important;
  }
  .mhide {
    display: none;
  }
  .text-helper {
    display: none;
  }
  .ec-footer .col-sm-6 {
    text-align: left !important;
  }
  .yithss {
    font-size: 120%;
  }
  .registrant-ticket-box .this-is-me {
    position: relative;
    display: inline-block;
    margin-top: 5px;
  }
  .upgrade-ticket-box .col-sm-6 {
    padding: 0;
    text-align: left;
  }
  .upgrade-ticket-box .ticket-title {
    font-weight: 800;
    margin-bottom: 0.5rem;
  }
  .upgrade-ticket-box input[type=radio] + label {
    width: 100%;
    margin: 0;
  }
  .upgrade-ticket-box input[type=radio]:checked + label {
    text-align: center;
  }
  .hello-bar {
    height: auto;
  }
  .mob-hundred {
    width: calc(100% - 20px) !important;
    margin: 10px !important;
  }
  .mobsmaller {
    font-size: 85%;
  }
  .mobbigger {
    font-size: 125%;
  }
  .mob-text-center {
    text-align: center !important;
  }
  .mob-text-right {
    text-align: right !important;
  }
  .mob-text-left {
    text-align: left !important;
  }
  .mob-display-block {
    display: block;
  }
  .mob-full-width {
    width: 100% !important;
  }
  .mob-font-x0-05 {
    font-size: 5%;
  }
  .mob-font-x0-1 {
    font-size: 10%;
  }
  .mob-font-x0-15 {
    font-size: 15%;
  }
  .mob-font-x0-2 {
    font-size: 20%;
  }
  .mob-font-x0-25 {
    font-size: 25%;
  }
  .mob-font-x0-3 {
    font-size: 30%;
  }
  .mob-font-x0-35 {
    font-size: 35%;
  }
  .mob-font-x0-4 {
    font-size: 40%;
  }
  .mob-font-x0-45 {
    font-size: 45%;
  }
  .mob-font-x0-5 {
    font-size: 50%;
  }
  .mob-font-x0-55 {
    font-size: 55%;
  }
  .mob-font-x0-6 {
    font-size: 60%;
  }
  .mob-font-x0-65 {
    font-size: 65%;
  }
  .mob-font-x0-7 {
    font-size: 70%;
  }
  .mob-font-x0-75 {
    font-size: 75%;
  }
  .mob-font-x0-8 {
    font-size: 80%;
  }
  .mob-font-x0-85 {
    font-size: 85%;
  }
  .mob-font-x0-9 {
    font-size: 90%;
  }
  .mob-font-x0-95 {
    font-size: 95%;
  }
  .mob-font-x1 {
    font-size: 100%;
  }
  .mob-font-x1-05 {
    font-size: 105%;
  }
  .mob-font-x1-1 {
    font-size: 110%;
  }
  .mob-font-x1-15 {
    font-size: 115%;
  }
  .mob-font-x1-2 {
    font-size: 120%;
  }
  .mob-font-x1-25 {
    font-size: 125%;
  }
  .mob-font-x1-3 {
    font-size: 130%;
  }
  .mob-font-x1-35 {
    font-size: 135%;
  }
  .mob-font-x1-4 {
    font-size: 140%;
  }
  .mob-font-x1-45 {
    font-size: 145%;
  }
  .mob-font-x1-5 {
    font-size: 150%;
  }
  .mob-font-x1-55 {
    font-size: 155%;
  }
  .mob-font-x1-6 {
    font-size: 160%;
  }
  .mob-font-x1-65 {
    font-size: 165%;
  }
  .mob-font-x1-7 {
    font-size: 170%;
  }
  .mob-font-x1-75 {
    font-size: 175%;
  }
  .mob-font-x1-8 {
    font-size: 180%;
  }
  .mob-font-x1-85 {
    font-size: 185%;
  }
  .mob-font-x1-9 {
    font-size: 190%;
  }
  .mob-font-x1-95 {
    font-size: 195%;
  }
  .mob-font-x2 {
    font-size: 200%;
  }
  .mob-font-x2-05 {
    font-size: 205%;
  }
  .mob-font-x2-1 {
    font-size: 210%;
  }
  .mob-font-x2-15 {
    font-size: 215%;
  }
  .mob-font-x2-2 {
    font-size: 220%;
  }
  .mob-font-x2-25 {
    font-size: 225%;
  }
  .mob-font-x2-3 {
    font-size: 230%;
  }
  .mob-font-x2-35 {
    font-size: 235%;
  }
  .mob-font-x2-4 {
    font-size: 240%;
  }
  .mob-font-x2-45 {
    font-size: 245%;
  }
  .mob-font-x2-5 {
    font-size: 250%;
  }
  .mob-font-x2-55 {
    font-size: 255%;
  }
  .mob-font-x2-6 {
    font-size: 260%;
  }
  .mob-font-x2-65 {
    font-size: 265%;
  }
  .mob-font-x2-7 {
    font-size: 270%;
  }
  .mob-font-x2-75 {
    font-size: 275%;
  }
  .mob-font-x2-8 {
    font-size: 280%;
  }
  .mob-font-x2-85 {
    font-size: 285%;
  }
  .mob-font-x2-9 {
    font-size: 290%;
  }
  .mob-font-x2-95 {
    font-size: 295%;
  }
  .mob-font-x3 {
    font-size: 300%;
  }
  .mob-font-x3-05 {
    font-size: 305%;
  }
  .mob-font-x3-1 {
    font-size: 310%;
  }
  .mob-font-x3-15 {
    font-size: 315%;
  }
  .mob-font-x3-2 {
    font-size: 320%;
  }
  .mob-font-x3-25 {
    font-size: 325%;
  }
  .mob-font-x3-3 {
    font-size: 330%;
  }
  .mob-font-x3-35 {
    font-size: 335%;
  }
  .mob-font-x3-4 {
    font-size: 340%;
  }
  .mob-font-x3-45 {
    font-size: 345%;
  }
  .mob-font-x3-5 {
    font-size: 350%;
  }
  .mob-font-x3-55 {
    font-size: 355%;
  }
  .mob-font-x3-6 {
    font-size: 360%;
  }
  .mob-font-x3-65 {
    font-size: 365%;
  }
  .mob-font-x3-7 {
    font-size: 370%;
  }
  .mob-font-x3-75 {
    font-size: 375%;
  }
  .mob-font-x3-8 {
    font-size: 380%;
  }
  .mob-font-x3-85 {
    font-size: 385%;
  }
  .mob-font-x3-9 {
    font-size: 390%;
  }
  .mob-font-x3-95 {
    font-size: 395%;
  }
  .mob-font-x4 {
    font-size: 400%;
  }
  .mob-font-x4-05 {
    font-size: 405%;
  }
  .mob-font-x4-1 {
    font-size: 410%;
  }
  .mob-font-x4-15 {
    font-size: 415%;
  }
  .mob-font-x4-2 {
    font-size: 420%;
  }
  .mob-font-x4-25 {
    font-size: 425%;
  }
  .mob-font-x4-3 {
    font-size: 430%;
  }
  .mob-font-x4-35 {
    font-size: 435%;
  }
  .mob-font-x4-4 {
    font-size: 440%;
  }
  .mob-font-x4-45 {
    font-size: 445%;
  }
  .mob-font-x4-5 {
    font-size: 450%;
  }
  .mob-font-x4-55 {
    font-size: 455%;
  }
  .mob-font-x4-6 {
    font-size: 460%;
  }
  .mob-font-x4-65 {
    font-size: 465%;
  }
  .mob-font-x4-7 {
    font-size: 470%;
  }
  .mob-font-x4-75 {
    font-size: 475%;
  }
  .mob-font-x4-8 {
    font-size: 480%;
  }
  .mob-font-x4-85 {
    font-size: 485%;
  }
  .mob-font-x4-9 {
    font-size: 490%;
  }
  .mob-font-x4-95 {
    font-size: 495%;
  }
  .mob-font-x5 {
    font-size: 500%;
  }
  .mob-padding-0 {
    padding: 0 !important;
  }
  .mob-pad-1rem {
    padding: 1rem !important;
  }
  .mob-pad-05rem {
    padding: 0.5rem !important;
  }
  .mob-pt-0 {
    padding-top: 0 !important;
  }
  .mob-margin-0 {
    margin: 0 !important;
  }
  .mob-mb-05rem {
    margin-bottom: 0.5rem !important;
  }
  .mob-mb-1rem {
    margin-bottom: 1rem !important;
  }
  .mob-mb-2rem {
    margin-bottom: 2rem !important;
  }
  .mob-maxw-unset {
    max-width: unset !important;
  }
  ol {
    padding-left: 25px;
  }
  ol li {
    font-size: 88%;
  }
}
@media (max-width: 36em) {
  .ticket-table {
    font-size: 0.8rem;
  }
  .ticket-table thead {
    font-size: 1rem;
  }
  .ticket-table thead tr th {
    padding: 0.5rem;
  }
  .ticket-table tbody tr td {
    padding: 0.5rem;
  }
  .event-table {
    font-size: 0.8rem;
  }
  .event-table tr td {
    padding: 0.5rem;
  }
  .h1 {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 1.8rem;
  }
  .h2 {
    font-size: 1.22rem;
  }
  h2 {
    font-size: 1.22rem;
  }
  .h2-size {
    font-size: 1.22rem !important;
  }
  .h4 {
    font-size: 1rem;
  }
  h4 {
    font-size: 1rem;
  }
  .p-style {
    margin-bottom: 0.8rem !important;
  }
  .p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  p {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  ul, ol {
    font-size: 1rem;
  }
  .timer-table tr:nth-of-type(1) {
    font-size: 2rem;
    line-height: 2rem;
  }
  .timer-table tr:nth-of-type(2) {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .timer-table.bigger tr:nth-of-type(1) {
    font-size: 3rem;
    line-height: 3rem;
  }
  .timer-table.bigger tr:nth-of-type(2) {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}
/* DISCOUNT WHEEL */
.igsih-discount-positioner {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.igsih-discount-positioner.active {
  opacity: 1;
  pointer-events: all;
}
.igsih-discount-positioner .igsih-discount-cont {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
}
.igsih-discount-positioner .igsih-discount-cont #confetti-cannon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-above-img {
  width: 100%;
  max-width: 600px;
  margin-bottom: 2rem;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-wheel-restrict {
  display: block;
  max-width: 750px;
  margin: 0 auto;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 2vw 4vw;
  color: #FFFFFF;
  background-color: #FF6A00;
  background: linear-gradient(135deg, #FF6A00, #EE0979);
  overflow: hidden;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner hr {
  width: 50%;
  margin: 1rem;
  margin-left: 0;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 2px;
  border-radius: 100%;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner input, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner textarea, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner select {
  width: 100%;
  max-width: 500px;
  padding: 1rem 2rem;
  border-radius: 3rem;
  margin-bottom: 0.5rem;
  border: 2px solid rgba(0, 0, 0, 0.25);
  font-size: 1rem;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner button, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-button {
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  padding: 1rem 2rem;
  border-radius: 3rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
  color: #FFFFFF;
  background-color: #00A652;
  transition: all 0.2s ease;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner button:hover, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-button:hover {
  background-color: #00753B;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-msg-title {
  font-size: 2.4rem;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-msg-text {
  font-size: 1.8rem;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:first-of-type .igsih-above-img {
  display: none;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:last-of-type {
  padding-left: 4vw;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:last-of-type .igsih-msg-sect {
  opacity: 1;
  transition: 0.2s ease;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-close {
  position: absolute;
  color: #FFFFFF;
  top: 0.25rem;
  right: 0.25rem;
  width: 3rem;
  height: 3rem;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.75;
  text-align: center;
  transition: all 0.25s ease;
  z-index: 9;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-close:hover {
  opacity: 1;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel {
  display: inline-block;
  position: relative;
  padding: 50%;
  font-family: "Museo Sans Display", sans-serif;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-segments, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-ornaments, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-shadow, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-prizes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50%;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-segments.igsih-tospin, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-ornaments.igsih-tospin, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-shadow.igsih-tospin, .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-prizes.igsih-tospin {
  transition: transform 6.5s cubic-bezier(0, 0, 0.5, 1.1);
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-pointer {
  position: absolute;
  top: 42.5%;
  right: -6%;
  width: 15%;
  height: 15%;
  transform-origin: 50%;
  transition: transform 0.1s cubic-bezier(0, 0, 0.5, 1.1);
  transform: rotate(0deg);
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-svg-pointer.pointhit {
  transform: rotate(-20deg);
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-ec-logo {
  position: absolute;
  top: 42.5%;
  left: 42.5%;
  width: 15%;
  height: 15%;
  transform-origin: 50%;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-prizes {
  pointer-events: none;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-prizes .igsih-prize {
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  transform-origin: 0 0;
  text-align: right;
  width: 40%;
  font-weight: 700;
  color: #fff;
  font-size: 1.4vw;
  text-transform: uppercase;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-copy-text {
  display: inline-block;
  margin-bottom: 0px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-copy-text p {
  font-size: 1rem;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-copy-text p:first-of-type {
  font-size: 1.2rem;
}
.igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-copy-text p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 544px) {
  .igsih-discount-positioner {
    width: 102vw;
    left: -1.5vw;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner {
    padding: 2rem;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6 {
    padding: 0 !important;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:first-of-type {
    margin-bottom: 1rem;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:first-of-type .igsih-above-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    max-width: 250px;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:last-of-type .igsih-above-img {
    display: none;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:last-of-type .igsih-msg-title {
    margin-bottom: 0.5rem;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .col-sm-6:last-of-type hr {
    margin: 0.5rem;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-close {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-msg-title {
    font-size: 7.8vw;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-msg-text {
    font-size: 5vw;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel {
    width: calc(100vw - 4rem) !important;
  }
  .igsih-discount-positioner .igsih-discount-cont .igsih-discount-inner .igsih-discount-wheel .igsih-prizes .igsih-prize {
    font-size: 3vw;
  }
}

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