@import url("https://fonts.googleapis.com/css?family=Yeon+Sung&display=swap");
@font-face {
  font-family: "Museo Sans Display";
  src: url("../css/fonts/museo-sans-display/Museo_Sans_Display_Black.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 100;
  font-style: normal;
  src: url("../css/fonts/museo-sans/Museo_Sans_100.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 100;
  font-style: italic;
  src: url("../css/fonts/museo-sans/Museo_Sans_100_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../css/fonts/museo-sans/Museo_Sans_300.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../css/fonts/museo-sans/Museo_Sans_300_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 500;
  font-style: normal;
  src: url("../css/fonts/museo-sans/Museo_Sans_500.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 500;
  font-style: italic;
  src: url("../css/fonts/museo-sans/Museo_Sans_500_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 700;
  font-style: normal;
  src: url("../css/fonts/museo-sans/Museo_Sans_700.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 700;
  font-style: italic;
  src: url("../css/fonts/museo-sans/Museo_Sans_700_Italic.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 900;
  font-style: normal;
  src: url("../css/fonts/museo-sans/Museo_Sans_900.otf") format("opentype");
}
@font-face {
  font-family: "Museo Sans";
  font-weight: 900;
  font-style: italic;
  src: url("../css/fonts/museo-sans/Museo_Sans_900_Italic.otf") format("opentype");
}
body {
  font-family: "Museo Sans", sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}
body.prog {
  margin-left: 26px;
}

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 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

ul, ol {
  font-size: 1.4rem;
}
ul li, ol li {
  margin-bottom: 0.25rem;
}

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

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

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

.normal-line-height * {
  line-height: initial;
}

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

.ec-navbar {
  padding: 20px 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background-color: #2E3337;
}

.ec-footer {
  background-color: #2E3337;
  color: #FFFFFF;
  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: #2E3337;
  color: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.intrinsic-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.intrinsic-container iframe {
  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;
}

.yellow-bg {
  background-color: #FFF200;
}

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

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

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

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

.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);
}

.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;
}

.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: 700;
  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: 1.1;
}
.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;
  box-shadow: -2px -5px 0px 0px #77091B;
}
.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: block;
  z-index: 999;
  transition: opacity 0.5s ease;
  perspective: 800px;
}
.ec-modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.ec-modal .modal-outer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  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;
}

.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 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: inline;
}
.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: 0.3em;
  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;
}

.big-checkbox {
  display: block;
  position: relative;
  padding: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding-left: 5rem;
  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: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;
}

.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);
}

.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;
}

.ec-table {
  width: 100%;
}
.ec-table td, .ec-table th {
  vertical-align: middle;
}

.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;
}
.solid-btn:hover {
  color: #FFFFFF;
  background-color: #004221;
}
.solid-btn:focus {
  color: #FFFFFF;
  background-color: #004221;
}
.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: 1rem;
}
.solid-btn.sb-less-pad {
  padding: 0.25rem 1rem;
}
.solid-btn.sb-less-pad.sb-big {
  padding: 0.5rem 2rem;
}
.solid-btn.sb-central {
  display: table;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
.solid-btn.sb-mar0 {
  margin: 0;
}
.solid-btn.red {
  background-color: #D2102F;
}
.solid-btn.red:hover {
  background-color: #A10C25;
}
.solid-btn.red:focus {
  background-color: #A10C25;
}
.solid-btn.blue {
  background-color: #0E71B8;
}
.solid-btn.blue:hover {
  background-color: #07375A;
}
.solid-btn.blue:focus {
  background-color: #07375A;
}
.solid-btn.purple {
  background-color: #381C6B;
}
.solid-btn.purple:hover {
  background-color: #0D0618;
}
.solid-btn.purple:focus {
  background-color: #0D0618;
}
.solid-btn.pink {
  background-color: #B12667;
}
.solid-btn.pink:hover {
  background-color: #5D1436;
}
.solid-btn.pink:focus {
  background-color: #5D1436;
}
.solid-btn.grey {
  background-color: #2E3337;
}
.solid-btn.grey:hover {
  background-color: #000000;
}
.solid-btn.grey:focus {
  background-color: #000000;
}
.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:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.solid-btn.white:focus {
  background-color: #000000;
  color: #FFFFFF;
}

.after-checkout-section {
  background-image: url(../img/checkout-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.after-checkout-section .acs-inner {
  padding: 2rem 1rem;
  background-color: rgba(246, 246, 246, 0.9);
  border-radius: 1rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

#floating-balloons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#floating-balloons .balloons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#floating-balloons .balloons li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-image: url("../img/black-balloon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  bottom: -150px;
}
#floating-balloons .balloons li.floating {
  animation: float-the-balloons 25s linear 1;
}
#floating-balloons .balloons.red-balloon li {
  background-image: url("../img/red-balloon.png");
}
#floating-balloons .balloons.both-balloon li {
  opacity: 1;
}
#floating-balloons .balloons.both-balloon li:nth-of-type(odd) {
  background-image: url("../img/red-balloon.png");
}
#floating-balloons .balloons.both-balloon li.floating {
  animation: float-the-balloons-opaque 25s linear 1;
}

@keyframes float-the-balloons {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-250px) rotate(20deg);
  }
  50% {
    transform: translateY(-500px) rotate(-20deg);
  }
  75% {
    transform: translateY(-750px) rotate(20deg);
  }
  100% {
    transform: translateY(-1000px) rotate(-20deg);
    opacity: 0;
  }
}
@keyframes float-the-balloons-opaque {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: translateY(-250px) rotate(20deg);
  }
  50% {
    transform: translateY(-500px) rotate(-20deg);
  }
  75% {
    transform: translateY(-750px) rotate(20deg);
  }
  100% {
    transform: translateY(-1000px) rotate(-20deg);
    opacity: 0;
  }
}
.thankyou-step {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  text-align: left;
  border-radius: 1rem;
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}
.thankyou-step .col-sm-1 {
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 0.9rem 0 0 0.9rem;
  height: 100%;
  display: table-cell;
  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;
  height: 100%;
  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;
}

.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;
  line-height: 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.2rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  right: 1rem;
  top: calc(50% - 0.5rem);
  transition: all 0.25s ease-in-out;
  color: #FFFFFF;
}
.faqcont .faqrow .faqanswer {
  height: 0;
  overflow: hidden;
  transition: all 0.75s ease;
}
.faqcont .faqrow .faqanswer .faqanswercontents {
  padding: 1rem 2rem;
  background-color: #F2F2F2;
}
.faqcont .faqrow .faqanswer .faqanswercontents p, .faqcont .faqrow .faqanswer .faqanswercontents ol, .faqcont .faqrow .faqanswer .faqanswercontents 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: #0E71B8;
  padding-left: 3rem;
}
.faqcont.faq-style .faqquestion .questionnum {
  width: 0px;
  display: inline-block;
}
.faqcont.faq-style .faqquestion .questionnum::before {
  content: counter(faq-counter);
  color: #0E71B8;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 1rem;
  line-height: 1rem;
  padding: 0.1rem;
  font-family: "Yeon Sung", cursive;
  font-size: 1rem;
  width: 1.2rem;
  background-image: url(../img/faq-list-circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  transition: all 0.2s ease;
}
.faqcont.faq-style .faqquestion::after {
  transition: all 0.2s ease;
  color: #000000;
}
.faqcont.faq-style .faqquestion.active {
  background-color: #0E71B8;
  color: #FFFFFF;
}
.faqcont.faq-style .faqquestion.active .questionnum::before {
  filter: grayscale(1) brightness(0) invert(1);
}
.faqcont.faq-style .faqquestion.active::after {
  color: #FFFFFF;
}

.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;
}

.quiz-cont {
  position: relative;
  background-color: #2E3337;
  background-image: url("../img/hero-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: center;
}
.quiz-cont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/clouds.png");
  background-size: cover;
  background-position: center;
  -webkit-animation: mobileFloating 10s linear infinite;
  animation: mobileFloating 10s linear infinite;
  width: 200%;
  height: 50%;
  opacity: 0.4;
  left: -100%;
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.quiz-cont > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(46, 51, 55), rgba(46, 51, 55, 0.25));
}

@-webkit-keyframes desktopFloating {
  0% {
    opacity: 0.3s;
  }
  10% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.8;
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0.3;
  }
}
@keyframes desktopFloating {
  0% {
    opacity: 0.3s;
  }
  10% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.8;
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0.3;
  }
}
@-webkit-keyframes mobileFloating {
  0% {
    opacity: 0.3s;
  }
  30% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.8;
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0.3;
  }
}
@keyframes mobileFloating {
  0% {
    opacity: 0.3s;
  }
  30% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.8;
  }
  to {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0.3;
  }
}
.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;
  }
}
@-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;
  }
}
.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;
}

.progress-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  overflow: hidden;
  counter-reset: step;
  padding-left: 0;
}
.progress-steps li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  list-style-type: none;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  padding-left: 0;
  font-weight: 700;
}
.progress-steps li:before {
  content: counter(step);
  counter-increment: step;
  display: block;
  width: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 600;
  color: #2E3337;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 0;
  margin: 0 auto 5px;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: all 0.2s ease;
}
.progress-steps li:after {
  content: "";
  width: 100%;
  height: 5px;
  background: #FFFFFF;
  position: absolute;
  left: -50%;
  top: 5px;
  z-index: 1;
  transition: all 0.2s ease;
}
.progress-steps li:first-child:after {
  content: none;
}
.progress-steps li.active:after, .progress-steps li.active:before {
  background: #0E71B8;
  color: #fff;
}

.range-slider-helper {
  display: block !important;
  position: absolute;
  height: 0px;
  width: 0px;
  top: 0;
  left: 0;
  overflow: hidden;
}
.range-slider-helper * {
  display: block !important;
}

.rangeslider {
  margin-bottom: 1.5rem;
}
.rangeslider .rangeslider__fill {
  background: linear-gradient(to right, #0E71B8, #07375A);
}
.rangeslider .rangeslider__handle {
  width: auto;
  height: 40px;
  line-height: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #2E3337;
  color: #FFFFFF;
  border: none;
}

.step-container > div {
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.step-container > div select {
  display: none;
}
.step-container > div textarea {
  min-height: 100px;
}
.step-container > div textarea, .step-container > div input {
  width: 100%;
  border-radius: 0.75rem;
  padding: 0.75rem;
  border: 1px solid #2E3337;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
.step-container > div .row > div {
  display: table;
  margin-bottom: 15px;
}
.step-container > div .row > div input, .step-container > div .row > div textarea {
  margin-bottom: 0;
}
.step-container > div .row .question-option {
  display: table-cell;
  vertical-align: middle;
  padding: 1rem;
  width: 100%;
  background-color: rgb(14, 113, 184);
  transition: all 0.2s ease;
  border-radius: 1rem;
  text-align: center;
  cursor: pointer;
}
.step-container > div .row .question-option i {
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 0.5rem;
}
.step-container > div .row .question-option strong {
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.step-container > div .row .question-option span {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
}
.step-container > div .row .question-option:hover {
  background-color: rgba(14, 113, 184, 0.75);
}
.step-container > div .row .question-option.selected {
  background-color: rgba(14, 113, 184, 0.5);
}
.step-container > div .row .question-option.not-at-all, .step-container > div .row .question-option.very {
  position: relative;
}
.step-container > div .row .question-option.not-at-all::after, .step-container > div .row .question-option.very::after {
  content: "";
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  width: 100%;
  font-size: 8px;
  text-align: center;
  text-transform: uppercase;
}
.step-container > div .row .question-option.not-at-all::after {
  content: "Not at all";
}
.step-container > div .row .question-option.very::after {
  content: "Very";
}

.loading-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.loading-ring::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 6px;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
}

@-webkit-keyframes loading-ring {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes loading-ring {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.pop-word {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  padding-top: 35vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
  font-size: 250%;
  transition: all 0.4s ease;
  pointer-events: none;
}
.pop-word::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
  transition: background-color 0.5s ease;
  z-index: -1;
}
.pop-word.shrink::before {
  background-color: transparent;
}

.pa-review {
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-top: 6rem;
  padding: 1rem;
}
.pa-review img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem !important;
  margin-top: -5rem;
}
.pa-review div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.pa-review p {
  font-size: 1rem;
  font-style: italic;
}
.pa-review p:first-of-type {
  text-align: center;
}
.pa-review p:first-of-type strong {
  font-size: 125%;
  font-style: normal;
}
.pa-review p:last-of-type {
  text-align: center;
  font-style: normal;
  margin: 0;
}
.pa-review hr {
  max-width: 100%;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 1rem;
  border: none;
  border-top: 2px dotted #000000;
  border-radius: 0;
  opacity: 0.75;
}

.discountExpiration {
  width: 620px;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding-bottom: 1.4rem;
  pointer-events: none;
}
.discountExpiration .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 {
  right: -5.75rem;
}
.discountExpiration .flip-clock-divider.hours .flip-clock-label {
  right: -6.1rem;
}
.discountExpiration .flip-clock-divider.minutes .flip-clock-label {
  right: -6.7rem;
}
.discountExpiration .flip-clock-divider.seconds .flip-clock-label {
  right: -6.8rem;
}
.discountExpiration .flip-clock-dot {
  background: #FFFFFF;
}
.discountExpiration ul li a div div.inn {
  color: #FFFFFF;
  background-color: #D2102F;
}

@media screen and (max-width: 767px) {
  .discountExpiration {
    width: 66vw;
    max-width: 100%;
    padding-bottom: 3vw;
  }
  .discountExpiration ul {
    width: 6vw;
    padding: 0;
    height: 9vw;
    line-height: 9vw;
  }
  .discountExpiration ul li {
    line-height: unset;
  }
  .discountExpiration ul li a div.up:after {
    top: 4.9vw;
  }
  .discountExpiration ul li a div div.inn {
    font-size: 8vw;
  }
  .discountExpiration .flip-clock-divider {
    height: 9vw;
    width: 1vw;
  }
  .discountExpiration .flip-clock-divider:first-child {
    width: 0;
  }
  .discountExpiration .flip-clock-divider .flip-clock-label {
    bottom: -4.5vw;
    font-size: 2.5vw;
  }
  .discountExpiration .flip-clock-divider.days .flip-clock-label {
    right: -11.4vw;
  }
  .discountExpiration .flip-clock-divider.hours .flip-clock-label {
    right: -11.7vw;
  }
  .discountExpiration .flip-clock-divider.minutes .flip-clock-label {
    right: -12vw;
  }
  .discountExpiration .flip-clock-divider.seconds .flip-clock-label {
    right: -12.3vw;
  }
  .discountExpiration .flip-clock-dot {
    height: 0.8vw;
    width: 0.8vw;
    left: 0.1vw;
  }
  .discountExpiration .flip-clock-dot.top {
    top: 4vw;
  }
  .discountExpiration .flip-clock-dot.bottom {
    bottom: 2vw;
  }
}
@media screen and (max-width: 543px) {
  .discountExpiration {
    width: 69vw;
    padding-bottom: 3vw;
  }
  .discountExpiration ul {
    margin: 2px;
    width: 7vw;
  }
  .discountExpiration .flip-clock-divider .flip-clock-label {
    bottom: -5vw;
    font-size: 2.75vw;
  }
  .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;
  }
}
@media (min-width: 544px) {
  .quiz-cont::before {
    -webkit-animation: desktopFloating 20s linear infinite;
    animation: desktopFloating 20s linear infinite;
  }
  .bsmshow {
    display: none;
  }
  .bsdtcenter {
    text-align: center;
  }
  .bsdtright {
    text-align: right;
  }
  .bsdtleft {
    text-align: right;
  }
  .vertical-align {
    display: flex;
    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;
  }
}
@media (max-width: 544px) {
  .step-container > div .row > div {
    display: inherit;
  }
  .step-container > div .row > div .question-option {
    display: inherit;
  }
  .bsmhide {
    display: none;
  }
  .bsmtcenter {
    text-align: center;
  }
  .bsmtright {
    text-align: right;
  }
  .bsmtleft {
    text-align: right;
  }
  .vertical-align {
    display: inherit;
  }
}
@media (min-width: 62em) {
  .progress-steps li::before {
    width: 25px;
    line-height: 25px;
  }
  .progress-steps li::after {
    top: 10px;
  }
  .quiz-cont::before {
    -webkit-animation: desktopFloating 30s linear infinite;
    animation: desktopFloating 30s linear infinite;
  }
  .mshow {
    display: none;
  }
  .mob-text-helper {
    display: none;
  }
  .desk-font-x0-25 {
    font-size: 25%;
  }
  .desk-font-x0-5 {
    font-size: 50%;
  }
  .desk-font-x0-6 {
    font-size: 60%;
  }
  .desk-font-x0-7 {
    font-size: 70%;
  }
  .desk-font-x0-75 {
    font-size: 75%;
  }
  .desk-font-x0-8 {
    font-size: 80%;
  }
  .desk-font-x0-9 {
    font-size: 90%;
  }
  .desk-font-x1-05 {
    font-size: 105%;
  }
  .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-6 {
    font-size: 160%;
  }
  .desk-font-x1-75 {
    font-size: 175%;
  }
  .desk-font-x2 {
    font-size: 200%;
  }
  .desk-font-x2-25 {
    font-size: 225%;
  }
  .desk-font-x2-5 {
    font-size: 250%;
  }
  .desk-font-x2-75 {
    font-size: 275%;
  }
  .desk-font-x3 {
    font-size: 300%;
  }
  .desk-font-x3-25 {
    font-size: 325%;
  }
  .desk-font-x3-5 {
    font-size: 350%;
  }
  .desk-font-x3-75 {
    font-size: 375%;
  }
  .desk-font-x4 {
    font-size: 400%;
  }
  .desk-font-x4-25 {
    font-size: 425%;
  }
  .desk-font-x4-5 {
    font-size: 450%;
  }
  .desk-font-x4-75 {
    font-size: 475%;
  }
  .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) {
  .step-container > div .row > div .question-option strong {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .step-container > div .row > div .question-option span {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  .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%;
  }
  .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-25 {
    font-size: 25%;
  }
  .mob-font-x0-5 {
    font-size: 50%;
  }
  .mob-font-x0-6 {
    font-size: 60%;
  }
  .mob-font-x0-7 {
    font-size: 70%;
  }
  .mob-font-x0-75 {
    font-size: 75%;
  }
  .mob-font-x0-8 {
    font-size: 80%;
  }
  .mob-font-x0-9 {
    font-size: 90%;
  }
  .mob-font-x1-05 {
    font-size: 105%;
  }
  .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-45 {
    font-size: 145%;
  }
  .mob-font-x1-5 {
    font-size: 150%;
  }
  .mob-font-x1-75 {
    font-size: 175%;
  }
  .mob-font-x2 {
    font-size: 200%;
  }
  .mob-font-x2-25 {
    font-size: 225%;
  }
  .mob-font-x2-5 {
    font-size: 250%;
  }
  .mob-font-x2-75 {
    font-size: 275%;
  }
  .mob-font-x3 {
    font-size: 300%;
  }
  .mob-font-x3-25 {
    font-size: 325%;
  }
  .mob-font-x3-5 {
    font-size: 350%;
  }
  .mob-font-x3-75 {
    font-size: 375%;
  }
  .mob-font-x4 {
    font-size: 400%;
  }
  .mob-font-x4-25 {
    font-size: 425%;
  }
  .mob-font-x4-5 {
    font-size: 450%;
  }
  .mob-font-x4-75 {
    font-size: 475%;
  }
  .mob-font-x5 {
    font-size: 500%;
  }
  .mob-padding-0 {
    padding: 0 !important;
  }
  .mob-margin-0 {
    margin: 0 !important;
  }
  .mob-pad-1rem {
    padding: 1rem !important;
  }
  .mob-mb-1rem {
    margin-bottom: 1rem !important;
  }
  .mob-mb-2rem {
    margin-bottom: 2rem !important;
  }
  ol {
    padding-left: 25px;
  }
  ol li {
    font-size: 88%;
  }
}
@media (max-width: 36em) {
  .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;
  }
  .timer-table tr:nth-of-type(2) {
    font-size: 0.6rem;
  }
}
.checkout-page {
  background-image: url("../img/checkout-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.checkout-page .container .row {
  padding: 2rem 1rem;
  background-color: rgba(246, 246, 246, 0.9);
  border-radius: 1rem;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.checkout-page .checkout-input label {
  display: inline-block;
  margin-bottom: 0.25rem;
  width: 100%;
}
.checkout-page .checkout-input input, .checkout-page .checkout-input textarea, .checkout-page .checkout-input select {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #D5D5D5;
  background-color: #FFFFFF;
}
.checkout-page .checkout-summary {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.25rem;
  border: 2px solid #D5D5D5;
  background-color: #FFFFFF;
}
.checkout-page .checkout-checkbox {
  position: relative;
  margin-bottom: 20px;
}
.checkout-page .checkout-checkbox input[type=checkbox] {
  opacity: 0;
  display: none;
}
.checkout-page .checkout-checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin: 0;
  color: #373f47;
  font-size: 14px;
  padding-left: 25px;
}
.checkout-page .checkout-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;
}
.checkout-page .checkout-checkbox label:after {
  position: absolute;
  border-left: 2px solid #0E71B8;
  border-bottom: 2px solid #0E71B8;
  content: "";
  width: 8px;
  height: 4px;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  left: 4px;
  top: calc(50% - 2.5px);
}
.checkout-page #accept-terms ~ label:after {
  transform: scale(0) rotate(-45deg);
  transition: transform 0.1s ease;
}
.checkout-page #accept-terms:checked ~ label:after {
  transform: scale(1) rotate(-45deg) !important;
}

.zpayment_header {
  position: relative;
  padding: 10px 20px;
  background-color: #FFFFFF !important;
  border: 1px solid #D5D5D5;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  font-size: 1rem;
}
.zpayment_header .accepted-cards {
  float: right;
}

#zuora_payment {
  padding-top: 20px;
  background-color: #FAFAFA !important;
  border: 1px solid #D5D5D5;
  border-radius: 0 0 10px 10px;
}
#zuora_payment iframe {
  background-color: #FAFAFA !important;
  padding: 0 20px;
  margin: 0 auto;
}

#z_hppm_iframe {
  width: 100%;
  min-height: 300px;
}

#loading-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  transition: all 0.2s ease;
  z-index: 100;
}
#loading-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;
}
#loading-loader .loader svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#checkout-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
#checkout-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;
}
#checkout-loader .loader svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#checkout-loader .loader::after {
  content: "Processing your purchase!";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200%;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
}

@-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);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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