main.modal-blur {
  backdrop-filter: blur(10px);
}

#modal-container {
  position: absolute;
  width: 100%;
  top: 109px;
  left: 0;
  transform: scale(0);
  z-index: 10000;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(0);
}
#modal-container .close svg {
  border-radius: 100%;
  cursor: pointer;
  transition: all ease-in-out 250ms;
  float: right;
}
#modal-container .close svg:hover {
  background-color: #C401C5;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background .bottom-overlay {
  width: 1543.554px;
  height: 871.295px;
  position: absolute;
  bottom: -30rem;
  right: -30rem;
  transform: rotate(158.058deg);
  flex-shrink: 0;
  opacity: 0.5;
  background: linear-gradient(180deg, #946FDD 0%, rgba(148, 111, 221, 0) 100%);
}
#modal-container .modal-background .modal {
  overflow: hidden;
  width: 100%;
  background: white;
  border-radius: 20px;
  position: relative;
  max-width: 100vw;
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  border-bottom: #C401C5 solid 18px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal {
    padding: 1rem;
  }
}
#modal-container .modal-background .modal__block--scaling .btn {
  margin: 2rem auto;
  display: block;
}
#modal-container .modal-background .modal h2 {
  padding-bottom: 3rem;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal h2 {
    padding-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 600;
  }
}
#modal-container .modal-background .modal .modal__programs tr th:first-of-type,
#modal-container .modal-background .modal .modal__programs tr td:first-of-type {
  padding-right: 0;
  max-width: 260px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal .modal__programs tr th:first-of-type,
  #modal-container .modal-background .modal .modal__programs tr td:first-of-type {
    padding-right: 1rem;
  }
}
#modal-container .modal-background .modal table {
  border-collapse: collapse;
  width: 100%;
}
#modal-container .modal-background .modal table td,
#modal-container .modal-background .modal table th {
  border-top: 1px solid rgba(64, 18, 104, 0.2);
  padding: 1.25rem 0.75rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table td,
  #modal-container .modal-background .modal table th {
    padding: 1.25rem 1rem;
    padding-left: 0;
  }
}
#modal-container .modal-background .modal table td i,
#modal-container .modal-background .modal table th i {
  font-style: normal;
  color: #2EC4B6;
}
#modal-container .modal-background .modal table th {
  font-size: 20px;
  font-weight: 600;
}
#modal-container .modal-background .modal table td:first-of-type,
#modal-container .modal-background .modal table th:first-of-type {
  text-align: left;
}
#modal-container .modal-background .modal table tr:last-of-type td i {
  font-weight: 600;
  font-size: 20px;
  color: #5C03A4;
  display: block;
}
#modal-container .modal-background .modal table tr:last-of-type td .btn {
  font-weight: normal;
  display: block;
  padding: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table.modal__programs {
    display: none;
  }
}
#modal-container .modal-background .modal table.modal__scaling th:not(:first-of-type) {
  font-weight: 400;
  font-size: 16px;
}
#modal-container .modal-background .modal table.modal__scaling td:not(:first-of-type) {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table.modal__scaling th:not(:first-of-type) {
    font-size: 14px;
  }
  #modal-container .modal-background .modal table.modal__scaling td:not(:first-of-type) {
    font-size: 16px;
  }
  #modal-container .modal-background .modal table.modal__scaling td:not(:first-of-type, :last-of-type),
  #modal-container .modal-background .modal table.modal__scaling th:not(:first-of-type, :last-of-type) {
    display: none;
  }
}
#modal-container .modal-background .modal table.modal__scaling tr td:first-of-type {
  max-width: 300px;
}
#modal-container .modal-background .modal table.modal__scaling tr:last-of-type td {
  border-bottom: 1px solid rgba(64, 18, 104, 0.2);
}
#modal-container .modal-background .modal table.modal__details {
  margin-bottom: 5rem;
  position: relative;
  z-index: 10;
}
#modal-container .modal-background .modal table.modal__details td {
  text-align: left;
}
#modal-container .modal-background .modal table.modal__details tr:last-of-type td {
  border-bottom: 1px solid rgba(64, 18, 104, 0.2);
}
#modal-container .modal-background .modal table.modal__details td {
  line-height: 1.75rem;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal table.modal__details td {
    text-align: left;
  }
  #modal-container .modal-background .modal table.modal__details td:first-of-type {
    font-weight: 600;
  }
}
#modal-container .modal-background .modal .modal__programs--mobile {
  display: none;
  margin-top: 1rem;
}
#modal-container .modal-background .modal .modal__programs--mobile .modal__programs--head {
  text-align: center;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#modal-container .modal-background .modal .modal__programs--mobile .modal__programs--head .slider-arrow {
  border: none;
  background: none;
}
#modal-container .modal-background .modal .modal__programs--mobile .modal__programs--head .left-arrow img {
  transform: rotate(180deg);
}
#modal-container .modal-background .modal .modal__programs--mobile .title {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 1rem;
}
#modal-container .modal-background .modal .modal__programs--mobile .feature {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-top: solid rgba(64, 18, 104, 0.2) 1px;
  grid-template-columns: 2fr 1fr;
}
#modal-container .modal-background .modal .modal__programs--mobile .feature div:last-of-type {
  text-align: center;
}
#modal-container .modal-background .modal .modal__programs--mobile .feature:last-of-type div:last-of-type p {
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 992px) {
  #modal-container .modal-background .modal .modal__programs--mobile {
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: translateX(-50%) scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(-50%) scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: translateX(-50%) scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: translateX(-50%) scale(0.85);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: translateX(-50%) scale(1);
  }
  99.9% {
    transform: translateX(-50%) scale(1);
  }
  100% {
    transform: translateX(-50%) scale(0);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*======================
   Set Cookies
=======================*/
#cookie-bar {
  background: #000000;
  display: block;
  position: fixed;
  bottom: 0px;
  width: 100%;
  left: 0px;
  color: #fff;
  width: 100%;
  max-width: 100%;
  z-index: 9999999999999;
}

#cookie-bar p {
  font-size: 0.8rem;
  line-height: 24px;
  color: #adadad;
}

#cookie-bar button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}
#cookie-bar button:hover {
  background: #FFFFFF;
  color: #000000;
}

#cookie-bar a {
  color: #fff;
}

#contentcookie {
  display: grid;
  grid-gap: 1rem;
}

@media (max-width: 767px) {
  #cookie-bar p {
    width: 100%;
    font-size: 14px;
  }
  #cookie-bar button {
    width: 100%;
  }
  #cookie-bar a {
    color: #fff;
  }
  #contentcookie {
    padding: 20px 0px;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #contentcookie {
    grid-template-columns: 1fr 200px;
    grid-gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  #contentcookie {
    padding: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  #contentcookie {
    padding: 20px 0;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

video {
  border: 0 !important;
}

html {
  scroll-behavior: smooth;
  margin-top: 0 !important;
  overflow-x: hidden !important;
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000000s ease-in-out 0s;
}

input {
  outline: none;
  border: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

img {
  max-width: 100%;
}

body {
  color: #5C03A4;
  background-color: #F9F5FE;
  position: relative;
  width: 100vw;
  overflow-x: hidden !important;
}

.mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

html,
body {
  max-width: 100%;
  position: relative;
}

.container {
  padding: 25px;
}

ul {
  padding-left: 0;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .scroll-lock {
    position: fixed;
    overflow-y: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 80px;
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
  }
  .container--small {
    max-width: 1015px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .hero__content .container {
    left: 25vw;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
footer {
  background: white;
  padding-top: 0.3rem;
}

nav ul {
  list-style-type: none;
}
nav ul a {
  text-decoration: none;
}

@font-face {
  font-family: "Sora";
  src: url("../assets/fonts/Sora/Sora-VariableFont_wght.ttf") format("truetype");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../assets/fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  font-weight: 125 950;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
body,
input,
button {
  font-family: "Noto Sans JP", sans-serif;
}

b {
  font-weight: bold !important;
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 36.5px;
  }
}
h1.tags i,
.h1.tags i {
  font-style: normal !important;
}
h1.tags .subsentence,
.h1.tags .subsentence {
  display: flex;
}
h1.tags span,
.h1.tags span {
  padding: 1rem 1.75rem;
  display: inline-block;
  margin: 0.75rem;
}
@media only screen and (max-width: 768px) {
  h1.tags span,
  .h1.tags span {
    padding: 0.5rem 0.75rem;
    margin: 0.5rem;
  }
}
h1.tags span.one,
.h1.tags span.one {
  border-radius: 115px;
  background: #C401C5;
  color: white;
}
h1.tags span.two,
.h1.tags span.two {
  border-radius: 0;
  background: #401268;
  color: #C401C5;
}
h1.tags span.three,
.h1.tags span.three {
  border-radius: 30px;
  color: #401268;
  border: 3px solid #401268;
  background: #FFFFFF;
}
h1.tags span.four,
.h1.tags span.four {
  border-radius: 115px;
  background: #401268;
  color: #FFFFFF;
  border-radius: 115px;
}
h1.tags span.five,
.h1.tags span.five {
  border-radius: 115px;
  color: #401268;
  background: #C401C5;
  border-radius: 15px;
}
h2,
.h2 {
  font-size: 44px;
  line-height: 120%;
}
@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 24px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

.asia h3,
.asia .h3 {
  font-size: 28px;
  line-height: 140%;
}
@media only screen and (max-width: 768px) {
  .asia h3,
  .asia .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 140%;
}

p {
  font-size: 16px;
  line-height: 180%;
}

.info-text p,
.info-text span,
.info-text a,
p.info,
span.info {
  font-size: 14px;
  opacity: 0.5;
}
.info-text p--upper,
.info-text span--upper,
.info-text a--upper,
p.info--upper,
span.info--upper {
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.section-title {
  text-align: center;
}
.section-title span,
.section-title b {
  color: #C401C5;
  font-weight: 400 !important;
}

button {
  cursor: pointer;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #5C03A4;
  text-align: center;
  padding: 12px 36px;
  width: fit-content;
  transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
.btn--primary {
  color: #5C03A4;
}
.btn--primary:hover {
  color: #FFFFFF;
  background: #5C03A4;
}
.btn--primary--alt {
  background: none;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn--primary--alt:hover {
  border-color: #C401C5;
  background: #C401C5;
}
.btn--secondary {
  color: #FFFFFF;
  background: #5C03A4;
}
.btn--secondary:hover {
  color: #5C03A4;
  background: #FFFFFF;
}
.btn--secondary--alt {
  background: #C401C5;
  border-color: #C401C5;
}
.btn--secondary--alt:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: transparent;
}
.btn--secondary--green {
  background: #2EC4B6;
  color: #5C03A4;
  border-color: #2EC4B6;
}
.btn--secondary--green:hover {
  color: #5C03A4;
  background: #FFFFFF;
  border-color: #5C03A4;
}
.btn--secondary--yellow {
  background: #FFC759;
  color: #5C03A4;
  border-color: #FFC759;
}
.btn--secondary--yellow:hover {
  color: #5C03A4;
  background: #FFFFFF;
  border-color: #5C03A4;
}
.btn--secondary--light {
  background: #C401C5;
  color: #FFFFFF;
  border-color: #C401C5;
}
.btn--secondary--light:hover {
  color: #FFFFFF;
  background: #5C03A4;
  border-color: #5C03A4;
}
.btn--secondary--newsletter {
  background: #2EC4B6;
  color: #5C03A4;
  border-color: #2EC4B6;
}
.btn--secondary--newsletter:hover {
  color: #FFFFFF;
  background: #C401C5;
  border-color: #C401C5;
}

.link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: start;
  font-weight: 300;
}
.link svg {
  transition: all ease-in-out 250ms;
}
.link svg path {
  color: rgb(148, 111, 221);
}
.link:hover svg {
  transform: translateX(0.25rem);
}

.two-one-layout {
  padding-top: 0;
  display: grid;
  position: relative;
}

.one-one-layout {
  display: grid;
  grid-gap: 1rem;
}

.one-two-layout {
  display: grid;
  grid-gap: 1rem;
}

@media only screen and (min-width: 1024px) {
  .two-one-layout {
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.5rem;
  }
  .one-one-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .one-two-layout {
    grid-template-columns: 1fr 2fr;
  }
}
.woocommerce-cart .header-content-page .header-content-back,
.woocommerce-checkout .header-content-page .header-content-back {
  display: none;
}

.confirmo-logo {
  display: none;
}

.thank-you .text-center {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.section-woo-order h2 {
  margin-bottom: 1.5rem;
}
.section-woo-order .section-billing,
.section-woo-order .section-summary,
.section-woo-order .section-payments {
  margin-top: 3rem;
}

.btn--cancel {
  font-size: 12px;
  border: none;
  text-decoration: underline;
}
.btn--cancel:hover {
  background: none;
  text-decoration: none;
  color: #5C03A4;
}

.woocommerce-page .payment-method-label {
  padding: 1rem;
  border-radius: 5px;
}

.woocommerce-checkout #payment .payment_methods div.form-row {
  transition: background-color ease-in-out 200ms;
}
@media only screen and (max-width: 768px) {
  .woocommerce-checkout #payment .payment_methods div.form-row label {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
}
.woocommerce-checkout #payment .payment_methods div.form-row.selected span {
  color: #401268;
  font-weight: 600;
}
.woocommerce-checkout #payment .payment_methods div.form-row:hover, .woocommerce-checkout #payment .payment_methods div.form-row.selected {
  background-color: #ffffff;
  cursor: pointer;
}
.woocommerce-checkout #payment .payment_methods div.form-row:hover *, .woocommerce-checkout #payment .payment_methods div.form-row.selected * {
  cursor: pointer;
}

.woocommerce-checkout #payment div.form-row {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  padding: 0 1rem;
}
.woocommerce-checkout #payment div.form-row .action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
}
.woocommerce-checkout #payment div.form-row .action .btn {
  max-width: 190px;
  min-width: 190px;
  margin: 0 !important;
}

.woocommerce form .woocommerce-terms-and-conditions-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  font-size: 14px;
  padding: 20px;
  margin: 0 0 20px;
  background: #000000;
  border: 0;
  box-shadow: none;
}
.woocommerce .woocommerce-terms-and-conditions p:last-of-type,
.woocommerce-page .woocommerce-terms-and-conditions p:last-of-type {
  margin: 0;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #e5daf7;
}

.wc_payment_methods.payment_methods.methods {
  border-bottom: none !important;
}

.woocommerce-checkout #payment div.form-row {
  border-top: none;
}

li.payment_method_paypipes_gateway > .item > label {
  font-size: 0;
  color: transparent;
}

.woocommerce-checkout #payment {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout #payment div.payment_box .form-row {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  justify-content: space-between;
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
  display: none;
}

.woocommerce form .form-row label {
  width: 100%;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #e5daf7;
}

.woocommerce-checkout #payment ul.payment_methods fieldset#paypipes_gateway_form input {
  margin-top: 0 !important;
}

#paypipes_gateway_form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.header {
  font-size: 14px;
  position: relative;
  z-index: 12;
}
.header--transparent {
  margin-bottom: -109px;
  color: #FFFFFF;
}
.header--transparent .header-nav--top a {
  color: #FFFFFF !important;
}
.header--transparent .btn--primary {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.header--transparent .hamburger-menu .menu-bar1,
.header--transparent .hamburger-menu .menu-bar2,
.header--transparent .hamburger-menu .menu-bar3 {
  background: #FFFFFF;
}
.header--transparent .arrow path {
  fill: #FFFFFF !important;
}
@media only screen and (max-width: 768px) {
  .header .right > .lang-switch {
    display: none;
  }
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.header > .container .left .header-logo {
  z-index: 21;
  position: relative;
}
.header > .container .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 1200px) {
  .header > .container .right .header-nav--top {
    display: none;
  }
}
.header > .container .right .header-nav--top a:hover,
.header > .container .right .header-nav--top a:active {
  color: #5C03A4;
  opacity: 0.5;
}
.header > .container .right .header-nav--top ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.header > .container .right .header-nav--top ul a {
  color: #5C03A4;
}
.header > .container .right .header-nav--dropdown {
  background-color: #5C03A4;
  text-align: center;
  top: -100vh;
  opacity: 0;
  pointer-events: none;
  left: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  flex-direction: column;
  gap: 1rem;
}
.header > .container .right .header-nav--dropdown .primary-menu {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header > .container .right .header-nav--dropdown .primary-menu {
    display: block;
  }
}
.header > .container .right .header-nav--dropdown a:hover {
  color: #C401C5;
}
.header > .container .right .header-nav--dropdown a:hover svg path {
  fill: #C401C5;
}
.header > .container .right .header-nav--dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.header > .container .right .header-nav--dropdown ul li a {
  color: #FFFFFF;
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  .header > .container .right .header-nav--dropdown ul li a {
    font-size: 16px;
  }
}
.header > .container .right .header-nav--dropdown .header__socials {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.header .header-buttons--desktop {
  gap: 1rem;
  display: block;
}
.header .header-buttons--desktop .btn {
  padding: 12px 30px;
}
.header .header-buttons--mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .header-buttons--desktop {
    display: none;
  }
  .header .header-buttons--mobile {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .header .header-buttons--mobile a {
    width: 100%;
  }
}

.asia .header .container .right {
  gap: 0.5rem;
}
.asia .header .container .right .header-nav--top {
  margin-right: 0.5rem;
}
.asia .header .container .right .header-nav--top ul {
  gap: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .asia .header .header-buttons--mobile {
    flex-direction: row;
  }
}
.asia .header .header-buttons--mobile a {
  word-break: keep-all;
}
.asia .header > .container .right .header-nav--dropdown ul {
  gap: 1rem;
}

/***********************/
/* HAMBURGER MENU ANIMATION */
/***********************/
.hamburger-menu {
  position: relative;
  z-index: 21;
  cursor: pointer;
}
.hamburger-menu.active:before {
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  top: -11px;
  left: -4.5px;
  border: 1px solid #FFFFFF;
}
.hamburger-menu.active:hover:before {
  background: #FFFFFF;
}
.hamburger-menu.active:hover .menu-bar1,
.hamburger-menu.active:hover .menu-bar2,
.hamburger-menu.active:hover .menu-bar3 {
  background: #5C03A4;
}
.hamburger-menu.active .menu-bar1,
.hamburger-menu.active .menu-bar2,
.hamburger-menu.active .menu-bar3 {
  background: #FFFFFF;
}
.hamburger-menu.active .menu-bar1 {
  transform: rotate(-45deg) translate(0rem, 0.2rem);
}
.hamburger-menu.active .menu-bar2 {
  opacity: 0;
}
.hamburger-menu.active .menu-bar3 {
  transform: rotate(45deg) translate(-0.6rem, -0.8rem);
  width: 2rem;
}
.hamburger-menu .menu-bar1,
.hamburger-menu .menu-bar2,
.hamburger-menu .menu-bar3 {
  width: 2rem;
  height: 1px;
  background: #5C03A4;
  margin: 0.5rem 0;
  transition: 0.4s;
}
.hamburger-menu .menu-bar2 {
  width: 1.6rem;
  margin-left: auto;
}
.hamburger-menu .menu-bar3 {
  width: 1.2rem;
  margin-left: auto;
}

.footer {
  color: #FFFFFF;
  background: #5C03A4;
}
@media only screen and (max-width: 992px) {
  .footer {
    padding-top: 4rem;
  }
}
.footer > .container {
  display: flex;
  flex-direction: column;
}
.footer a:not(.btn) {
  text-decoration: none;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus, .footer a:not(.btn):active {
  opacity: 0.5;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 992px) {
  .footer__slogan {
    display: none;
  }
}
.footer__nav {
  border-top: 1px solid #FFFFFF;
  padding-top: 3rem;
  padding-bottom: 5rem;
  display: flex;
  gap: 5rem;
}
@media only screen and (max-width: 992px) {
  .footer__nav {
    border-top: none;
    flex-wrap: wrap;
  }
}
.footer__nav h4 {
  font-weight: 600;
}
.footer__nav .col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
}
.footer__nav a {
  color: #FFFFFF;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__nav .footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 768px) {
  .footer__nav .footer-buttons {
    flex-direction: row;
  }
}
.footer__disclaimer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__disclaimer p {
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {
  .footer__disclaimer p {
    font-size: 12px !important;
  }
}
.footer__disclaimer a {
  color: #FFFFFF;
}
.footer__btm {
  background: #C401C5;
  font-size: 14px;
}
.footer__btm p {
  opacity: 1 !important;
}
.footer__btm a {
  color: #FFFFFF;
}
.footer__btm .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: start;
  gap: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer__btm .container {
    justify-content: center;
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.footer__btm ul {
  display: flex;
  list-style-type: none;
  gap: 1rem;
}
@media only screen and (max-width: 576px) {
  .footer__btm ul {
    flex-direction: column;
    text-align: center;
  }
}

.text-block {
  background: #C401C5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .text-block {
    margin: 2rem;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-block {
    padding: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .text-block {
    padding: 1rem;
  }
}
.text-block > .container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
.text-block p {
  color: #5C03A4;
  opacity: 0.5;
}
.text-block h3 {
  color: #FFFFFF;
}
.text-block h3 span,
.text-block h3 strong,
.text-block h3 b {
  font-weight: 400;
  color: #5C03A4;
}
.text-block--rounded {
  margin-left: auto;
  margin-right: auto;
  max-width: 1224px;
  border-radius: 40px;
  padding: 0 3.5rem;
  margin-top: -11rem;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 992px) {
  .text-block--rounded {
    margin-top: -15rem;
    padding: 2rem 1rem;
  }
}
.text-block--white {
  padding: 7rem 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .text-block--white {
    padding: 2rem 0;
    margin: 0;
    border-radius: 0;
  }
}
.text-block--white h3 {
  color: #5C03A4;
}
.text-block--white h3 span,
.text-block--white h3 b,
.text-block--white h3 strong {
  color: #C401C5 !important;
  font-weight: 400;
}
.text-block--transparent {
  padding: 7rem 0;
  background: transparent !important;
  margin: 0;
}
.text-block--transparent h3 {
  color: #5C03A4 !important;
  max-width: 720px;
}

.asia .text-block {
  background: #5C03A4;
}
.asia .text-block p {
  opacity: 1;
  color: #C401C5;
}
.asia .text-block--white {
  padding: 7rem 0;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .asia .text-block--white {
    padding: 2rem 0;
    margin: 0;
    border-radius: 0;
  }
}
.asia .text-block--white h3 {
  color: #5C03A4;
}
.asia .text-block--white h3 span,
.asia .text-block--white h3 b,
.asia .text-block--white h3 strong {
  color: #C401C5 !important;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  .section-faq {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section-faq .section-title {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-faq .section-title {
    text-align: left;
  }
}
.section-faq__btm {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 653px;
}
@media only screen and (max-width: 768px) {
  .section-faq__btm {
    text-align: left;
  }
}
.section-faq__btm .btn {
  margin-top: 1.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-faq .accordion {
  padding: 3rem 0;
}
.section-faq .accordion .accordion-item {
  border-top: 1px solid #5C03A4;
}
.section-faq .accordion .accordion-item.accordion--expanded {
  border-color: #C401C5;
}
.section-faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0 2rem;
  height: 72px;
  line-height: 72px;
  color: #5C03A4;
  font-size: 1.15rem;
  overflow: hidden;
  font-size: 20px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .section-faq .accordion button {
    font-size: 14px;
    padding: 0;
    height: 43px;
    line-height: 43px;
  }
}
.section-faq .accordion button:hover {
  background-color: #C401C5;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .section-faq .accordion button:hover {
    background: transparent;
    color: #5C03A4;
  }
}
.section-faq .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.section-faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 768px) {
  .section-faq .accordion button .icon {
    right: 0.5rem;
  }
}
.section-faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.section-faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.section-faq .accordion button[aria-expanded=true] {
  color: #FFFFFF;
  background: #C401C5;
  border-color: #C401C5;
}
@media only screen and (max-width: 768px) {
  .section-faq .accordion button[aria-expanded=true] {
    background: transparent;
    color: #5C03A4;
  }
}
.section-faq .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.section-faq .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 600px;
  transition: all 300ms ease-in-out;
  will-change: opacity, max-height, height;
}
.section-faq .accordion .accordion-content {
  color: #FFFFFF;
  background: #C401C5;
  max-height: 0;
  overflow: hidden;
  transition: opacity 400ms ease-in-out, max-height 400ms ease-in-out;
  will-change: opacity, max-height, height;
}
@media only screen and (max-width: 768px) {
  .section-faq .accordion .accordion-content {
    background: transparent;
    color: #5C03A4;
  }
}
.section-faq .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.5rem 2rem 2rem 2rem;
}
@media only screen and (max-width: 768px) {
  .section-faq .accordion .accordion-content p {
    font-size: 14px;
    padding: 5px 0;
  }
}

.section-newsletter {
  text-align: center;
}
.section-newsletter--inner {
  background: #5C03A4;
  border-radius: 40px;
  color: #FFFFFF;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .section-newsletter--inner {
    padding: 1.75rem 1.5rem;
    background: #C401C5;
    color: #FFFFFF;
    gap: 2rem;
  }
}
.section-newsletter .newsletter-form {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 553px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .section-newsletter .newsletter-form {
    order: 3;
    position: relative;
  }
}
.section-newsletter .newsletter-form .nl_email {
  width: 100%;
  color: #401268;
  padding: 0 1.5rem;
  height: 48px;
  line-height: 48px;
}
.section-newsletter .newsletter-form .nl_email::placeholder {
  color: #401268;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .section-newsletter .newsletter-form .nl_email {
    border-radius: 25px;
    height: 50px;
  }
}
.section-newsletter .newsletter-form .nl_button {
  width: 137px !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .section-newsletter .newsletter-form .nl_button {
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .section-newsletter .newsletter-form .nl_button img {
    height: 27px;
  }
}

.lang-switch {
  position: relative;
  z-index: 11;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-switch--dropdown {
  display: none;
}
@media only screen and (max-width: 768px) {
  .lang-switch--dropdown {
    display: block;
  }
}
.lang-switch--dropdown span,
.lang-switch--dropdown a {
  color: #FFFFFF !important;
  font-size: 20px !important;
}
.lang-switch--dropdown ul {
  gap: 0 !important;
}
.lang-switch--dropdown svg path {
  fill: #FFFFFF !important;
}

.current {
  text-transform: uppercase;
  height: 45px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  border-radius: 3px;
  padding-left: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.current span {
  display: inline-block;
  line-height: 1;
}
.current .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-out;
}
.current .arrow path {
  fill: #5C03A4;
}

.lang-switch.show-options .arrow {
  transform: rotate(180deg);
}

.options {
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.36s ease-in-out;
  display: none;
  overflow: hidden;
  top: 45px;
  left: 0;
}
.lang-switch.show-options .options {
  display: block;
  z-index: 5;
}
.lang-switch.anim-options .options {
  opacity: 1;
}

.options-list {
  color: #FFFFFF;
  margin: 0;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5C03A4;
  transform: translateY(-45px);
  transition: all 0.1s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  white-space: nowrap;
  font-size: 14px;
}
.options-list li:hover {
  background: #C401C5;
}
.options-list li a {
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 45px;
}
.options-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.options-list li:nth-child(4) {
  transition-delay: 0.25s;
}
.options-list li:nth-child(5) {
  transition-delay: 0.3s;
}
.options-list li.selected {
  color: #FFFFFF;
  display: none;
}
.lang-switch.anim-options .options-list li {
  transform: translateY(0);
  opacity: 1;
}

.header-content-page {
  text-align: center;
  position: relative;
  z-index: 1;
}
.header-content-page .container {
  padding-bottom: 0;
}

.section-main .container {
  padding-top: 2rem;
}

.docs-container ul li,
.docs-container ol li {
  margin-bottom: 1rem;
}

.docs-container p,
.docs-container ol {
  margin-bottom: 1rem;
}

.docs-container td {
  border: 1px solid black;
  padding: 10px;
  min-width: 200px;
  max-width: 33.33%;
}

@media only screen and (min-width: 992px) {
  .header-content-title {
    font-size: 60px;
  }
}
