<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

#peli-whitelabel-footer .footer {
  background-color: unset !important;
}

#peli-whitelabel-footer .footer {
  padding: 40px 0px !important;
}
@media (min-width: 375px) {
  #peli-whitelabel-footer .footer {
    padding: 40px 20px !important;
  }
}

.footer__section,
.footer__separator-horizontal {
  display: none !important;
}

.custom-checkbox {
  width: 24px;
  height: 24px;
  appearance: none;
  border: none;
  background-color: unset;
  background-image: url("../img/checkbox-blank.svg");
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  transition: all 100ms linear;
}
.custom-checkbox:checked {
  background-image: url("../img/checkbox-active.svg");
}

html {
  min-height: 100%;
}

input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  color: rgba(255, 255, 255, 0.38);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 9999s ease-in-out 0s;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

body,
html {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(158.35deg, #0a2132 28.41%, rgba(39, 58, 100, 0.38) 41.09%, #0a2132 59.33%, #0a2132 71.59%), #0a2132;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  body {
    background: url("../img/blured-bg.webp"), linear-gradient(89.93deg, #0a2132 0.07%, rgba(0, 0, 0, 0) 50.01%), linear-gradient(107.56deg, #0a2132 0%, #273a64 33.33%, #0a2132 66.67%, #0a2132 100%);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
  }
}
body .benefit-mobile {
  object-position: 50% 50%;
}
body .benefit-mobile-2 {
  object-position: 50% 58%;
}

.main {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .main {
    padding: 12px 12px;
  }
}
@media (min-width: 480px) {
  .main {
    padding: 12px 24px;
  }
}
@media (min-width: 768px) {
  .main {
    padding: 24px 12px 24px 12px;
  }
}
@media (min-width: 920px) {
  .main {
    padding: 24px 48px 24px 48px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 24px;
  }
}
.main nav.navigation {
  padding: 20px 12px;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .main nav.navigation {
    display: none;
  }
}
.main nav.navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}
.main nav.navigation ul li {
  list-style: none;
}
.main nav.navigation ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 6px 8px;
}
.main nav.navigation ul li a.highlight {
  font-weight: 500;
  color: #fb7b00;
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid #fb7b00;
}
.main .header {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .main .header {
    flex-flow: row;
    gap: 40px;
    padding: unset;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .main .header {
    flex-flow: row;
    gap: 60px;
    padding: unset;
  }
}
.main .header .login {
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}
.main .header .login a {
  color: #00A3E0;
  text-decoration: none;
}
.main .header .login a:hover {
  text-decoration: underline;
}
.main .header .left {
  padding: 0 12px;
  height: 250px;
  margin-bottom: 24px;
  background-image: url("../img/card-large.webp");
  background-position: center;
  background-size: 320px auto;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .main .header .left {
    flex: unset;
    width: 320px;
    height: 400px;
    padding: unset;
    background-image: url("../img/card-medium.webp");
    background-size: contain;
  }
}
@media (min-width: 920px) {
  .main .header .left {
    flex: 1;
    width: unset;
    height: 560px;
  }
}
@media (min-width: 1024px) {
  .main .header .left {
    flex: 1;
    width: unset;
    padding: unset;
    background-image: url("../img/card-large.webp");
  }
}
.main .header .right {
  flex: 1;
}
.main .header .right .headline {
  padding: 0 12px;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}
@media (min-width: 1024px) {
  .main .header .right .headline {
    margin-top: 40px;
  }
}
@media (min-width: 375px) {
  .main .header .right .headline {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 960px) {
  .main .header .right .headline {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1200px) {
  .main .header .right .headline {
    font-size: 64px;
    line-height: 80px;
  }
}
.main .header .right .headline .highlight {
  color: #fb7b00;
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 600ms both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 600ms both;
}
.main .header .right .header-content {
  padding: 0 12px;
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
@media (min-width: 375px) {
  .main .header .right .header-content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 960px) {
  .main .header .right .header-content {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .main .header .right .header-content {
    font-size: 24px;
    line-height: 30px;
  }
}
.main .header .right .form::after {
  content: "";
  display: block;
}
.main .header .right .form::before {
  content: "";
  display: block;
}
.main .header .right .form .custom-input {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.01);
  background-image: url("../img/email-icon.svg");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.12), 0px 10px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}
@supports not (backdrop-filter: blur(15px)) {
  .main .header .right .form .custom-input {
    background-color: rgba(34, 41, 81, 0.58) !important;
  }
}
@media (min-width: 920px) {
  .main .header .right .form .custom-input {
    height: 70px;
    margin-top: 40px;
  }
}
.main .header .right .form .custom-input:focus-within {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.main .header .right .form .custom-input .input {
  position: relative;
  display: flex;
  flex-flow: column;
  flex: 2 0 0;
  padding-left: 36px;
}
.main .header .right .form .custom-input .input input {
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.4px;
  font-size: 14px;
  line-height: 24px;
  caret-color: white;
}
@media (min-width: 920px) {
  .main .header .right .form .custom-input .input input {
    font-size: 18px;
    line-height: 26px;
  }
}
.main .header .right .form .custom-input .input label.label-name {
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.3s ease;
  cursor: pointer;
}
.main .header .right .form .custom-input .input label.label-name .error {
  color: #ca324e;
}
.main .header .right .form .custom-input button.send-btn {
  display: none;
  outline: none;
  border: none;
  color: #ffffff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  background-color: #049553;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 14px;
  line-height: 20px;
}
.main .header .right .form .custom-input button.send-btn:hover {
  background-color: #03a75c;
}
@media (min-width: 920px) {
  .main .header .right .form .custom-input button.send-btn {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 920px) {
  .main .header .right .form .custom-input button.send-btn {
    padding: 0px 20px;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .main .header .right .form .custom-input button.send-btn {
    display: block;
  }
}
.main .header .right .form .accept-policy {
  display: flex;
  gap: 6px;
  padding: 6px 12px 0 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 920px) {
  .main .header .right .form .accept-policy {
    font-weight: 400;
    letter-spacing: 0.4px;
    font-size: 12px;
    line-height: 16px;
  }
}
.main .header .right .form .accept-policy label {
  cursor: unset;
  padding-top: 8px;
}
.main .header .right .form .accept-policy label .policy-link {
  cursor: pointer;
  color: #fb7b00;
}
.main .header .right .send-btn-mobile {
  width: 100%;
  border: none;
  color: #ffffff;
  display: flex;
  margin-top: 6px;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  align-items: center;
  padding: 20px;
  background-color: #03A75C;
  border-radius: 8px;
  cursor: pointer;
}
.main .header .right .send-btn-mobile:hover {
  background-color: #03a75c;
}
@media (min-width: 768px) {
  .main .header .right .send-btn-mobile {
    display: none;
  }
}
.main .membership-section,
.main .faq-info {
  text-align: center;
  margin-top: 84px;
}
.main .membership-section h2,
.main .faq-info h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .main .membership-section h2,
  .main .faq-info h2 {
    font-size: 24px;
    font-weight: 300;
  }
}
.main .benefits {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .main .benefits {
    padding: 0;
  }
}
@media (min-width: 920px) {
  .main .benefits {
    padding: 0 12px;
  }
}
.main .benefits .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .main .benefits .benefits-grid {
    gap: 24px;
  }
}
@media (min-width: 920px) {
  .main .benefits .benefits-grid {
    gap: 12px;
    margin-top: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.main .benefits .benefits-grid .card {
  padding: 4px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}
@supports not (backdrop-filter: blur(15px)) {
  .main .benefits .benefits-grid .card {
    background: rgba(32, 52, 78, 0.58) !important;
  }
}
.main .benefits .benefits-grid .card .cover {
  position: relative;
  width: 100%;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .main .benefits .benefits-grid .card .cover {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .main .benefits .benefits-grid .card .cover {
    height: 120px;
  }
}
.main .benefits .benefits-grid .card .cover .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.main .benefits .benefits-grid .card .content {
  padding: 10px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
@media (min-width: 480px) {
  .main .benefits .benefits-grid .card .content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .main .benefits .benefits-grid .card .content {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 920px) {
  .main .benefits .benefits-grid .card .content {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .main .benefits .benefits-grid .card .content {
    font-size: 18px;
    line-height: 24px;
  }
}
.main .benefits .benefits-grid .card .content .highlight {
  color: #fb7b00;
}
.main .benefits .benefits-grid .more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 24px;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
}
@media (min-width: 480px) {
  .main .benefits .benefits-grid .more {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .main .benefits .benefits-grid .more {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 920px) {
  .main .benefits .benefits-grid .more {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1200px) {
  .main .benefits .benefits-grid .more {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .main .benefits .benefits-grid .more {
    padding: 10px 12px;
  }
}
.main .benefits .benefits-grid .more img,
.main .benefits .benefits-grid .more object {
  width: 24px;
  height: 24px;
}
@media (min-width: 1200px) {
  .main .benefits .benefits-grid .more img,
  .main .benefits .benefits-grid .more object {
    width: 48px;
    height: 48px;
  }
}
.main .benefits .big-benefits {
  width: 100%;
}
.main .benefits .big-benefits .card {
  display: flex;
  padding: 30px 24px;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  margin-bottom: 48px;
  border-radius: 12px;
  background: rgba(32, 52, 78, 0.58);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
}
.main .benefits .big-benefits .card .content {
  text-align: center;
}
.main .benefits .big-benefits .card .content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.main .benefits .big-benefits .card .content .highlight {
  font-weight: 700;
  color: #fb7b00;
}
.main .benefits .big-benefits .card .content p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.58);
}
.main .benefits .big-benefits .card .content .underline-on-hover {
  color: #fb7b00;
  position: relative;
  display: inline;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.main .benefits .big-benefits .card .content .underline-on-hover span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background-color: #fb7b00;
}
.main .benefits .big-benefits .card .content .underline-on-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  background-color: #fb7b00;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.main .benefits .big-benefits .card .content .underline-on-hover:hover::after {
  visibility: visible;
  width: 100%;
}
.main .benefits .big-benefits .card .content img {
  position: absolute;
  top: 50%;
  margin-left: 3px;
  transform: translateY(-50%);
}
.main .benefits .big-benefits .card .cover {
  margin-bottom: 30px;
}
.main .benefits .big-benefits .card .cover img {
  width: 276px;
  height: 159px;
  object-fit: cover;
  border-radius: 1000px;
  border: 5px solid rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .main .benefits .big-benefits .card {
    flex-direction: row;
    padding: 32px;
    width: 85%;
  }
  .main .benefits .big-benefits .card .content {
    text-align: start;
  }
  .main .benefits .big-benefits .card .content .title {
    font-size: 32px;
    line-height: 46px;
  }
  .main .benefits .big-benefits .card .cover {
    margin-bottom: 0;
    margin-right: 68px;
  }
  .main .benefits .big-benefits .card .cover img {
    width: 304px;
    height: 308px;
    border-radius: 50%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main .benefits .big-benefits .card:nth-child(2) {
    flex-direction: row-reverse;
    margin-left: 15%;
  }
  .main .benefits .big-benefits .card:nth-child(2) .cover {
    margin-left: 68px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .main .benefits .big-benefits .card p {
    font-size: 20px;
  }
  .main .benefits .big-benefits .card a {
    font-size: 18px;
  }
}
.main .premium-benefit-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 24px;
  margin-top: 108px;
  font-weight: 500;
}
.main .video-section-wrapper {
  margin-bottom: 48px;
}
.main .video-section-wrapper .video-section-header {
  margin-top: 108px;
  text-align: center;
}
.main .video-section-wrapper .video-section-header h2 {
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
}
.main .video-section-wrapper .video-section-header span {
  color: #fb7b00;
}
.main .video-section-wrapper .video-section-header p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.58);
}
.main .video-section-wrapper .video-section-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 48px;
}
.main .video-section-wrapper .video-section-content .image-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.main .video-section-wrapper .video-section-content .image-container img {
  max-width: 100%;
}
.main .video-section-wrapper .video-section-content .premium {
  background: rgba(32, 52, 78, 0.58);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.12), 0 20px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  padding: 26px;
}
.main .video-section-wrapper .video-section-content .premium h2 {
  font-weight: 500;
  font-size: 32px;
}
.main .video-section-wrapper .video-section-content .premium p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.38);
  font-weight: 300;
  font-size: 14px;
}
.main .video-section-wrapper .video-section-content .premium .header-info {
  text-align: center;
}
.main .video-section-wrapper .video-section-content .premium .premium-benefits {
  padding: 0;
}
.main .video-section-wrapper .video-section-content .premium .premium-benefits .icon {
  margin-top: 5px;
}
.main .video-section-wrapper .video-section-content .premium .premium-benefits li {
  display: flex;
  list-style: none;
}
.main .video-section-wrapper .video-section-content .premium .premium-benefits li:not(:last-child) {
  margin-bottom: 20px;
}
.main .video-section-wrapper .video-section-content .premium .premium-benefits .premium-benefit {
  display: flex;
}
.main .video-section-wrapper .video-section-content .premium .premium-benefits .premium-benefit img {
  margin-right: 8px;
}
.main .video-section-wrapper .video-section-content .premium .price {
  text-align: center;
  margin-top: 48px;
  font-size: 32px;
  font-weight: 500;
}
.main .video-section-wrapper .video-section-content .premium .price span {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.38);
}
.main .video-section-wrapper .video-section-content .premium .btn-try-premium {
  width: 100%;
  outline: none;
  border: none;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-top: 12px;
  padding: 20px;
  background-color: #00A3E0;
  border-radius: 8px;
  cursor: pointer;
}
.main .video-section-wrapper .video-section-content .premium .btn-try-premium:hover {
  background-color: #33B5E6;
}
@media (min-width: 700px) {
  .main .video-section-wrapper .video-section-content {
    display: flex;
    flex-direction: row;
  }
}
.main .faq-section {
  margin-top: 36px;
}
.main .faq-section .faq-question {
  padding: 24px;
  cursor: pointer;
}
.main .faq-section .faq-question:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.main .faq-section .faq-question .faq-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .faq-section .faq-question h3 {
  font-size: 18px;
  font-weight: 700;
}
.main .faq-section .faq-question .faq-answer {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
}
.main .faq-section .faq-question .faq-answer ul {
  margin-top: 0;
}
.main .faq-section .faq-question .arrow {
  margin-left: 32px;
  transition: transform 0.3s, fill 0.3s;
  fill: rgba(255, 255, 255, 0.58);
  flex-shrink: 0;
}
.main .faq-section .faq-question .rotate {
  transform: rotate(180deg);
  fill: #fb7b00;
}
.main .faq-section .faq-question.show {
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.04);
  border-bottom: none;
}
.main .faq-answer {
  display: none;
}
.main .faq-answer.show {
  display: block;
}
.main.thankyou-page {
  padding-top: 60px;
}
.main .thankyou-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 20px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 12px;
}
.main .thankyou-box a {
  color: #fb7b00;
  text-decoration: none;
  margin-top: 12px;
}
.main .thankyou-box a:hover {
  text-decoration: underline;
}
@supports not (backdrop-filter: blur(15px)) {
  .main .thankyou-box {
    background: rgba(32, 52, 78, 0.58) !important;
  }
}
.main .thankyou-box .envelope {
  width: 128px;
  height: auto;
  opacity: 0.8;
}
@media (min-width: 678px) {
  .main .thankyou-box .envelope {
    width: 256px;
  }
}
.main .thankyou-box .title {
  margin-top: 40px;
}
.main .thankyou-box .info-text {
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.main .thankyou-box .buttons {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .main .thankyou-box .buttons {
    flex-flow: row-reverse;
    align-items: center;
    gap: 24px;
  }
}
.main .thankyou-box .buttons .btn-link {
  font-weight: 500;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-decoration: none;
  min-width: 128px;
  height: 60px;
  color: #ffffff;
  background: #03a75c;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .main .thankyou-box .buttons .btn-link {
    font-size: 18px;
    line-height: 26px;
  }
}
.main .thankyou-box .buttons .btn-link.outlined {
  border: 1px solid #03a75c;
  color: #03a75c;
  background-color: unset;
  font-weight: 400;
}

#loading-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.spinner-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.spinner {
  border: 5px solid #fb7b00;
  border-radius: 50%;
  border-top: 5px solid transparent;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}

.loading-text {
  margin: 0;
  color: white;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=template.css.map */
</pre></body></html>