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: #946FDD;
}
#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: #946FDD 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: #401268;
  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: #401268;
  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: "Sora", 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: #946FDD;
  color: white;
}
h1.tags span.two,
.h1.tags span.two {
  border-radius: 0;
  background: #401268;
  color: #946FDD;
}
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: #946FDD;
  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: #946FDD;
  font-weight: 400 !important;
}

button {
  cursor: pointer;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  border: 1px solid #401268;
  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: #401268;
}
.btn--primary:hover {
  color: #FFFFFF;
  background: #401268;
}
.btn--primary--alt {
  background: none;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn--primary--alt:hover {
  border-color: #946FDD;
  background: #946FDD;
}
.btn--secondary {
  color: #FFFFFF;
  background: #401268;
}
.btn--secondary:hover {
  color: #401268;
  background: #FFFFFF;
}
.btn--secondary--alt {
  background: #946FDD;
  border-color: #946FDD;
}
.btn--secondary--alt:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: transparent;
}
.btn--secondary--green {
  background: #2EC4B6;
  color: #401268;
  border-color: #2EC4B6;
}
.btn--secondary--green:hover {
  color: #401268;
  background: #FFFFFF;
  border-color: #401268;
}
.btn--secondary--yellow {
  background: #FFC759;
  color: #401268;
  border-color: #FFC759;
}
.btn--secondary--yellow:hover {
  color: #401268;
  background: #FFFFFF;
  border-color: #401268;
}
.btn--secondary--light {
  background: #946FDD;
  color: #FFFFFF;
  border-color: #946FDD;
}
.btn--secondary--light:hover {
  color: #FFFFFF;
  background: #401268;
  border-color: #401268;
}
.btn--secondary--newsletter {
  background: #2EC4B6;
  color: #401268;
  border-color: #2EC4B6;
}
.btn--secondary--newsletter:hover {
  color: #FFFFFF;
  background: #946FDD;
  border-color: #946FDD;
}

.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;
  }
}
.products {
  /* the slides */
  /* the parent */
}
.products__grid {
  display: grid;
  grid-template-columns: 391px 5fr;
  grid-gap: 2.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .products__grid {
    grid-template-columns: 1fr;
    display: block;
  }
}
.products__grid .left {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 3rem;
}
.products__showcase {
  display: flex;
  justify-content: space-between;
  gap: 0;
}
@media only screen and (max-width: 1200px) {
  .products__showcase {
    display: unset;
    padding: 2rem 0;
    margin: 2rem 0;
  }
}
.products * {
  transition: transform ease-in-out 250ms;
}
.products .product {
  transition: width ease 500ms;
  width: 110px;
  max-width: fit-content;
  overflow: hidden;
  padding: 0 2rem;
  border-left: 1px solid rgba(64, 18, 104, 0.2);
  will-change: width;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .product:first-of-type {
  width: 300px;
}
@media only screen and (max-width: 1200px) {
  .products .product:first-of-type {
    max-width: unset;
    width: unset;
  }
}
.products .product:first-of-type .product__features,
.products .product:first-of-type .product__summary {
  opacity: 1 !important;
}
.products .product:first-of-type h3 {
  transform: none !important;
}
@media only screen and (max-width: 1200px) {
  .products .product {
    padding: 0;
    border: none;
    will-change: unset;
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 20px;
  }
}
.products .product.slick-center {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
  transition: transform ease-in-out 250ms;
}
.products .product h3 {
  transform-origin: left top;
  transform: rotate(90deg) translateY(-1rem);
  transition: none !important;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .products .product h3 {
    transform: none;
  }
}
.products .product__features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.products .product__features .feature p:not(.info) {
  font-weight: bold;
}
.products .product__summary {
  padding: 2rem 0;
}
@media only screen and (max-width: 1200px) {
  .products .product__summary {
    padding-bottom: 0;
  }
}
.products .product__summary .price {
  border-top: 1px solid rgba(64, 18, 104, 0.2);
  border-bottom: 1px solid rgba(64, 18, 104, 0.2);
  padding: 1.5rem 0;
  margin: 1rem 0;
}
.products .product__summary .price span,
.products .product__summary .price strong,
.products .product__summary .price b {
  font-weight: bold;
  font-size: 28px;
}
.products .product__summary .btn {
  margin-bottom: 1rem;
}
.products .product__features, .products .product__summary {
  display: flex;
  flex-direction: column;
  min-width: 235px;
  opacity: 0;
  transition: opacity ease-in-out 200ms;
}
@media only screen and (max-width: 1200px) {
  .products .product__features, .products .product__summary {
    opacity: 1;
    min-width: initial;
  }
}
.products .product--expanded {
  width: 300px;
  transition: width ease 500ms;
}
@media only screen and (max-width: 1200px) {
  .products .product--expanded {
    width: auto;
  }
}
.products .product--expanded h3 {
  transform: rotate(0deg) translate(0);
}
@media only screen and (max-width: 1200px) {
  .products .product--expanded h3 {
    transform: none;
  }
}
.products .product--expanded .product__features,
.products .product--expanded .product__summary {
  transition: opacity ease-in-out 200ms;
  opacity: 1;
}
.products .slick-slide {
  margin: 0 15px;
}
.products .slick-list {
  margin: 0 -15px;
  overflow: visible;
}

.benefits > .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .benefits {
    padding: 2rem 0;
  }
}
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
  justify-items: start;
}
@media only screen and (max-width: 992px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .benefits__grid {
    grid-template-columns: 1fr;
    padding-top: 9rem;
  }
}
.benefits .benefit {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
}
.benefits .benefit__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .benefits .benefit__top {
    max-width: 100%;
    margin: 0;
    align-items: center;
    flex-direction: row;
  }
}
.benefits .benefit img {
  height: 65px;
}
@media only screen and (max-width: 768px) {
  .benefits .benefit h3 {
    font-size: 28px;
  }
}
.benefits .benefit p {
  opacity: 0.5;
  max-width: 286px;
}
@media only screen and (max-width: 768px) {
  .benefits .benefit p {
    max-width: 100%;
  }
}
.benefits--lg {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .benefits--lg {
    padding: 1rem 0;
  }
}
.benefits--lg .benefits__grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
}
@media only screen and (max-width: 768px) {
  .benefits--lg .benefits__grid {
    grid-template-columns: 1fr;
    padding: 1rem 0;
    grid-gap: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .benefits--lg .benefit__top {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.benefits--lg .benefit img {
  max-width: 35px;
}
.benefits--lg .benefit p {
  max-width: 100%;
}

.asia .benefit h3 {
  color: #946FDD;
}
.asia .benefit p {
  opacity: 1;
}

/*

Fullwidth section with colored background and a possibility to add title and description.
WYSIWYG uses <strong> for highlighting.

SCSS EMBEDDED --------------------------------------------------------------------------------------

@import "global";
@import "10-Stable-Components/SC-section-fullwidth-bg-text";

ACF STRUCTURE --------------------------------------------------------------------------------------

/SectionName: Group
  /Title: Text
  /Text: WYSIWYG Editor

PHP CODE -------------------------------------------------------------------------------------------

$section_name = get_field('section_name');
$section_name_title = $section_name['title'];
$section_name_text = $section_name['text'];

<section class="SC-section-fullwidth-bg-text SC-section-fullwidth-bg-text--secondary">
    <div class="container" data-aos="fade-in" data-aos-duration="200">
        <div class="SC-section-fullwidth-bg-text__layout">
            <?php if ($about_us_title) { ?>
                <p class="SC-section-fullwidth-bg-text__title"><?php echo $about_us_title ?></p>
            <?php } ?>
            <?php if ($about_us_text) { ?>
                <h3 class="SC-section-fullwidth-bg-text__desc"><?php echo $about_us_text ?></h3>
            <?php } ?>
        </div>
    </div>
</section>

*/
.SC-section-fullwidth-bg-text {
  background-color: #401268;
  text-align: center;
}
.SC-section-fullwidth-bg-text--secondary {
  background-color: #946FDD;
}
.SC-section-fullwidth-bg-text--secondary .SC-section-fullwidth-bg-text__desc strong, .SC-section-fullwidth-bg-text--secondary .SC-section-fullwidth-bg-text__desc b {
  color: #401268;
}
.SC-section-fullwidth-bg-text__layout {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (width >= 992px) {
  .SC-section-fullwidth-bg-text__layout {
    gap: 56px;
  }
}
.SC-section-fullwidth-bg-text__title {
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}
.SC-section-fullwidth-bg-text__desc {
  color: white;
}
.SC-section-fullwidth-bg-text__desc > * {
  font-size: 20px !important;
  line-height: 140%;
}
@media screen and (width >= 992px) {
  .SC-section-fullwidth-bg-text__desc > * {
    font-size: 28px !important;
  }
}
.SC-section-fullwidth-bg-text__desc strong, .SC-section-fullwidth-bg-text__desc b {
  font-weight: 400;
  color: #946FDD;
}

/*

Rounded rectangle with title, text and button. Some kind of action bait.

SCSS EMBEDDED --------------------------------------------------------------------------------------

@import "global";
@import "10-Stable-Components/SC-section-rounded-bg-text";

ACF STRUCTURE --------------------------------------------------------------------------------------

/SectionName: Group
  /Title: Text
  /Text: Text
  /Button: Link

PHP CODE -------------------------------------------------------------------------------------------

$banner = get_field('banner');
$banner_title = $banner['title'];
$banner_text = $banner['text'];
$banner_button = $banner['button'];
if ($banner_button) {
    $banner_button_title = $banner_button['title'];
    $banner_button_url = $banner_button['url'];
    $banner_button_target = $banner_button['target'] != "" ? $banner_button['target'] : '_self';
}

<section class="container" data-aos="fade-in" data-aos-duration="200">
    <div class="SC-section-rounded-bg-text">
        <?php if ($banner_title) { ?>
            <p class="SC-section-rounded-bg-text__title"><?php echo $banner_title ?></p>
        <?php } ?>
        <?php if ($banner_text) { ?>
            <h3 class="SC-section-rounded-bg-text__desc"><?php echo $banner_text ?></h3>
        <?php } ?>
        <?php if ($banner_button) { ?>
            <a href="<?php echo $banner_button_url ?>" target="<?php echo $banner_button_target ?>"
               class="btn btn--secondary--green">
                <?php echo $banner_button_title ?>
            </a>
        <?php } ?>
    </div>
</section>

*/
.SC-section-rounded-bg-text {
  background-color: #401268;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 40px;
}
@media screen and (width >= 992px) {
  .SC-section-rounded-bg-text {
    gap: 56px;
    padding: 56px;
  }
}
.SC-section-rounded-bg-text--secondary {
  background-color: #946FDD;
}
.SC-section-rounded-bg-text--secondary .SC-section-rounded-bg-text__desc strong, .SC-section-rounded-bg-text--secondary .SC-section-rounded-bg-text__desc b {
  color: #401268;
}
.SC-section-rounded-bg-text__title {
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.5;
}
.SC-section-rounded-bg-text__desc {
  color: white;
  font-size: 20px;
}
@media screen and (width >= 992px) {
  .SC-section-rounded-bg-text__desc {
    font-size: 28px;
  }
}
.SC-section-rounded-bg-text__desc strong, .SC-section-rounded-bg-text__desc b {
  font-weight: 400;
  color: #946FDD;
}

/*

Simple tag with background.

SCSS EMBEDDED --------------------------------------------------------------------------------------

@import "global";
@import "10-Stable-Components/SC-tag";

ACF STRUCTURE --------------------------------------------------------------------------------------

/TagName: Text

PHP CODE -------------------------------------------------------------------------------------------

$tag_name = get_field('tag_name');

<span class="SC-tag SC-tag--secondary"><?php echo $tag_name ?></span>

*/
.SC-tag {
  background-color: #401268;
  text-align: center;
  padding: 8px 16px;
  font-size: 14px;
}
.SC-tag--secondary {
  background-color: #946FDD;
}

/*

Set of badges. Responsible row design.

SCSS EMBEDDED --------------------------------------------------------------------------------------

@import "global";
@import "10-Stable-Components/SC-section-badges";

ACF STRUCTURE --------------------------------------------------------------------------------------

/SectionName: Group
  /Title: Text
  /Badges: Repeater
    /Icon: Image
    /Title: Text
    /Tooltip: Textarea

PHP CODE -------------------------------------------------------------------------------------------

$trading_badges = get_field('trading_badges');
$trading_badges_title = $trading_badges['title'];
$trading_badges_list = $trading_badges['badges'];

<section class="container">
    <div class="SC-section-badges">
        <?php if ($trading_badges_title) { ?>
            <h2 data-aos="fade-up"><?php echo $trading_badges_title ?></h2>
        <?php } ?>
        <div class="SC-section-badges__list">
            <?php foreach ($trading_badges_list as $badge) : ?>
                <div class="SC-section-badges__badge" data-aos="fade-up">
                    <div class="SC-section-badges__icon">
                        <img src="<?php echo $badge['icon']['url'] ?>" alt="<?php echo $badge['icon']['alt'] ?>">
                    </div>
                    <div class="SC-section-badges__title">
                        <h4><?php echo $badge['title'] ?></h4>
                        <?php if ($badge['tooltip'] != "") { ?>
                            <span class="SC-section-badges__info"
                                  data-bs-toggle="tooltip"
                                  data-bs-html="true"
                                  data-bs-placement="bottom"
                                  data-bs-title="<div class='SC-section-badges__tooltip'><?php echo $badge['tooltip'] ?></div>">
                            i
                        </span>
                        <?php } ?>
                    </div>
                </div>
            <?php endforeach; ?>
        </div>
    </div>
</section>


<!-- Bootstrap with Tooltips-->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
        integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
        crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"
        integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
        crossorigin="anonymous"></script>
<script>
    const tooltipTriggerList = document.querySelectorAll('[data-bs-toggle="tooltip"]')
    const tooltipList = [...tooltipTriggerList].map(tooltipTriggerEl => new bootstrap.Tooltip(tooltipTriggerEl))
</script>

*/
.SC-section-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.SC-section-badges__list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 56px;
  flex-wrap: wrap;
}
@media screen and (width >= 768px) {
  .SC-section-badges__list {
    flex-direction: row;
  }
}
.SC-section-badges__badge {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  flex: 1 1 20%;
}
.SC-section-badges__title {
  text-align: center;
  gap: 8px;
}
.SC-section-badges__title h4 {
  font-size: 20px;
  font-weight: 600;
  display: inline;
}
.SC-section-badges__icon {
  width: 120px;
  height: 120px;
  background-color: white;
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SC-section-badges__icon img {
  max-width: 70px;
  max-height: 70px;
}
.SC-section-badges__info {
  background-color: #946FDD;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  height: 28px;
  width: 28px;
  flex: 0 0 28px;
  border-radius: 100px;
  color: white;
  vertical-align: bottom;
  margin-left: 4px;
  margin-right: 4px;
}
.SC-section-badges__tooltip {
  background-color: #946FDD;
  border-radius: 40px;
  color: white;
  padding: 24px;
  max-width: 300px;
  font-size: 14px;
  display: inline-block;
}

.header-content-page {
  display: none;
}

.why-us-header {
  padding-top: 7rem;
  background: #401268;
  color: #FFFFFF;
  background-size: cover;
}
.why-us-header .container {
  padding-top: 0;
  padding-bottom: 0;
}
.why-us-header__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 56px;
  gap: 56px;
}
@media screen and (width >= 992px) {
  .why-us-header__inner {
    margin-top: 0;
    flex-direction: row;
  }
}
.why-us-header__title {
  flex: 4 1 0;
}
.why-us-header__image {
  flex: 8 1 0;
}
.why-us-header__image img {
  display: block;
}

@media screen and (width >= 992px) {
  .benefits .container {
    padding-top: 80px;
  }
}
.ceo-introduction {
  background-color: #401268;
  color: #FFFFFF;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
@media screen and (width >= 992px) {
  .ceo-introduction {
    flex-direction: row;
    gap: 56px;
    margin-top: 80px;
  }
}
.ceo-introduction__left, .ceo-introduction__right {
  flex: 1 1 0;
}
.ceo-introduction__left {
  color: white;
  text-align: center;
}
.ceo-introduction__left img {
  object-fit: fill;
  max-height: 400px;
}
@media screen and (width >= 992px) {
  .ceo-introduction__left img {
    margin-top: -80px;
    max-height: 600px;
  }
}
.ceo-introduction__right-inner {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
}
@media screen and (width >= 992px) {
  .ceo-introduction__right-inner {
    padding: 56px 56px 56px 0;
  }
}
.ceo-introduction__right-inner h2 {
  font-weight: 600;
}

.products {
  counter-reset: section;
}
.products .product {
  justify-content: flex-start;
}
@media screen and (width >= 1200px) {
  .products .product {
    counter-increment: section;
    overflow: visible;
  }
  .products .product:before {
    content: counter(section);
    background-color: #401268;
    color: #FFFFFF;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: calc(-2rem - 12px);
  }
}

.trustpilot-reviews {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (width >= 992px) {
  .trustpilot-reviews {
    gap: 56px;
    flex-direction: row;
  }
}
.trustpilot-reviews__title {
  flex: 4 1 0;
  text-align: center;
}
@media screen and (width >= 992px) {
  .trustpilot-reviews__title {
    text-align: left;
  }
}
.trustpilot-reviews__widget {
  flex: 8 1 0;
}

.achievements__title {
  text-align: center;
  margin-bottom: 48px;
}
.achievements__tab-titles {
  display: flex;
}
@media screen and (width < 992px) {
  .achievements__tab-titles {
    display: none;
  }
}
.achievements__tab-title {
  cursor: pointer;
  flex: 1 0 0;
  color: rgba(64, 18, 104, 0.3019607843);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s;
}
.achievements__tab-title:hover {
  color: #401268;
}
.achievements .achievements__tab-borders {
  display: grid;
  grid-template-columns: 0fr 1fr 2fr;
  grid-auto-columns: min-content 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 5px 5px;
  grid-auto-flow: column dense;
  margin-bottom: 32px;
  transition: all 0.4s;
}
@media screen and (width < 992px) {
  .achievements .achievements__tab-borders {
    display: none;
  }
}
.achievements .achievements__tab-borders .achievements__tab-border {
  grid-area: 1/2/2/3;
  border-bottom: 2px solid #401268;
  margin: 0 20px;
}
.achievements input#achievement-radio-1 {
  display: none;
}
.achievements:has(input#achievement-radio-1:checked) .achievement-radio-1 {
  color: #401268;
}
.achievements:has(input#achievement-radio-1:checked) .achievements__tab-borders {
  grid-template-columns: 0fr 1fr 2fr;
}
.achievements:has(input#achievement-radio-1:checked) .achievements__tab-1 {
  opacity: 1;
  z-index: 1;
}
.achievements input#achievement-radio-2 {
  display: none;
}
.achievements:has(input#achievement-radio-2:checked) .achievement-radio-2 {
  color: #401268;
}
.achievements:has(input#achievement-radio-2:checked) .achievements__tab-borders {
  grid-template-columns: 1fr 1fr 1fr;
}
.achievements:has(input#achievement-radio-2:checked) .achievements__tab-2 {
  opacity: 1;
  z-index: 1;
}
.achievements input#achievement-radio-3 {
  display: none;
}
.achievements:has(input#achievement-radio-3:checked) .achievement-radio-3 {
  color: #401268;
}
.achievements:has(input#achievement-radio-3:checked) .achievements__tab-borders {
  grid-template-columns: 2fr 1fr 0fr;
}
.achievements:has(input#achievement-radio-3:checked) .achievements__tab-3 {
  opacity: 1;
  z-index: 1;
}
.achievements__card-button {
  margin-top: 24px;
  display: inline-block;
}
.achievements__card-title {
  display: none;
  font-weight: 600;
  margin-bottom: 16px;
}
.achievements__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: min-content 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 5px 5px;
  grid-auto-flow: column dense;
}
@media screen and (width < 992px) {
  .achievements__tabs {
    display: block;
  }
}
.achievements__tab {
  grid-area: 1/1/2/4;
  gap: 24px;
  display: flex;
  z-index: 0;
}
@media screen and (width >= 992px) {
  .achievements__tab {
    transition: opacity 0.4s;
    opacity: 0;
  }
}
@media screen and (width < 992px) {
  .achievements__tab {
    display: flex;
  }
  .achievements__tab:nth-child(n+2) .achievements__tab-col {
    padding-left: 24px;
  }
}
.achievements__tab-col {
  flex: 1 0 0;
}
.achievements__tab-col img {
  height: 100%;
  object-fit: cover;
}
@media screen and (width < 992px) {
  .achievements__tab-col:nth-child(1) {
    text-align: center;
  }
  .achievements__tab-col:nth-child(1) .achievements__card-title {
    display: block;
  }
  .achievements__tab-col:nth-child(1) .achievements__card {
    text-align: left;
    background-color: #FFFFFF;
    padding: 32px;
    border-radius: 10px;
  }
}
.achievements__tab-col:nth-child(n+2) {
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid rgba(64, 18, 104, 0.2);
}
@media screen and (width < 992px) {
  .achievements__tab-col:nth-child(n+2) {
    display: none;
  }
}
