main{--grad-color-7:rgba(68, 190, 255, 1);--grad-color-6:rgba(95, 152, 250, 1);--grad-color-5:rgba(119, 82, 255, 1);--grad-color-4:rgba(160, 47, 255, 1);--grad-color-3:#c555fe;--grad-color-2:rgba(220, 92, 255, 1);--grad-color-1:rgba(251, 96, 215, 1);--desaturated:#ccc5ae;--pink-dark:rgba(205, 69, 131, 1);--pink:#cc91ab;--pink-light:rgba(254, 248, 251, 1);--pink-marker:rgba(255, 188, 232, 1);--pink-bright:rgba(247, 0, 161, 1);--yellow-dark:rgba(110, 108, 102, 1);--yellow:#f7efd5;--yellow-light:#fff6ed;--yellow-marker:rgba(247, 239, 213, 1);--yellow-bright:rgba(247, 222, 0, 1);--green-dark:#37833b;--green:rgba(165, 209, 167, 1);--green-light:rgba(205, 233, 206, 1);--green-marker:rgba(224, 251, 194, 1);--green-bright:#84da22;--red-dark:#e02020;--red:#faa099;--red-light:#fff7fa;--red-marker:#ffe8f1;--red-bright:#f70000;--blue-dark:rgba(34, 100, 209, 1);--blue:rgba(146, 170, 209, 1);--blue-light:#cadbf6;--blue-marker:rgba(188, 232, 255, 1);--blue-bright:rgb(0,145,255);--highlight2-darkest:rgba(194, 1, 51, 1);--highlight2-darker:rgba(214, 1, 57, 1);--highlight2-dark:rgba(235, 0, 61, 1);--highlight2:#ff0050;--highlight2-light:rgba(255, 51, 115, 1);--highlight2-lighter:rgba(251, 93, 129, 1);--highlight2-lightest:#fb819d;--highlight1-darkest:#b88217;--highlight1-darker:#c7a400;--highlight1-dark:#f5ca00;--highlight1:#fed303;--highlight1-light:#fedc3d;--highlight1-lighter:rgba(250, 221, 131, 1);--highlight1-lightest:#fdedba;--cta-trans-b:#705cf666;--cta-trans-a:#705cf680;--cta-darkest:#341b91;--cta-darker:#4e28d9;--cta-dark:#5d4ccc;--cta:#705cf6;--cta-light:#948bfa;--cta-lighter:#b1aaf5;--cta-lightest:#e9e5fc;--darkest-trans:rgba(7, 7, 8, 0.8);--black:rgb(0,0,0);--darkest:#111827;--darker:#192235;--dark:#1d2638;--medium-darkest:#2d374b;--medium-darker:#3f4145;--medium-dark:#757e8c;--medium:#83878a;--light:#b2b2b2;--lighter:#c3c4c3;--lightest:#f2f2f2;--white:rgba(255,255,255,1.00);}
/*CTA BUTTON RESPONSIVE FONT SIZE EXTRA BREAKPOINTS*/

@media only screen and (min-width: 325px) and (max-width: 338px) {
#cta-button-text-id {    
	font-size: 21px !important;
}
}

@media only screen and (min-width: 313px) and (max-width: 325px) {
#cta-button-text-id {    
	font-size: 20px !important;
}
}

@media only screen and (min-width: 302px) and (max-width: 313px) {
#cta-button-text-id {    
	font-size: 19px !important;
}
}

@media only screen and (min-width: 278px) and (max-width: 302px) {
#cta-button-text-id {    
	font-size: 18px !important;
}
}

@media only screen and (min-width: 247px) and (max-width: 278px) {
#cta-button-text-id {    
	font-size: 16px !important;
}
}

@media only screen and (max-width: 247px) {
#cta-button-text-id {    
	font-size: 14px !important;
}
}

@media only screen and (min-width: 313px) and (max-width: 338px) {
#cta-button-parent-id {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-up: 20px !important;
    padding-down: 20px !important;
}
}

@media only screen and (min-width: 302px) and (max-width: 313px) {
#cta-button-parent-id {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-up: 18px !important;
    padding-down: 18px !important;
}
}

@media only screen and (max-width: 302px) {
#cta-button-parent-id {
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-up: 18px !important;
    padding-down: 18px !important;
}
}


/*-------------------*/
/*-------------------*/
/*CTA ALL BUTTONS PULSING ANIMATIONS*/
/*-------------------*/
/*-------------------*/


/*CTA BUTTON PULSING ANIMATION 1*/
@-webkit-keyframes pulseBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px var(--cta-trans-b);
        box-shadow: 0 0 0 10px var(--cta-trans-b)
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes pulseBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px var(--cta-trans-a);
        box-shadow: 0 0 0 10px var(--cta-trans-a)
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-moz-keyframes pulseBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        -moz-box-shadow: 0 0 0 0 var(--cta-trans-a);
             box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px var(--cta-trans-a);
        -moz-box-shadow: 0 0 0 10px var(--cta-trans-a);
             box-shadow: 0 0 0 10px var(--cta-trans-a)
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -moz-box-shadow: 0 0 0 10px transparent;
             box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
             box-shadow: 0 0 0 0 transparent
    }
}

@-o-keyframes pulseBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px var(--cta-trans-a);
        box-shadow: 0 0 0 10px var(--cta-trans-a)
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}
@keyframes pulseBtn {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        -moz-box-shadow: 0 0 0 0 var(--cta-trans-a);
             box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px var(--cta-trans-a);
        -moz-box-shadow: 0 0 0 10px var(--cta-trans-a);
             box-shadow: 0 0 0 10px var(--cta-trans-a)
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        -moz-box-shadow: 0 0 0 10px transparent;
             box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
             box-shadow: 0 0 0 0 transparent
    }
}

/*CTA BUTTON PULSING ANIMATION 2*/
@-webkit-keyframes pulseBtn-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        box-shadow: 0 0 0 0 rgba(148, 139, 250, .5)
    }

    25% {
        -webkit-box-shadow: 0 0 0 20px var(--cta-trans-b);
        box-shadow: 0 0 0 20px var(--cta-trans-b)
    }

    75% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes pulseBtn-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 20px var(--cta-trans-b);
        box-shadow: 0 0 0 20px var(--cta-trans-b)
    }

    75% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-moz-keyframes pulseBtn-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        -moz-box-shadow: 0 0 0 0 var(--cta-trans-a);
             box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 20px var(--cta-trans-b);
        -moz-box-shadow: 0 0 0 20px var(--cta-trans-b);
             box-shadow: 0 0 0 20px var(--cta-trans-b)
    }

    75% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        -moz-box-shadow: 0 0 0 20px transparent;
             box-shadow: 0 0 0 20px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
             box-shadow: 0 0 0 0 transparent
    }
}

@-o-keyframes pulseBtn-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 20px var(--cta-trans-b);
        box-shadow: 0 0 0 20px var(--cta-trans-b)
    }

    75% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        box-shadow: 0 0 0 20px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulseBtn-2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 var(--cta-trans-a);
        -moz-box-shadow: 0 0 0 0 var(--cta-trans-a);
             box-shadow: 0 0 0 0 var(--cta-trans-a)
    }

    25% {
        -webkit-box-shadow: 0 0 0 20px var(--cta-trans-b);
        -moz-box-shadow: 0 0 0 20px var(--cta-trans-b);
             box-shadow: 0 0 0 20px var(--cta-trans-b)
    }

    75% {
        -webkit-box-shadow: 0 0 0 20px transparent;
        -moz-box-shadow: 0 0 0 20px transparent;
             box-shadow: 0 0 0 20px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
             box-shadow: 0 0 0 0 transparent
    }
}
/* ------------------------- */
/* ------------------------- */
/* --OWL CAROUSEL NLB CSS--- */
/* ------------------------- */
/* ------------------------- */


/* ------------------ */
/* --ARTISTS-CAROUSEL- */
/* ------------------ */


/*CONTAINER STYLING AND PADDING*/
@media only screen and (min-width: 440px) and (max-width: 480px) {
.owl-artistsinfo-section {
  width: 100% !important;
  max-width: 430px !important;
}
}


@media only screen and (min-width: 411px) and (max-width: 439px) {
.owl-artistsinfo-section {
  width: 100% !important;
  max-width: 400px !important;
}
}

/* NAV SECTION STYLING*/

/*NAV ARROWS CONTAINER STYLING*/
@media only screen and (min-width: 440px) and (max-width: 480px) {
#owl-nav-custom-artistinfo {
  padding-left: 12px;
  padding-right: 12px;
}
}

@media only screen and (min-width: 411px) and (max-width: 439px) {
#owl-nav-custom-artistinfo {
  padding-left: 2px;
  padding-right: 2px;
}
}
@media only screen and (max-width: 410px) {
#owl-nav-custom-artistinfo {
  padding-left: 6px;
  padding-right: 6px;
}
}

/* ----NAV COLORS---- */

/*COLOR OF NAV ARROWS LEFT-RIGHT*/
.owl-carousel-artists-div button span {
  color: var(--light);
}

/*COLOR OF NAV ARROWS LEFT-RIGHT HOVER*/
.owl-carousel-artists-div button span:hover {
  color: var(--darkest) !important;
}

/*COLOR OF ACTIVE DOTS*/
.owl-carousel-artists-div .owl-dot.active span {
    background: var(--medium-dark) !important;
}

/*COLOR OF INACTIVE DOTS*/
.owl-carousel-artists-div .owl-dots .owl-dot span {
  background: var(--light);
}

/*HIDE INACTIVE ARROWS*/
.owl-carousel-artists-div .owl-nav .disabled {
    opacity: 0;
}



/*OWL DOTS STYLING*/
.artistinfo-owl-dots-custom-container .owl-dot.active {
	background:var(--highlight1);
	color:var(--darkest);
}

/*OWL NAV AROWS STYLING*/
#owl-nav-custom-artistinfo .owl-prev {
	position: relative;
	z-index: 100;
	border:1px solid var(--lightest);
	background:rgba(32,32,36,1.00);
	padding-top:10px;
	padding-left:8px;
	border-radius:8px;
	padding-right:12px;
	padding-bottom:10px;
}
#owl-nav-custom-artistinfo .owl-next {
	position: relative;
	z-index: 100;
	border:1px solid var(--lightest);
	background:rgba(32,32,36,1.00);
	padding-top:10px;
	padding-left:12px;
	border-radius:8px;
	padding-right:8px;
	padding-bottom:10px;
}
#owl-nav-custom-artistinfo .owl-prev > img {
	width:32px;
}
#owl-nav-custom-artistinfo .owl-next > img {
	width:32px;
}

@media only screen and (max-width: 767px) {
#owl-nav-custom-artistinfo .owl-prev {
	padding-top:16px;
	padding-right:8px;
	padding-bottom:16px;
	padding-left:6px;
}
#owl-nav-custom-artistinfo .owl-next {
	padding-top:16px;
	padding-right:6px;
	padding-bottom:16px;
	padding-left:8px;
}
#owl-nav-custom-artistinfo .owl-prev > img {
	width:22px;
}
#owl-nav-custom-artistinfo .owl-next > img {
	width:22px;
}
}

/* ------------------ */
/* --VIDEOS-CAROUSEL- */
/* ------------------ */

/* ----NAV COLORS---- */

/*COLOR OF NAV ARROWS LEFT-RIGHT*/
.owl-video-carousel-div button span {
  color: var(--light);
}

/*COLOR OF NAV ARROWS LEFT-RIGHT HOVER*/
.owl-video-carousel-div button span:hover {
  color: var(--darkest) !important;
}

/*COLOR OF ACTIVE DOTS*/
.owl-video-carousel-div .owl-dot.active span {
    background: var(--medium-dark) !important;
}

/*COLOR OF INACTIVE DOTS*/
.owl-video-carousel-div .owl-dots .owl-dot span {
  background: var(--light);
}

/*HIDE INACTIVE ARROWS*/
.owl-video-carousel-div .owl-nav .disabled {
    opacity: 0;
}

/* NAV SECTION STYLING*/

/*NAV ALL CONTAINER MARGINS*/
.owl-video-carousel-div  .owl-nav {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px !important;
  max-width: 320px;
  position: relative;
  top: -30px;
}

@media only screen and (max-width: 768px) {
.owl-video-carousel-div .owl-nav {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 32px !important;
}
}

/*NAV DOTS*/
/*NAV DOTS CONTAINER*/
.owl-video-carousel-div .owl-dots {
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  width: 80%;
  padding-top: 12px;
}

@media only screen and (max-width: 767px) {
.owl-video-carousel-div .owl-dots {
  width: 200px;
  padding-top: 12px;
}
}

/*NAV ARROWS*/
/*NAV ARROWS LEFT-RIGHT SIZE*/
.owl-video-carousel-div .owl-nav {
  font-size: 60px;
}

/*NAV ARROWS LEFT-RIGHT FLOAT*/
.owl-video-carousel-div .owl-next {
  float: right;
}
.owl-video-carousel-div .owl-prev {
  float: left !important;
}

/*ARROWS HOVER*/
/*NAV ARROWS ACTIVE AREA*/
.owl-video-carousel-div button.owl-next, .owl-video-carousel-div button.owl-prev {
  position: relative;
}
.owl-video-carousel-div button.owl-next::after {
  content: '';
  position: absolute;
  bottom: 9px;
  top: 16px;
  left: -132%;
  padding: 32px;
  border-radius: 16px;
  transition:all 200ms 0ms ease-in-out;
}
.owl-video-carousel-div button.owl-prev::after {
  content: '';
  position: absolute;
  bottom: 9px;
  top: 16px;
  left: -117%;
  padding: 32px;
  border-radius: 16px;
  transition:all 200ms 0ms ease-in-out;
}

/*NAV ARROWS ACTIVE AREA HOVER*/
.owl-video-carousel-div button.owl-next:hover:after, .owl-video-carousel-div button.owl-prev:hover:after {
  background: rgba(255,252, 241, 0.2) !important;
  border-radius: 16px;
  transition:all 200ms 0ms ease-in-out;
}

/*PADDING SO THAT EXPANDED ACTIVE AREA IS NOT CUT OFF*/
.owl-video-carousel-div .owl-dots {
  padding-bottom: 20px;
}

/*NAV ARROWS ACTIVE - REMOVE FOCUS OUTLINE*/
.owl-video-carousel-div button.owl-next:focus, .owl-video-carousel-div button.owl-prev:focus  {
  outline: 0;
}

/*NAV ARROWS ACTIVE - REMOVE BACKGROUND HOVER OUTLINE*/
.owl-video-carousel-div button.owl-next:hover, .owl-video-carousel-div button.owl-prev:hover{
  outline: 0;
  background: rgba(0, 0, 0, 0) !important;
}


/* ------------------ */
/* --IMAGES CAROUSEL-- */
/* ------------------ */

/* ----NAV COLORS---- */

/*COLOR OF NAV ARROWS LEFT-RIGHT*/
.owl-image-carousel-div button span {
  color: var(--light);
}

/*COLOR OF NAV ARROWS LEFT-RIGHT HOVER*/
.owl-image-carousel-div button span:hover {
  color: var(--darkest) !important;
}

/*COLOR OF ACTIVE DOTS*/
.owl-image-carousel-div .owl-dot.active span {
    background: var(--medium-dark) !important;
}

/*COLOR OF INACTIVE DOTS*/
.owl-image-carousel-div .owl-dots .owl-dot span {
  background: var(--light);
}

/*HIDE INACTIVE ARROWS*/
.owl-image-carousel-div .owl-nav .disabled {
    opacity: 0;
}


/* --IMAGE CAROUSEL STYLING-- */

/*STAGE OFFSET NOT ON LEFT SIDE*/
.owl-image-carousel-div .owl-stage {
  padding-left: 0px !important;
}

/* NAV SECTION STYLING*/

/*NAV CONTAINER*/
.owl-image-carousel-div  .owl-nav {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 30px !important;
  max-width: 320px !important;
  position: relative;
  top: -30px;
}

@media only screen and (min-width: 351px) and (max-width: 768px) {
.owl-image-carousel-div .owl-nav {
  padding-left: 10px !important;
  padding-right: 20px !important;
  margin-top: 32px !important;
}
}

@media only screen and (max-width: 350px) {
.owl-image-carousel-div .owl-nav {
  padding-left: 16px !important;
  padding-right: 26px !important;
  margin-top: 32px !important;
}
}

/*NAV DOTS*/
/*NAV DOTS CONTAINER*/
.owl-image-carousel-div .owl-dots {
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  width: 80%;
  padding-top: 12px;
}

@media only screen and (max-width: 767px) {
.owl-image-carousel-div .owl-dots {
  width: 200px;
  padding-top: 12px;
  padding-right: 18px;
}
}

/*NAV ARROWS*/
/*NAV ARROWS LEFT-RIGHT SIZE*/
.owl-image-carousel-div .owl-nav {
  font-size: 60px;
}

/*NAV ARROWS LEFT-RIGHT FLOAT*/
.owl-image-carousel-div .owl-next {
  float: right;
}
.owl-image-carousel-div .owl-prev {
  float: left !important;
}

/*ARROWS HOVER*/
/*NAV ARROWS ACTIVE AREA*/
.owl-image-carousel-div button.owl-next, .owl-image-carousel-div button.owl-prev {
  position: relative;
}
.owl-image-carousel-div button.owl-next::after {
  content: '';
  position: absolute;
  bottom: 9px;
  top: 16px;
  left: -132%;
  padding: 32px;
  border-radius: 16px;
  transition:all 200ms 0ms ease-in-out;
}
.owl-image-carousel-div button.owl-prev::after {
  content: '';
  position: absolute;
  bottom: 9px;
  top: 16px;
  left: -117%;
  padding: 32px;
  border-radius: 16px;
  transition:all 200ms 0ms ease-in-out;
}

/*NAV ARROWS ACTIVE AREA HOVER*/
.owl-image-carousel-div button.owl-next:hover:after, .owl-image-carousel-div button.owl-prev:hover:after {
  background: rgba(255,252, 241, 0.2) !important;
  border-radius: 16px;
  transition:all 200ms 0ms ease-in-out;
}

/*PADDING SO THAT EXPANDED ACTIVE AREA IS NOT CUT OFF*/
.owl-image-carousel-div .owl-dots {
  padding-bottom: 20px;
}

/*NAV ARROWS ACTIVE - REMOVE FOCUS OUTLINE*/
.owl-image-carousel-div button.owl-next:focus, .owl-image-carousel-div button.owl-prev:focus  {
  outline: 0;
}

/*NAV ARROWS ACTIVE - REMOVE BACKGROUND HOVER OUTLINE*/
.owl-image-carousel-div button.owl-next:hover, .owl-image-carousel-div button.owl-prev:hover{
  outline: 0;
  background: rgba(0, 0, 0, 0) !important;
}



/* ------------------ */
/* ------------------ */
/* -OWL CAROUSEL ALL- */
/* ------------------ */
/* ------------------ */

.owl-item.active {
  max-width: fit-content !important;
  
}
.owl-item {
  max-width: fit-content !important;
  
}

/*OWL CAROUSEL CARD WIDTH*/
.owl-carousel {
  width: 100%;
  max-width: 320px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 401px) and (max-width: 415px) {
.owl-carousel {
  width: 100%;
  max-width: 370px;
}
}

@media only screen and (min-width: 381px) and (max-width: 400px) {
.owl-carousel {
  width: 100%;
  max-width: 360px;
}
}

@media only screen and (min-width: 361px) and (max-width: 380px) {
.owl-carousel {
  width: 100%;
  max-width: 340px;
}
}

/*OWL CAROUSEL CARD OVERFLOW*/
.owl-stage-outer {
  overflow: visible !important;
}







/* ------------------------- */
/* ------------------------- */
/* --OWL CAROUSEL MAIN CSS-- */
/* ------------------------- */
/* ------------------------- */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}


/* ------------------------- */
/* ------------------------- */
/* --OWL CAROUSELTHEME  CSS-- */
/* ------------------------- */
/* ------------------------- */


/* -ORIGINAL OWLTHEME CSS- */
/* Owl Carousel v2.3.4 */
/* Copyright 2013-2018 David Deutsch */
/* Licensed under:  SEE LICENSE IN https: //github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* ------------------ */

 .owl-theme .owl-dots,.owl-theme .owl-nav{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav{
    margin-top:10px
}
.owl-theme .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background:#869791;
    color:#FFF;
    text-decoration:none
}
.owl-theme .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-theme .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity .2s ease;
    -o-transition:opacity .2s ease;
    transition:opacity .2s ease;
    border-radius:30px
}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#869791
}


/* ------------------------- */
/* ------------------------- */
/* OWL CAROUSEL LIGHTBOX CSS */
/* ------------------------- */
/* ------------------------- */

.lb-loader,.lightbox {
  text-align: center;
  line-height: 0;
}
.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both;
}
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-loader, .lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  display: table;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://nextlevelbros-pull.b-cdn.net/owl-carousel/lightbox/lightbox-loading.gif) no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://global.divhunt.com/5c634ac84143e6b78d28544a4cd92a16_1335.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://global.divhunt.com/6ff219c178f1f514f12b44980b59b632_1270.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  display: table;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-family: 'Roboto', 'Open Sans';
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://global.divhunt.com/e61d77fa553e21e820b5750e3adb3db4_252.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-number {
  font-family: 'Roboto', 'Open Sans';
}
/* SURVEY HEIGHT */
/* IMPORTANT: THIS ID NEEDS TO CHANGE PER SURVEY */
#GpVVkzI2ex2T4XXr2Lnx {
  min-height: 680px !important;
}

@media (max-width: 767px) {
  #GpVVkzI2ex2T4XXr2Lnx {
    min-height: 670px !important;
  }
}

@media (max-width: 525px) {
  #GpVVkzI2ex2T4XXr2Lnx {
    min-height: 680px !important;
  }
}

@media (max-width: 480px) {
  #GpVVkzI2ex2T4XXr2Lnx {
    min-height: 740px !important;
  }
}

@media (max-width: 300px) {
  #GpVVkzI2ex2T4XXr2Lnx {
    min-height: 760px !important;
  }
}


/* STICKY BAR AT TOP HIDE AT SMALL RES */

@media only screen and (max-width: 267px) {
#sticky-bar-cta-id { 
    display: none !important;
}

}

/* HiDE LAUREL LEAVES and other stuff  UNDER 308 PX */
/* Media query for screens under 308px */
@media (max-width: 284px) {
    .hide-under-300 {
        display: none !important;
    }
}


/*----------------------*/
/*----------------------*/
/*  ---CSS VARAIBLES--- */
/*----------------------*/
/*----------------------*/


:root {

/* GRADIENTS */
--grad-color-1: #fb60d7;
--grad-color-2: #dc5cff;
--grad-color-3: #c555fe;
--grad-color-4: #a02fff;
--grad-color-5: #7752ff;
--grad-color-6: #5f98fa;
--grad-color-7: #44beff;
--gradient-1: -webkit-linear-gradient(0deg, var(--grad-color-1), var(--grad-color-2), var(--grad-color-3), var(--grad-color-4), var(--grad-color-5), var(--grad-color-6), var(--grad-color-7));
}



/*------------------------------------*/
/*------------------------------------*/
/*SPECIAL UNDERLINE WITH HOVER EFFECT*/
/*HIGHLIGHT1 COLOR TEXT WITH GRADIENT UNDERLINE*/
/*WIPES LEFT TO RIGHT TO HIGHLIGHT2 COLOR*/
/*MOBILE-OPTIMIZED NO HOVER OR ACTIVE ANIMATION*/
/*------------------------------------*/
/*------------------------------------*/

/* --- BASE STYLES (Mobile-First) --- */
/* These styles apply to ALL screen sizes and define the mobile look */
/*------------------------------------*/

/* --- Main Element: Base Styles --- */
.underline-highlight2-gradient {
	position: relative; 
	display: inline-block; /* <-- THIS IS THE FIX */
	text-decoration: none;
	
	/* On mobile, we use a simple, solid color. No wipe effect. */
	color: var(--highlight1) !important; 
	
	/* We still need a transition for the .active state to fade smoothly on mobile */
	transition: color 200ms linear; 
}

/* --- Pseudo-Element: Underline Base Styles --- */
.underline-highlight2-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0em;
	height: 0.3em;
	width: 100%;
	background-image: 
		linear-gradient(to right, var(--highlight2), var(--highlight2)),
		linear-gradient(to right, var(--yellow), var(--highlight2));
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 0% 100%, 100% 100%;
	/* Transition for the .active state on mobile */
	transition: background-size 200ms linear;
}

/* --- ACTIVE STATE (for current page) - APPLIES TO ALL DEVICES --- */
.underline-highlight2-gradient.active {
	/* On mobile, this fades the text to the highlight color */
	color: var(--highlight2) !important;
}

.underline-highlight2-gradient.active::after {
	/* The underline is full on the active link on all devices */
	background-size: 100% 100%, 100% 100%;
}


/*------------------------------------*/
/* --- DESKTOP STYLES (Hover & Wipe Effect) --- */
/* This @media query activates the full animation ONLY on screens wider than 767px */
/*------------------------------------*/
@media (min-width: 768px) {

	/* --- Re-introduce the wipe effect for desktop --- */
	.underline-highlight2-gradient {
		background-image: linear-gradient(to right, var(--highlight2) 50%, var(--highlight1) 50%);
		background-size: 200% 100%;
		background-position: right;
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent !important; /* Overrides the mobile solid color */
		transition: background-position 200ms linear; /* Change transition target */
	}
	
	/* --- Define the :hover state for desktop --- */
	.underline-highlight2-gradient:hover {
		background-position: left;
	}

	.underline-highlight2-gradient:hover::after {
		background-size: 100% 100%, 100% 100%;
	}

	/* --- Override the .active state for desktop to use the wipe animation --- */
	.underline-highlight2-gradient.active {
		background-position: left;
	}
}/* =========================== */
/* =========================== */
/* ENZUZO COOKIE CONSENT POPUP */
/* =========================== */
/* =========================== */

/* =============================== */
/* CSS VARIABLES FOR COOKIE POP UP */
/* =============================== */

/* Define CSS variables */
:root {
    --color-text-description: #f2f2f2;
    --color-text-link: #f2f2f2;

    --color-button-accept-text: #2d374b;
    --color-button-accept-text-hover: #192235;

    --color-button-accept-background: #fed303;
    --color-button-accept-background-hover: #f2f2f2;

    --color-button-configure-text: #f2f2f2;
    --color-button-configure-text-hover: #f2f2f2;

    --color-button-configure-background: #414a5c;
    --color-button-configure-background-hover: #263045;
    --color-button-configure-background-hover-transparent: rgba(70, 70, 71, 0.5); /* 50% transparent */

    --close-icon-color: #696f73;
    --cookie-icon-background-color: #464647;
}


/* =============== */
/* =============== */
/* DESKTOP STYLING */
/* =============== */
/* =============== */


/* =================== */
/* COOKIE ICON STYLING */
/* =================== */
.enzuzo-notification-text::before {
    content: ""!important;
    background-image: url(https://global.divhunt.com/72545de60df43625071404a77b0a1726_1292.svg)!important;
    position: absolute!important;
    width: 44px!important;
    height: 44px!important;
    left: 20px!important;
    top: 20px !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

/* ========================= */
/* COOKIE ICON STYLING MOBILE*/
/* ========================= */
@media only screen and (max-width: 480px) {
.enzuzo-notification-text::before {
    width: 36px!important;
    height: 36px!important;
    left: 22px!important;
    top: 28px !important;
}
}

/* ========================== */
/* GENERAL DESIGN AND STYLING */
/* ========================== */

/* HIDE BRANDING AREA */
.enzuzo-poweredby-wrap {
 display: none !important;   
}

/* ENTIRE NOTIFICATION */
.ez-consent {
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
}
.ez-consent .notification-main {
    border-radius: 8px !important;
    padding: 0 !important;
    width: 450px !important;
    margin-top: 18px !important;
    /* Shadow effect */
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3) !important; /* Horizontal offset, vertical offset, blur radius, color */
}

/* BORDER STYLING */
.ez-consent .notification-main {
    border: 0 !important;
}


/* NOTIFICATION MAIN TEXT FONT STYLING */
.ez-consent .notification-main .notification-text-small {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.3em !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
}

/* NOTIFICATION MAIN TEXT FONT COLOR */
#cookie-notification .enzuzo-notification-text.notification-text.notification-text-small > div > span {
    color: var(--color-text-description) !important;
}

/* NOTIFICATION MAIN TEXT LINK COLOR */
#notificationPolicyLink, #notificationPolicyLink a:hover {
    color: var(--color-text-link)!important;
}

/* ADD EXTRA MARGIN ABOVE NOTIFICATION TEXT */
.ez-consent .notification-main.bottom-right-small .notification-desc {
    margin-top: 18px !important;
}

/* ADD EXTRA SIDE PADDING NOTIFICATION TEXT */
.ez-consent .notification-main .notification-text-small {
    padding-right: 24px !important;
    padding-left: 76px !important;
}
/* ============================================== */
/* ADD EXTRA SIDE PADDING NOTIFICATION TEXT MOBILE*/
/* ============================================== */
@media only screen and (max-width: 480px) {
.ez-consent .notification-main .notification-text-small {
    padding-right: 24px !important;
    padding-left: 70px !important;
}
}


/*CONFIG MODAL STYLING */
#accept-modal, #reject-modal {
    text-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px !important;
}


/* =================== */
/* COOKIE ICON STYLING */
/* =================== */

/* COOKIE ICON CONTAINER PARENT */
.cookie-icon {
 display: none !important;
}


/* ========================== */
/* ACCEPT BUTTONS STYLING */
/* ========================== */

/* ACCEPT BUTTON STYLING CENTER */
.ez-consent .button-accept {
    font-size: 20px !important;
    font-weight: 700 !important;
    height: 32px !important;
    letter-spacing: -0.56px !important;
    line-height: 1.6em !important;
    padding: 8px 16px !important;
    text-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px !important;
}

/* ACCEPT BUTTON STYLING BOTTOM RIGHT */
.ez-consent .notification-main.notification-bottom-right .button-default {
    color: var(--color-button-accept-text) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: center;
    width: 100% !important;
    background: var(--color-button-accept-background) !important;
    margin: 10px 0 16px 0 !important; 
    border-radius: 9px !important;
    transition-duration: 0.3s !important;
    text-shadow: rgba(0, 0, 0, 0.0) 0px 0px 0px !important;
 }
/* ACCEPT BUTTON BOTTOM RIGHT HOVER STLYING */
.ez-consent .notification-main.notification-bottom-right .button-default:hover {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    color: var(--color-button-accept-text-hover) !important;
    background: var(--color-button-accept-background-hover) !important;
 }


/* ACCEPT BUTTON MARGINS TO FIT WITH CONFIGURE BUTTON */
#cookie-notification .enzuzo-notification-buttons.notification-buttons.buttons-small.closeTrigger > div {
     margin: 0 18px !important;   
}
.ez-consent .notification-main.notification-bottom-right .cookieButtonWrap {
    width: 100% !important;
    margin: auto 18px !important;
}

/* ===================== */
/* ACCEPT BUTTONS MOBILE */
/* ===================== */

/* ACCEPT BUTTON STYLING BOTTOM RIGHT MOBILE */
@media only screen and (max-width: 480px) {
.ez-consent .notification-main.notification-bottom-right .button-default {
    color: var(--color-button-accept-text) !important;
    background: var(--color-button-accept-background) !important;   
}
#cookie-notification__accept  {
    margin-top: 18px !important; 
    margin-bottom: 12px !important; 
}


/* ACCEPT BUTTON BOTTOM RIGHT HOVER STLYING MOBILE */
.ez-consent .notification-main.notification-bottom-right .button-default:hover {
    color: var(--color-button-accept-text-hover) !important;
    background: var(--color-button-accept-background-hover) !important;   
}
}


/* ========================== */
/* CONFIGURE BUTTONS STYLING */
/* ========================== */

/* CONFIGURE BUTTON CHNAGE ORDER TO APPEAR 2ND */
.enzuzo-notification-buttons.notification-buttons a#notificationManagerLink { 
    order: 2 !important; 
}


/* CONFIGURE BUTTON STYLING */
.ez-consent .notification-main #notificationManagerLink {
    font-size: 20px !important;
    color: var(--color-button-configure-text) !important;
    font-weight: 700 !important;
    letter-spacing: -0.56px !important;
    line-height: 1.6em !important;
    padding: 8px 16px !important;
    margin-bottom: 16px !important; 
    border-radius: 9px !important;
    background: var(--color-button-configure-background) !important;
    transition-duration: 0.3s !important;
}
#notificationManagerLink:hover { 
  text-decoration: none !important;
} 
/* CONFIGURE BUTTON BOTTOM RIGHT HOVER STLYING */
.ez-consent .notification-main #notificationManagerLink:hover {
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
    color: var(--color-button-configure-text-hover) !important;
    background: var(--color-button-configure-background-hover) !important;
 }

/* ========================= */
/* CONFIGURE  BUTTONS MOBILE */
/* ========================= */

/* CONFIGURE BUTTON STYLING MOBILE */
@media only screen and (max-width: 480px) {
.ez-consent .notification-main #notificationManagerLink {
    margin-bottom: 4px !important;
    color: var(--color-button-configure-text) !important;
    background: var(--color-button-configure-background) !important;
}
/* CONFIGURE BUTTON BOTTOM RIGHT HOVER STLYING MOBILE */
.ez-consent .notification-main #notificationManagerLink:hover {
    color: var(--color-button-configure-text-hover) !important;
    background: var(--color-button-configure-background-hover) !important;
}
}



/* ============== */
/* ============== */
/* MOBILE STYLING */
/* ============== */
/* ============== */


/* NOTIFICATION POSITIONING MOBILE */
/* === Enzuzo banner: full-width on <=480px === */
@media only screen and (max-width: 480px) {
  /* target the real element ID */
  #ez-cookie-notification {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 !important;
  }

  /* override desktop width/margins/shadow */
  .ez-consent .notification-main {
    width: 100vw !important;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}



/* NOTIFICATION STYLING MOBILE */
@media only screen and (max-width: 480px) {
.ez-consent .notification-main {
    border-radius: 0 !important;
}
}

/* NOTIFICATION MAIN TEXT FONT STYLING MOBILE */
@media only screen and (max-width: 480px) {
.ez-consent .notification-main .notification-text-small {
    font-size: 16px !important;
    line-height: 1.3em !important; 
}
}

/* NOTIFICATION MAIN TEXT AREA STYLING MOBILE */
@media only screen and (max-width: 480px) {
.ez-consent .notification-main.bottom-right-small .notification-desc {
    margin-bottom: 4px !important;
    margin-top: 20px !important;
}
}

/* COOKIE NOTIFICATION BOTTOM PADDING STYLING MOBILE */
@media only screen and (max-width: 480px) {
.ez-consent .notification-main {
    padding-bottom: 18px !important;   
}
}


/*CONFIG MODAL STYLING MOBILE */
@media only screen and (max-width: 673px) {
.ez-consent .enzuzo-cookie-modal {
    height: 100% !important;
}
.ez-consent .enzuzo-cookie-modal {
    min-width: 300px !important;

}
}main {color:var(--darker);font-size:20px;line-height:1.5;font-family:'Roboto';font-weight:400;min-height:100vh;display:flex;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {main {margin-left:auto;margin-right:auto;}}main container{max-width:1200px;width:100%;margin:0px auto 0px auto;display:block;padding:0px 20px 0px 20px;padding-left:0px;padding-right:0px;color:none;}main h2{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-weight:700;font-size:44px;line-height:0.95;color:none;text-align:center;}@media screen and (max-width: 991px) {main h2{font-size:36px!important;}}main .stylesheet-color-box{width:220px;height:220px;border:1px solid rgba(225,225,225,1.00);margin:0px 0px 10px 0px;}main h1{font-size:84px;font-weight:800;margin:0px 0px 0px 0px;line-height:1;font-family:'Montserrat';color:none;margin-bottom:30px;text-align:center;}@media screen and (max-width: 767px) {main h1{font-size:64px;}}@media screen and (max-width: 480px) {main h1{font-size:44px;line-height:1.1;}}main h3{font-size:42px;margin:0px 0px 0px 0px;text-align:center;font-family:'Montserrat';color:var(--darker);line-height:1.2;font-weight:800;letter-spacing:-0.7px;}main h4{font-size:24px;margin:0px 0px 0px 0px;font-weight:700;text-align:center;}main h5{margin:0px 0px 0px 0px;font-size:20px;font-weight:700;text-align:center;}main h6{font-size:16px;margin:0px 0px 0px 0px;font-weight:700;text-align:center;}main p{margin:0px 0px 0px 0px;line-height:1.5;font-family:'Roboto';color:none;}@media screen and (max-width: 767px) {main p{font-size:18px;}}main .stylesheet-part{border-bottom:1px solid rgba(223,223,223,1.00);padding:60px 0px 60px 0px;}@media screen and (max-width: 991px) {main .stylesheet-part{padding:40px 0px 40px 0px;}}main ul{padding:0px 20px 0px 20px;}@media screen and (max-width: 767px) {main ul{font-size:18px;}}main ol{padding:0px 20px 0px 20px;}main img{display:block;}main textarea{resize:vertical;}main a{transition:all 200ms 0ms linear;cursor:pointer;text-decoration:none;}main a:hover{text-decoration:none;}main button{cursor:pointer;}main .btn{animation:pulseBtn 2s ease infinite;position:relative;border:1.8px solid var(--white);border-radius:200px;display:flex;align-items:center;padding-top:28px;padding-left:48px;padding-right:48px;padding-bottom:28px;justify-content:center;text-decoration:none;width:100%;max-width:fit-content;background:var(--cta);}main .btn:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50px;border:1px solid var(--white);animation:pulseBtn-2 2.5s ease infinite;animation-delay:1s;}@media screen and (max-width: 480px) {main .btn{padding-left:20px!important;padding-right:20px!important;}}@media screen and (max-width: 350px) {main .btn{padding-top:24px!important;padding-bottom:24px!important;padding-left:24px!important;padding-right:24px!important;}}@media screen and (max-width: 767px) {main .divider-line-reviews-bar-dark-desktop{display:none;}}main .cta-button-text{font-size:24px;font-weight:500;line-height:1;letter-spacing:-0.5px;color:var(--white);}@media screen and (max-width: 480px) {main .cta-button-text{font-size:20px!important;}}@media screen and (max-width: 350px) {main .cta-button-text{font-size:18px!important;}}main .container-divider-arrow-fullwidth{clip-path:polygon(        0 0, 50% 120px, 100% 0,         100% 100%, 0 100%    );}@media screen and (max-width: 480px) {main .container-divider-arrow-fullwidth{clip-path:polygon(        0 0, 50% 60px, 100% 0,         100% 100%, 0 100%    );}}main .paragraph-style-01{font-family:'Roboto';font-size:20px;line-height:1.5;color:var(--darker);font-weight:400;}@media screen and (max-width: 767px) {main .paragraph-style-01{font-size:18px;}}main mark{-webkit-box-shadow:6px 4px 0 0 var(--yellow-marker), -6px -4px 0 0 var(--yellow-marker), 6px -4px 0 0 var(--yellow-marker), -6px 4px 0 0 var(--yellow-marker);-moz-box-shadow:6px 4px 0 0 var(--yellow-marker), -6px -4px 0 0 var(--yellow-marker), 6px -4px 0 0 var(--yellow-marker), -6px 4px 0 0 var(--yellow-marker);box-shadow: 6px 4px 0px 0px var(--yellow-marker), -6px -4px 0px 0px var(--yellow-marker), 6px -4px 0px 0px var(--yellow-marker), -6px 4px 0px 0px var(--yellow-marker);font-family:'Roboto';font-weight:700;background:var(--yellow-marker);}@media screen and (max-width: 767px) {main mark{background: var(--yellow-marker);-webkit-box-shadow:2px 2px 0 0 var(--yellow-marker), -2px -2px 0 0 var(--yellow-marker), 2px -2px 0 0 var(--yellow-marker), -2px 2px 0 0 var(--yellow-marker);-moz-box-shadow:2px 2px 0 0 var(--yellow-marker), -2px -2px 0 0 var(--yellow-marker), 2px -2px 0 0 var(--yellow-marker), -2px 2px 0 0 var(--yellow-marker);box-shadow:2px 2px 0 0 var(--yellow-marker), -2px -2px 0 0 var(--yellow-marker), 2px -2px 0 0 var(--yellow-marker), -2px 2px 0 0 var(--yellow-marker);}}main span{color:none;}main rich-text{color:none;}@media screen and (max-width: 767px) {main rich-text{font-size:18px;}}@media screen and (max-width: 480px) {main .sticky-cta-top-section{padding-left:10px;padding-right:10px;}}main .container-divider-arrow-small{clip-path:polygon(0 0,100% 0,100% calc(100% - 36px),50% 100%,0 calc(100% - 36px));}main .item{text-align:center;align-items:center;justify-content:center;padding-top:2px;padding-left:2px;padding-right:2px;}main .owl-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;transition:all 600ms 0ms linear;position:relative;z-index:1;overflow:hidden;max-width:100%;}main .owl-slider-mask{position:absolute;width:100%;max-width:320px;height:460px;top:0;left:50%;z-index:2;pointer-events:none;margin-right:0;margin-bottom:auto;margin-left:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);}main .owl-slider-mask::after{position:absolute;z-index:1;left:100%;width:100vw;height:100%;background: var(--darkest-trans);display:block;content:' ';}main .owl-slider-mask::before{position:absolute;z-index:1;left:100%;width:100vw;height:100%;background: var(--darkest-trans);display:block;content:' ';}main .owl-slider-mask.owl-slider-mask::after{left:auto;right:100%;}main .owl-video-carousel-div{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;}main .owl-carousel-video{margin-bottom:12px;width:100%;border-radius:20px;max-width:fit-content;margin-left:auto;margin-right:auto;box-shadow: 0px 0px 0px 1px var(--white);}@media screen and (max-width: 767px) {main .owl-carousel-video{border-radius:16px;}}main .owl-swipe-more-text{font-size:18px;color:var(--darkest);width:100%;max-width:fit-content;font-family:'Permanent Marker';margin-right:10px;}@media screen and (max-width: 991px) {main .owl-swipe-more-text{margin-right:10px!important;}}@media screen and (max-width: 767px) {main .owl-swipe-more-text{font-size:16px!important;}}@media screen and (max-width: 480px) {main .owl-swipe-more-text{margin-right:8px!important;font-size:15px!important;}}@media screen and (max-width: 350px) {main .owl-swipe-more-text{margin-right:4px;font-size:13.5px!important;}}main .owl-image-carousel-div{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:center;max-width:fit-content;}main .owl-carousel-image{margin-bottom:12px;border-radius:20px;margin-left:auto;margin-right:auto;box-shadow:0px 0px 0px 1px var(--white);cursor:pointer;width:400px;height:auto;}@media screen and (max-width: 767px) {main .owl-carousel-image{border-radius:16px;}}@media screen and (max-width: 350px) {main .owl-carousel-image{margin-bottom:8px;}}main .owl-caption-div-light{width:100%;display:flex;z-index:2;max-width:fit-content;background:rgba(242,242,242,0);column-gap:11px;margin-left:auto;padding-top:3px;margin-right:auto;padding-left:8px;padding-right:8px;padding-bottom:3px;letter-spacing:-0.2px;top:-16px;}main .owl-caption-p{font-size:20px!important;font-family:Roboto!important;font-weight:700!important;line-height:1.2!important;letter-spacing:-0.2px!important;}@media screen and (max-width: 350px) {main .owl-caption-p{font-size:18px!important;}}main div{font-family:'Roboto';color:none;}main section{font-size:20px;line-height:1.5;font-family:'Roboto';color:none;}main .owl-text-click-to-zoom{top:-35px;}main .background-color-01{background:var(--darkest);}main .background-color-02{background:var(--lightest);}main .background-color-03{background:var(--white);}main .font-color-light-01{color:var(--white);}main .font-color-light-02{color:var(--lightest)!important;}main .font-color-grey-01{color:var(--light)!important;}main .font-color-grey-02{color:var(--medium);}main .font-color-grey-03{color:var(--medium-dark)!important;}main .font-color-dark-01{color:var(--medium-darkest);}main .font-color-dark-02{color:var(--dark)!important;}main .font-color-dark-03{color:var(--darker);}main .font-color-highlight-01{color:var(--highlight1);}main .font-color-highlight-02{color:var(--highlight2);}main .color-highlight-01{color:none;background:var(--highlight1);}main .color-highlight-02{background:var(--highlight2);color:none;}main .marker-highlight-01{width:fit-content;background:var(--highlight1);box-shadow:0px 0px 0px 3px var(--highlight1);padding-top:6px;padding-bottom:6px;}main .marker-highlight-02{width:fit-content;background:var(--highlight2);box-shadow:0px 0px 0px 3px var(--highlight2);padding-top:6px;padding-bottom:6px;}main .marker-light-blue{background:var(--blue-light);box-shadow: 0px 0px 0px 3px var(--blue-light);font-weight:700;}main .marker-light-yellow{background:var(--yellow-marker);box-shadow:0px 0px 0px 3px var(--yellow-marker);font-weight:700;}main .font-color-red{color:var(--red-dark) !important;}main .rich-text-styling-01p{margin-bottom:20px;}main .rich-text-styling-01{font-size:20px;line-height:1.5;font-weight:400;font-family:'Roboto';width:100%;}main .rich-text-styling-01 a{color:var(--cta);}main .rich-text-styling-01 p{padding-bottom:12px;}@media screen and (max-width: 480px) {main .rich-text-styling-01{width:100%;}}main .rich-text-styling-02-light{font-size:20px!important;line-height:1.5;font-weight:400;font-family:'Roboto';color:var(--lighter);}main .rich-text-styling-02-light p{margin-bottom:20px !important;}@media screen and (max-width: 767px) {main .rich-text-styling-02-light{font-size:18px!important;}}@media screen and (max-width: 350px) {main .rich-text-styling-02-light p{font-size:16px!important;}}main .background-color-dark{background:var(--dark)!important;}main .font-color-cta{color:var(--cta)!important;font-weight:500;}main .cta-button-width-wide{width:100%!important;max-width:600px!important;min-width:580px!important;}@media screen and (max-width: 767px) {main .cta-button-width-wide{width:440px!important;min-width:440px!important;max-width:440px!important;}}@media screen and (max-width: 480px) {main .cta-button-width-wide{width:100%!important;max-width:px!important;min-width:300px!important;}}@media screen and (max-width: 767px) {main .cta-button-width-narrow{width:100%!important;max-width:356px!important;}}@media screen and (max-width: 480px) {main .cta-button-width-narrow{max-width:432px!important;width:100%!important;}}main .rich-text-headline-styling p{line-height:1;}main .rich-text-headline-styling{font-size:32px!important;font-weight:700;line-height:1.5!important;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {main .rich-text-headline-styling{font-size:28px!important;}main .rich-text-headline-styling p{line-height:1.4;}}@media screen and (max-width: 480px) {main .rich-text-headline-styling p{line-height:1.1;}main .rich-text-headline-styling{font-size:30px!important;}}main .border-color-light{border:3.5px dashed var(--light)!important;}main .hide-div{display:none!important;}main .font-color-light-03{color:var(--lighter);}@media screen and (max-width: 480px) {main .faq-all{border-radius:8px;}}main .faq-top{display:flex;column-gap:12px;transition:all 200ms 0ms linear;padding-top:18px;padding-left:40px;border-radius:12px;padding-right:41px;padding-bottom:18px;background:var(--dark);cursor:pointer;}@media screen and (max-width: 767px) {main .faq-top{padding-right:32px;padding-left:20px;}}@media screen and (max-width: 480px) {main .faq-top{column-gap:8px;border-radius:8px;padding-right:12px;}}@media screen and (max-width: 350px) {main .faq-top{padding-left:12px;padding-top:12px;padding-bottom:12px;}}main .faq-bottom{padding-top:8px;padding-left:20px;border-radius:0px 0px 12px 12px;padding-right:20px;padding-bottom:10px;}@media screen and (max-width: 991px) {main .faq-bottom{padding-right:10px;padding-left:10px;}}@media screen and (max-width: 480px) {main .faq-bottom{border-radius:0px 0px 8px 8px;padding-left:10px;padding-right:10px;padding-bottom:20px;padding-top:6px;}}main .faq-toggle-div{width:fit-content;height:fit-content;display:flex;align-self:center;background:rgba(44,49,54,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 350px) {main .faq-toggle-div{background:var(--medium-darkest);}}main .faq-toggle-icon{width:100%;max-width:32px;min-width:32px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 767px) {main .faq-toggle-icon{max-width:28px;min-width:28px;background:var(--medium-darker);}}@media screen and (max-width: 480px) {main .faq-toggle-icon{max-width:26px;min-width:26px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}main .faq-text-top{bottom:-1px;position:relative;line-height:1.4!important;font-size:20px!important;font-weight:500;}@media screen and (max-width: 767px) {main .faq-text-top{font-size:18px!important;}}@media screen and (max-width: 480px) {main .faq-text-top{font-size:18px!important;}}@media screen and (max-width: 767px) {main .faq-text-bottom{font-size:18px;}}@media screen and (max-width: 480px) {main .faq-sub-all{border-radius:8px;}}main .faq-sub-top{display:flex;column-gap:12px;transition:all 200ms 0ms linear;padding-left:30px;border-radius:12px;padding-right:21px;padding-bottom:18px;padding-top:18px;cursor:pointer;background:var(--medium-darkest)!important;}@media screen and (max-width: 767px) {main .faq-sub-top{padding-top:12px;padding-left:20px;padding-right:12px;padding-bottom:12px;}}@media screen and (max-width: 480px) {main .faq-sub-top{column-gap:8px;border-radius:8px;padding-right:11px;}}@media screen and (max-width: 350px) {main .faq-sub-top{color:var(--darker)!important;}}main .faq-sub-bottom{background:var(--medium-darker)!important;border-radius:0px 0px 12px 12px;padding-left:30px;padding-right:21px;padding-bottom:18px;padding-top:18px;color:var(--lighter);}@media screen and (max-width: 767px) {main .faq-sub-bottom{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {main .faq-sub-bottom{border-radius:0px 0px 8px 8px;}}@media screen and (max-width: 350px) {main .faq-sub-bottom{background:var(--medium-darker)!important;}}main .fax-sub-text-top{bottom:-1px;position:relative;}@media screen and (max-width: 767px) {main .fax-sub-text-top{font-size:18px!important;font-weight:500;}}@media screen and (max-width: 480px) {main .fax-sub-text-top{font-size:18px!important;}}@media screen and (max-width: 350px) {main .fax-sub-text-top{font-size:16px!important;}}main .faq-sub-text-bottom{line-height:1.5;font-weight:400;font-family:'Roboto';color:var(--lighter);}main .faq-sub-text-bottom li{margin-bottom:12px;}main .faq-sub-text-bottom p{font-size:20px!important;}@media screen and (max-width: 767px) {main .faq-sub-text-bottom{font-size:18px!important;}main .faq-sub-text-bottom p{font-size:18px!important;}}@media screen and (max-width: 350px) {main .faq-sub-text-bottom p{font-size:16px!important;}}main .faq-sub-toggle-div{width:fit-content;height:fit-content;display:flex;align-self:center;background:var(--medium-darkest);margin-top:auto;transition:all 300ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 350px) {main .faq-sub-toggle-div{background:var(--medium-darker)!important;}}main .faq-sub-toggle-icon{width:100%;max-width:32px;min-width:32px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 767px) {main .faq-sub-toggle-icon{max-width:28px;min-width:28px;}}@media screen and (max-width: 480px) {main .faq-sub-toggle-icon{max-width:26px;min-width:26px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}main .container-margins-left-right-main{padding-left:20px !important;padding-right:20px !important;}@media screen and (max-width: 991px) {main .container-margins-left-right-main{padding-right:16px !important;padding-left:16px !important;}}@media screen and (max-width: 350px) {main .container-margins-left-right-main{padding-left:10px!important;padding-right:10px!important;}}@media screen and (max-width: 767px) {main .conf-page-faq-all-styling{width:100%!important;max-width:100%!important;}}main .content-div-width{max-width:650px;margin-left:auto;margin-right:auto;width:100%;}@media screen and (max-width: 767px) {main .content-div-width{max-width:440px!important;}}main .artistinfo-bottom-video{align-self:flex-end;border-radius:20px;width:100%;box-shadow:0px 0px 0px 1px var(--lightest);max-width:416px;}main .font-color-darkest{color:var(--darkest);}main li{margin-bottom:10px;}main .h4-privacy-and-terms{text-align:left;text-transform:uppercase;line-height:1.1;font-size:30px;width:100%;}@media screen and (max-width: 991px) {main .h4-privacy-and-terms{font-size:24px;}}@media screen and (max-width: 480px) {main .h4-privacy-and-terms{width:100%;}}main .privacyterms-accordion-top{display:flex;background:var(--highlight2-dark);column-gap:18px;transition:all 200ms 0ms linear;padding-top:48px;padding-left:48px;border-radius:20px;padding-right:48px;padding-bottom:48px;width:100%!important;max-width:900px!important;margin-left:auto;margin-right:auto;cursor:pointer;align-items:flex-start!important;justify-content:flex-start!important;}@media screen and (max-width: 991px) {main .privacyterms-accordion-top{width:100%;padding-left:20px;padding-right:16px;column-gap:6px!important;padding-top:24px;padding-bottom:24px;}}@media screen and (max-width: 767px) {main .privacyterms-accordion-top{padding-top:28px;padding-bottom:28px;padding-left:28px;padding-right:28px;}}@media screen and (max-width: 480px) {main .privacyterms-accordion-top{width:100%!important;column-gap:10px!important;}}main .privacyterms-accordion-bottom{display:flex;row-gap:40px;flex-direction:column;width:100%;max-width:900px;margin-top:32px;margin-left:auto;margin-right:auto;margin-bottom:24px;}@media screen and (max-width: 991px) {main .privacyterms-accordion-bottom{margin-bottom:20px;}}@media screen and (max-width: 767px) {main .privacyterms-accordion-bottom{row-gap:32px;}}@media screen and (max-width: 480px) {main .privacyterms-accordion-bottom{row-gap:28px;margin-top:20px;}}main .privacyterms-toggle-img{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 767px) {main .privacyterms-toggle-img{min-width:32px;max-width:32px;}}@media screen and (max-width: 480px) {main .privacyterms-toggle-img{min-width:30px!important;max-width:30px!important;}}main .privacyterms-top-txt{width:100%;max-width:fit-content;}@media screen and (max-width: 991px) {main .privacyterms-top-txt{font-size:24px!important;}}@media screen and (max-width: 767px) {main .privacyterms-top-txt{font-size:32px!important;align-self:center;}}@media screen and (max-width: 480px) {main .privacyterms-top-txt{font-size:24px!important;}}main .privacyterms-top-arrow{height:30px;position:relative;transform:translate(0px, 0px);align-self:center;transition:all 200ms 0ms linear;}@media screen and (max-width: 767px) {main .privacyterms-top-arrow{height:23px;}}@media screen and (max-width: 480px) {main .privacyterms-top-arrow{height:20px;}}main .privacyterms-div{display:flex;row-gap:32px;background:var(--white);margin-left:auto;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;padding-top:48px;box-shadow:2px 2px 2px 1px var(--lighter);width:100%;}@media screen and (max-width: 991px) {main .privacyterms-div{padding-left:16px !important;padding-right:16px !important;}}@media screen and (max-width: 767px) {main .privacyterms-div{padding-top:28px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 480px) {main .privacyterms-div{padding-right:16px;}}main .container-margins-left-right-small{padding-left:20px;padding-right:20px;}@media screen and (max-width: 991px) {main .container-margins-left-right-small{padding-left:8px;padding-right:8px;}}@media screen and (max-width: 480px) {main .container-margins-left-right-small{padding-left:10px;padding-right:10px;}}main .container-margins-left-right-medium{padding-left:20px;padding-right:20px;}@media screen and (max-width: 480px) {main .container-margins-left-right-medium{padding-left:16px;padding-right:16px;}}main .container-margins-left-right-smallest{padding-left:20px;padding-right:20px;}@media screen and (max-width: 480px) {main .container-margins-left-right-smallest{padding-left:6px!important;padding-right:6px!important;}}main .privacy-intro-text-styling{line-height:1.5;margin-bottom:-2px;}main .privacy-intro-text-stylingp{padding-bottom:0;}main .privacy-intro-text-styling li{margin-bottom:8px;}main .privacy-intro-text-styling ul{margin-top:0;margin-bottom:10px;}main .btn-01{animation:pulseBtn 2s ease infinite;position:relative;border:1.8px solid var(--white);border-radius:50px;display:flex;align-items:center;padding-top:24px;padding-left:48px;padding-right:48px;padding-bottom:24px;justify-content:center;text-decoration:none;width:100%;max-width:fit-content;background:var(--cta);transition:all 300ms 0ms ease-in;}main .btn-01:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border-radius:50px;border:1px solid var(--white);animation:pulseBtn-2 2.5s ease infinite;animation-delay:1s;}main .btn-01:hover{background:var(--cta-darker);}main .btn-01:hover >img{transform:translate(0.5em,0px);}@media screen and (max-width: 991px) {main .btn-01{padding-top:24px;padding-bottom:24px;padding-left:48px;padding-right:48px;}}@media screen and (max-width: 480px) {main .btn-01{padding-left:32px;padding-right:32px;max-width:100%;}}@media screen and (max-width: 350px) {main .btn-01{padding-top:24px;padding-bottom:24px;padding-left:24px;padding-right:24px;}}main .btn-02{position:relative;border:1.8px solid var(--white);border-radius:50px;box-shadow:0px 0px 0px 3px var(--cta);display:flex;align-items:center;padding-top:24px;padding-left:48px;padding-right:48px;padding-bottom:24px;justify-content:center;width:100%;max-width:100%;background:var(--cta);transition:all 300ms 0ms ease-in;}main .btn-02:hover{background:var(--cta-darker);}main .btn-02:hover >img{transform:translate(0.5em,0px);}@media screen and (max-width: 480px) {main .btn-02{padding-left:32px;padding-right:32px;max-width:100%;}}@media screen and (max-width: 350px) {main .btn-02{padding-left:24px!important;padding-right:25px!important;}}main .cta-button-parent-div{width:100%;}@media screen and (max-width: 480px) {main .cta-button-parent-div{padding-left:0px!important;padding-right:0px!important;}}main .cta-button-alt-parent-div{width:100%;}main .owl-caption-div-alt{width:100%;display:flex;z-index:2;max-width:fit-content;background:;column-gap:11px;margin-left:auto;padding-top:3px;margin-right:auto;padding-left:8px;padding-right:8px;padding-bottom:3px;letter-spacing:-0.2px;top:-16px;}main .owl-swipe-more-arrow{top:-1px;width:100%;max-width:34px;transform:rotate(3deg);}@media screen and (max-width: 991px) {main .owl-swipe-more-arrow{top:0px!important;right:5px!important;}}@media screen and (max-width: 767px) {main .owl-swipe-more-arrow{max-width:30px !important;top:0px !important;}}@media screen and (max-width: 480px) {main .owl-swipe-more-arrow{top:1px!important;right:0px!important;max-width:30px!important;}}main .owl-swipe-more-div-images{right:0px;border:1px solid rgba(7,7,8,1);display:flex;transform:rotate(13deg) scale(0.85,0.85);background:var(--white);box-shadow: 2px 2px 2px 0.5px rgba(7,7,8,0.31);margin-left:auto;padding-top:8px;margin-right:auto;padding-left:12px;padding-right:12px;padding-bottom:8px;justify-content:flex-end;height:32px;}@media screen and (max-width: 991px) {main .owl-swipe-more-div-images{right:-7px!important;transform:rotate(13deg) scale(0.85,0.85)!important;justify-content:flex-end!important;}}@media screen and (max-width: 767px) {main .owl-swipe-more-div-images{right:-14px!important;transform:rotate(10deg)!important;height:29px;}}@media screen and (max-width: 480px) {main .owl-swipe-more-div-images{transform:rotate(10deg)!important;height:28px;padding-left:11px;padding-right:10px;}}@media screen and (max-width: 350px) {main .owl-swipe-more-div-images{padding-left:8px;padding-right:8px;}}main .owl-swipe-more-div-videos{right:-206px;width:100%;border:1px solid rgba(7,7,8,1);display:flex;position:relative;max-width:fit-content;transform:rotate(13deg) scale(0.85,0.85);background:rgba(255,255,255,1.00);box-shadow:0px 0px 3px 3px rgba(7,7,8,0.8);margin-left:auto;padding-top:5px;margin-right:auto;padding-left:10px;padding-right:10px;padding-bottom:5px;justify-content:flex-end;}@media screen and (max-width: 991px) {main .owl-swipe-more-div-videos{right:-12px !important;transform:rotate(7deg)!important;align-items:center!important;padding-top:3px!important;margin-right:auto!important;padding-left:8px!important;padding-right:7px!important;padding-bottom:3px!important;justify-content:flex-end!important;}}@media screen and (max-width: 767px) {main .owl-swipe-more-div-videos{right:0px !important;transform:rotate(10deg)!important;}}@media screen and (max-width: 480px) {main .owl-swipe-more-div-videos{right:-8px!important;bottom:-8px !important;transform:rotate(8deg)!important;padding-top:4px;padding-bottom:4px;padding-left:11px;}}main .owl-swipe-more-container-images{z-index:9;position:relative;max-width:fit-content;margin-right:0px;bottom:-18px;}@media screen and (max-width: 767px) {main .owl-swipe-more-container-images{margin-left:auto!important;margin-right:0px!important;right:6px!important;bottom:0px;}}main .artistinfo-artist-button-link{background:var(--medium-darkest);padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px;border-radius:8px;font-size:20px!important;border:1px solid var(--highlight1);font-family:'Roboto';line-height:1.2;transition:all 166ms 0ms linear;color:var(--highlight1);font-weight:500;}main .artistinfo-artist-button-link:hover{border:1px solid var(--highlight1);transform:scale(1.04,1.04);background:var(--highlight1);color:var(--darkest);}@media screen and (max-width: 991px) {main .artistinfo-artist-button-link{font-size:16px;padding-left:12px;padding-right:12px;}}@media screen and (max-width: 767px) {main .artistinfo-artist-button-link:hover{transform:scale(1.00,1.00);background:var(--dark);}}@media screen and (max-width: 480px) {main .artistinfo-artist-button-link{padding-left:12px;padding-right:12px;padding-top:6px;padding-bottom:6px;font-size:16px!important;}}main .review-container{background:var(--yellow);padding-top:40px;padding-left:40px;border-radius:40px;padding-right:40px;padding-bottom:40px;}@media screen and (max-width: 767px) {main .review-container{border-radius:28px;}}@media screen and (max-width: 480px) {main .review-container{padding-top:32px;padding-left:28px;border-radius:20px;padding-right:28px;padding-bottom:32px;}}@media screen and (max-width: 350px) {main .review-container{padding-left:28px;padding-right:24px;padding-bottom:28px;}}main .review-stars{width:160px;margin-bottom:16px;}@media screen and (max-width: 991px) {main .review-stars{margin-bottom:12px;}}@media screen and (max-width: 480px) {main .review-stars{width:140px;}}main .review-title{font-size:32px;font-weight:700;line-height:1.3;margin-bottom:8px;}@media screen and (max-width: 480px) {main .review-title{font-size:30px;}}main .review-text-div{display:flex;align-items:center;margin-bottom:20px;}main .review-text{font-size:20px;}@media screen and (max-width: 991px) {main .review-text p{font-size:20px;}}@media screen and (max-width: 767px) {main .review-text p{font-size:18px;}}@media screen and (max-width: 350px) {main .review-text p{font-size:17px!important;}}main .review-bottom-area-div{display:flex;justify-content:space-between;column-gap:20px;}@media screen and (max-width: 767px) {main .review-bottom-area-div{column-gap:16px;}}@media screen and (max-width: 480px) {main .review-bottom-area-div{column-gap:10px;}}main .review-reviewer-info-div{display:flex;align-items:center;flex-direction:row;grid-template-columns:1fr 1fr;margin-bottom:20px;}main .review-profile-pic{width:80px;object-fit:cover;aspect-ratio:1/1;margin-right:12px;border-radius:100%;}main .review-reviewer-name-div{display:flex;align-items:center;}main .review-reviewer-name-paragraph{font-size:18px;font-weight:700;}@media screen and (max-width: 480px) {main .review-reviewer-name-paragraph{font-size:17px;}}main .review-recommends-div{display:flex;flex-wrap:wrap;align-items:center;}@media screen and (max-width: 480px) {main .review-recommends-div{align-items:flex-start;flex-direction:row;}}main .review-recommends-paragraph{font-size:14px;line-height:1.3;margin-right:6px;}@media screen and (max-width: 991px) {main .review-recommends-paragraph{font-size:14px;}}@media screen and (max-width: 480px) {main .review-recommends-paragraph{font-size:13px;}}main .review-artist-name-paragraph{font-size:14px;line-height:1.3;}@media screen and (max-width: 991px) {main .review-artist-name-paragraph{font-size:14px!important;}}@media screen and (max-width: 480px) {main .review-artist-name-paragraph{font-size:13px!important;}}main .review-date-div{display:flex;align-items:center;}main .review-date-image{width:13px;margin-top:-2px;margin-right:4px;}@media screen and (max-width: 991px) {main .review-date-image{width:13px;}}@media screen and (max-width: 480px) {main .review-date-image{width:11px;margin-top:-1.5px;margin-right:2px;}}main .review-date-paragraph{font-size:14px;font-weight:400;}@media screen and (max-width: 991px) {main .review-date-paragraph{font-size:14px!important;}}@media screen and (max-width: 480px) {main .review-date-paragraph{font-size:13px!important;}}main .review-tattoo-pic-link{width:29%;height:fit-content;position:relative;}main .review-tattoo-pic-link:hover >img{filter:grayscale(0%);}main .review-tattoo-pic-link:hover >img:nth-child(2){background:rgba(254,211,3,0.15);border-radius:8px;}@media screen and (max-width: 767px) {main .review-tattoo-pic-link:hover >img{filter:grayscale(0%);}main .review-tattoo-pic-link:hover >img:nth-child(2){background:rgba(254,211,3,0.00);}}main .review-tattoo-pic-img{width:100%;filter:grayscale(50%);height:90px;object-fit:cover;transition:all 200ms 0ms ease;border-radius:12px;}@media screen and (max-width: 767px) {main .review-tattoo-pic-img{filter:grayscale(0%);height:89px;}}main .review-zoom-in-img{right:8px;width:100%;bottom:8px;height:30px;position:absolute;max-width:30px;transition:all 200ms 0ms ease;margin-left:0auto;}@media screen and (max-width: 991px) {main .review-zoom-in-img{height:24px;max-width:24px;}}main .color-red{color:var(--red-bright);}main .highlight-gradient{background-image:var(--gradient-1);-webkit-background-clip:text;color:transparent;}main .container-margins-left-right-small-2{padding-left:20px;padding-right:20px;}@media screen and (max-width: 480px) {main .container-margins-left-right-small-2{padding-left:10px;padding-right:10px;}}main .content-div-width-2{max-width:650px!important;margin-left:auto;margin-right:auto;width:100%;}@media screen and (max-width: 767px) {main .content-div-width-2{max-width:440px!important;}}main .container-margins-left-right-small-3{padding-left:20px;padding-right:20px;}@media screen and (max-width: 480px) {main .container-margins-left-right-small-3{padding-left:10px;padding-right:10px;}}main .font-color-dark-03-2{color:#111114;}main .content-div-width-3{max-width:650px!important;margin-left:auto;margin-right:auto;width:100%;}@media screen and (max-width: 767px) {main .content-div-width-3{max-width:440px!important;}}main .rich-text-list-item{display:list-item;list-style-type:disc;margin-left:1.5em;}main .font-color-blue-bright{color:var(--blue-bright);font-weight:700;}body main .t7{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t7{row-gap:30px;grid-template-columns:1fr ;}}body main .t9{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t9{row-gap:20px;}}@media screen and (max-width: 991px) {body main .t10{color:rgba(163,117,255,1.00);}}body main .t18{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t18{row-gap:30px;grid-template-columns:1fr ;}}body main .t20{display:flex;row-gap:40px;column-gap:40px;}body main .t22{display:flex;flex-direction:column;}body main .t23{display:flex;flex-direction:column;}body main .t24{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t27{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t29{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t29{row-gap:30px;grid-template-columns:1fr ;}}body main .t30{display:flex;row-gap:25px;flex-direction:column;}body main .t34{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t36{color:rgba(163,117,255,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t37{display:flex;column-gap:100px;}body main .t40{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t48{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}@media screen and (max-width: 991px) {body main .t56{color:rgba(163,117,255,1.00);}}body main .t58{background:var(--lightest);}body main .t61{background:var(--darkest);}body main .t63{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t63{row-gap:30px;grid-template-columns:1fr ;}}body main .t65{display:flex;row-gap:25px;flex-direction:column;}body main .t70{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t71{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t72{display:flex;column-gap:100px;}body main .t76{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t84{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t92{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t92{row-gap:30px;grid-template-columns:1fr ;}}body main .t94{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t94{row-gap:20px;}}body main .t102{max-width:100%;flex-direction:column;}body main .t103{width:100%;display:flex;row-gap:30px;max-width:650px;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t103{grid-template-columns:1fr ;}}@media screen and (max-width: 767px) {body main .t103{max-width:440px;}}body main .t105{display:flex;flex-direction:column;}body main .t106{display:flex;flex-direction:column;}body main .t107{text-align:left;}body main .t108{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t112{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t112:hover{transform:;}@media screen and (max-width: 991px) {body main .t112{height:12px;}}@media screen and (max-width: 480px) {body main .t112{height:16px;padding-left:10px;}}body main .t113{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t114{width:100%;}@media screen and (max-width: 480px) {body main .t114{padding-left:20px;padding-right:20px;}}body main .t116{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t116:hover{transform:;}@media screen and (max-width: 991px) {body main .t116{height:12px;}}@media screen and (max-width: 480px) {body main .t116{height:16px;padding-left:10px;}}@media screen and (max-width: 991px) {body main .t117{font-size:18px;}}@media screen and (max-width: 480px) {body main .t117{font-size:20px;}}body main .t119{background:rgba(7, 7, 8, 1);min-height:100vh;border-bottom:3px dashed rgba(70, 70, 71, 1);}body main .t120{display:flex;row-gap:40px;padding-top:32px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t120{padding-top:32px;padding-bottom:60px;}}@media screen and (max-width: 767px) {body main .t120{padding-top:60px;}}@media screen and (max-width: 480px) {body main .t120{row-gap:28px;}}body main .t121{text-align:center;line-height:1.5;padding-left:0px;padding-right:20px;}@media screen and (max-width: 767px) {body main .t121{margin-bottom:0px;}}body main .t122{width:100%;display:flex;row-gap:32px;max-width:650px;background:var(--dark);margin-left:auto;padding-top:48px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t122{padding-top:28px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t122{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t122{padding-top:28px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t123{color:#f2f2f2;width:100%;display:flex;row-gap:32px;max-width:650px;background:var(--cta);margin-left:auto;padding-top:12px;margin-right:auto;padding-left:12px;border-radius:12px;padding-right:12px;flex-direction:column;padding-bottom:12px;}body main .t123:hover{background:var(--cta-darker);transition:all 300ms 0ms ease-in;}body main .t123:hover .cta-button-arrow{transform:translate(5px,0px);transition:all 200ms 0ms linear;}body main .t124{width:100%;display:flex;row-gap:22px;max-width:650px;background:rgba(24, 24, 28, 1);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t124{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t124{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t124{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t125{width:100%;display:flex;row-gap:22px;max-width:650px;background:rgba(24, 24, 28, 1);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t125{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t125{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t125{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t126{width:100%;display:flex;row-gap:22px;max-width:650px;background:rgba(24, 24, 28, 1);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t126{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t126{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t126{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t127{width:100%;display:flex;row-gap:22px;max-width:650px;background:rgba(24, 24, 28, 1);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:40px;border-radius:20px;padding-right:40px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t127{padding-top:20px;padding-left:4px;padding-right:4px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t127{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t127{padding-top:20px;padding-left:10px;padding-right:10px;padding-bottom:28px;}}body main .t128{top:-24px;width:100%;border:1px none ;height:2px;max-width:1280px;background:rgba(36, 40, 44, 1);margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}body main .t129{font-size:24px;max-width:fit-content;font-weight:500;line-height:1.36;margin-left:auto;margin-right:auto;margin-bottom:40px;}@media screen and (max-width: 991px) {body main .t129{font-size:16px;}}@media screen and (max-width: 767px) {body main .t129{font-size:20px;margin-bottom:0px;}}body main .t130{display:flex;max-width:fit-content;column-gap:12px;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:30px;justify-content:center;}@media screen and (max-width: 767px) {body main .t130{margin-bottom:10px;}}body main .t131{display:inline;max-width:fit-content;align-self:center;margin-left:auto;margin-right:auto;margin-bottom:0px;}@media screen and (max-width: 991px) {body main .t131{font-size:36px;}}body main .t132{width:84px;display:inline;}@media screen and (max-width: 991px) {body main .t132{width:38px;}}@media screen and (max-width: 767px) {body main .t132{width:64px;}}@media screen and (max-width: 480px) {body main .t132{width:44px;}}body main .t133{display:flex;column-gap:8px;align-items:center;}@media screen and (max-width: 991px) {body main .t134{font-size:16px;}}@media screen and (max-width: 767px) {body main .t134{font-size:18px;}}body main .t135{width:50px;background:var(--medium-darker);object-fit:cover;border-radius:12px;}@media screen and (max-width: 480px) {body main .t135{width:40px;}}@media screen and (max-width: 991px) {body main .t136{font-size:14px;}}@media screen and (max-width: 767px) {body main .t136{font-size:18px;}}body main .t137{display:flex;max-width:fit-content;text-align:center;align-items:center;font-weight:500;line-height:1.2;margin-left:auto;margin-right:auto;justify-content:center;}body main .t138{height:16px;position:relative;max-width:%;transform:translate(0px, 0px);transition:all 200ms 0ms linear;padding-left:12px;}body main .t138:hover{transform:;}@media screen and (max-width: 480px) {body main .t138{height:17px;}}body main .t139{color:var(--white);}@media screen and (max-width: 991px) {body main .t140{font-size:16px;}}@media screen and (max-width: 767px) {body main .t140{font-size:18px;}}body main .t141{font-size:42px;font-weight:700;line-height:1.3;}@media screen and (max-width: 991px) {body main .t141{font-size:26px;}}@media screen and (max-width: 480px) {body main .t141{font-size:40px;}}body main .t142{display:flex;flex-direction:column;}body main .t143{object-fit:cover;aspect-ratio:700/490;border-radius:20px;}@media screen and (max-width: 991px) {body main .t144{font-size:16px;}}@media screen and (max-width: 767px) {body main .t144{font-size:18px;}}@media screen and (max-width: 991px) {body main .t145{font-size:16px;}}@media screen and (max-width: 767px) {body main .t145{font-size:18px;}}body main .t147{color:var(--highlight1);}body main .t150{font-size:42px;font-weight:700;line-height:1.3;}@media screen and (max-width: 991px) {body main .t150{font-size:26px;}}@media screen and (max-width: 480px) {body main .t150{font-size:40px;}}body main .t151{display:flex;background:rgba(36, 40, 44, 1);column-gap:12px;align-items:center;padding-top:10px;padding-left:16px;border-radius:12px;padding-right:16px;padding-bottom:10px;}body main .t151:hover{background:rgba(70, 70, 71, 1);}body main .t151:hover >p{color:rgba(255,255,255,1.00);}@media screen and (max-width: 991px) {body main .t151{padding-left:10px;border-radius:8px;padding-right:10px;}}body main .t152{width:38px;background:rgba(70, 70, 71, 1);object-fit:cover;border-radius:12px;}@media screen and (max-width: 991px) {body main .t152{width:25px;border-radius:4px;}}body main .t153{font-size:18px;font-weight:500;}@media screen and (max-width: 991px) {body main .t153{font-size:16px;}}@media screen and (max-width: 991px) {body main .t154{font-size:16px;margin-bottom:-21px;}}@media screen and (max-width: 767px) {body main .t154{font-size:18px;}}body main .t155{font-size:42px;font-weight:700;line-height:1.3;}@media screen and (max-width: 991px) {body main .t155{font-size:26px;}}@media screen and (max-width: 480px) {body main .t155{font-size:40px;}}body main .t156{font-size:42px;font-weight:700;line-height:1.3;padding-left:40px;padding-right:40px;}@media screen and (max-width: 991px) {body main .t156{font-size:26px;padding-left:16px;}}@media screen and (max-width: 767px) {body main .t156{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t156{font-size:40px;padding-left:30px;padding-right:30px;}}body main .t157{background:var(--lightest);}body main .t158{display:flex;row-gap:40px;min-height:100vh;border-bottom:3px dashed rgba(70, 70, 71, 1);flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t158{row-gap:40px;padding-bottom:80px;}}@media screen and (max-width: 480px) {body main .t158{padding-bottom:40px;}}body main .t159{display:flex;row-gap:30px;padding-top:32px;flex-direction:column;padding-bottom:0px;}@media screen and (max-width: 991px) {body main .t159{padding-top:32px;}}@media screen and (max-width: 480px) {body main .t159{row-gap:20px;padding-top:20px;}}body main .t160{display:flex;row-gap:20px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t160{row-gap:16px;}}body main .t161{display:flex;row-gap:10px;max-width:100%;margin-top:40px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t161{margin-top:20px;}}@media screen and (max-width: 480px) {body main .t161{margin-top:0px;}}body main .t162{display:flex;row-gap:20px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t162{row-gap:16px;}}body main .t163{width:100%;max-width:900px;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:0px;letter-spacing:-0.5px;}@media screen and (max-width: 767px) {body main .t163{max-width:440px;letter-spacing:-0.3px;}}body main .t164{top:-24px;width:100%;border:1px none ;height:2px;max-width:900px;background:rgba(36, 40, 44, 1);margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t164{display:block;}}body main .t165{width:100%;font-size:24px;max-width:900px;text-align:center;font-weight:700;line-height:1.36;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t165{font-size:22px;}}body main .t166{width:100%;display:flex;row-gap:20px;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:40px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t166{margin-bottom:20px;}}body main .t167{font-weight:700;}@media screen and (max-width: 767px) {body main .t167{font-size:18px;}}body main .t171{font-size:32px;margin-top:40px;font-weight:700;line-height:1;margin-bottom:20px;}@media screen and (max-width: 767px) {body main .t171{font-size:26px;}}@media screen and (max-width: 480px) {body main .t171{font-size:24px;}}body main .t172{margin-bottom:10px;}body main .t173{margin-bottom:10px;}body main .t174{margin-bottom:10px;}body main .t175{margin-bottom:10px;}@media screen and (max-width: 767px) {body main .t175{margin-bottom:16px;}}body main .t178{font-weight:700;}body main .t180{font-weight:700;}body main .t181{height:22.5px;}@media screen and (max-width: 767px) {body main .t181{height:21px;}}body main .t182{width:100%;display:flex;max-width:900px;background:var(--cta);text-align:center;align-items:center;font-weight:500;line-height:1.2;margin-left:auto;padding-top:12px;margin-right:auto;padding-left:12px;border-radius:12px;padding-right:12px;padding-bottom:12px;justify-content:center;}body main .t182:hover{background:var(--cta-darker);box-shadow:2px 2px 2px 1px var(--lighter);}body main .t182:hover .cta-button-arrow{transform:translate(3px,0px);}@media screen and (max-width: 767px) {body main .t182:hover{background:var(--cta);box-shadow:0px 0px 0px 0px var(--lighter);}body main .t182:hover .cta-button-arrow{transform:translate(0px,0px);}}body main .t183{height:16px;position:relative;transform:translate(0px, 0px);transition:all 200ms 0ms linear;padding-left:12px;}@media screen and (max-width: 480px) {body main .t183{height:17px;}}body main .t184{color:rgba(255,255,255,1.00);}body main .t185{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t186{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t187{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t188{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t189{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t190{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t191{width:100%;margin-left:auto;margin-right:auto;}body main .t191:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t191:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t191.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t191.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t191.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t191:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t191:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t191.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t191.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t191.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t192{position:relative;}body main .t192.dh-active .see-less-txt{display:block;}body main .t192.dh-active .see-more-txt{display:none;}body main .t192:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t192{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t192:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t193{margin-bottom:32px;}body main .t194{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}body main .t195{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t195{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t197{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t198{row-gap:0px;}body main .t200{width:fit-content;height:95.5px;margin-bottom:6px;}@media screen and (max-width: 767px) {body main .t200{height:90px;}}body main .t201{margin-bottom:8px;}body main .t202{margin-bottom:8px;}body main .t203{margin-bottom:8px;}body main .t204{margin-bottom:8px;}body main .t205{font-weight:700;}body main .t207{width:fit-content;bottom:-5px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t207{height:21px;}}body main .t209{width:fit-content;bottom:-6px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t209{bottom:-5px;height:21px;}}body main .t211{width:fit-content;bottom:-7px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t211{height:21px;}}body main .t212{width:fit-content;bottom:-7px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t212{height:21px;}}body main .t215{width:100%;margin-left:auto;margin-right:auto;}body main .t215:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t215:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t215.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t215.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t215.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t215:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t215:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t215.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t215.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t215.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t216:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t216{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t216:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t218{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 480px) {body main .t218{max-width:min-content;}}body main .t219{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t219{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t221{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t285{width:100%;margin-left:auto;margin-right:auto;}body main .t285:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t285:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t285.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t285.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t285.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t285:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t285:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t285.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t285.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t285.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t286:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t286{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t286:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t288{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 991px) {body main .t288{max-width:min-content;}}body main .t289{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t289{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t291{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t321{width:100%;margin-left:auto;margin-right:auto;}body main .t321:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t321:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t321.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t321.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t321.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t321:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t321:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t321.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t321.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t321.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t322:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t322{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t322:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t324{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 991px) {body main .t324{max-width:min-content;}}@media screen and (max-width: 480px) {body main .t324{max-width:min-content;}}body main .t325{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t325{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t327{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t342{width:100%;margin-left:auto;margin-right:auto;}body main .t342:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t342:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t342.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t342.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t342.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t342:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t342:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t342.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t342.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t342.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t343{position:relative;}body main .t343.dh-active .see-less-txt{display:block;}body main .t343.dh-active .see-more-txt{display:none;}body main .t343:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t343{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t343:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t344{margin-bottom:32px;}body main .t345{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 991px) {body main .t345{max-width:min-content;}}body main .t346{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t346{transform:scale(1,1);}}body main .t348{top:0px;left:0px;right:0px;width:100%;bottom:auto;position:absolute;max-width:900px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t348{max-width:900px;}}@media screen and (max-width: 480px) {body main .t349{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t350{top:-33px;right:52px;width:fit-content;border:1px solid rgba(255, 51, 115, 1);display:flex;position:relative;transform:rotate(9deg);background:rgba(250,217,224,1.00);border-top:1px solid #e02020;box-shadow: 2px 2px 2px 0.2px rgba(117,17,17,0.28);column-gap:5px;align-items:center;margin-left:auto;padding-top:8px;margin-right:0auto;padding-left:12px;border-bottom:1px solid #e02020;border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t350{top:-26px;right:16px;padding-top:4px;padding-bottom:4px;}}@media screen and (max-width: 767px) {body main .t350{top:-31px;right:31px;padding-top:6px;padding-left:8px;padding-right:8px;padding-bottom:6px;}}body main .t351{display:none;font-size:18px;text-align:center;font-weight:500;line-height:1;}@media screen and (max-width: 991px) {body main .t351{font-size:13px;}}@media screen and (max-width: 767px) {body main .t351{font-size:16px;}}body main .t352{font-size:18px;text-align:center;font-weight:500;line-height:1;margin-left:3.313px;}@media screen and (max-width: 991px) {body main .t352{font-size:13px;margin-left:2.388px;}}@media screen and (max-width: 767px) {body main .t352{font-size:16px;margin-left:2.937px;}}body main .t353{width:100%;max-width:23px;padding-top:9px;}@media screen and (max-width: 991px) {body main .t353{top:-3px;position:relative;max-width:19px;}}@media screen and (max-width: 767px) {body main .t353{padding-top:7px;}}@media screen and (max-width: 480px) {body main .t385{width:100%;}}body main .t403{width:100%;margin-left:auto;margin-right:auto;}body main .t403:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t403:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t403.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t403.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t403.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t403:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t403:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t403.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t403.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t403.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t405:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t405{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t405:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t408{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}body main .t409{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t409{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t411{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t412{overflow:hidden;}body main .t414{overflow:hidden;}body main .t415{padding-top:64px;padding-left:20px;padding-right:20px;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t415{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 480px) {body main .t415{padding-top:44px;padding-bottom:84px;}}body main .t417{display:flex;row-gap:80px;align-items:center;padding-top:100px;padding-left:20px;padding-right:20px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t417{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t417{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t417{padding-top:80px;padding-bottom:80px;}}body main .t419{display:flex;flex-wrap:nowrap;column-gap:8px;align-items:center;}body main .t420{display:grid;row-gap:32px;column-gap:32px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t420{max-width:650px;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t420{max-width:440px;}}body main .t421{display:flex;row-gap:40px;max-width:100%;flex-direction:column;}body main .t422{display:grid;row-gap:32px;column-gap:32px;grid-template-columns:1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t422{max-width:650px;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr;}}@media screen and (max-width: 767px) {body main .t422{max-width:440px;}}body main .t423{max-width:100%;}body main .t425{display:flex;row-gap:10px;flex-wrap:wrap;max-width:600px;column-gap:10px;align-items:flex-start;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t425{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t425{margin-bottom:28px;}}@media screen and (max-width: 480px) {body main .t425{padding-left:20px;margin-bottom:32px;padding-right:20px;}}body main .t426{padding-left:0px;margin-bottom:80px;padding-right:0px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t426{max-width:650px;}}@media screen and (max-width: 767px) {body main .t426{margin-bottom:60px;}}body main .t427{display:flex;max-width:1700px;column-gap:2vw;align-items:center;justify-content:center;grid-template-columns:1fr 1fr 1fr 1fr;}@media screen and (max-width: 991px) {body main .t427{row-gap:60px;max-width:400px;flex-direction:column;grid-template-rows:1fr;}}@media screen and (max-width: 480px) {body main .t427{row-gap:48px;}}body main .t428{top:-66px;left:0%;right:0%;bottom:0%;position:relative;background:none;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t428{top:-46px;}}body main .t429{width:fit-content;text-align:center;line-height:1.1;margin-left:auto;margin-right:auto;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t429{width:100%;max-width:440px;text-align:center;}}body main .t430{max-width:650px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 767px) {body main .t430{max-width:440px;}}body main .t432{color:rgba(255,0,80,1.00);}body main .t433{margin-bottom:20px;}@media screen and (max-width: 767px) {body main .t433{font-size:18px!important;}}body main .t434{max-width:100%;padding-left:0px;border-radius:20px;padding-right:0px;}body main .t435{z-index:1;position:relative;padding-bottom:125%;}body main .t436{width:fit-content;min-width:fit-content;background:var(--white);margin-top:16px;margin-left:auto;padding-top:2px;margin-right:auto;padding-left:10px;padding-right:10px;padding-bottom:2px;}body main .t437{top:auto;left:auto;right:auto;width:100%;border:2px solid rgba(105, 111, 115, 1);bottom:auto;height:100%;position:absolute;border-radius:20px;}body main .t438{width:48px;height:36px;max-width:100%;background:rgba(255,255,255,1.00);padding-left:0px;padding-right:0px;}body main .t439{display:flex;max-width:1200px;column-gap:0%;margin-left:auto;padding-top:100px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;grid-template-columns:55% 45% ;}@media screen and (max-width: 991px) {body main .t439{margin-top:0px;padding-top:80px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t439{padding-top:100px;padding-left:20px;padding-right:20px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t439{padding-top:80px;padding-bottom:50px;}}body main .t440{display:flex;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t440{max-width:231px;margin-top:-2px;}}@media screen and (max-width: 767px) {body main .t440{max-width:273px;margin-right:auto;padding-left:0px;padding-right:0px;}}body main .t441{display:flex;max-width:650px;column-gap:30px;margin-top:60px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;}@media screen and (max-width: 991px) {body main .t441{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t441{max-width:440px;margin-top:20px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t441{padding-bottom:80px;}}body main .t442{line-height:1.5;padding-left:0px;padding-right:0px;}body main .t443{font-size:84px;text-align:center;font-family:Montserrat;font-weight:800;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;}@media screen and (max-width: 991px) {body main .t443{font-size:60px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t443{font-size:64px;}}@media screen and (max-width: 480px) {body main .t443{font-size:44px;line-height:1.1;margin-bottom:16px;}}body main .t444{font-size:24px;max-width:550px;text-align:center;font-weight:500;line-height:1.36;margin-left:auto;margin-right:auto;margin-bottom:60px;}@media screen and (max-width: 767px) {body main .t444{font-size:18px;margin-bottom:60px;}}@media screen and (max-width: 480px) {body main .t444{margin-bottom:40px;}}body main .t445{left:;width:fit-content;position:relative;max-width:404px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t445{width:100%;}}body main .t446{width:100%;border:2px solid rgba(255, 0, 80, 1);display:flex;max-width:356px;background:rgba(255,255,255,1.00);column-gap:12px;align-items:center;margin-left:auto;padding-top:15px;margin-right:auto;padding-left:16px;border-radius:14px;margin-bottom:60px;padding-right:24px;padding-bottom:15px;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t446{padding-left:14px;padding-right:14px;}}@media screen and (max-width: 480px) {body main .t446{max-width:260px;min-width:260px;column-gap:10px;margin-bottom:40px;}}body main .t450{color:rgba(255, 0, 80, 1);}body main .t451{top:-52px;left:-178px;width:160px;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 50%;}@media screen and (max-width: 991px) {body main .t451{left:-181px;}}@media screen and (max-width: 767px) {body main .t451{display:none;}}body main .t452{border:1.8px solid #f2f2f2;display:flex;max-width:404px;background:rgba(0, 128, 255, 1);align-items:center;padding-top:24px;padding-left:48px;border-radius:200px;padding-right:48px;padding-bottom:24px;justify-content:center;text-decoration:none;}body main .t452 >img{transition:all 300ms 0ms ease-in;}body main .t452:hover{background:rgba(0, 78, 204, 1);transition:all 300ms 0ms ease-in;}body main .t452:hover >img{transform:translate(0.5em,0px);transition:all 300ms 0ms ease-in;}@media screen and (max-width: 991px) {body main .t452{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t452{padding-left:20px;padding-right:20px;}}body main .t453{top:23px;left:60px;position:initial;font-size:24px;font-weight:500;line-height:1.275;letter-spacing:-0.5px;}@media screen and (max-width: 991px) {body main .t453{font-size:18px;}}@media screen and (max-width: 480px) {body main .t453{font-size:22px;}}body main .t454{height:19px;position:relative;max-width:%;transform:translate(0px, 0px);transition:;padding-left:12px;}body main .t454:hover{transform:;}@media screen and (max-width: 480px) {body main .t454{height:17px;}}body main .t455{margin-top:auto;align-items:stretch;margin-bottom:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t455{margin-top:2px;margin-bottom:0px;}}body main .t456{width:36px;}body main .t457{color:rgba(255, 0, 80, 1);width:max-content;font-size:22px;font-weight:700;line-height:1;}@media screen and (max-width: 991px) {body main .t457{width:100%;}}@media screen and (max-width: 480px) {body main .t457{font-size:17px;}}body main .t458{color:rgba(242, 242, 242, 1);width:max-content;display:flex;font-size:18px;column-gap:7px;align-items:center;font-weight:700;line-height:1;margin-bottom:7px;}@media screen and (max-width: 991px) {body main .t458{column-gap:5px;margin-bottom:5px;}}@media screen and (max-width: 480px) {body main .t458{column-gap:4px;}}body main .t459{width:13px;height:13px;}@media screen and (max-width: 991px) {body main .t459{width:11px;height:11px;margin-top:-1px;padding-bottom:1px;}}@media screen and (max-width: 480px) {body main .t459{margin-top:-2px;}}body main .t460{color:rgba(255, 0, 80, 1);font-size:16px;font-weight:500;}@media screen and (max-width: 480px) {body main .t460{font-size:11px;}}body main .t461{max-width:1200px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 991px) {body main .t461{max-width:680px;}}@media screen and (max-width: 767px) {body main .t461{width:100%;}}body main .t462{top:-24px;width:100%;border:1px none ;height:2px;position:relative;max-width:1280px;background:rgba(227,227,227,1.00);margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}body main .t463{border:1px none rgba(131, 135, 138, 1);display:flex;z-index:999;position:relative;max-width:458px;background:rgba(227,227,227,1.00);align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 991px) {body main .t463{margin-top:-1px;}}@media screen and (max-width: 767px) {body main .t463{row-gap:12px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t463{padding-left:16px;padding-right:16px;}}body main .t465{width:110px;}@media screen and (max-width: 991px) {body main .t465{width:136px;}}@media screen and (max-width: 767px) {body main .t465{width:142px;}}@media screen and (max-width: 480px) {body main .t465{width:140px;}}body main .t466{font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 767px) {body main .t466{font-size:16px;}}body main .t467{font-size:16px;line-height:1.4;}@media screen and (max-width: 991px) {body main .t467{max-width:500px;text-align:center;}}@media screen and (max-width: 767px) {body main .t467{font-size:14px;max-width:374px;margin-left:auto;margin-right:auto;}}body main .t468{max-width:190px;}@media screen and (max-width: 767px) {body main .t468{margin-left:auto;margin-right:auto;}}body main .t469{font-weight:700;}body main .t470{font-weight:400;}body main .t471{padding-top:40px;padding-bottom:40px;}body main .t472{width:100%;display:flex;max-width:650px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t472{margin-bottom:24px;}}@media screen and (max-width: 767px) {body main .t472{padding-left:20px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t472{padding-right:20px;}}body main .t473{display:grid;column-gap:40px;padding-left:0px;padding-right:0px;grid-template-columns:1fr 1fr 1fr 1fr;}body main .t474{width:100%;border-radius:20px;}body main .t475{font-size:20px;background:rgba(255,232,241,1.00);border-top:1px solid #e02020;padding-top:20px;padding-left:40px;border-bottom:1px solid #e02020;padding-right:40px;padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t475{font-size:18px;padding-left:32px;padding-right:32px;}}@media screen and (max-width: 480px) {body main .t475{padding-left:20px;padding-right:20px;}}body main .t476{top:0%;left:0%;right:0%;background:#f2f2f2;margin-top:-1px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t476{top:-46px;}}body main .t477{display:flex;row-gap:80px;align-items:center;padding-top:100px;padding-left:20px;padding-right:20px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t477{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t477{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t477{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t478{width:48px;height:36px;max-width:100%;background:rgba(7, 7, 8, 1);padding-left:0px;padding-right:0px;}body main .t479{max-width:1200px;}body main .t480{padding-left:20px;margin-bottom:40px;padding-right:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t480{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t480{margin-bottom:40px;}}body main .t481{max-width:650px;}@media screen and (max-width: 767px) {body main .t481{max-width:440px;}}body main .t482{max-width:fit-content;}body main .t483{max-width:650px;padding-left:0px;margin-bottom:40px;padding-right:0px;}@media screen and (max-width: 767px) {body main .t483{max-width:440px;margin-bottom:30px;}}body main .t484{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t484{max-width:248px;}}body main .t486{color:rgba(17,17,20,1.00);}@media screen and (max-width: 767px) {body main .t486{font-size:18px!important;}}body main .t487{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t487{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t487{flex-direction:column;}}body main .t490{display:flex;column-gap:24px;align-items:center;margin-bottom:12px;}@media screen and (max-width: 480px) {body main .t490{column-gap:17px;}}body main .t491{line-height:1.4;}@media screen and (max-width: 767px) {body main .t491{font-size:18px;}}body main .t492{width:32px;}body main .t493{width:%;max-width:16px;}body main .t494{width:100%;display:flex;background:rgba(247,239,213,1.00);margin-left:auto;margin-right:auto;border-radius:20px;flex-direction:column;padding-bottom:048px;grid-template-columns:1fr 1fr 1fr;}body main .t495{width:100%;display:flex;background:#cadbf6;margin-left:auto;margin-right:auto;border-radius:20px;flex-direction:column;padding-bottom:048px;grid-template-columns:1fr 1fr 1fr;}body main .t496{width:100%;display:flex;background:rgba(210,231,208,1.00);margin-left:auto;margin-right:auto;border-radius:20px;flex-direction:column;padding-bottom:048px;grid-template-columns:1fr 1fr 1fr;}body main .t497{display:flex;padding-top:28px;padding-left:28px;padding-right:24px;flex-direction:column;padding-bottom:32px;}@media screen and (max-width: 991px) {body main .t497{padding-left:16px;padding-right:10px;}}body main .t498{height:24px;background:rgba(246,220,139,1.00);border-radius:20px 20px 0px 0px;}body main .t499{margin-top:auto;padding-left:20px;padding-right:20px;}@media screen and (max-width: 991px) {body main .t499{padding-left:16px;padding-right:16px;}}body main .t500{font-weight:500;}@media screen and (max-width: 767px) {body main .t500{font-size:18px;}}body main .t501{margin-bottom:8px;}body main .t502{font-size:40px;font-weight:700;line-height:1;margin-bottom:20px;letter-spacing:-0.6px;}body main .t503{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}body main .t504{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t504:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t504:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t504:hover{background:#cadbf6;}}body main .t505{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t505:hover{box-shadow: 0px 2px 1px 0.2px rgba(0,53,136,0.20);}body main .t505:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t505{font-size:18px;column-gap:8px;}}body main .t506{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t506{max-width:13px;}}body main .t507{line-height:1;}@media screen and (max-width: 767px) {body main .t507{margin-bottom:-2px;}}body main .t508{display:flex;padding-top:28px;padding-left:28px;padding-right:24px;flex-direction:column;padding-bottom:32px;}@media screen and (max-width: 991px) {body main .t508{padding-left:16px;padding-right:10px;}}body main .t509{height:24px;background:rgba(146, 170, 209, 1);border-radius:20px 20px 0px 0px;}body main .t510{margin-top:auto;padding-left:20px;padding-right:20px;}@media screen and (max-width: 991px) {body main .t510{padding-left:16px;padding-right:16px;}}body main .t511{font-weight:500;}@media screen and (max-width: 767px) {body main .t511{font-size:18px;}}body main .t512{margin-bottom:8px;}body main .t513{font-size:40px;font-weight:700;line-height:1;margin-bottom:20px;letter-spacing:-0.6px;}body main .t514{color:rgba(34, 100, 209, 1);margin-top:16px;font-weight:500;}@media screen and (max-width: 767px) {body main .t514{font-size:18px;}}body main .t515{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}body main .t516{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t516:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t516:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t516:hover{background:#cadbf6;}}body main .t517{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t517:hover{box-shadow: 0px 2px 1px 0.2px rgba(0,53,136,0.20);}body main .t517:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t517{font-size:18px;column-gap:8px;}}body main .t518{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t518{max-width:13px;}}body main .t519{line-height:1;}@media screen and (max-width: 767px) {body main .t519{margin-bottom:-2px;}}body main .t520{display:flex;padding-top:28px;padding-left:28px;padding-right:24px;flex-direction:column;padding-bottom:32px;}@media screen and (max-width: 991px) {body main .t520{padding-left:16px;padding-right:10px;}}body main .t521{height:24px;background:rgba(165, 209, 167, 1);border-radius:20px 20px 0px 0px;}body main .t522{margin-top:auto;padding-left:20px;padding-right:20px;}@media screen and (max-width: 991px) {body main .t522{padding-left:16px;padding-right:16px;}}body main .t523{font-weight:500;}@media screen and (max-width: 767px) {body main .t523{font-size:18px;}}body main .t524{margin-bottom:8px;}body main .t525{font-size:40px;font-weight:700;line-height:1;margin-bottom:20px;letter-spacing:-0.6px;}body main .t526{color:rgba(55, 131, 59, 1);margin-top:16px;font-weight:500;}@media screen and (max-width: 767px) {body main .t526{font-size:18px;}}body main .t527{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}body main .t528{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t528:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t528:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t528:hover{background:#cadbf6;}}body main .t529{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t529:hover{box-shadow: 0px 2px 1px 0.2px rgba(0,53,136,0.20);}body main .t529:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t529{font-size:18px;column-gap:8px;}}body main .t530{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t530{max-width:13px;}}body main .t531{line-height:1;}@media screen and (max-width: 767px) {body main .t531{margin-bottom:-2px;}}body main .t532{border:3.5px dashed var(--red);max-width:650px;background:var(--red-light);padding-top:28px;padding-left:20px;border-radius:20px;padding-right:20px;padding-bottom:28px;}@media screen and (max-width: 767px) {body main .t532{max-width:440px;}}body main .t533{border:3.5px dashed var(--light);max-width:650px;background:var(--lightest);padding-top:28px;padding-left:20px;border-radius:20px;padding-right:20px;padding-bottom:28px;}@media screen and (max-width: 767px) {body main .t533{max-width:440px;}}body main .t538{display:flex;column-gap:8px;align-items:center;}@media screen and (max-width: 480px) {body main .t538{column-gap:10px;}}body main .t539{font-size:32px;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t539{font-size:21px;}}body main .t540{font-size:32px;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t540{font-size:21px;}}body main .t541{width:100%;display:flex;background:rgba(249,249,249,1.00);border-top:12px solid #f2f2f2;margin-left:auto;margin-right:auto;flex-direction:column;padding-bottom:44px;grid-template-columns:1fr 1fr 1fr;}body main .t542{display:flex;padding-top:28px;padding-left:28px;padding-right:24px;flex-direction:column;padding-bottom:32px;}@media screen and (max-width: 991px) {body main .t542{padding-left:16px;padding-right:10px;}}body main .t543{margin-top:auto;padding-left:20px;padding-right:20px;}@media screen and (max-width: 991px) {body main .t543{padding-left:16px;padding-right:16px;}}body main .t544{margin-bottom:8px;}body main .t545{font-size:40px;font-weight:700;line-height:1;margin-bottom:20px;letter-spacing:-0.6px;}body main .t547{color:#0080ff;font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}body main .t548{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t548:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t548:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t548:hover{background:#cadbf6;}}body main .t549{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t549:hover{box-shadow: 0px 2px 1px 0.2px rgba(0,53,136,0.20);}body main .t549:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t549{font-size:18px;column-gap:8px;}}body main .t550{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t550{max-width:13px;}}body main .t551{line-height:1;}@media screen and (max-width: 767px) {body main .t551{margin-bottom:-2px;}}body main .t552{max-width:100%;padding-left:20px;margin-bottom:40px;padding-right:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t552{max-width:440px;margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t552{margin-bottom:40px;}}body main .t553{max-width:100%;padding-left:20px;padding-right:20px;}@media screen and (max-width: 480px) {body main .t553{padding-left:4px;padding-right:4px;}}body main .t554{width:100%;display:flex;max-width:fit-content;column-gap:12px;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t554{max-width:248px;}}body main .t555{max-width:650px;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t555{margin-bottom:30px;}}body main .t556{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t556{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t556{flex-direction:column;}}body main .t557{width:44px;}body main .t560{display:flex;row-gap:8px;max-width:650px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t560{row-gap:6px;max-width:440px;}}body main .t561{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t561{row-gap:6px;}}body main .t562{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t562{row-gap:6px;}}body main .t563{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t563{row-gap:6px;}}body main .t564{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t564{row-gap:6px;}}body main .t565{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t565{row-gap:6px;}}body main .t566{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t566:hover .faq-top{background:#ff0050;}body main .t566.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t566:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t566:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t566:hover .faq-toggle-icon{filter:brightness(33%);}body main .t566.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t566.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t566.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t566:hover .faq-top{background:#24282c;}body main .t566.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t566:hover .faq-text-top{color:#c3c4c3;}body main .t566:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t566:hover .faq-toggle-icon{filter:brightness(100%);}body main .t566.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t566.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t566.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}body main .t568{border-radius:0px 0px 12px 12px;}body main .t572{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t572{row-gap:6px;column-gap:6px;}}body main .t573{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t573:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t573.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t573:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t573:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t573.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t573.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t573:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t573.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t573:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t573:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t573.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t573.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t573{border-radius:8px;}}body main .t580{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t580.dh-active{margin-top:10px;}body main .t580:hover .faq-top{background:#ff0050;}body main .t580.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t580:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t580:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t580:hover .faq-toggle-icon{filter:brightness(33%);}body main .t580.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t580.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t580.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t580:hover .faq-top{background:#24282c;}body main .t580.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t580:hover .faq-text-top{color:#c3c4c3;}body main .t580:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t580:hover .faq-toggle-icon{filter:brightness(100%);}body main .t580.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t580.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t580.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}body main .t582{border-radius:0px 0px 12px 12px;}body main .t586{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t586{row-gap:6px;column-gap:6px;}}body main .t587{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t587:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t587.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t587:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t587:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t587.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t587.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t587:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t587.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t587:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t587:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t587.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t587.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t587{border-radius:8px;}}body main .t594{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t594.dh-active{margin-top:10px;}body main .t594:hover .faq-top{background:#ff0050;}body main .t594.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t594:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t594:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t594:hover .faq-toggle-icon{filter:brightness(33%);}body main .t594.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t594.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t594.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t594:hover .faq-top{background:#24282c;}body main .t594.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t594:hover .faq-text-top{color:#c3c4c3;}body main .t594:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t594:hover .faq-toggle-icon{filter:brightness(100%);}body main .t594.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t594.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t594.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}body main .t596{border-radius:0px 0px 12px 12px;}body main .t600{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t600{row-gap:6px;column-gap:6px;}}body main .t601{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t601:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t601.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t601:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t601:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t601.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t601.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t601:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t601.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t601:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t601:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t601.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t601.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t601{border-radius:8px;}}body main .t608{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t608.dh-active{margin-top:10px;}body main .t608:hover .faq-top{background:#ff0050;}body main .t608.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t608:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t608:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t608:hover .faq-toggle-icon{filter:brightness(33%);}body main .t608.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t608.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t608.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t608:hover .faq-top{background:#24282c;}body main .t608.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t608:hover .faq-text-top{color:#c3c4c3;}body main .t608:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t608:hover .faq-toggle-icon{filter:brightness(100%);}body main .t608.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t608.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t608.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}body main .t610{border-radius:0px 0px 12px 12px;}body main .t614{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t614{row-gap:6px;column-gap:6px;}}body main .t615{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t615:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t615.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t615:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t615:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t615.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t615.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t615:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t615.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t615:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t615:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t615.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t615.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t615{border-radius:8px;}}body main .t622{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t622.dh-active{margin-top:10px;}body main .t622:hover .faq-top{background:#ff0050;}body main .t622.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t622:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t622:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t622:hover .faq-toggle-icon{filter:brightness(33%);}body main .t622.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t622.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t622.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t622:hover .faq-top{background:#24282c;}body main .t622.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t622:hover .faq-text-top{color:#c3c4c3;}body main .t622:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t622:hover .faq-toggle-icon{filter:brightness(100%);}body main .t622.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t622.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t622.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}body main .t624{border-radius:0px 0px 12px 12px;}body main .t628{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t628{row-gap:6px;column-gap:6px;}}body main .t629{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t629:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t629.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t629:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t629:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t629.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t629.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t629:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t629.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t629:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t629:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t629.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t629.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t629{border-radius:8px;}}body main .t636{top:0%;left:0%;right:0%;margin-top:-1px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t636{top:-46px;}}body main .t637{display:flex;row-gap:40px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t637{row-gap:40px;}}@media screen and (max-width: 480px) {body main .t637{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t638{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:#070708;padding-left:0px;padding-right:0px;}body main .t639{display:flex;max-width:fit-content;column-gap:32px;grid-template-columns:1fr 1fr;}body main .t640{max-width:100%;grid-template-columns:1fr 1fr;}body main .t641{width:950px;display:grid;row-gap:34px;flex-wrap:wrap;column-gap:30px;margin-left:auto;margin-right:auto;justify-items:center;grid-template-columns:1fr 1fr ;}@media screen and (max-width: 991px) {body main .t641{width:938px;row-gap:24px;column-gap:18px;grid-template-columns:1fr 1fr ;}}@media screen and (max-width: 767px) {body main .t641{row-gap:20px;column-gap:20px;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t641{max-width:440px;}}body main .t642{width:100%;display:flex;max-width:460px;transform:scale(0.975,0.975);align-self:flex-start;transition:all 200ms 0ms linear;margin-left:auto;margin-right:auto;border-radius:20px;flex-direction:column;}body main .t642:hover{transform:scale(1,1);box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t642.dh-active{transform:scale(1,1);box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t642:hover .artistinfo-top-pic{filter:grayscale(0%);}@media screen and (max-width: 767px) {body main .t642{transform:scale(1,1);}body main .t642:hover{transform:scale(1,1);box-shadow:0px 0px 0px 0px rgba(195,196,195,0.00);}body main .t642.dh-active{transform:scale(1,1);box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t642:hover .artistinfo-top-pic{filter:grayscale(0%);}body main .t642.dh-active .artistinfo-top-pic{filter:grayscale(0%);}}@media screen and (max-width: 480px) {body main .t642:hover .read-more-div{background:rgba(227,238,255,1.00);}body main .t642.dh-active .read-more-div{background:rgba(227,238,255,1.00);}}body main .t643{height:100%;display:flex;background:rgba(255,255,255,1.00);padding-left:20px;border-radius:0px 0px 20px 20px;padding-right:20px;padding-bottom:20px;justify-content:center;}@media screen and (max-width: 480px) {body main .t643{padding-left:16px;padding-right:16px;padding-bottom:16px;}}body main .t644{cursor:pointer;display:grid;row-gap:0px;position:relative;background:rgba(255,255,255,1.00);column-gap:16px;transition:all 200ms 0ms linear;align-items:flex-start;padding-top:20px;padding-left:20px;align-content:start;border-radius:20px;padding-right:20px;padding-bottom:20px;justify-content:flex-start;grid-template-rows:auto auto 1fr;grid-template-columns:auto 1fr;}body main .t644.dh-active{border-radius:20px 20px 0px 0px;}body main .t644:hover .read-more-div{background:rgba(227,238,255,1.00);}body main .t644.dh-active .see-less-txt{display:block;}body main .t644.dh-active .see-more-txt{display:none;}body main .t644.dh-active .read-more-div{background:rgba(227,238,255,1.00);}body main .t644.dh-active .read-more-arrow-img{transform:rotate(90deg);}body main .t644.dh-active .artistinfo-top-toggle-img{transform:rotate(45deg);}@media screen and (max-width: 767px) {body main .t644:hover .read-more-div{background:rgba(244,248,255,1.00);}body main .t644.dh-active .read-more-div{background:rgba(227,238,255,1.00);}}@media screen and (max-width: 480px) {body main .t644{display:block;row-gap:8px;column-gap:8px;align-items:flex-end;padding-top:16px;padding-left:16px;padding-right:16px;flex-direction:column;padding-bottom:16px;}body main .t644.dh-active .see-less-txt{display:block;}body main .t644.dh-active .see-more-txt{display:none;}body main .t644.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t645{align-self:flex-end;border-radius:20px;}@media screen and (max-width: 767px) {body main .t645{width:100%;}}body main .t646{color:#111114;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;}body main .t647{height:fit-content;font-size:18px;line-height:1.3;margin-bottom:2px;}body main .t648{height:fit-content;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:4px;}@media screen and (max-width: 767px) {body main .t648{font-size:20px;}}@media screen and (max-width: 480px) {body main .t648{font-size:22px;}}body main .t649{height:fit-content;font-size:18px;line-height:1.3;}body main .t651{grid-row:span 3;}body main .t652{order:1000;width:fit-content;height:100%;display:none;grid-column:span 2;padding-top:12px;flex-direction:column;justify-content:flex-end;}@media screen and (max-width: 480px) {body main .t652{display:block;}}body main .t653{top:20px;left:auto;right:20px;width:fit-content;bottom:auto;height:fit-content;display:flex;position:absolute;align-self:center;background:#f2f2f2;transition:all 400ms 0ms ease;align-items:center;border-radius:100%;justify-content:flex-end;}@media screen and (max-width: 480px) {body main .t653{top:auto;bottom:20px;display:none;}}body main .t654{width:100%;max-width:31px;min-width:31px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t654{margin-left:auto;}}body main .t655{width:108px;filter:grayscale(50%);transition:all 200ms 0ms linear;border-radius:100%;}@media screen and (max-width: 767px) {body main .t655{width:100px;filter:grayscale(0%);}}@media screen and (max-width: 480px) {body main .t655{top:10px;float:right;right:10px;width:80px;filter:grayscale(0%);padding-left:10px;}}body main .t656{width:108px;border:1px solid #0080ff;display:flex;background:rgba(244,248,255,1.00);column-gap:4px;margin-top:10px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:0px;padding-top:6px;margin-right:0px;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;justify-content:center;}@media screen and (max-width: 767px) {body main .t656{width:100px;column-gap:3px;padding-left:4px;padding-right:4px;}}@media screen and (max-width: 480px) {body main .t656{display:none;}}body main .t657{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t657{max-width:9px;}}@media screen and (max-width: 480px) {body main .t657{max-width:9px;margin-top:0px;}}body main .t658{width:fit-content;font-size:14px;transition:all 200ms 0ms linear;line-height:1;}@media screen and (max-width: 767px) {body main .t658{font-size:13.5px;letter-spacing:-0.2px;}}body main .t659{width:fit-content;display:none;font-size:14px;transition:all 200ms 0ms linear;line-height:1;}@media screen and (max-width: 767px) {body main .t659{font-size:13.5px;letter-spacing:-0.2px;}}body main .t660{width:109px;border:1px solid #0080ff;display:flex;background:rgba(227,238,255,1.00);column-gap:3px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:0px;padding-top:6px;margin-right:0px;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;}@media screen and (max-width: 991px) {body main .t660{top:19px;right:13px;}}@media screen and (max-width: 767px) {body main .t660{top:0px;right:43px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t660{top:8px;right:30px;width:116px;height:fit-content;display:flex;background:rgba(227,238,255,1.00);column-gap:4px;align-items:center;margin-left:0px;padding-top:8px;padding-left:10px;margin-bottom:0px;padding-right:10px;padding-bottom:8px;justify-content:center;}}body main .t661{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 767px) {body main .t661{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t661{width:fit-content;font-size:14px;margin-top:-1px;transition:all 200ms 0ms linear;}}body main .t662{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t662{max-width:12px;}}@media screen and (max-width: 480px) {body main .t662{max-width:9px;margin-top:0px;}}body main .t663{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 767px) {body main .t663{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t663{width:fit-content;display:none;font-size:14px;margin-top:-1px;transition:all 200ms 0ms linear;}}body main .t664{max-width:100%;padding-left:0px;padding-right:0px;}body main .t665{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t665{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t665{flex-direction:column;}}body main .t666{color:rgba(17,17,20,1.00);margin-bottom:-20px;}@media screen and (max-width: 767px) {body main .t666{font-size:18px!important;margin-bottom:-20px;}}@media screen and (max-width: 767px) {body main .t667{font-size:44px;}}@media screen and (max-width: 767px) {body main .t668{font-size:44px;}}body main .t671{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t671{padding-top:60px;}}@media screen and (max-width: 767px) {body main .t671{row-gap:60px;padding-top:100px;padding-bottom:100px;}}@media screen and (max-width: 480px) {body main .t671{padding-top:80px;padding-bottom:80px;}}body main .t672{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t672{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t672{padding-top:80px;padding-bottom:80px;}}body main .t673{row-gap:80px;border-top:3px dashed rgba(70, 70, 71, 1);align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t673{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t673{padding-top:80px;padding-bottom:80px;}}body main .t674{padding-top:64px;padding-left:20px;padding-right:20px;padding-bottom:64px;}@media screen and (max-width: 991px) {body main .t674{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 480px) {body main .t674{padding-top:44px;padding-bottom:44px;}}body main .t675{color:rgba(17,17,20,1.00);padding-top:64px;padding-bottom:64px;}@media screen and (max-width: 480px) {body main .t675{padding-top:44px;padding-bottom:44px;}}body main .t676{background:rgba(7, 7, 8, 1);}body main .t683{color:rgba(17,17,20,1.00);padding-top:64px;padding-bottom:64px;}@media screen and (max-width: 480px) {body main .t683{padding-top:44px;padding-bottom:44px;}}body main .t684{color:rgba(17,17,20,1.00);padding-top:64px;padding-bottom:64px;}@media screen and (max-width: 480px) {body main .t684{padding-top:44px;padding-bottom:44px;}}body main .t685{border-bottom:3px dashed var(--medium-darker);}body main .t686{align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t686{background:rgba(7, 7, 8, 1);}}body main .t687{padding-top:80px;padding-left:20px;padding-right:20px;padding-bottom:80px;}@media screen and (max-width: 991px) {body main .t687{padding-top:52px;padding-left:8px;padding-right:8px;padding-bottom:52px;}}@media screen and (max-width: 767px) {body main .t687{padding-top:60px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t687{padding-left:10px;padding-right:10px;}}body main .t689{max-width:100%;background:var(--darker);padding-top:20px;padding-left:20px;border-bottom:3px dashed var(--medium-darker);padding-right:20px;padding-bottom:20px;}@media screen and (max-width: 991px) {body main .t689{padding-left:16px;padding-right:16px;}}body main .t690{display:flex;max-width:fit-content;align-items:center;padding-left:0px;padding-right:0px;flex-direction:row;}@media screen and (max-width: 480px) {body main .t690{flex-direction:column;}}body main .t691{font-size:32px;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t691{font-size:16px;}}@media screen and (max-width: 767px) {body main .t691{font-size:24px;}}@media screen and (max-width: 480px) {body main .t691{font-size:20px;margin-bottom:3px;}}body main .t692{color:rgba(0, 128, 255, 1);font-size:32px;font-weight:700;line-height:1;margin-left:auto;margin-right:auto;padding-left:0px;padding-right:0px;letter-spacing:-0.2px;}body main .t692:hover{color:rgba(106, 171, 255, 1);text-decoration:none;}@media screen and (max-width: 991px) {body main .t692{font-size:22px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t692{font-size:24px;}}@media screen and (max-width: 480px) {body main .t692{font-size:30px;}}body main .t693{border:3px dashed var(--medium-darker);resize:none;max-width:1200px;background:var(--darker);text-align:center;padding-top:60px;white-space:normal;padding-left:60px;border-radius:40px;padding-right:60px;mix-blend-mode:normal;padding-bottom:20px;pointer-events:auto;}@media screen and (max-width: 991px) {body main .t693{max-width:650px;padding-top:56px;padding-left:40px;padding-right:40px;}}@media screen and (max-width: 767px) {body main .t693{padding-left:0px;border-radius:28px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t693{padding-top:48px;border-radius:20px;padding-bottom:10px;}}body main .t694{height:fit-content;}body main .t695{width:100%;font-size:44px;font-family:'Roboto';line-height:0.95em;margin-left:auto;margin-right:auto;letter-spacing:-0.7px;padding-bottom:10px;}@media screen and (max-width: 991px) {body main .t695{font-size:33px;max-width:268px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t695{font-size:36px;padding-left:12px;padding-right:12px;}}@media screen and (max-width: 480px) {body main .t695{font-size:33px;line-height:1.1em;padding-left:20px;padding-right:20px;}}body main .t696{font-size:20px;font-weight:400;line-height:1.2;}@media screen and (max-width: 767px) {body main .t696{font-size:18px;padding-left:12px;padding-right:12px;}}@media screen and (max-width: 480px) {body main .t696{font-size:16px;padding-left:30px;padding-right:30px;}}@media screen and (max-width: 480px) {body main .t697{font-size:33px;padding-top:0px;}}@media screen and (max-width: 480px) {body main .t698{font-size:33px;}}body main .t699{height:120px;max-width:100%;margin-top:-2px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t699{height:60px;}}body main .t700{height:10px;max-width:100%;background:rgba(7, 7, 8, 1);padding-left:0px;padding-right:0px;}body main .t701{max-width:100%;}body main .t702{max-width:100%;}body main .t704{padding-bottom:1.5em;}@media screen and (max-width: 991px) {body main .t704{font-size:16px;}}@media screen and (max-width: 767px) {body main .t704{font-size:18px;}}body main .t705{float:right;width:132px;border:3.5px solid rgba(195,196,195,1);object-fit:cover;margin-left:4px;padding-top:4px;aspect-ratio:1/1;padding-left:4px;border-radius:100%;margin-bottom:4px;padding-right:4px;shape-outside:circle(50%);padding-bottom:4px;}@media screen and (max-width: 991px) {body main .t705{width:80px;height:80px;}}@media screen and (max-width: 767px) {body main .t705{width:100px;}}@media screen and (max-width: 991px) {body main .t706 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t706{font-size:18px;}}body main .t708{color:#0080ff;font-weight:700;}body main .t710{box-shadow: 6px 4px 0px 0px var(--yellow-marker),-6px -4px 0px 0px var(--yellow-marker),6px -4px 0px 0px var(--yellow-marker),-6px 4px 0px 0px var(--yellow-marker);}body main .t711{border:3px dashed rgba(161, 164, 166, 1);background:rgba(255,255,255,1.00);padding-top:48px;border-radius:40px;padding-bottom:72px;}@media screen and (max-width: 991px) {body main .t711{padding-top:38px;padding-bottom:48px;}}@media screen and (max-width: 767px) {body main .t711{padding-top:40px;border-radius:28px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t711{border-radius:20px;padding-bottom:52px;}}body main .t712{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 991px) {body main .t712{margin-bottom:24px;}}@media screen and (max-width: 767px) {body main .t712{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t712{padding-left:20px;padding-right:20px;}}body main .t713{padding-left:60px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t713{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t713{padding-left:20px;padding-right:20px;}}body main .t714{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 991px) {body main .t714{padding-left:10px;margin-bottom:24px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t714{padding-left:20px;margin-bottom:30px;padding-right:28px;}}@media screen and (max-width: 480px) {body main .t714{padding-right:20px;}}body main .t715{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 991px) {body main .t715{margin-bottom:32px;}}@media screen and (max-width: 767px) {body main .t715{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t715{padding-left:20px;padding-right:20px;}}body main .t716{padding-left:60px;padding-right:60px;}@media screen and (max-width: 991px) {body main .t716{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t716{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t716{padding-left:20px;padding-right:20px;}}body main .t717{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.1;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t717{font-size:28px;}}@media screen and (max-width: 767px) {body main .t717{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t717{font-size:36px;}}body main .t718{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t718{column-gap:12px;}}body main .t719{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t719{column-gap:12px;}}body main .t720{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t720{column-gap:12px;}}body main .t721{width:30px;}@media screen and (max-width: 991px) {body main .t721{width:24px;}}@media screen and (max-width: 767px) {body main .t721{width:26px;}}body main .t722{font-weight:700;line-height:1.4;}@media screen and (max-width: 991px) {body main .t722{font-size:16px;}}@media screen and (max-width: 767px) {body main .t722{font-size:18px;}}body main .t724{width:30px;}@media screen and (max-width: 991px) {body main .t724{width:24px;}}@media screen and (max-width: 767px) {body main .t724{width:26px;}}body main .t725{font-weight:700;line-height:1.4;}@media screen and (max-width: 991px) {body main .t725{font-size:16px;}}@media screen and (max-width: 767px) {body main .t725{font-size:18px;}}body main .t727{width:30px;}@media screen and (max-width: 991px) {body main .t727{width:24px;}}@media screen and (max-width: 767px) {body main .t727{width:26px;}}body main .t728{font-weight:700;line-height:1.4;}@media screen and (max-width: 991px) {body main .t728{font-size:16px;}}@media screen and (max-width: 767px) {body main .t728{font-size:18px;}}body main .t730{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.1;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t730{font-size:28px;}}@media screen and (max-width: 767px) {body main .t730{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t730{width:100%;font-size:36px;max-width:278px;margin-left:auto;margin-right:auto;}}body main .t731{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t733{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t733:hover{transform:;}@media screen and (max-width: 991px) {body main .t733{height:12px;}}@media screen and (max-width: 480px) {body main .t733{height:16px;padding-left:10px;}}@media screen and (max-width: 991px) {body main .t734{font-size:18px;}}@media screen and (max-width: 480px) {body main .t734{font-size:20px;}}body main .t735{max-width:100%;}body main .t736{max-width:100%;}@media screen and (max-width: 991px) {body main .t736{padding-left:10px;padding-right:10px;}}body main .t737{display:flex;row-gap:40px;max-width:100%;flex-direction:column;}@media screen and (max-width: 480px) {body main .t737{row-gap:60px;}}body main .t738{border:3px dashed rgba(161, 164, 166, 1);background:rgba(255,255,255,1.00);padding-top:48px;border-radius:40px;padding-bottom:48px;}@media screen and (max-width: 767px) {body main .t738{padding-top:38px;border-radius:28px;padding-bottom:38px;}}@media screen and (max-width: 480px) {body main .t738{border-radius:20px;}}body main .t739{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 991px) {body main .t739{padding-left:10px;margin-bottom:24px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t739{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t739{padding-left:20px;padding-right:20px;}}body main .t740{padding-left:60px;padding-right:60px;}@media screen and (max-width: 991px) {body main .t740{padding-left:10px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t740{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t740{padding-left:20px;padding-right:20px;}}body main .t741{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 991px) {body main .t741{padding-left:10px;margin-bottom:24px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t741{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t741{padding-left:20px;margin-bottom:34px;padding-right:20px;}}body main .t742{width:fit-content;font-size:18px;text-align:center;font-weight:700;margin-left:auto;margin-right:auto;margin-bottom:20px;letter-spacing:2px;}@media screen and (max-width: 991px) {body main .t742{font-size:16px;}}@media screen and (max-width: 767px) {body main .t742{margin-bottom:10px;}}body main .t743{display:block;flex-wrap:wrap;align-items:flex-start;line-height:1.2;margin-left:-10px;margin-right:-10px;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t743{font-size:28px;}}@media screen and (max-width: 767px) {body main .t743{font-size:32px;margin-bottom:30px;}}body main .t745{width:100%;}body main .t746{font-weight:800;}body main .t747{font-weight:800;}body main .t748{font-weight:800;}body main .t749{font-weight:800;}@media screen and (max-width: 991px) {body main .t750 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t750{font-size:18px;margin-bottom:px;}}body main .t751{margin-bottom:.75em;}@media screen and (max-width: 991px) {body main .t751 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t751{font-size:18px;}}body main .t752{opacity:50%;max-width:190px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t752{margin-left:auto;margin-right:auto;}}body main .t753{max-width:1200px;padding-left:0px;margin-bottom:20px;padding-right:0px;}@media screen and (max-width: 991px) {body main .t753{max-width:680px;}}@media screen and (max-width: 767px) {body main .t753{width:100%;max-width:100%;}}body main .t754{display:flex;z-index:999;position:relative;max-width:458px;background:#f2f2f2;align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 991px) {body main .t754{max-width:100%;margin-top:-1px;}}@media screen and (max-width: 767px) {body main .t754{row-gap:12px;max-width:260px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t754{padding-left:16px;padding-right:16px;}}body main .t756{width:110px;}@media screen and (max-width: 991px) {body main .t756{width:126px;}}@media screen and (max-width: 767px) {body main .t756{width:142px;}}@media screen and (max-width: 480px) {body main .t756{width:140px;}}body main .t757{font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 991px) {body main .t757{font-size:14px;}}@media screen and (max-width: 767px) {body main .t757{font-size:16px;}}body main .t758{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t760{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t760:hover{transform:;}@media screen and (max-width: 991px) {body main .t760{height:12px;}}@media screen and (max-width: 480px) {body main .t760{height:16px;padding-left:10px;}}@media screen and (max-width: 480px) {body main .t761{font-size:20px;}}body main .t762{background:var(--white);border-top:1px solid rgba(161, 164, 166, 1);padding-left:10px;border-bottom:1px solid rgba(161, 164, 166, 1);padding-right:10px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t762{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t762{padding-left:16px;padding-right:16px;padding-bottom:40px;}}body main .t763{max-width:600px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t763{display:none;}}body main .t764{font-size:18px;text-align:center;padding-top:024px;padding-bottom:8px;}body main .t765{display:none;max-width:600px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t765{display:block;}}body main .t766{display:flex;max-width:fit-content;column-gap:32px;grid-template-columns:1fr 1fr;}body main .t767{max-width:100%;grid-template-columns:1fr 1fr;}body main .t768{width:950px;display:grid;row-gap:34px;flex-wrap:wrap;column-gap:30px;margin-left:auto;margin-right:auto;justify-items:center;grid-template-columns:1fr 1fr ;}@media screen and (max-width: 991px) {body main .t768{width:938px;row-gap:24px;column-gap:18px;grid-template-columns:1fr 1fr ;}}@media screen and (max-width: 767px) {body main .t768{row-gap:20px;column-gap:20px;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t768{max-width:440px;}}body main .t769{width:100%;display:flex;max-width:460px;transform:scale(0.975,0.975);align-self:flex-start;transition:all 200ms 0ms linear;margin-left:auto;margin-right:auto;border-radius:20px;flex-direction:column;}body main .t769:hover{transform:scale(1,1);box-shadow:2px 2px 2px 1px var(--lighter);}body main .t769.dh-active{transform:scale(1,1);box-shadow:2px 2px 2px 1px var(--lighter);}body main .t769:hover .artistinfo-top-pic{filter:grayscale(0%);}@media screen and (max-width: 767px) {body main .t769{transform:scale(1,1);}body main .t769:hover{transform:scale(1,1);box-shadow:0px 0px 0px 0px rgba(195,196,195,0.00);}body main .t769.dh-active{transform:scale(1,1);box-shadow:2px 2px 2px 1px var(--lighter);}body main .t769:hover .artistinfo-top-pic{filter:grayscale(0%);}body main .t769.dh-active .artistinfo-top-pic{filter:grayscale(0%);}}@media screen and (max-width: 480px) {body main .t769:hover .read-more-div{background:rgba(227,238,255,1.00);}body main .t769.dh-active .read-more-div{background:rgba(227,238,255,1.00);}}body main .t770{cursor:pointer;display:grid;row-gap:0px;position:relative;background:var(--white);column-gap:16px;transition:all 200ms 0ms linear;align-items:flex-start;padding-top:20px;padding-left:20px;align-content:start;border-radius:20px;padding-right:20px;padding-bottom:20px;justify-content:flex-start;grid-template-rows:auto auto 1fr;grid-template-columns:auto 1fr;}body main .t770.dh-active{border-radius:20px 20px 0px 0px;}body main .t770:hover .read-more-div{background:rgba(227,238,255,1.00);}body main .t770.dh-active .see-less-txt{display:block;}body main .t770.dh-active .see-more-txt{display:none;}body main .t770.dh-active .read-more-div{background:rgba(227,238,255,1.00);}body main .t770.dh-active .read-more-arrow-img{transform:rotate(90deg);}body main .t770.dh-active .artistinfo-top-toggle-img{transform:rotate(45deg);}@media screen and (max-width: 767px) {body main .t770:hover .read-more-div{background:rgba(244,248,255,1.00);}body main .t770.dh-active .read-more-div{background:rgba(227,238,255,1.00);}}@media screen and (max-width: 480px) {body main .t770{display:block;row-gap:8px;column-gap:8px;align-items:flex-end;padding-top:16px;padding-left:16px;padding-right:16px;flex-direction:column;padding-bottom:16px;}body main .t770.dh-active .see-less-txt{display:block;}body main .t770.dh-active .see-more-txt{display:none;}body main .t770.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t771{height:100%;display:flex;background:var(--white);padding-left:20px;border-radius:0px 0px 20px 20px;padding-right:20px;padding-bottom:20px;justify-content:center;}@media screen and (max-width: 480px) {body main .t771{padding-left:16px;padding-right:16px;padding-bottom:16px;}}body main .t772{color:var(--darker);display:flex;align-items:flex-start;flex-direction:column;justify-content:center;}body main .t773{height:fit-content;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:4px;}@media screen and (max-width: 767px) {body main .t773{font-size:20px;}}@media screen and (max-width: 480px) {body main .t773{font-size:22px;}}body main .t774{height:fit-content;font-size:18px;line-height:1.3;margin-bottom:2px;}body main .t775{height:fit-content;font-size:18px;line-height:1.3;}body main .t777{grid-row:span 3;}body main .t778{order:1000;width:fit-content;height:100%;display:none;grid-column:span 2;padding-top:12px;flex-direction:column;justify-content:flex-end;}@media screen and (max-width: 480px) {body main .t778{display:block;}}body main .t779{top:20px;left:auto;right:20px;width:fit-content;bottom:auto;height:fit-content;display:flex;position:absolute;align-self:center;background:var(--lightest);transition:all 400ms 0ms ease;align-items:center;border-radius:100%;justify-content:flex-end;}@media screen and (max-width: 480px) {body main .t779{top:auto;bottom:20px;display:none;}}body main .t780{width:100%;max-width:31px;min-width:31px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t780{margin-left:auto;}}body main .t781{width:108px;filter:grayscale(50%);transition:all 200ms 0ms linear;border-radius:100%;}@media screen and (max-width: 767px) {body main .t781{width:100px;filter:grayscale(0%);}}@media screen and (max-width: 480px) {body main .t781{top:10px;float:right;right:10px;width:80px;filter:grayscale(0%);padding-left:10px;}}body main .t782{width:108px;border:1px solid #0080ff;display:flex;background:rgba(244,248,255,1.00);column-gap:4px;margin-top:10px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:0px;padding-top:6px;margin-right:0px;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;justify-content:center;}@media screen and (max-width: 767px) {body main .t782{width:100px;column-gap:3px;padding-left:4px;padding-right:4px;}}@media screen and (max-width: 480px) {body main .t782{display:none;}}body main .t783{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t783{max-width:9px;}}@media screen and (max-width: 480px) {body main .t783{max-width:9px;margin-top:0px;}}body main .t784{width:fit-content;font-size:14px;transition:all 200ms 0ms linear;line-height:1;}@media screen and (max-width: 767px) {body main .t784{font-size:13.5px;letter-spacing:-0.2px;}}body main .t785{width:fit-content;display:none;font-size:14px;transition:all 200ms 0ms linear;line-height:1;}@media screen and (max-width: 767px) {body main .t785{font-size:13.5px;letter-spacing:-0.2px;}}body main .t786{width:109px;border:1px solid #0080ff;display:flex;background:rgba(227,238,255,1.00);column-gap:3px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:0px;padding-top:6px;margin-right:0px;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;}@media screen and (max-width: 991px) {body main .t786{top:19px;right:13px;}}@media screen and (max-width: 767px) {body main .t786{top:0px;right:43px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t786{top:8px;right:30px;width:116px;height:fit-content;display:flex;background:rgba(227,238,255,1.00);column-gap:4px;align-items:center;margin-left:0px;padding-top:8px;padding-left:10px;margin-bottom:0px;padding-right:10px;padding-bottom:8px;justify-content:center;}}body main .t787{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 767px) {body main .t787{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t787{width:fit-content;font-size:14px;margin-top:-1px;transition:all 200ms 0ms linear;}}body main .t788{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t788{max-width:12px;}}@media screen and (max-width: 480px) {body main .t788{max-width:9px;margin-top:0px;}}body main .t789{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 767px) {body main .t789{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t789{width:fit-content;display:none;font-size:14px;margin-top:-1px;transition:all 200ms 0ms linear;}}body main .t790{align-self:flex-end;border-radius:20px;}@media screen and (max-width: 767px) {body main .t790{width:100%;}}body main .t791{max-width:100%;padding-left:0px;padding-right:0px;}body main .t792{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t792{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t792{flex-direction:column;}}body main .t793{color:rgba(17,17,20,1.00);margin-bottom:-20px;}@media screen and (max-width: 767px) {body main .t793{font-size:18px!important;margin-bottom:-20px;}}@media screen and (max-width: 767px) {body main .t794{font-size:44px;}}@media screen and (max-width: 767px) {body main .t795{font-size:44px;}}body main .t796{max-width:100%;}body main .t797{top:-66px;left:0%;right:0%;bottom:0%;position:relative;background:none;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t797{top:-46px;}}body main .t798{max-width:100%;padding-left:0px;margin-bottom:40px;padding-right:0px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t798{margin-bottom:24px;}}@media screen and (max-width: 767px) {body main .t798{margin-bottom:36px;}}@media screen and (max-width: 480px) {body main .t798{margin-bottom:32px;}}body main .t799{max-width:1690px;}body main .t800{width:48px;height:36px;max-width:100%;background:rgba(255,255,255,1.00);padding-left:0px;padding-right:0px;}body main .t802{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t803{margin-bottom:20px;}@media screen and (max-width: 991px) {body main .t803 p{font-size:16px;}}body main .t804{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;line-height:1.1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t804{text-align:center;}}@media screen and (max-width: 480px) {body main .t804{flex-direction:column;}}body main .t805{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 991px) {body main .t805{max-width:34px;}}@media screen and (max-width: 480px) {body main .t805{margin-left:auto;margin-right:18px;}}body main .t806{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 991px) {body main .t806{max-width:34px;margin-left:18px;}}@media screen and (max-width: 480px) {body main .t806{margin-left:8px;margin-right:auto;}}body main .t810{z-index:9;position:relative;max-width:fit-content;}@media screen and (max-width: 767px) {body main .t810{margin-left:auto;margin-right:0px;}}body main .t816{z-index:2;transform:;}body main .t817{transform:;letter-spacing:-0.2px;}body main .t818{z-index:2;transform:;column-gap:11px;letter-spacing:-0.2px;}body main .t820{transform:;letter-spacing:-0.2px;}body main .t821{width:100%;max-width:28px;}body main .t822{width:100%;max-width:28px;}body main .t826{top:-66px;left:0%;right:0%;bottom:0%;position:relative;background:none;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t826{top:-46px;}}body main .t827{max-width:2100px;padding-left:18px;padding-right:18px;}@media screen and (max-width: 991px) {body main .t827{padding-left:10px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t827{padding-left:18px;}}body main .t828{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t828{margin-bottom:36px;}}@media screen and (max-width: 480px) {body main .t828{margin-bottom:40px;}}body main .t829{width:48px;height:36px;max-width:100%;background:#f2f2f2;padding-left:0px;padding-right:0px;}body main .t832{display:flex;column-gap:40px;align-items:center;justify-content:center;}body main .t835{top:-16px;z-index:2;transform:;column-gap:11px;margin-top:-16px;letter-spacing:-0.2px;}body main .t836{display:block;}body main .t837{transform:;letter-spacing:-0.2px;}body main .t839{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}body main .t840{width:100%;height:30px;max-width:30px;margin-left:auto;}body main .t842{z-index:2;transform:;margin-top:-16px;}body main .t843{object-fit:cover;aspect-ratio:4/5;}body main .t844{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t844{padding-left:16px;}}body main .t845{width:100%;height:30px;margin-left:auto;}body main .t846{transform:;letter-spacing:-0.2px;}body main .t851{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t852{margin-bottom:20px;}@media screen and (max-width: 991px) {body main .t852 p{font-size:16px;}}body main .t853{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t853{text-align:center;}}@media screen and (max-width: 480px) {body main .t853{flex-direction:column;}}body main .t854{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 991px) {body main .t854{max-width:34px;}}@media screen and (max-width: 480px) {body main .t854{margin-left:auto;margin-right:18px;}}body main .t855{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 991px) {body main .t855{max-width:34px;margin-left:18px;}}@media screen and (max-width: 480px) {body main .t855{margin-left:8px;margin-right:auto;}}body main .t858{display:flex;column-gap:30px;margin-top:60px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;}@media screen and (max-width: 991px) {body main .t858{row-gap:30px;margin-top:30px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t858{margin-top:20px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t858{row-gap:20px;margin-top:0px;padding-bottom:80px;}}body main .t859{display:flex;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t859{max-width:260px;margin-top:-2px;}}@media screen and (max-width: 767px) {body main .t859{max-width:273px;margin-right:auto;padding-left:0px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t859{max-width:260px;margin-bottom:20px;}}body main .t860{display:flex;max-width:1200px;column-gap:0%;margin-left:auto;padding-top:100px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;grid-template-columns:55% 45% ;}@media screen and (max-width: 991px) {body main .t860{margin-top:0px;padding-top:80px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t860{padding-top:100px;padding-left:20px;padding-right:20px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t860{padding-top:80px;padding-bottom:0px;}}body main .t861{max-width:190px;}@media screen and (max-width: 991px) {body main .t861{max-width:238px;}}@media screen and (max-width: 767px) {body main .t861{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t861{width:100%;max-width:240px;}}body main .t862{font-size:16px;line-height:1.4;}@media screen and (max-width: 991px) {body main .t862{width:100%;max-width:260px;}}@media screen and (max-width: 767px) {body main .t862{width:100%;font-size:14px;max-width:296px;margin-left:auto;margin-right:auto;}}body main .t863{font-weight:700;}@media screen and (max-width: 991px) {body main .t863{margin-left:auto;margin-right:auto;}}body main .t864{font-weight:400;}body main .t865{max-width:1200px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 991px) {body main .t865{max-width:680px;}}@media screen and (max-width: 767px) {body main .t865{width:100%;}}body main .t866{top:-24px;width:100%;border:1px none ;height:2px;position:relative;max-width:1280px;background:rgba(36, 40, 44, 1);margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}body main .t867{display:flex;z-index:999;position:relative;max-width:458px;background:rgba(24, 24, 28, 1);align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 991px) {body main .t867{margin-top:-1px;}}@media screen and (max-width: 767px) {body main .t867{row-gap:12px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t867{padding-left:16px;padding-right:16px;}}body main .t869{width:110px;}@media screen and (max-width: 991px) {body main .t869{width:136px;}}@media screen and (max-width: 767px) {body main .t869{width:142px;}}@media screen and (max-width: 480px) {body main .t869{width:140px;}}body main .t870{font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 767px) {body main .t870{font-size:16px;}}body main .t871{line-height:1.5;padding-left:0px;padding-right:0px;}body main .t872{font-size:84px;text-align:center;font-family:Montserrat;font-weight:800;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;}@media screen and (max-width: 991px) {body main .t872{line-height:0.91;}}@media screen and (max-width: 767px) {body main .t872{font-size:64px;}}@media screen and (max-width: 480px) {body main .t872{font-size:44px;line-height:1.1;margin-bottom:16px;}}body main .t873{font-size:24px;max-width:550px;text-align:center;font-weight:500;line-height:1.36;margin-left:auto;margin-right:auto;margin-bottom:60px;}@media screen and (max-width: 767px) {body main .t873{font-size:18px;margin-bottom:60px;}}@media screen and (max-width: 480px) {body main .t873{margin-bottom:10px;}}body main .t874{left:;width:fit-content;position:relative;max-width:404px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t874{margin-top:32px;margin-bottom:24px;}}@media screen and (max-width: 480px) {body main .t874{width:100%;margin-top:40px;margin-bottom:40px;}}body main .t875{width:100%;border:2px solid #ff0050;display:flex;max-width:356px;background:#f2f2f2;column-gap:12px;align-items:center;margin-left:auto;padding-top:15px;margin-right:auto;padding-left:16px;border-radius:14px;margin-bottom:60px;padding-right:24px;padding-bottom:15px;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t875{column-gap:6px;padding-top:12px;padding-left:10px;padding-right:6px;padding-bottom:12px;}}@media screen and (max-width: 767px) {body main .t875{max-width:280px;column-gap:10px;padding-top:12px;padding-left:10px;border-radius:8px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 480px) {body main .t875{max-width:260px;margin-bottom:40px;padding-right:16px;}}body main .t876{color:rgba(254,211,3,1.00);}@media screen and (max-width: 991px) {body main .t876{font-size:40px;}}@media screen and (max-width: 767px) {body main .t876{font-size:64px;}}@media screen and (max-width: 480px) {body main .t876{font-size:44px;}}@media screen and (max-width: 991px) {body main .t877{font-size:40px;}}@media screen and (max-width: 767px) {body main .t877{font-size:64px;}}@media screen and (max-width: 480px) {body main .t877{font-size:44px;}}body main .t879{color:rgba(255, 0, 80, 1);}body main .t880{top:-52px;left:-178px;width:160px;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 50%;}@media screen and (max-width: 991px) {body main .t880{left:-181px;}}@media screen and (max-width: 767px) {body main .t880{display:none;}}body main .t882{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t882{padding-left:6px;padding-right:6px;}}@media screen and (max-width: 480px) {body main .t882{padding-left:20px;padding-right:20px;}}body main .t883{max-width:404px;}body main .t884{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t884:hover{transform:;}@media screen and (max-width: 991px) {body main .t884{height:12px;}}@media screen and (max-width: 480px) {body main .t884{height:16px;padding-left:10px;}}body main .t886{margin-top:auto;align-items:stretch;margin-bottom:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t886{width:100%;margin-top:2px;margin-bottom:0px;}}body main .t887{width:39px;}@media screen and (max-width: 991px) {body main .t887{width:29px;}}@media screen and (max-width: 767px) {body main .t887{top:-1px;width:30px;position:relative;}}body main .t888{width:max-content;font-size:23px;text-align:left;font-weight:700;line-height:1;}@media screen and (max-width: 991px) {body main .t888{width:100%;font-size:16px;}}@media screen and (max-width: 767px) {body main .t888{font-size:17px;}}body main .t889{width:max-content;display:flex;font-size:18px;column-gap:7px;align-items:center;font-weight:700;line-height:1;margin-bottom:7px;}@media screen and (max-width: 991px) {body main .t889{column-gap:5px;margin-bottom:5px;}}@media screen and (max-width: 767px) {body main .t889{column-gap:5px;margin-bottom:5px;}}body main .t890{width:13px;height:13px;}@media screen and (max-width: 991px) {body main .t890{width:12px;height:12px;padding-bottom:1px;}}@media screen and (max-width: 767px) {body main .t890{width:11px;height:11px;}}body main .t891{font-size:16px;text-align:left;font-weight:500;}@media screen and (max-width: 991px) {body main .t891{font-size:15px;}}@media screen and (max-width: 767px) {body main .t891{font-size:14px;}}body main .t892{max-width:100%;padding-top:100px;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t892{padding-top:80px;padding-bottom:80px;}}body main .t893{top:0%;left:0%;right:0%;margin-top:-1px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t893{top:-46px;}}body main .t894{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t894{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t894{margin-bottom:40px;}}body main .t895{max-width:100%;}body main .t896{max-width:100%;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t896{margin-bottom:30px;}}body main .t897{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 991px) {body main .t897{max-width:200px;}}@media screen and (max-width: 767px) {body main .t897{max-width:248px;}}body main .t898{max-width:100%;}@media screen and (max-width: 991px) {body main .t899 p{font-size:16px;}}body main .t900{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t900{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t900{flex-direction:column;}}body main .t904{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t906{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t906:hover{transform:;}@media screen and (max-width: 991px) {body main .t906{height:12px;}}@media screen and (max-width: 480px) {body main .t906{height:16px;padding-left:10px;}}@media screen and (max-width: 991px) {body main .t907{font-size:18px;}}@media screen and (max-width: 480px) {body main .t907{font-size:20px;}}body main .t908{display:flex;column-gap:24px;align-items:center;margin-bottom:12px;}@media screen and (max-width: 480px) {body main .t908{column-gap:17px;}}body main .t909{line-height:1.4;}@media screen and (max-width: 991px) {body main .t909{font-size:16px;}}@media screen and (max-width: 767px) {body main .t909{font-size:18px;}}body main .t910{width:32px;}body main .t911{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:#f2f2f2;padding-left:0px;padding-right:0px;}body main .t912{top:0%;left:0%;right:0%;margin-top:-1px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t912{top:-46px;}}body main .t913{display:flex;row-gap:52px;max-width:100%;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;justify-content:center;}@media screen and (max-width: 767px) {body main .t913{row-gap:40px;}}@media screen and (max-width: 480px) {body main .t913{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t914{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:var(--darkest);padding-left:0px;padding-right:0px;}body main .t915{max-width:100%;grid-template-columns:1fr 1fr;}body main .t916{max-width:100%;}@media screen and (max-width: 991px) {body main .t916{margin-top:-10px;}}body main .t917{max-width:100%;}body main .t918{display:flex;row-gap:32px;max-width:100%;flex-direction:column;}@media screen and (max-width: 767px) {body main .t918{row-gap:20px;}}body main .t919{max-width:100%;padding-left:0px;padding-right:0px;}body main .t920{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 991px) {body main .t920{max-width:200px!important;}}@media screen and (max-width: 767px) {body main .t920{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t920{max-width:248px!important;flex-direction:column;}}body main .t921{color:rgba(17,17,20,1.00);margin-bottom:-20px;}@media screen and (max-width: 991px) {body main .t921 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t921{font-size:18px!important;margin-bottom:-20px;}}body main .t924{color:rgba(17,17,20,1.00);width:100%;margin-left:auto;margin-right:auto;margin-bottom:-20px;}@media screen and (max-width: 991px) {body main .t924 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t924{width:100%;font-size:18px!important;}}body main .t925{width:100%;max-width:650px;margin-top:-40px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t925{margin-top:-52px;}}@media screen and (max-width: 767px) {body main .t925{max-width:440px;margin-top:-32px;}}body main .t926{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t926{max-width:650px;}}@media screen and (max-width: 767px) {body main .t926{row-gap:20px;}}body main .t927{width:100%;border:1px solid var(--cta);display:flex;background:rgba(244,248,255,1.00);transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t927:hover{background:rgba(227,238,255,1.00);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(195,196,195,0.41);}body main .t927.dh-active{background:rgba(227,238,255,1.00);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(195,196,195,0.41);}body main .t927:hover .read-more-div{background:rgba(244,248,255,1.00);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(188,207,232,1.00);}body main .t927:hover img:nth-child(1){background:rgba(244,248,255,1.00);}body main .t927.dh-active .read-more-div{background:rgba(244,248,255,1.00);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(188,207,232,1.00);}body main .t927.dh-active img:nth-child(1){transform:rotate(45deg);background:rgba(244,248,255,1.00);}body main .t927:hover .pricing-accordion-toggle-div{box-shadow:2px 2px 1.5px 0.2px rgba(188,207,232,1.00);}body main .t927.dh-active .pricing-accordion-toggle-div{box-shadow:2px 2px 1.5px 0.2px rgba(188,207,232,1.00);}@media screen and (max-width: 767px) {body main .t927:hover{background:rgba(244,248,255,1.00);box-shadow:0px 0px 0px 0px rgba(244,248,255,0.00);}body main .t927.dh-active{background:rgba(227,238,255,1.00);box-shadow:0px 0px 0px 0px rgba(255,255,255,1.00);}body main .t927:hover .read-more-div{background:rgba(227,238,255,1.00);box-shadow:0px 0px 0px 0px rgba(227,238,255,1.00);}body main .t927:hover img:nth-child(1){background:rgba(227,238,255,1.00);}body main .t927.dh-active .read-more-div{box-shadow:0px 0px 0px 0px rgba(227,238,255,1.00);}body main .t927.dh-active img:nth-child(1){transform:rotate(45deg);background:rgba(244,248,255,1.00);transition:all 200ms 0ms ease;}body main .t927.dh-active:hover .read-more-div{background:rgba(244,248,255,1.00);box-shadow:0px 0px 0px 0px rgba(227,238,255,1.00);}body main .t927:hover .pricing-accordion-toggle-div{box-shadow:0px 0px 0px 0px rgba(227,238,255,1.00);}body main .t927.dh-active .pricing-accordion-bottom-div{border-radius:0px 0px 8px 8px;}body main .t927.dh-active .pricing-accordion-toggle-div{box-shadow:0px 0px 0px 0px rgba(227,238,255,1.00);}}body main .t928{cursor:pointer;}body main .t928:hover img:nth-child(2){transform:translate(3px,0px);}body main .t928.dh-active .see-less-txt{display:block;}body main .t928.dh-active .see-more-txt{display:none;}body main .t928:hover .read-more-arrow-img{transform:translate(3px,0px);}body main .t928.dh-active .read-more-arrow-img{transform:rotate(90deg);}@media screen and (max-width: 767px) {body main .t928:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t928.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t929{flex-direction:column;padding-bottom:40px;}@media screen and (max-width: 991px) {body main .t929{padding-bottom:28px;}}body main .t930{display:flex;background:var(--cta-lightest);align-items:center;padding-top:28px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:36px;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t930{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}@media screen and (max-width: 767px) {body main .t930{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t930{padding-left:16px;padding-right:12px;}}body main .t932{display:flex;column-gap:12px;}@media screen and (max-width: 991px) {body main .t932{column-gap:4px;}}@media screen and (max-width: 767px) {body main .t932{align-items:center;}}@media screen and (max-width: 480px) {body main .t932{column-gap:6px;}}body main .t933{margin-bottom:8px;}@media screen and (max-width: 991px) {body main .t933{margin-bottom:4px;}}@media screen and (max-width: 767px) {body main .t933{margin-bottom:4px;}}@media screen and (max-width: 480px) {body main .t933{margin-bottom:4px;}}body main .t934{font-size:40px;font-weight:700;line-height:1;letter-spacing:-0.6px;}@media screen and (max-width: 991px) {body main .t934{font-size:26px;}}@media screen and (max-width: 480px) {body main .t934{font-size:36px;}}body main .t935{color:var(--cta);font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}@media screen and (max-width: 991px) {body main .t935 p{font-size:14px;}}body main .t936{width:fit-content;border:1px solid var(--cta);height:fit-content;display:flex;background:rgba(227,238,255,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t937{border:1px solid var(--cta);height:40px;display:flex;background:rgb(227,238,255);column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t937{top:19px;right:13px;max-width:51px;min-width:51px;padding-top:4px;padding-left:6px;padding-right:6px;padding-bottom:4px;}}@media screen and (max-width: 767px) {body main .t937{top:0px;right:43px;width:100%;height:40px;max-width:118px;min-width:118px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t937{top:8px;right:30px;height:100%;max-width:72px;min-width:72px;column-gap:4px;padding-top:6px;padding-left:10px;margin-bottom:0px;padding-right:8px;padding-bottom:6px;}}body main .t938{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 991px) {body main .t938{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t938{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t939{width:100%;font-size:18px;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 991px) {body main .t939{font-size:11px;margin-top:0px;}}@media screen and (max-width: 767px) {body main .t939{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t939{max-width:fit-content;margin-top:-1px;}}body main .t940{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 991px) {body main .t940{left:-2px;right:0px;position:relative;max-width:8px;}}@media screen and (max-width: 767px) {body main .t940{max-width:12px;}}@media screen and (max-width: 480px) {body main .t940{max-width:10px;margin-top:0px;}}body main .t941{width:100%;display:none;font-size:18px;line-height:1;margin-right:3.85px;margin-bottom:-1px;}@media screen and (max-width: 991px) {body main .t941{font-size:11px;}}@media screen and (max-width: 767px) {body main .t941{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t941{max-width:fit-content;margin-top:-1px;margin-right:0px;}}body main .t942{margin-top:auto;padding-left:40px;margin-bottom:auto;padding-right:40px;}@media screen and (max-width: 991px) {body main .t942{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t942{padding-left:24px;padding-right:24px;}}body main .t943{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 991px) {body main .t943{padding-left:10px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t943{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}body main .t944{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:var(--white);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t944:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t944:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t944:hover{background:#cadbf6;}}body main .t945{width:100%;height:42px;display:flex;max-width:152px;background:var(--cta);column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t945:hover{box-shadow: 1.5px 1.5px 1.5px 0.2px rgba(0,53,136,0.20);}body main .t945:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t945{font-size:18px;column-gap:8px;}}body main .t946{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t946{max-width:13px;}}body main .t947{line-height:1;}@media screen and (max-width: 767px) {body main .t947{margin-bottom:-2px;}}@media screen and (max-width: 991px) {body main .t948 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t948 p{font-size:18px;}}body main .t949{max-width:100%;}body main .t950{max-width:100%;}body main .t951{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t951{max-width:650px;}}@media screen and (max-width: 767px) {body main .t951{row-gap:20px;}}body main .t952{width:100%;border:3.5px dashed var(--red);height:fit-content;display:flex;background:var(--red-light);transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t952:hover{background:rgba(255,232,241,1.00);box-shadow:1.5px 1.5px 1.5px 1px rgba(235,223,228,1);}body main .t952.dh-active{background:rgba(255,232,241,1.00);box-shadow:1.5px 1.5px 1.5px 1px rgba(235,223,228,1);}body main .t952:hover .read-more-div-red{background:var(--red-light);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t952.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t952.dh-active .read-more-div-red{background:var(--red-light);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t952:hover .accordion-toggle-div-red{background:var(--red-light);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t952.dh-active .accordion-toggle-div-red{background:var(--red-light);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}@media screen and (max-width: 767px) {body main .t952:hover{background:var(--red-light);box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t952.dh-active{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t952:hover .read-more-div-red{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t952.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t952.dh-active .read-more-div-red{background:var(--red-light);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t952:hover .accordion-toggle-div-red{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t952.dh-active .accordion-toggle-div-red{background:var(--red-light);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}}body main .t953{flex-direction:column;}body main .t954{cursor:pointer;}body main .t954.dh-active .see-less-txt{display:block;}body main .t954.dh-active .see-more-txt{display:none;}body main .t954:hover .read-more-arrow-img{transform:translate(3px,0px);}body main .t954.dh-active .read-more-arrow-img{transform:rotate(90deg);}@media screen and (max-width: 767px) {body main .t954:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t954.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t955{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 991px) {body main .t955 p{font-size:16px;}body main .t955 li{font-size:16px;}body main .t955{padding-left:16px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t955{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}body main .t958 p{margin-bottom:0px;}body main .t958{line-height:1.23!important;margin-bottom:-14px;}@media screen and (max-width: 767px) {body main .t958{margin-bottom:-12px;}}@media screen and (max-width: 480px) {body main .t958{margin-bottom:-10px;}}body main .t959{line-height:1.23!important;}body main .t960{display:flex;align-items:center;padding-top:26px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:26px;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t960{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}@media screen and (max-width: 767px) {body main .t960{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t960{column-gap:8px;padding-left:10px;padding-right:10px;}}body main .t961{display:flex;column-gap:8px;}@media screen and (max-width: 991px) {body main .t961{column-gap:4px;}}@media screen and (max-width: 480px) {body main .t961{column-gap:10px;}}body main .t962{display:flex;column-gap:12px;}@media screen and (max-width: 991px) {body main .t962{column-gap:4px;}}@media screen and (max-width: 767px) {body main .t962{align-items:center;}}@media screen and (max-width: 480px) {body main .t962{column-gap:6px;}}body main .t963{font-size:32px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t963 p{font-size:18px;}body main .t963{font-size:21px;}}@media screen and (max-width: 767px) {body main .t963 p{font-size:32px;}body main .t963{font-size:32px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}}@media screen and (max-width: 480px) {body main .t963 p{font-size:28px;}}body main .t964 p{font-size:30px;line-height:1.1;}body main .t964{align-self:center;align-items:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t964 p{font-size:18px;}}@media screen and (max-width: 767px) {body main .t964 p{font-size:28px;line-height:1.1;}}@media screen and (max-width: 480px) {body main .t964 p{font-size:22px;}}body main .t965{width:fit-content;border:1px solid var(--red);height:fit-content;display:flex;align-self:center;background:rgba(255, 232, 241, 1);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t966{width:91px;border:1px solid var(--red);height:50px;display:flex;align-self:center;background:rgba(255,232,241,1.00);column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;}@media screen and (max-width: 991px) {body main .t966{width:51px;padding-top:4px;padding-left:6px;padding-right:4px;padding-bottom:4px;}}@media screen and (max-width: 767px) {body main .t966{width:83px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t966{width:64px;height:fit-content;column-gap:2px;padding-top:8px;padding-left:10px;padding-right:6px;padding-bottom:6px;}}body main .t967{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 991px) {body main .t967{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t967{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t968{width:100%;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 991px) {body main .t968{position:relative;font-size:11px;margin-top:0px;}}@media screen and (max-width: 767px) {body main .t968{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t968{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}body main .t969{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 991px) {body main .t969{left:-2px;position:relative;max-width:8px;}}@media screen and (max-width: 767px) {body main .t969{max-width:12px;}}@media screen and (max-width: 480px) {body main .t969{max-width:10px;margin-top:0px;}}body main .t970{width:100%;display:none;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 991px) {body main .t970{font-size:11px;margin-top:0px;}}@media screen and (max-width: 767px) {body main .t970{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t970{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}body main .t971{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t971{max-width:650px;}}@media screen and (max-width: 767px) {body main .t971{row-gap:20px;}}body main .t972{width:100%;border:3.5px dashed var(--medium);height:fit-content;display:flex;background:var(--lightest);transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t972:hover{background:rgba(231,231,231,1.00);box-shadow:1.5px 1.5px 2px 1px rgba(235,234,234,1.00);}body main .t972.dh-active{background:rgba(231,231,231,1.00);box-shadow:1.5px 1.5px 2px 1px rgba(235,234,234,1.00);}body main .t972:hover .read-more-div-grey{background:var(--lightest);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t972.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t972.dh-active  .read-more-div-grey{background:var(--lightest);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t972:hover .accordion-toggle-div-grey{background:var(--lightest);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t972.dh-active  .accordion-toggle-div-grey{background:var(--lightest);box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}@media screen and (max-width: 767px) {body main .t972:hover{background:var(--lightest);box-shadow:1.5px 1.5px 2px 1px rgba(255,255,255,1.00);}body main .t972.dh-active{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t972:hover .read-more-div-grey{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px var(--lightest);}body main .t972.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t972.dh-active .read-more-div-grey{background:var(--lightest);box-shadow:0px 0px 0px 0px var(--lightest);}body main .t972:hover .accordion-toggle-div-grey{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px var(--lightest);}body main .t972.dh-active .accordion-toggle-div-grey{background:var(--lightest);box-shadow:0px 0px 0px 0px var(--lightest);}}body main .t973{cursor:pointer;}body main .t973.dh-active .see-less-txt{display:block;}body main .t973.dh-active .see-more-txt{display:none;}body main .t973:hover .read-more-arrow-img{transform:translate(3px,0px);}body main .t973.dh-active .read-more-arrow-img{transform:rotate(90deg);}@media screen and (max-width: 767px) {body main .t973:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t973.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t974{flex-direction:column;}body main .t975{display:flex;align-items:center;padding-top:26px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:26px;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t975{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}@media screen and (max-width: 767px) {body main .t975{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t975{column-gap:8px;padding-left:10px;padding-right:10px;}}body main .t976{display:flex;column-gap:12px;}@media screen and (max-width: 991px) {body main .t976{column-gap:4px;}}@media screen and (max-width: 767px) {body main .t976{align-items:center;}}@media screen and (max-width: 480px) {body main .t976{column-gap:6px;}}body main .t977{display:flex;column-gap:8px;}@media screen and (max-width: 991px) {body main .t977{column-gap:4px;}}@media screen and (max-width: 480px) {body main .t977{column-gap:10px;}}body main .t978{width:fit-content;border:1px solid #a1a4a6;height:fit-content;display:flex;align-self:center;background:rgba(231,231,231,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t979{width:91px;border:1px solid #a1a4a6;height:50px;display:flex;align-self:center;background:rgba(231,231,231,1.00);column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;}@media screen and (max-width: 991px) {body main .t979{width:51px;padding-top:4px;padding-left:6px;padding-right:4px;padding-bottom:4px;}}@media screen and (max-width: 767px) {body main .t979{width:83px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t979{width:64px;height:fit-content;column-gap:2px;padding-top:8px;padding-left:10px;padding-right:6px;padding-bottom:6px;}}body main .t980{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 991px) {body main .t980{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t980{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t981{width:100%;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 991px) {body main .t981{position:relative;font-size:11px;margin-top:0px;}}@media screen and (max-width: 767px) {body main .t981{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t981{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}body main .t982{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 991px) {body main .t982{left:-2px;position:relative;max-width:8px;}}@media screen and (max-width: 767px) {body main .t982{max-width:12px;}}@media screen and (max-width: 480px) {body main .t982{max-width:10px;margin-top:0px;}}body main .t983{width:100%;display:none;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 991px) {body main .t983{font-size:11px;margin-top:0px;}}@media screen and (max-width: 767px) {body main .t983{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t983{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}body main .t984{font-size:29px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t984 p{font-size:18px;}body main .t984{font-size:21px;}}@media screen and (max-width: 767px) {body main .t984 p{font-size:29px;}body main .t984{align-self:center;}}@media screen and (max-width: 480px) {body main .t984 p{font-size:25px;}}body main .t985 p{font-size:30px;line-height:1.1;}body main .t985{align-self:center;align-items:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t985 p{font-size:18px;}body main .t985{font-size:21px;}}@media screen and (max-width: 767px) {body main .t985 p{font-size:28px;}}@media screen and (max-width: 480px) {body main .t985 p{font-size:22px;}body main .t985{font-size:22px;}}body main .t986{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 991px) {body main .t986 p{font-size:16px;}body main .t986{padding-left:16px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t986{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}body main .t990{top:0%;left:0%;right:0%;margin-top:-1px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t990{top:-46px;}}body main .t991{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t991{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t991{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t992{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:#070708;padding-left:0px;padding-right:0px;}body main .t993{max-width:100%;}body main .t995{width:100%;display:block;flex-wrap:wrap;max-width:555px;align-items:flex-start;line-height:1.2;margin-left:auto;margin-right:auto;margin-bottom:60px;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t995{font-size:26px;}}@media screen and (max-width: 767px) {body main .t995{font-size:32px;font-weight:800;}}@media screen and (max-width: 480px) {body main .t995{margin-bottom:40px;}}body main .t996{width:100%;font-size:18px;max-width:fit-content;text-align:center;font-weight:700;margin-left:auto;margin-right:auto;margin-bottom:20px;letter-spacing:2px;}@media screen and (max-width: 991px) {body main .t996{font-size:16px;}}@media screen and (max-width: 480px) {body main .t996{max-width:242px;margin-bottom:32px;}}@media screen and (max-width: 991px) {body main .t997 p{font-size:16px;}}body main .t998{width:75px;margin-left:auto;margin-right:auto;margin-bottom:20px;}body main .t999{display:none;}body main .t1000{color:var(--cta);width:100%;display:flex;flex-wrap:nowrap;max-width:142px;background:var(--blue-light);margin-top:1.75em;transition:all 200ms 0ms ease;align-items:center;padding-left:4px;border-radius:6px;padding-right:13px;letter-spacing:-0.3px;justify-content:flex-end;}body main .t1000:hover img{transform:translate(2.5px,0px);transition:all ms 200ms ease;}@media screen and (max-width: 991px) {body main .t1000{max-width:116px;}}@media screen and (max-width: 767px) {body main .t1000{max-width:132px;margin-top:1.5em;}}@media screen and (max-width: 480px) {body main .t1000{margin-top:1em;}body main .t1000:hover{background:var(--blue-light);}}body main .t1001{width:100%;}body main .t1002{font-weight:800;}body main .t1003{font-weight:800;}body main .t1004{font-weight:800;}body main .t1005{width:%;max-width:14px;transition:all 300ms 0ms ease;margin-left:-4px;}@media screen and (max-width: 991px) {body main .t1005{max-width:12px;}}@media screen and (max-width: 767px) {body main .t1005{max-width:13px;}}body main .t1006{color:none;width:137px;height:42px;display:flex;margin-top:auto;align-items:center;font-weight:500;margin-bottom:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t1006{width:100%;height:37px;}}@media screen and (max-width: 767px) {body main .t1006{font-size:18px;}}body main .t1007{line-height:1;}@media screen and (max-width: 991px) {body main .t1007{font-size:16px;}}body main .t1008{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t1008{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t1008{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t1009{top:-2px;z-index:10;margin-top:0px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t1009{top:-46px;}}body main .t1010{max-width:100%;padding-top:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t1010{max-width:1200px;}}@media screen and (max-width: 767px) {body main .t1010{padding-top:20px;}}body main .t1011{max-width:100%;}body main .t1012{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 991px) {body main .t1012{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 767px) {body main .t1012{display:none;}}body main .t1013{width:100%;display:none;}@media screen and (max-width: 991px) {body main .t1013{max-width:440px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t1013{display:block;max-width:400px;}}body main .t1014{max-width:100%;margin-bottom:60px;}@media screen and (max-width: 991px) {body main .t1014{max-width:650px;}}@media screen and (max-width: 767px) {body main .t1014{margin-bottom:40px;}}body main .t1015{max-width:100%;padding-left:0px;padding-right:0px;}body main .t1016{width:fit-content;display:flex;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 991px) {body main .t1016{font-size:26px;}}@media screen and (max-width: 767px) {body main .t1016{font-size:32px;max-width:440px;}}@media screen and (max-width: 991px) {body main .t1017 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1017{font-size:18px!important;}}body main .t1018{width:fit-content;}body main .t1024{width:100%;display:block;flex-wrap:wrap;max-width:650px;align-items:flex-start;line-height:1.2;margin-left:auto;margin-right:auto;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 991px) {body main .t1024{font-size:26px;}}@media screen and (max-width: 767px) {body main .t1024{font-size:32px;max-width:440px;font-weight:800;}}body main .t1025 p{margin-bottom:12px;}body main .t1025{font-weight:400;margin-bottom:-12px;}@media screen and (max-width: 991px) {body main .t1025 p{font-size:16px;}body main .t1025{padding-left:10px;padding-right:0px;}}@media screen and (max-width: 767px) {body main .t1025 p{margin-bottom:10px;}body main .t1025{padding-left:16px;margin-bottom:-10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t1025{padding-left:20px;padding-right:20px;}}body main .t1026{width:100%;}body main .t1027{font-family:'Montserrat';}body main .t1028{font-weight:800;}body main .t1029{font-weight:800;}body main .t1030{font-weight:800;}body main .t1031{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:rgba(7, 7, 8, 1);padding-left:0px;padding-right:0px;}body main .t1032{display:flex;row-gap:40px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t1032{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t1033{top:0%;left:0%;right:0%;margin-top:-1px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t1033{top:-46px;}}body main .t1034{max-width:100%;grid-template-columns:1fr 1fr;}body main .t1035{margin-bottom:-18px;}@media screen and (max-width: 991px) {body main .t1035 p{font-size:16px;}}body main .t1036{width:100%;display:flex;max-width:fit-content;column-gap:12px;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t1037{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t1037{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t1037{flex-direction:column;}}body main .t1038{width:44px;}@media screen and (max-width: 991px) {body main .t1038{width:38px;}}body main .t1040{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:var(--white);padding-left:0px;padding-right:0px;}body main .t1041{top:0%;left:0%;right:0%;margin-top:-1px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t1041{top:-46px;}}body main .t1042{display:flex;row-gap:40px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t1042{row-gap:40px;}}@media screen and (max-width: 480px) {body main .t1042{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t1043{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:var(--lightest);padding-left:0px;padding-right:0px;}body main .t1044{display:flex;max-width:100%;column-gap:32px;margin-top:40px;flex-direction:column;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t1044{margin-top:32px;}}body main .t1045{max-width:100%;grid-template-columns:1fr 1fr;}body main .t1046{width:100%;display:grid;row-gap:34px;flex-wrap:wrap;max-width:950px;column-gap:30px;margin-left:auto;margin-right:auto;justify-items:center;grid-template-columns:1fr 1fr ;}@media screen and (max-width: 991px) {body main .t1046{width:100%;row-gap:24px;max-width:938px;column-gap:18px;grid-template-columns:1fr 1fr ;}}@media screen and (max-width: 767px) {body main .t1046{row-gap:20px;max-width:440px;column-gap:20px;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t1046{max-width:440px;}}body main .t1047{order:0;width:100%;display:flex;max-width:460px;transform:scale(0.975,0.975);align-self:flex-start;transition:all 200ms 0ms linear;margin-left:auto;margin-right:auto;border-radius:20px;flex-direction:column;}body main .t1047:hover{transform:scale(1,1);}body main .t1047.dh-active{transform:scale(1,1);}body main .t1047:hover .artistinfo-top-pic{filter:grayscale(0%);}body main .t1047:hover .artistinfo-top-toggle-div{background:#464647;}body main .t1047.dh-active .artistinfo-top-toggle-div{background:#464647;}@media screen and (max-width: 767px) {body main .t1047{transform:scale(1,1);}body main .t1047:hover{transform:scale(1,1);box-shadow:0px 0px 0px 0px #24282c;}body main .t1047.dh-active{transform:scale(1,1);box-shadow:0px 0px 0px 0px #464647;}body main .t1047:hover .artistinfo-top-pic{filter:grayscale(0%);}body main .t1047.dh-active .artistinfo-top-pic{filter:grayscale(0%);}body main .t1047:hover .artistinfo-top-toggle-div{background:rgba(48,52,56,1.00);}body main .t1047.dh-active .artistinfo-top-toggle-div{background:rgba(48,52,56,1.00);}}@media screen and (max-width: 480px) {body main .t1047{max-width:440px;}body main .t1047:hover .read-more-div{background:#464647;}body main .t1047.dh-active .read-more-div{background:#24282c;}}body main .t1048{height:100%;display:flex;background:rgba(32,32,36,1.00);padding-top:2px;padding-left:20px;border-radius:0px 0px 20px 20px;padding-right:20px;padding-bottom:20px;justify-content:center;}body main .t1049{cursor:pointer;display:grid;row-gap:0px;position:relative;background:rgba(32,32,36,1.00);column-gap:16px;transition:all 200ms 0ms linear;align-items:flex-start;padding-top:20px;padding-left:20px;align-content:start;border-radius:20px;padding-right:20px;padding-bottom:20px;justify-content:flex-start;grid-template-rows:auto auto 1fr auto;grid-template-columns:auto 1fr;}body main .t1049.dh-active{border-radius:20px 20px 0px 0px;}body main .t1049:hover .read-more-div{background:#464647;}body main .t1049.dh-active .see-less-txt{display:block;}body main .t1049.dh-active .see-more-txt{display:none;}body main .t1049.dh-active .read-more-div{background:#464647;}body main .t1049.dh-active .read-more-arrow-img{transform:rotate(90deg);}body main .t1049:hover #artistinfo-click-to-open-div{background:#464647;}body main .t1049.dh-active .artistinfo-top-toggle-img{transform:rotate(45deg);}body main .t1049.dh-active #artistinfo-click-to-open-div{background:#464647;}@media screen and (max-width: 767px) {body main .t1049:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1049.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t1049.dh-active:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1049:hover #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}body main .t1049.dh-active #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}}@media screen and (max-width: 480px) {body main .t1049{display:block;row-gap:8px;column-gap:8px;align-items:flex-end;flex-direction:column;}body main .t1049:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1049.dh-active .see-less-txt{display:block;}body main .t1049.dh-active .see-more-txt{display:none;}body main .t1049.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t1049.dh-active .read-more-arrow-img{transform:rotate(90deg);}}@media screen and (max-width: 767px) {body main .t1050{width:100%;}}body main .t1051{color:#111114;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;}body main .t1052{height:fit-content;font-size:18px;line-height:1.3;margin-bottom:2px;}@media screen and (max-width: 991px) {body main .t1052 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1052{font-size:16px;}}body main .t1053{height:fit-content;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:4px;}@media screen and (max-width: 991px) {body main .t1053{font-size:18px;}}@media screen and (max-width: 767px) {body main .t1053{font-size:20px;}}@media screen and (max-width: 480px) {body main .t1053{font-size:22px;}}body main .t1054{height:fit-content;font-size:18px;line-height:1.3;}@media screen and (max-width: 991px) {body main .t1054 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1054{font-size:16px;}}body main .t1056{grid-row:span 3;}body main .t1057{order:1000;width:fit-content;height:100%;display:none;grid-column:span 2;padding-top:12px;flex-direction:column;justify-content:flex-end;}@media screen and (max-width: 480px) {body main .t1057{display:block;padding-top:14px;}}body main .t1058{width:100%;display:block;position:absolute;max-width:460px;grid-column:span 2;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t1058{right:0px;max-width:320px;}}body main .t1059{top:20px;left:auto;right:20px;width:fit-content;bottom:auto;height:fit-content;display:flex;position:absolute;align-self:center;background:rgba(48,52,56,1.00);transition:all 400ms 0ms ease;align-items:center;border-radius:100%;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1059{background:rgba(48,52,56,1.00);}}@media screen and (max-width: 480px) {body main .t1059{top:auto;bottom:20px;display:none;}}body main .t1060{width:100%;max-width:31px;min-width:31px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t1060{margin-left:auto;}}body main .t1061{width:fit-content;border:1px solid #fed303;display:flex;background:rgba(48,52,56,1.00);column-gap:4px;margin-top:10px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;justify-content:center;}@media screen and (max-width: 767px) {body main .t1061{column-gap:4px;padding-left:6px;padding-right:6px;}}@media screen and (max-width: 480px) {body main .t1061{display:none;}}body main .t1062{width:108px;filter:grayscale(50%);object-fit:cover;transition:all 200ms 0ms linear;aspect-ratio:1/1;border-radius:100%;}@media screen and (max-width: 767px) {body main .t1062{width:100px;filter:grayscale(0%);}}@media screen and (max-width: 480px) {body main .t1062{top:10px;float:right;right:10px;width:80px;filter:grayscale(0%);margin-left:4px;margin-bottom:4px;shape-outside:circle(50%);}}body main .t1063{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t1063{max-width:8px;}}@media screen and (max-width: 480px) {body main .t1063{max-width:9px;margin-top:0px;}}body main .t1064{width:fit-content;font-size:14px;transition:all 200ms 0ms linear;line-height:1;}@media screen and (max-width: 767px) {body main .t1064{font-size:13.5px;letter-spacing:-0.2px;}}body main .t1065{width:fit-content;display:none;font-size:14px;transition:all 200ms 0ms linear;line-height:1;margin-left:8px;margin-right:8px;}@media screen and (max-width: 767px) {body main .t1065{font-size:13.5px;margin-left:7.5px;margin-right:7.5px;letter-spacing:-0.2px;}}body main .t1066{width:fit-content;border:1px solid #0080ff;display:flex;background:rgba(48,52,56,1.00);column-gap:3px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:0px;padding-top:6px;margin-right:0px;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;}@media screen and (max-width: 991px) {body main .t1066{top:19px;right:13px;}}@media screen and (max-width: 767px) {body main .t1066{top:0px;right:43px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t1066{top:8px;right:30px;border:1px solid #fed303;height:fit-content;display:flex;background:rgba(48,52,56,1.00);column-gap:4px;align-items:center;margin-left:0px;padding-top:8px;padding-left:10px;margin-bottom:0px;padding-right:10px;padding-bottom:8px;justify-content:center;}}body main .t1067{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 991px) {body main .t1067{font-size:14px;}}@media screen and (max-width: 767px) {body main .t1067{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t1067{width:fit-content;margin-top:-1px;transition:all 200ms 0ms linear;}}body main .t1068{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 991px) {body main .t1068{max-width:8px;}}@media screen and (max-width: 767px) {body main .t1068{max-width:12px;}}@media screen and (max-width: 480px) {body main .t1068{max-width:9px;margin-top:0px;}}body main .t1069{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 991px) {body main .t1069{font-size:14px;margin-left:8.0315px;margin-right:8.0315px;}}@media screen and (max-width: 767px) {body main .t1069{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t1069{width:fit-content;display:none;margin-top:-1px;transition:all 200ms 0ms linear;margin-left:9.18px;margin-right:9.18px;}}body main .t1070{top:-49px;right:14px;width:fit-content;border:1px solid #fed303;display:flex;z-index:10;position:relative;transform:rotate(9deg);background:rgba(48,52,56,1.00);box-shadow: 2px 2px 2px 0.2px rgba(117,17,17,0.28);column-gap:5px;text-align:center;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1070{top:-38px;right:22px;padding-top:6px;padding-left:8px;padding-right:8px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t1070{top:-54px;right:22px;}}body main .t1071{color:rgba(254,211,3,1.00);display:none;font-size:18px;text-align:center;font-weight:500;line-height:1;}@media screen and (max-width: 991px) {body main .t1071{font-size:13px;}}@media screen and (max-width: 767px) {body main .t1071{font-size:16px;}}body main .t1072{color:rgba(254,211,3,1.00);font-size:18px;text-align:center;font-weight:500;line-height:1;margin-left:3.5px;}@media screen and (max-width: 991px) {body main .t1072{font-size:13px;margin-left:2.388px;}}@media screen and (max-width: 767px) {body main .t1072{font-size:16px;margin-left:2.937px;}}body main .t1073{top:-1px;right:0px;width:100%;position:relative;max-width:23px;padding-top:9px;}@media screen and (max-width: 991px) {body main .t1073{max-width:15px;}}@media screen and (max-width: 767px) {body main .t1073{max-width:22px;padding-top:7px;}}@media screen and (max-width: 480px) {body main .t1073{top:-2px;max-width:17px;}}body main .t1074{max-width:100%;padding-left:0px;padding-right:0px;}body main .t1075{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t1075{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t1075{flex-direction:column;}}body main .t1076{margin-bottom:-20px;}@media screen and (max-width: 991px) {body main .t1076 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1076{font-size:18px!important;margin-bottom:-20px;}}body main .t1079{top:-66px;left:0%;right:0%;bottom:0%;position:relative;background:none;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t1079{top:-46px;}}body main .t1080{max-width:2100px;padding-left:18px;padding-right:18px;}@media screen and (max-width: 991px) {body main .t1080{padding-left:10px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t1080{padding-left:18px;}}body main .t1081{max-width:100%;margin-bottom:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t1081{margin-bottom:8px;}}@media screen and (max-width: 767px) {body main .t1081{max-width:100%;margin-bottom:28px;}}body main .t1082{width:48px;height:36px;max-width:100%;background:#f2f2f2;padding-left:0px;padding-right:0px;}@media screen and (max-width: 991px) {body main .t1084{right:4px;bottom:-5px;}}@media screen and (max-width: 767px) {body main .t1084{margin-left:auto;margin-right:0px;}}body main .t1085{display:flex;column-gap:40px;align-items:flex-start;justify-content:center;}body main .t1086{flex-direction:column;}body main .t1088{width:400px;height:500px;padding-left:0px;}body main .t1089{top:-16px;z-index:2;transform:;column-gap:11px;margin-top:-16px;letter-spacing:-0.2px;}body main .t1090{margin-bottom:34px;}body main .t1091{width:100%;height:100%;max-width:348px;max-height:434px;}body main .t1092{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}body main .t1093{width:100%;height:30px;max-width:30px;margin-left:auto;}body main .t1094{transform:;letter-spacing:-0.2px;}body main .t1096{z-index:2;margin-top:-16px;}body main .t1097{margin-bottom:34px;}body main .t1098{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t1098{padding-left:16px;}}body main .t1099{object-fit:cover;aspect-ratio:4/5;}body main .t1100{width:100%;height:30px;margin-left:auto;}body main .t1101{transform:;letter-spacing:-0.2px;}body main .t1104{color:rgba(7, 7, 8, 1);width:100%;max-width:fit-content;font-family:'Permanent Marker';margin-right:10px;}body main .t1106{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1106{max-width:100%;}}@media screen and (max-width: 991px) {body main .t1107 p{font-size:16px;}}body main .t1108{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t1108{width:440px;text-align:center;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1108{width:min-content;font-size:40px;padding-left:0px;padding-right:0px;flex-direction:column;}}body main .t1109{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 991px) {body main .t1109{max-width:30px;margin-right:6px;}}@media screen and (max-width: 767px) {body main .t1109{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1109{max-width:36px;margin-right:10px;}}body main .t1110{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 991px) {body main .t1110{max-width:30px;margin-left:6px;}}@media screen and (max-width: 767px) {body main .t1110{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1110{max-width:36px;margin-left:10px;}}body main .t1113{top:-66px;left:0%;right:0%;bottom:0%;position:relative;background:none;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t1113{top:-46px;}}body main .t1114{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1114{margin-bottom:36px;}}@media screen and (max-width: 480px) {body main .t1114{margin-bottom:40px;}}body main .t1115{width:100%;position:relative;max-width:2100px;margin-left:auto;margin-right:auto;padding-left:26px;padding-right:26px;}@media screen and (max-width: 991px) {body main .t1115{padding-left:6px;padding-right:6px;}}@media screen and (max-width: 767px) {body main .t1115{padding-left:34px;padding-right:34px;}}@media screen and (max-width: 480px) {body main .t1115{padding-left:0px;padding-right:0px;}}body main .t1116{width:48px;height:36px;max-width:100%;background:#f2f2f2;padding-left:0px;padding-right:0px;}body main .t1118{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t1119{margin-bottom:20px;}@media screen and (max-width: 991px) {body main .t1119 p{font-size:16px;}}body main .t1120{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t1120{text-align:center;}}@media screen and (max-width: 480px) {body main .t1120{flex-direction:column;}}body main .t1121{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 991px) {body main .t1121{max-width:34px;}}@media screen and (max-width: 480px) {body main .t1121{margin-left:auto;margin-right:18px;}}body main .t1122{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 991px) {body main .t1122{max-width:34px;margin-left:18px;}}@media screen and (max-width: 480px) {body main .t1122{margin-left:8px;margin-right:auto;}}body main .t1126{border-left:1px solid var(--lightest);padding-top:20px;border-right:1px solid var(--lightest);padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t1126{padding-top:0px;padding-bottom:0px;}}@media screen and (max-width: 480px) {body main .t1126{border-left:1px none var(--lightest);padding-top:0px;border-right:1px none var(--lightest);padding-bottom:0px;}}body main .t1127{display:flex;row-gap:10px;z-index:10;position:relative;flex-wrap:wrap;max-width:1000px;column-gap:10px;margin-top:32px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1127{margin-top:28px;}}@media screen and (max-width: 480px) {body main .t1127{row-gap:12px;z-index:10;column-gap:12px;margin-top:20px;padding-left:20px;padding-right:20px;}}body main .t1128{top:42%;left:0px;right:0px;display:flex;position:absolute;flex-wrap:nowrap;max-width:2152px;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t1128{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t1128{padding-left:8px;padding-right:8px;}}@media screen and (max-width: 480px) {body main .t1128{top:41.5%;row-gap:12px;column-gap:12px;padding-left:6px;padding-right:6px;}}body main .t1132{display:flex;position:relative;}@media screen and (max-width: 480px) {body main .t1132{justify-content:center;}}body main .t1133{width:460px;cursor:grab;}@media screen and (max-width: 480px) {body main .t1133{width:100%;}}body main .t1134{order:0;display:flex;align-self:flex-start;transition:all 200ms 0ms linear;border-radius:20px;flex-direction:column;}body main .t1135{display:flex;position:relative;background:rgba(32,32,36,1.00);padding-top:2px;padding-left:20px;border-radius:0px 0px 20px 20px;padding-right:20px;padding-bottom:20px;justify-content:center;}@media screen and (max-width: 991px) {body main .t1135{padding-left:8px;padding-right:8px;padding-bottom:10px;}}@media screen and (max-width: 480px) {body main .t1135{padding-left:10px;padding-right:10px;padding-bottom:12px;}}body main .t1136{display:grid;row-gap:0px;overflow:hidden;position:relative;background:rgba(32,32,36,1.00);column-gap:16px;transition:all 200ms 0ms linear;align-items:flex-start;padding-top:20px;padding-left:20px;align-content:start;border-radius:20px 20px 0px 0px;padding-right:20px;padding-bottom:20px;justify-content:flex-start;grid-template-rows:auto auto 1fr auto;grid-template-columns:27% 73%;}@media screen and (max-width: 991px) {body main .t1136{top:0px;padding-top:16px;padding-left:16px;padding-right:16px;padding-bottom:10px;}}@media screen and (max-width: 767px) {body main .t1136{padding-bottom:12px;}body main .t1136:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1136.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t1136.dh-active:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1136:hover #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}body main .t1136.dh-active #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}}@media screen and (max-width: 480px) {body main .t1136{display:block;row-gap:8px;column-gap:8px;align-items:flex-end;flex-direction:column;}body main .t1136:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1136.dh-active .see-less-txt{display:block;}body main .t1136.dh-active .see-more-txt{display:none;}body main .t1136.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t1136.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t1137{cursor:pointer;box-shadow: 0px 0px 0px 1px rgba(242,242,242,1.00);background-size:cover;background-image:url(https://global.divhunt.com/0c9bc60cbf3dd313f2dc7af4a06de7bb_28220.png);background-repeat:no-repeat;}@media screen and (max-width: 767px) {body main .t1137{width:100%;}}body main .t1138{height:fit-content;font-size:18px;line-height:1.3;margin-bottom:2px;}@media screen and (max-width: 991px) {body main .t1138 p{font-size:15px!important;}body main .t1138{font-size:15px!important;}}@media screen and (max-width: 767px) {body main .t1138 p{font-size:16px;}body main .t1138{font-size:16px;margin-bottom:0px;}}body main .t1139{height:100%;overflow:hidden;font-size:18px;max-height:54px;min-height:54px;line-height:1.3;}@media screen and (max-width: 991px) {body main .t1139 p{font-size:15px!important;}body main .t1139{font-size:15px!important;max-height:47px;min-height:47px;}}@media screen and (max-width: 767px) {body main .t1139 p{font-size:16px;}body main .t1139{font-size:16px;}}body main .t1140{grid-row:span 4;}body main .t1141{width:fit-content;display:flex;align-items:center;counter-reset:css-counter 0;margin-bottom:4px;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t1141{font-size:20px;}}body main .t1142{height:fit-content;font-size:18px;line-height:1.3;margin-bottom:2px;}@media screen and (max-width: 991px) {body main .t1142 p{font-size:15px!important;}body main .t1142{font-size:15px!important;}}@media screen and (max-width: 767px) {body main .t1142 p{font-size:16px;}body main .t1142{font-size:16px;margin-bottom:0px;}}body main .t1143{width:100%;display:block;max-width:100%;object-fit:cover;transition:all 200ms 0ms linear;aspect-ratio:1/1;border-radius:100%;}@media screen and (max-width: 767px) {body main .t1143{width:100px;filter:grayscale(0%);background-image:null;}}@media screen and (max-width: 480px) {body main .t1143{top:10px;float:right;right:10px;width:100%;filter:grayscale(0%);max-width:22%;margin-left:4px;margin-bottom:4px;shape-outside:circle(50%);}}body main .t1144{border:1px solid var(--light);font-size:22px;background:var(--medium-darker);text-align:left;font-weight:700;line-height:1.3;padding-top:2px;padding-left:7px;border-radius:4px;padding-right:6px;padding-bottom:1.5px;}@media screen and (max-width: 991px) {body main .t1144{font-size:16px;padding-top:1px;padding-left:5px;padding-right:4px;}}@media screen and (max-width: 767px) {body main .t1144{font-size:18px;padding-top:2.5px;padding-left:6.5px;padding-right:6px;}}@media screen and (max-width: 480px) {body main .t1144{padding-right:6px;}}body main .t1145{font-size:24px;text-align:left;font-weight:700;line-height:1.3;padding-left:10px;}@media screen and (max-width: 991px) {body main .t1145{font-size:18px;}}@media screen and (max-width: 767px) {body main .t1145{padding-left:8px;}}@media screen and (max-width: 480px) {body main .t1145{font-size:22px;}}body main .t1147{border:1px solid var(--lightest);z-index:100;position:relative;background:rgba(32,32,36,1.00);padding-top:10px;padding-left:8px;border-radius:8px;padding-right:12px;padding-bottom:10px;}@media screen and (max-width: 480px) {body main .t1147{z-index:100;position:relative;padding-top:8px;padding-left:6px;padding-right:8px;padding-bottom:8px;}}body main .t1148{border:1px solid var(--lightest);z-index:100;position:relative;background:rgba(32,32,36,1.00);padding-top:10px;padding-left:12px;border-radius:8px;padding-right:8px;padding-bottom:10px;}@media screen and (max-width: 480px) {body main .t1148{z-index:100;position:relative;padding-top:8px;padding-left:8px;padding-right:6px;padding-bottom:8px;}}body main .t1149{width:32px;}@media screen and (max-width: 480px) {body main .t1149{width:20px;}}@media screen and (max-width: 480px) {body main .t1150{width:20px;}}body main .t1151{background:;}body main .t1152{display:flex;max-width:1200px;column-gap:0%;margin-left:auto;padding-top:32px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:40px;grid-template-columns:55% 45% ;}@media screen and (max-width: 991px) {body main .t1152{margin-top:0px;padding-top:32px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t1152{padding-top:60px;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1152{padding-top:40px;}}body main .t1153{line-height:1.5;padding-left:0px;padding-right:20px;}body main .t1154{text-align:left;}@media screen and (max-width: 991px) {body main .t1154{line-height:0.91;}}@media screen and (max-width: 480px) {body main .t1154{margin-bottom:16px;}}@media screen and (max-width: 991px) {body main .t1155{font-size:40px;}}@media screen and (max-width: 767px) {body main .t1155{font-size:64px;}}@media screen and (max-width: 480px) {body main .t1155{font-size:44px;}}@media screen and (max-width: 991px) {body main .t1156{font-size:40px;}}@media screen and (max-width: 767px) {body main .t1156{font-size:64px;}}@media screen and (max-width: 480px) {body main .t1156{font-size:44px;}}body main .t1157{width:100%;font-size:24px;max-width:550px;font-weight:500;line-height:1.36;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t1157{font-size:18px;max-width:435px;margin-bottom:40px;}}@media screen and (max-width: 480px) {body main .t1157{font-size:16px;max-width:396px;}}body main .t1160{position:relative;}body main .t1161{top:-52px;left:-186px;width:160px;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 50%;}@media screen and (max-width: 991px) {body main .t1161{left:-54px;}}@media screen and (max-width: 767px) {body main .t1161{display:none;}}body main .t1162{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t1162{padding-left:6px;padding-right:6px;}}@media screen and (max-width: 480px) {body main .t1162{padding-left:20px;padding-right:20px;}}body main .t1163{max-width:404px;}body main .t1164{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t1164:hover{transform:;}@media screen and (max-width: 991px) {body main .t1164{height:12px;padding-left:6px;}}@media screen and (max-width: 480px) {body main .t1164{height:16px;padding-left:10px;}}body main .t1166{max-width:512px;justify-self:auto;padding-left:20px;padding-right:0px;}@media screen and (max-width: 991px) {body main .t1166{padding-left:0px;}}@media screen and (max-width: 767px) {body main .t1166{padding-left:0px;}}body main .t1167{z-index:999;position:relative;max-width:84%;margin-top:-8.3%;margin-left:auto;margin-right:auto;}body main .t1167#awards-svg{filter:drop-shadow(2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(0px -3px 1px rgb(0 0 0 / 0.1));}@media screen and (max-width: 767px) {body main .t1167{max-width:94%;}}body main .t1168{z-index:1;position:relative;padding-bottom:125%;}body main .t1169{top:auto;left:auto;right:auto;width:100%;border:0px none rgba(0,0,0,1);bottom:auto;height:100%;position:absolute;border-radius:20px;background-size:cover;background-image:url(https://global.divhunt.com/0c9bc60cbf3dd313f2dc7af4a06de7bb_28220.png);background-repeat:no-repeat;}body main .t1170{display:flex;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t1170{margin-top:-2px;}}body main .t1171{max-width:1200px;background:#111827;padding-left:0px;padding-right:0px;}@media screen and (max-width: 991px) {body main .t1171{max-width:100%;}}@media screen and (max-width: 767px) {body main .t1171{width:100%;max-width:259px;}}body main .t1172{top:-24px;width:100%;border:1px none ;height:2px;position:relative;max-width:1280px;background:var(--darker);margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1172{display:none;}}body main .t1173{width:100%;display:flex;z-index:999;position:relative;max-width:458px;background:var(--darker);align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 991px) {body main .t1173{max-width:100%;margin-top:-1px;}}@media screen and (max-width: 767px) {body main .t1173{row-gap:12px;max-width:259px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t1173{max-width:259px;padding-left:16px;padding-right:16px;}}body main .t1174{width:110px;}@media screen and (max-width: 991px) {body main .t1174{width:126px;}}@media screen and (max-width: 767px) {body main .t1174{width:142px;}}@media screen and (max-width: 480px) {body main .t1174{width:140px;}}body main .t1175{font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 991px) {body main .t1175{font-size:14px;}}@media screen and (max-width: 767px) {body main .t1175{font-size:16px;}}body main .t1177{width:100%;display:flex;max-width:1200px;column-gap:20px;margin-top:60px;align-items:center;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;justify-content:space-between;}@media screen and (max-width: 991px) {body main .t1177{padding-left:16px;padding-right:16px;padding-bottom:52px;}}@media screen and (max-width: 767px) {body main .t1177{max-width:100%;margin-top:20px;flex-direction:column;}}body main .t1178{font-size:16px;max-width:290px;line-height:1.4;}@media screen and (max-width: 991px) {body main .t1178{max-width:500px;text-align:center;}}@media screen and (max-width: 767px) {body main .t1178{width:100%;font-size:14px;max-width:296px!important;margin-left:auto;margin-right:auto;}}body main .t1179{font-weight:700;}body main .t1180{font-weight:400;}body main .t1181{width:100%;border:2px solid var(--darker);max-width:210px;background:var(--darker);padding-top:14px;padding-left:14px;border-radius:8px;padding-right:14px;padding-bottom:14px;}@media screen and (max-width: 767px) {body main .t1181{max-width:259px;margin-left:auto;margin-right:auto;}}body main .t1182{width:100%;border:2px solid var(--darker);display:flex;max-width:259px;background:var(--darker);column-gap:12px;align-items:center;padding-top:8px;padding-left:8px;border-radius:8px;padding-right:32px;padding-bottom:8px;justify-content:flex-start;}body main .t1185{color:var(--lightest);width:max-content;font-size:18px;margin-top:2px;font-weight:700;line-height:1;margin-bottom:6px;}body main .t1186{color:var(--light);width:max-content;font-size:13.5px;font-weight:500;line-height:1;margin-bottom:8px;}body main .t1187{color:var(--medium);width:max-content;font-size:12px;line-height:1;}body main .t1188{width:100%;border:2px solid #ff0050;display:flex;max-width:356px;background:#f2f2f2;column-gap:12px;align-items:center;padding-top:15px;padding-left:16px;border-radius:14px;padding-right:24px;padding-bottom:15px;justify-content:flex-start;}@media screen and (max-width: 991px) {body main .t1188{column-gap:8px;padding-top:12px;padding-left:10px;padding-right:6px;padding-bottom:12px;}}@media screen and (max-width: 767px) {body main .t1188{max-width:259px;column-gap:10px;padding-top:12px;padding-left:10px;border-radius:8px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 480px) {body main .t1188{padding-right:16px;}}body main .t1189{width:39px;}@media screen and (max-width: 991px) {body main .t1189{width:30px;}}@media screen and (max-width: 767px) {body main .t1189{top:-1px;width:30px;position:relative;}}body main .t1190{margin-top:auto;align-items:stretch;margin-bottom:auto;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1190{width:100%;margin-top:2px;margin-bottom:0px;}}body main .t1191{width:max-content;font-size:23px;text-align:left;font-weight:700;line-height:1;}@media screen and (max-width: 991px) {body main .t1191{width:100%;font-size:16px;}}@media screen and (max-width: 767px) {body main .t1191{font-size:17px;}}body main .t1192{width:max-content;display:flex;font-size:18px;column-gap:7px;align-items:center;font-weight:700;line-height:1;margin-bottom:7px;}@media screen and (max-width: 991px) {body main .t1192{column-gap:5px;margin-bottom:5px;}}@media screen and (max-width: 767px) {body main .t1192{column-gap:5px;margin-bottom:5px;}}body main .t1193{width:13px;height:13px;}@media screen and (max-width: 991px) {body main .t1193{width:12px;height:12px;padding-bottom:1px;}}@media screen and (max-width: 767px) {body main .t1193{width:11px;height:11px;}}body main .t1194{font-size:16px;text-align:left;font-weight:500;}@media screen and (max-width: 991px) {body main .t1194{font-size:15px;}}@media screen and (max-width: 767px) {body main .t1194{font-size:14px;}}body main .t1195{border:3px dashed #faa099;background:rgba(255,247,250,1.00);padding-top:48px;border-radius:40px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t1195{padding-top:40px;border-radius:28px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t1195{max-width:440px;border-radius:20px;padding-bottom:32px;}}body main .t1196{width:fit-content;background:rgba(255,232,241,1.00);border-top:1px solid #e02020;column-gap:12px;align-items:center;margin-left:auto;padding-top:4px;margin-right:auto;padding-left:8px;border-bottom:1px solid #e02020;margin-bottom:24px;padding-right:10px;flex-direction:row;padding-bottom:4px;justify-content:center;}@media screen and (max-width: 767px) {body main .t1196{margin-bottom:28px;}}@media screen and (max-width: 480px) {body main .t1196{display:flex;row-gap:4px;background:rgba(255,232,241,1.00);padding-top:8px;margin-bottom:32px;flex-direction:row;padding-bottom:8px;}}body main .t1197{width:fit-content;display:flex;column-gap:8px;text-align:center;margin-left:0px;margin-right:0px;}@media screen and (max-width: 480px) {body main .t1197{display:block;text-align:left;align-items:center;}}body main .t1198{width:100%;max-width:27px;}@media screen and (max-width: 480px) {body main .t1198{display:inline;max-width:26px;margin-left:auto;margin-right:5px;margin-bottom:-5px;}}body main .t1199{color:#e02020;font-size:28px;text-align:center;font-family:'Montserrat';font-weight:800;line-height:1.2;letter-spacing:0.7px;}@media screen and (max-width: 767px) {body main .t1199{font-size:24px;}}@media screen and (max-width: 480px) {body main .t1199{display:inline;font-size:18px;text-align:center;margin-left:auto;margin-right:auto;}}body main .t1200{padding-left:60px;margin-bottom:20px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1200{padding-left:40px;margin-bottom:28px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1200{padding-left:20px;margin-bottom:36px;padding-right:20px;}}body main .t1201{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.2;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1201{font-size:32px;}}body main .t1202{display:flex;margin-top:72px;padding-left:60px;margin-bottom:48px;padding-right:60px;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1202{margin-top:60px;padding-left:20px;margin-bottom:30px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1202{padding-left:10px;margin-bottom:32px;padding-right:10px;}}body main .t1203{display:grid;row-gap:12px;grid-template-columns:1fr;}body main .t1204{border:1px solid rgba(242,213,224,1.00);background:rgba(255,250,252,1.00);transition:all 200ms 0ms linear;border-radius:8px 8px 8px 8px;}body main .t1204.dh-active .regrets-toggle-img{transform:rotate(45deg);}body main .t1204:hover .regrets-accordion-top-div{background:rgba(255,232,241,1.00);}body main .t1204.dh-active .regrets-accordion-top-div{background:rgba(255,232,241,1.00);border-radius:8px 8px 0px 0px;}@media screen and (max-width: 767px) {body main .t1204:hover .regrets-accordion-top-div{background:rgba(255,250,252,1);}body main .t1204.dh-active .regrets-accordion-top-div{background:rgba(255,232,241,1.00);border-radius:8px 8px 0px 0px;}}body main .t1205{cursor:pointer;position:relative;transition:all 200ms 0ms linear;align-items:flex-start;border-radius:8px;justify-content:flex-end;}body main .t1205.dh-active .see-less-txt{display:block;}body main .t1205.dh-active .see-more-txt{display:none;}@media screen and (max-width: 480px) {body main .t1205{justify-content:flex-start;}}body main .t1206{width:100%;display:flex;z-index:10;position:absolute;max-width:530px;align-items:flex-start;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1206{max-width:372px;}}@media screen and (max-width: 480px) {body main .t1206{right:0px;max-width:fit-content;}}body main .t1207{top:-45px;right:21px;width:fit-content;border:1px solid #e02020;display:flex;position:relative;transform:rotate(9deg);background:rgba(255,232,241,1.00);border-top:1px solid #e02020;box-shadow: 2px 2px 2px 0.2px rgba(117,17,17,0.28);column-gap:5px;align-items:center;padding-top:8px;padding-left:12px;border-bottom:1px solid #e02020;border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1207{top:-38px;right:14px;padding-top:6px;padding-left:8px;padding-right:8px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t1207{top:-39px;right:12px;}}body main .t1208{display:none;font-size:18px;text-align:center;font-weight:500;line-height:1;margin-right:3.85px;}@media screen and (max-width: 767px) {body main .t1208{font-size:16px;margin-right:3.412px;}}@media screen and (max-width: 480px) {body main .t1208{margin-right:3px;}}body main .t1209{top:-1px;right:0px;width:100%;position:relative;max-width:23px;padding-top:9px;}@media screen and (max-width: 767px) {body main .t1209{max-width:22px;padding-top:7px;}}@media screen and (max-width: 480px) {body main .t1209{top:-2px;max-width:17px;}}body main .t1210{font-size:18px;text-align:center;font-weight:500;line-height:1;}@media screen and (max-width: 767px) {body main .t1210{font-size:16px;}}body main .t1211{border:0px none none;display:flex;column-gap:12px;min-height:60px;transition:all 200ms 0ms linear;align-items:center;padding-top:6px;padding-left:16px;border-bottom:1px none none;padding-right:16px;padding-bottom:6px;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t1211{column-gap:12px;padding-top:10px;padding-left:14px;padding-right:10px;padding-bottom:10px;}}body main .t1212{width:36px;}@media screen and (max-width: 767px) {body main .t1212{width:26px;}}@media screen and (max-width: 480px) {body main .t1212{width:22px;}}body main .t1213 p{line-height:1.2;}body main .t1213{bottom:-2px;position:relative;font-weight:700;}@media screen and (max-width: 767px) {body main .t1213{font-size:18px;}}@media screen and (max-width: 480px) {body main .t1213{font-size:18px;}}body main .t1214{display:flex;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;justify-content:flex-end;}body main .t1215{width:100%;border:1px solid rgba(255,232,241,1.00);max-width:32px;min-width:32px;background:#fff7fa;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:99px;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t1215{padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t1216{border-top:1px solid rgba(242,213,224,1.00);}body main .t1217 li{margin-bottom:0.5em;}body main .t1217{font-size:18px;border-top:0px none rgba(0,0,0,1);font-weight:400;padding-top:1px;padding-left:16px;padding-right:16px;}body main .t1217.dh-active{background:rgba(255,255,255,1.00);}body main .t1218{display:flex;padding-left:60px;padding-right:60px;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1218{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1218{padding-left:10px;padding-right:10px;}}body main .t1219{font-size:20px;background:rgba(255,232,241,1.00);border-top:1px solid #e02020;padding-top:20px;padding-left:40px;border-bottom:1px solid #e02020;padding-right:40px;padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t1219{font-size:18px;padding-left:32px;padding-right:32px;}}@media screen and (max-width: 480px) {body main .t1219{padding-left:20px;padding-right:20px;}}body main .t1220{color:var(--lightest);width:100%;max-width:828px;background:var(--medium-dark);column-gap:20px;margin-left:auto;padding-top:20px;margin-right:auto;padding-left:20px;border-radius:20px;padding-right:20px;padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t1220{max-width:100%;border-radius:0px;}}body main .t1221{max-width:fit-content;background:var(--cta);text-align:center;margin-left:auto;padding-top:10px;margin-right:0px;padding-left:60px;border-radius:8px;padding-right:60px;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t1221{font-size:18px;margin-right:auto;}}body main .t1222{display:flex;column-gap:20px;margin-bottom:20px;}body main .t1224{color:var(--highlight2);}body main .t1225{display:inline;}body main .t1226{width:60px;}@media screen and (max-width: 767px) {body main .t1226{width:40px;}}body main .t1227{color:rgba(255,255,255,1.00);width:fit-content;font-size:18px;line-height:1.35;}@media screen and (max-width: 767px) {body main .t1227{font-size:14px;line-height:1.7;}}body main .t1230{width:100%;height:100%;display:flex;max-width:1200px;max-height:128px;align-items:center;padding-top:16px;padding-left:20px;padding-right:20px;flex-direction:row;padding-bottom:16px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1230{height:fit-content;display:flex;max-width:100%;max-height:fit-content;margin-left:auto;margin-right:auto;padding-left:0px;border-bottom:2px solid rgba(36, 40, 44, 1);margin-bottom:0px;padding-right:0px;flex-direction:column;padding-bottom:0px;}}@media screen and (max-width: 480px) {body main .t1230{height:fit-content;display:block;grid-template-rows:1fr;grid-template-columns:1fr 1fr;}}body main .t1231{display:flex;z-index:50;column-gap:10px;align-items:center;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t1231{left:-61px;margin-left:auto;margin-right:auto;margin-bottom:20px;}}@media screen and (max-width: 480px) {body main .t1231{width:fit-content;margin-bottom:16px;}}@media screen and (max-width: 350px) {body main .t1231{margin-bottom:14px;}}body main .t1232{text-align:center;}@media screen and (max-width: 767px) {body main .t1232{width:100%;border-top:2px solid rgba(36, 40, 44, 1);padding-top:20px;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t1232{padding-top:22px;padding-bottom:16px;}}body main .t1233{top:24px;left:10px;flex-direction:column;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1233{top:17px;}}@media screen and (max-width: 480px) {body main .t1233{top:5px;}}body main .t1234{width:fit-content;display:flex;align-items:center;justify-content:center;}body main .t1235{display:flex;column-gap:3px;}body main .t1236{font-size:15px;margin-top:-3.5px;}@media screen and (max-width: 991px) {body main .t1236{font-size:10px;}}@media screen and (max-width: 767px) {body main .t1236{margin-top:-4px;}}@media screen and (max-width: 480px) {body main .t1236{font-size:12px;margin-top:-2px;}}body main .t1237{font-weight:500;}@media screen and (max-width: 991px) {body main .t1237{font-size:14px;}}@media screen and (max-width: 480px) {body main .t1237{font-size:16px;}}body main .t1238{width:27px;height:27px;margin-top:1px;}@media screen and (max-width: 991px) {body main .t1238{width:20px;height:20px;}}@media screen and (max-width: 767px) {body main .t1238{width:25px;height:25px;}}@media screen and (max-width: 480px) {body main .t1238{width:21px;height:21px;margin-top:2px;}}body main .t1239{width:90px;height:90px;max-width:90px;max-height:90px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 767px) {body main .t1239{left:px;width:73px;height:73px;max-width:73px;max-height:73px;}}@media screen and (max-width: 480px) {body main .t1239{width:51px;height:51px;max-width:51px;max-height:51px;}}body main .t1240{width:96px;height:96px;z-index:10;position:absolute;max-width:96px;max-height:96px;object-fit:cover;}@media screen and (max-width: 767px) {body main .t1240{left:px;width:80px;height:80px;max-width:80px;max-height:80px;}}@media screen and (max-width: 480px) {body main .t1240{width:56px;height:56px;max-width:56px;max-height:56px;}}body main .t1241{font-size:24px;text-align:center;line-height:1.2;}@media screen and (max-width: 991px) {body main .t1241{padding-left:16px;margin-bottom:4px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t1241{padding-left:20px;margin-bottom:2px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1241{font-size:14px;padding-left:10px;padding-right:10px;padding-bottom:2px;}}body main .t1242{color:var(--cta);font-size:40px;font-weight:700;line-height:1;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;letter-spacing:-1px;}body main .t1242:hover{color:var(--cta-lighter);text-decoration:none;}@media screen and (max-width: 991px) {body main .t1242{font-size:28px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t1242{font-size:34px;}}@media screen and (max-width: 480px) {body main .t1242{font-size:30px;}}body main .t1243{font-weight:700;}body main .t1244{font-weight:400;}body main .t1245{color:var(--white);border:1.8px solid white;display:flex;background:var(--cta);box-shadow:0px 0px 0px 3px var(--cta);align-items:center;line-height:1.2em;margin-left:auto;padding-top:24px;margin-right:auto;padding-left:48px;border-radius:200px;padding-right:48px;padding-bottom:24px;justify-content:center;text-decoration:none;}body main .t1245 >img{transition:all 300ms 0ms ease-in;}body main .t1245:hover{background:var(--cta-darker);box-shadow:0px 0px 0px 3px var(--cta-dark);transition:all 300ms 0ms ease-in;}body main .t1245:hover >img{transform:translate(0.5em,0px);transition:all 300ms 0ms ease-in;}@media screen and (max-width: 991px) {body main .t1245{max-width:256px;padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t1245{margin-left:auto;padding-top:20px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:20px;}}body main .t1246{height:19px;position:relative;max-width:%;transform:translate(0px, 0px);transition:;padding-left:12px;}body main .t1246:hover{transform:;}@media screen and (max-width: 991px) {body main .t1246{height:12px;}}@media screen and (max-width: 767px) {body main .t1246{height:17px;}}@media screen and (max-width: 480px) {body main .t1246{height:16px;padding-left:10px;}}body main .t1247{top:23px;left:60px;position:initial;font-size:24px;font-weight:500;line-height:1.275;letter-spacing:-0.5px;}@media screen and (max-width: 991px) {body main .t1247{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1247{font-size:18px;}}@media screen and (max-width: 480px) {body main .t1247{font-size:20px;}}body main .t1248{background:var(--lightest);}body main .t1251{background:var(--darkest);}body main .t1253{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t1253{row-gap:30px;grid-template-columns:1fr ;}}body main .t1255{display:flex;row-gap:25px;flex-direction:column;}body main .t1260{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t1261{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t1262{display:flex;column-gap:100px;}body main .t1266{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t1274{color:rgba(0,0,0,1.00);margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t1282{display:grid;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t1282{row-gap:30px;grid-template-columns:1fr ;}}body main .t1284{display:flex;row-gap:25px;flex-direction:column;}@media screen and (max-width: 991px) {body main .t1284{row-gap:20px;}}body main .t1292{max-width:100%;flex-direction:column;}body main .t1293{width:100%;display:flex;row-gap:30px;max-width:650px;margin-left:auto;margin-right:auto;flex-direction:column;justify-content:center;grid-template-columns:350px 1fr;}@media screen and (max-width: 991px) {body main .t1293{grid-template-columns:1fr ;}}@media screen and (max-width: 767px) {body main .t1293{max-width:440px;}}body main .t1295{display:flex;flex-direction:column;}body main .t1296{display:flex;flex-direction:column;}body main .t1297{text-align:left;}body main .t1298{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t1302{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t1302:hover{transform:;}@media screen and (max-width: 991px) {body main .t1302{height:12px;}}@media screen and (max-width: 480px) {body main .t1302{height:16px;padding-left:10px;}}body main .t1303{margin:0px 0px 10px 0px;display:block;font-weight:600;}body main .t1304{width:100%;}@media screen and (max-width: 480px) {body main .t1304{padding-left:20px;padding-right:20px;}}body main .t1306{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t1306:hover{transform:;}@media screen and (max-width: 991px) {body main .t1306{height:12px;}}@media screen and (max-width: 480px) {body main .t1306{height:16px;padding-left:10px;}}@media screen and (max-width: 991px) {body main .t1307{font-size:18px;}}@media screen and (max-width: 480px) {body main .t1307{font-size:20px;}}body main .t1309{background:var(--darkest);min-height:100vh;border-bottom:3px dashed var(--medium-darker);}body main .t1311{display:flex;row-gap:40px;padding-top:32px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 991px) {body main .t1311{padding-top:32px;padding-bottom:60px;}}@media screen and (max-width: 767px) {body main .t1311{padding-top:60px;}}@media screen and (max-width: 480px) {body main .t1311{row-gap:28px;}}body main .t1313{text-align:center;line-height:1.5;padding-left:0px;padding-right:20px;}@media screen and (max-width: 767px) {body main .t1313{margin-bottom:0px;}}body main .t1314{width:100%;display:flex;row-gap:32px;max-width:650px;background:var(--dark);margin-left:auto;padding-top:48px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t1314{padding-top:28px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t1314{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t1314{padding-top:28px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t1315{width:100%;display:flex;row-gap:32px;max-width:650px;background:var(--cta);margin-left:auto;padding-top:12px;margin-right:auto;padding-left:12px;border-radius:12px;padding-right:12px;flex-direction:column;padding-bottom:12px;}body main .t1315:hover{background:var(--cta-darker);transition:all 300ms 0ms ease-in;}body main .t1315:hover .cta-button-arrow{transform:translate(5px,0px);transition:all 200ms 0ms linear;}body main .t1316{width:100%;display:flex;row-gap:22px;max-width:650px;background:var(--dark);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t1316{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t1316{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t1316{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t1317{width:100%;display:flex;row-gap:22px;max-width:650px;background:var(--dark);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t1317{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t1317{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t1317{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t1318{width:100%;display:flex;row-gap:22px;max-width:650px;background:var(--dark);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:80px;border-radius:20px;padding-right:80px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t1318{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t1318{padding-left:60px;padding-right:60px;}}@media screen and (max-width: 480px) {body main .t1318{padding-top:20px;padding-left:20px;padding-right:20px;padding-bottom:28px;}}body main .t1319{width:100%;display:flex;row-gap:22px;max-width:650px;background:var(--dark);margin-left:auto;padding-top:32px;margin-right:auto;padding-left:40px;border-radius:20px;padding-right:40px;flex-direction:column;padding-bottom:48px;}@media screen and (max-width: 991px) {body main .t1319{padding-top:20px;padding-left:4px;padding-right:4px;padding-bottom:28px;}}@media screen and (max-width: 767px) {body main .t1319{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1319{padding-top:20px;padding-left:10px;padding-right:10px;padding-bottom:28px;}}body main .t1320{top:-24px;width:100%;border:1px none ;height:2px;max-width:1280px;background:rgba(36, 40, 44, 1);margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}body main .t1321{font-size:24px;max-width:fit-content;font-weight:500;line-height:1.36;margin-left:auto;margin-right:auto;margin-bottom:40px;}@media screen and (max-width: 991px) {body main .t1321{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1321{font-size:20px;margin-bottom:0px;}}body main .t1322{display:flex;max-width:fit-content;column-gap:12px;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:30px;justify-content:center;}@media screen and (max-width: 767px) {body main .t1322{margin-bottom:10px;}}body main .t1323{display:inline;max-width:fit-content;align-self:center;margin-left:auto;margin-right:auto;margin-bottom:0px;}@media screen and (max-width: 991px) {body main .t1323{font-size:36px;}}body main .t1324{width:84px;display:inline;}@media screen and (max-width: 991px) {body main .t1324{width:38px;}}@media screen and (max-width: 767px) {body main .t1324{width:64px;}}@media screen and (max-width: 480px) {body main .t1324{width:44px;}}body main .t1325{display:flex;column-gap:8px;align-items:center;}@media screen and (max-width: 991px) {body main .t1326{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1326{font-size:18px;}}body main .t1327{width:50px;background:var(--medium-darker);object-fit:cover;border-radius:12px;}@media screen and (max-width: 480px) {body main .t1327{width:40px;}}@media screen and (max-width: 991px) {body main .t1328{font-size:14px;}}@media screen and (max-width: 767px) {body main .t1328{font-size:18px;}}body main .t1329{display:flex;max-width:fit-content;text-align:center;align-items:center;font-weight:500;line-height:1.2;margin-left:auto;margin-right:auto;justify-content:center;}body main .t1330{height:16px;position:relative;max-width:%;transform:translate(0px, 0px);transition:all 200ms 0ms linear;padding-left:12px;}body main .t1330:hover{transform:;}@media screen and (max-width: 480px) {body main .t1330{height:17px;}}body main .t1331{color:var(--white);}@media screen and (max-width: 991px) {body main .t1332{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1332{font-size:18px;}}body main .t1333{font-size:42px;font-weight:700;line-height:1.3;}@media screen and (max-width: 991px) {body main .t1333{font-size:26px;}}@media screen and (max-width: 480px) {body main .t1333{font-size:40px;}}body main .t1334{display:flex;flex-direction:column;}body main .t1335{object-fit:cover;aspect-ratio:700/490;border-radius:20px;}@media screen and (max-width: 991px) {body main .t1336{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1336{font-size:18px;}}@media screen and (max-width: 991px) {body main .t1337{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1337{font-size:18px;}}body main .t1339{color:var(--highlight1);}body main .t1342{font-size:42px;font-weight:700;line-height:1.3;}@media screen and (max-width: 991px) {body main .t1342{font-size:26px;}}@media screen and (max-width: 480px) {body main .t1342{font-size:40px;}}body main .t1343{display:flex;background:var(--medium-darkest);column-gap:12px;align-items:center;padding-top:10px;padding-left:16px;border-radius:12px;padding-right:16px;padding-bottom:10px;}body main .t1343:hover{background:var(--medium-darker);}body main .t1343:hover >p{color:var(--white);}@media screen and (max-width: 991px) {body main .t1343{padding-left:10px;border-radius:8px;padding-right:10px;}}body main .t1344{width:38px;background:rgba(70, 70, 71, 1);object-fit:cover;border-radius:12px;}@media screen and (max-width: 991px) {body main .t1344{width:25px;border-radius:4px;}}body main .t1345{font-size:18px;font-weight:500;}@media screen and (max-width: 991px) {body main .t1345{font-size:16px;}}@media screen and (max-width: 991px) {body main .t1346{font-size:16px;margin-bottom:-21px;}}@media screen and (max-width: 767px) {body main .t1346{font-size:18px;}}body main .t1347{font-size:42px;font-weight:700;line-height:1.3;}@media screen and (max-width: 991px) {body main .t1347{font-size:26px;}}@media screen and (max-width: 480px) {body main .t1347{font-size:40px;}}body main .t1348{font-size:42px;font-weight:700;line-height:1.3;padding-left:40px;padding-right:40px;}@media screen and (max-width: 991px) {body main .t1348{font-size:26px;padding-left:16px;}}@media screen and (max-width: 767px) {body main .t1348{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1348{font-size:40px;padding-left:30px;padding-right:30px;}}body main .t1350{background:var(--lightest);}body main .t1351{display:flex;row-gap:40px;min-height:100vh;border-bottom:3px dashed rgba(70, 70, 71, 1);flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t1351{row-gap:40px;padding-bottom:80px;}}@media screen and (max-width: 480px) {body main .t1351{padding-bottom:40px;}}body main .t1354{display:flex;row-gap:30px;padding-top:32px;flex-direction:column;padding-bottom:0px;}@media screen and (max-width: 991px) {body main .t1354{padding-top:32px;}}@media screen and (max-width: 480px) {body main .t1354{row-gap:20px;padding-top:20px;}}body main .t1355{display:flex;row-gap:20px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t1355{row-gap:16px;}}body main .t1356{display:flex;row-gap:10px;max-width:100%;margin-top:40px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1356{margin-top:20px;}}@media screen and (max-width: 480px) {body main .t1356{margin-top:0px;}}body main .t1357{display:flex;row-gap:20px;flex-direction:column;}@media screen and (max-width: 480px) {body main .t1357{row-gap:16px;}}body main .t1358{width:100%;max-width:900px;text-align:center;margin-left:auto;margin-right:auto;margin-bottom:0px;letter-spacing:-0.5px;}@media screen and (max-width: 767px) {body main .t1358{max-width:440px;letter-spacing:-0.3px;}}body main .t1359{top:-24px;width:100%;border:1px none var(--medium-darkest);height:2px;max-width:900px;background:var(--medium-darkest);margin-left:auto;margin-right:auto;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1359{display:block;}}body main .t1360{width:100%;font-size:24px;max-width:900px;text-align:center;font-weight:700;line-height:1.36;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1360{font-size:22px;}}body main .t1361{width:100%;display:flex;row-gap:20px;max-width:900px;margin-left:auto;margin-right:auto;margin-bottom:40px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1361{margin-bottom:20px;}}body main .t1362{font-weight:700;}@media screen and (max-width: 767px) {body main .t1362{font-size:18px;}}body main .t1366{font-size:32px;margin-top:40px;font-weight:700;line-height:1;margin-bottom:20px;}@media screen and (max-width: 767px) {body main .t1366{font-size:26px;}}@media screen and (max-width: 480px) {body main .t1366{font-size:24px;}}body main .t1367{margin-bottom:10px;}body main .t1368{margin-bottom:10px;}body main .t1369{margin-bottom:10px;}body main .t1370{margin-bottom:10px;}@media screen and (max-width: 767px) {body main .t1370{margin-bottom:16px;}}body main .t1373{font-weight:700;}body main .t1375{font-weight:700;}body main .t1376{height:22.5px;}@media screen and (max-width: 767px) {body main .t1376{height:21px;}}body main .t1377{width:100%;display:flex;max-width:900px;background:var(--cta);text-align:center;align-items:center;font-weight:500;line-height:1.2;margin-left:auto;padding-top:12px;margin-right:auto;padding-left:12px;border-radius:12px;padding-right:12px;padding-bottom:12px;justify-content:center;}body main .t1377:hover{background:var(--cta-darker);box-shadow:2px 2px 2px 1px var(--lighter);}body main .t1377:hover .cta-button-arrow{transform:translate(3px,0px);}@media screen and (max-width: 767px) {body main .t1377:hover{background:var(--cta);box-shadow:0px 0px 0px 0px var(--lighter);}body main .t1377:hover .cta-button-arrow{transform:translate(0px,0px);}}body main .t1378{height:16px;position:relative;transform:translate(0px, 0px);transition:all 200ms 0ms linear;padding-left:12px;}@media screen and (max-width: 480px) {body main .t1378{height:17px;}}body main .t1379{color:var(--white);}body main .t1380{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t1381{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t1382{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t1383{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t1384{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t1385{width:100%;display:grid;row-gap:30px;max-width:900px;column-gap:30px;margin-left:auto;margin-right:auto;grid-template-columns:1fr;}body main .t1386{width:100%;margin-left:auto;margin-right:auto;}body main .t1386:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1386:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t1386.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1386.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1386.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t1386:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t1386:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t1386.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1386.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1386.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t1387{position:relative;}body main .t1387.dh-active .see-less-txt{display:block;}body main .t1387.dh-active .see-more-txt{display:none;}body main .t1387:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t1387{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t1387:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t1388{margin-bottom:32px;}body main .t1389{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}body main .t1390{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1390{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t1392{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t1393{row-gap:0px;}body main .t1395{width:fit-content;height:95.5px;margin-bottom:6px;}@media screen and (max-width: 767px) {body main .t1395{height:90px;}}body main .t1396{margin-bottom:8px;}body main .t1397{margin-bottom:8px;}body main .t1398{margin-bottom:8px;}body main .t1399{margin-bottom:8px;}body main .t1400{font-weight:700;}body main .t1402{width:fit-content;bottom:-5px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t1402{height:21px;}}body main .t1404{width:fit-content;bottom:-6px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t1404{bottom:-5px;height:21px;}}body main .t1406{width:fit-content;bottom:-7px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t1406{height:21px;}}body main .t1407{width:fit-content;bottom:-7px;height:22.5px;display:inline;position:relative;}@media screen and (max-width: 767px) {body main .t1407{height:21px;}}body main .t1410{width:100%;margin-left:auto;margin-right:auto;}body main .t1410:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1410:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t1410.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1410.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1410.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t1410:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t1410:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t1410.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1410.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1410.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t1411:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t1411{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t1411:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t1413{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 480px) {body main .t1413{max-width:min-content;}}body main .t1414{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1414{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t1416{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t1480{width:100%;margin-left:auto;margin-right:auto;}body main .t1480:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1480:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t1480.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1480.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1480.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t1480:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t1480:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t1480.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1480.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1480.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t1481:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t1481{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t1481:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t1483{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 991px) {body main .t1483{max-width:min-content;}}body main .t1484{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1484{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t1486{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t1516{width:100%;margin-left:auto;margin-right:auto;}body main .t1516:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1516:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t1516.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1516.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1516.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t1516:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t1516:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t1516.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1516.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1516.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t1517:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t1517{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t1517:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t1519{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 991px) {body main .t1519{max-width:min-content;}}@media screen and (max-width: 480px) {body main .t1519{max-width:min-content;}}body main .t1520{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1520{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t1522{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t1537{width:100%;margin-left:auto;margin-right:auto;}body main .t1537:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1537:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t1537.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1537.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1537.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t1537:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t1537:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t1537.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1537.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1537.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t1538{position:relative;}body main .t1538.dh-active .see-less-txt{display:block;}body main .t1538.dh-active .see-more-txt{display:none;}body main .t1538:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t1538{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t1538:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t1539{margin-bottom:32px;}body main .t1540{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}@media screen and (max-width: 991px) {body main .t1540{max-width:min-content;}}body main .t1541{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:var(--red-marker);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1541{transform:scale(1,1);}}body main .t1543{top:0px;left:0px;right:0px;width:100%;bottom:auto;position:absolute;max-width:900px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1543{max-width:900px;}}@media screen and (max-width: 480px) {body main .t1544{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t1545{top:-33px;right:52px;width:fit-content;border:1px solid var(--red-dark);display:flex;position:relative;transform:rotate(9deg);background:var(--red-marker);border-top:1px solid var(--red-dark);box-shadow: 2px 2px 2px 0.2px rgba(117,17,17,0.28);column-gap:5px;align-items:center;margin-left:auto;padding-top:8px;margin-right:0auto;padding-left:12px;border-bottom:1px solid var(--red-dark);border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-end;}@media screen and (max-width: 991px) {body main .t1545{top:-26px;right:16px;padding-top:4px;padding-bottom:4px;}}@media screen and (max-width: 767px) {body main .t1545{top:-31px;right:31px;padding-top:6px;padding-left:8px;padding-right:8px;padding-bottom:6px;}}body main .t1546{display:none;font-size:18px;text-align:center;font-weight:500;line-height:1;}@media screen and (max-width: 991px) {body main .t1546{font-size:13px;}}@media screen and (max-width: 767px) {body main .t1546{font-size:16px;}}body main .t1547{font-size:18px;text-align:center;font-weight:500;line-height:1;margin-left:3.313px;}@media screen and (max-width: 991px) {body main .t1547{font-size:13px;margin-left:2.388px;}}@media screen and (max-width: 767px) {body main .t1547{font-size:16px;margin-left:2.937px;}}body main .t1548{width:100%;max-width:23px;padding-top:9px;}@media screen and (max-width: 991px) {body main .t1548{top:-3px;position:relative;max-width:19px;}}@media screen and (max-width: 767px) {body main .t1548{padding-top:7px;}}body main .t1549{background:var(--white);}body main .t1550{background:var(--white);}body main .t1551{background:var(--white);}body main .t1552{background:rgb(255,255,255);}body main .t1554{background:var(--white);}body main .t1560{background:var(--white);}body main .t1563{background:var(--white);}body main .t1564{background:var(--white);}@media screen and (max-width: 480px) {body main .t1580{width:100%;}}body main .t1598{width:100%;margin-left:auto;margin-right:auto;}body main .t1598:hover .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1598:hover .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}body main .t1598.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1598.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1598.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}@media screen and (max-width: 767px) {body main .t1598:hover .privacyterms-toggle-div{transform:scale(1.00,1.00);background:rgba(250,217,224,1.00);}body main .t1598:hover .privacyterms-accordion-top{background:rgba(235, 0, 61, 1);box-shadow:0px 0px 0px 0px rgb(195, 196, 195);}body main .t1598.dh-active .privacyterms-toggle-div{transform:scale(1.05,1.05);background:rgba(250,217,224,1.00);}body main .t1598.dh-active .privacyterms-toggle-img{transform:rotate(45deg);}body main .t1598.dh-active .privacyterms-accordion-top{background:#ff0050;box-shadow:2px 2px 2px 1px rgb(195, 196, 195);}}body main .t1600:hover .privacyterms-top-arrow{transform:translate(4px,0px);}@media screen and (max-width: 767px) {body main .t1600{background:rgba(235, 0, 61, 1);column-gap:12px;}body main .t1600:hover .privacyterms-top-arrow{transform:translate(0px,0px);}}body main .t1603{font-size:40px;text-align:left;line-height:1;text-transform:uppercase;}body main .t1604{width:fit-content;height:fit-content;display:flex;transform:scale(0.975,0.975);align-self:center;background:rgba(250,217,224,1.00);margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1604{transform:scale(1,1);}}@media screen and (max-width: 480px) {body main .t1606{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}body main .t1607{overflow:hidden;}body main .t1608{overflow:hidden;}body main .t1609{contain:paint;background:var(--darkest);}body main .t1610{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t1610{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t1610{padding-top:80px;padding-bottom:80px;}}body main .t1611{row-gap:80px;z-index:10!important;position:relative;border-top:3px dashed var(--medium-darker);align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t1611{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t1611{padding-top:80px;padding-bottom:80px;}}body main .t1615{margin-top:-4px!important;}body main .t1616{display:flex;row-gap:80px;z-index:2;position:relative;padding-top:100px;margin-bottom:-4px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t1616{row-gap:60px;padding-top:80px;padding-bottom:80px;}}body main .t1617{z-index:1;position:relative;margin-top:-2px;}body main .t1618{z-index:1;position:relative;margin-top:-2px!important;}body main .t1619{contain:paint;}body main .t1620{color:var(--darker);padding-top:64px;padding-bottom:64px;}@media screen and (max-width: 480px) {body main .t1620{padding-top:44px;padding-bottom:44px;}}body main .t1621{border-bottom:3px dashed var(--medium-darker);}body main .t1622{position:relative;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t1622{background:rgba(7, 7, 8, 1);}}body main .t1623{display:flex;row-gap:60px;padding-top:60px;padding-left:20px;padding-right:20px;flex-direction:column;padding-bottom:80px;}@media screen and (max-width: 1240px) {body main .t1623{z-index:10 !important;padding-top:68px;}}@media screen and (max-width: 991px) {body main .t1623{padding-left:8px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t1623{padding-top:60px;}}@media screen and (max-width: 480px) {body main .t1623{padding-top:60px;padding-left:10px;padding-right:10px;padding-bottom:72px;}}@media screen and (max-width: 350px) {body main .t1623{padding-top:64px;padding-bottom:64px;}}body main .t1625{max-width:100%;background:var(--dark);padding-top:20px;padding-left:20px;border-bottom:3px dashed var(--medium-darker);padding-right:20px;padding-bottom:20px;}@media screen and (max-width: 991px) {body main .t1625{padding-left:16px;padding-right:16px;}}body main .t1626{display:flex;max-width:fit-content;align-items:center;padding-left:0px;padding-right:0px;flex-direction:row;}@media screen and (max-width: 480px) {body main .t1626{flex-direction:column;}}body main .t1627{font-size:32px;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t1627{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1627{font-size:24px;}}@media screen and (max-width: 480px) {body main .t1627{font-size:20px;margin-bottom:3px;}}body main .t1628{color:var(--cta);font-size:32px;font-weight:700;line-height:1;margin-left:auto;margin-right:auto;padding-left:0px;padding-right:0px;letter-spacing:-0.2px;}body main .t1628:hover{color:var(--cta-lighter);text-decoration:none;}@media screen and (max-width: 991px) {body main .t1628{font-size:22px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t1628{font-size:24px;}}@media screen and (max-width: 480px) {body main .t1628{font-size:30px;}}body main .t1629{border:3px dashed var(--medium-darker);z-index:10 !important;position:relative;max-width:1200px;background:var(--dark);text-align:center;padding-top:60px;padding-left:60px;border-radius:40px;padding-right:60px;padding-bottom:20px;}@media screen and (max-width: 1240px) {body main .t1629{max-width:650px;padding-top:56px;padding-left:40px;padding-right:40px;}}@media screen and (max-width: 767px) {body main .t1629{padding-left:0px;border-radius:28px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t1629{padding-top:48px;border-radius:20px;padding-bottom:10px;}}body main .t1630{height:fit-content;}body main .t1631{width:100%;font-size:44px;font-family:'Roboto';line-height:0.95em;margin-left:auto;margin-right:auto;margin-bottom:20px;letter-spacing:-0.7px;}@media screen and (max-width: 991px) {body main .t1631{font-size:33px;max-width:268px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t1631{font-size:36px;padding-left:12px;padding-right:12px;}}@media screen and (max-width: 480px) {body main .t1631{font-size:33px;line-height:1.1em;padding-left:20px;padding-right:20px;}}body main .t1632{font-size:20px!important;max-width:800px;text-wrap:balance;font-weight:400;line-height:1.2;margin-left:auto;margin-right:auto;margin-bottom:20px;}@media screen and (max-width: 1240px) {body main .t1632{max-width:600px;}}@media screen and (max-width: 767px) {body main .t1632{font-size:18px!important;padding-left:12px;padding-right:12px;}}@media screen and (max-width: 480px) {body main .t1632{font-size:16px;line-height:1.3em!important;padding-left:30px;padding-right:30px;}}@media screen and (max-width: 350px) {body main .t1632{font-size:16px!important;padding-left:8px;padding-right:8px;}}@media screen and (max-width: 480px) {body main .t1633{font-size:33px;padding-top:0px;}}@media screen and (max-width: 480px) {body main .t1634{font-size:33px;}}body main .t1635{width:100%;}body main .t1636{max-width:100%;}body main .t1637{max-width:100%;}@media screen and (max-width: 991px) {body main .t1637{padding-left:10px;padding-right:10px;}}body main .t1638{background:var(--lightest);border-top:1px solid var(--light);padding-left:10px;border-bottom:1px solid var(--light);padding-right:10px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t1638{padding-left:20px;padding-right:20px;padding-bottom:50px;}}@media screen and (max-width: 480px) {body main .t1638{padding-left:16px;padding-right:16px;padding-bottom:52px;}}body main .t1639{max-width:600px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1639{display:none;}}body main .t1640{font-size:18px;text-align:center;padding-top:24px;padding-bottom:16px;}@media screen and (max-width: 767px) {body main .t1640{padding-top:24px;padding-bottom:16px;}}body main .t1641{display:none;max-width:600px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1641{display:block;}}body main .t1642{width:100%;}body main .t1643{max-width:100%;}body main .t1644{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:80px;}@media screen and (max-width: 767px) {body main .t1644{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t1644{display:flex;padding-top:80px;padding-bottom:80px;}}@media screen and (max-width: 350px) {body main .t1644{padding-bottom:40px;}}body main .t1645{width:100%;}body main .t1646{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t1646{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t1646{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t1647{width:100%;}body main .t1648{display:flex;row-gap:40px;z-index:2;position:relative;align-items:center;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t1648{display:flex;padding-bottom:80px;}}body main .t1649{max-width:100%;grid-template-columns:1fr 1fr;}@media screen and (max-width: 350px) {body main .t1649{padding-left:24px!important;padding-right:24px!important;}}body main .t1650{width:100%;}body main .t1651{margin-bottom:-18px;}@media screen and (max-width: 991px) {body main .t1651 p{font-size:20px;}}@media screen and (max-width: 767px) {body main .t1651 p{font-size:18px;}}body main .t1652{width:100%;display:flex;max-width:fit-content;column-gap:12px;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t1653{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t1653{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t1653{display:block;font-size:44px!important;text-align:center;}}@media screen and (max-width: 480px) {body main .t1653{flex-direction:column;}}@media screen and (max-width: 350px) {body main .t1653{font-size:36px!important;}}body main .t1654{width:44px;}@media screen and (max-width: 991px) {body main .t1654{width:38px;}}body main .t1656{top:-66px;left:0%;right:0%;bottom:0%;position:relative;background:none;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t1656{top:-46px;}}body main .t1657{width:48px;height:36px;max-width:100%;background:var(--lightest);padding-left:0px;padding-right:0px;}body main .t1658{top:-68px;width:100%;z-index:9990;position:fixed;background:var(--cta);box-shadow:0px 0px 3px 3px #00000066;transition:all 500ms 0ms ease-in-out;padding-top:8px;padding-left:20px;padding-right:20px;padding-bottom:8px;}body main .t1658.show{top:0px;z-index:9990;}body main .t1658.closed{display:none;}@media screen and (max-width: 480px) {body main .t1658{top:-58px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t1658{padding-left:6px;padding-right:10px;}}body main .t1659{display:flex;max-width:1200px;background:var(--cta);align-items:center;justify-content:space-between;}@media screen and (max-width: 480px) {body main .t1659{flex-direction:row-reverse;}}body main .t1660{width:38px;border:0px none var(--cta);background:var(--cta-dark);border-radius:8px;}@media screen and (max-width: 480px) {body main .t1660{width:34px;}}@media screen and (max-width: 350px) {body main .t1660{width:24px;}}body main .t1661{border:1px solid rgba(255,255,255,1.00);display:flex;background:;padding-top:6px;padding-left:20px;border-radius:99px;padding-right:20px;padding-bottom:6px;}body main .t1661 >img{background:;transition:all 200ms 0ms linear;}body main .t1661:hover{background:var(--cta-dark);box-shadow:0px 0px 0px 4px var(--cta-darker);}body main .t1661:hover >img{transform:translate(5px,0px);background:;transition:all 200ms 0ms linear;}@media screen and (max-width: 480px) {body main .t1661{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t1661{padding-top:5px;padding-left:14px;padding-right:14px;padding-bottom:5px;}body main .t1661:hover{box-shadow: 0px 0px 0px 3px rgba(0, 78, 204, 1);}body main .t1661:hover >img{transform:translate(3px,0px);}}body main .t1662{width:12px;background:;}@media screen and (max-width: 480px) {body main .t1662{width:11px;}}@media screen and (max-width: 350px) {body main .t1662{width:10px;}}body main .t1663{color:rgba(255,255,255,1.00);font-size:18px;background:;padding-right:8px;letter-spacing:-0.5px;}@media screen and (max-width: 480px) {body main .t1663{font-size:16px;}}@media screen and (max-width: 350px) {body main .t1663{font-size:15px;}}body main .t1664{width:32px;cursor:pointer;background:var(--cta);transition:all 200ms 0ms linear;}body main .t1664:hover{background:var(--cta-dark);box-shadow:0px 0px 0px 4px var(--cta-darker);border-radius:8px;}@media screen and (max-width: 350px) {body main .t1664{width:24px;}body main .t1664:hover{box-shadow: 0px 0px 0px 3px rgba(0, 78, 204, 1);}}body main .t1665{display:flex;row-gap:8px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1665{row-gap:6px;}}body main .t1666{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1666{row-gap:6px;}}body main .t1667{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1667.dh-active{margin-top:10px;}body main .t1667:hover .faq-top{background:#ff0050;}body main .t1667.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1667:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1667:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1667:hover .faq-toggle-icon{filter:brightness(33%);}body main .t1667.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1667.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1667.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1667:hover .faq-top{background:#24282c;}body main .t1667.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1667:hover .faq-text-top{color:#c3c4c3;}body main .t1667:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t1667:hover .faq-toggle-icon{filter:brightness(100%);}body main .t1667.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1667.dh-active .faq-toggle-div{background:var(--white) !important;}body main .t1667.dh-active .faq-toggle-icon{filter:grayscale(0%) brightness(0) saturate(100%);transform:rotate(45deg);background:transparent !important;transition:all 200ms 0ms ease;}}@media screen and (max-width: 350px) {body main .t1671{font-size:16px!important;}}body main .t1672{border-radius:0px 0px 12px 12px;}body main .t1673{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1673{row-gap:6px;column-gap:6px;}}body main .t1674{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1674:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t1674.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1674:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1674:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1674.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1674.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1674:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t1674.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1674:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t1674:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1674.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1674.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t1674{border-radius:8px;}}body main .t1681{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1681{row-gap:6px;}}body main .t1682{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1682.dh-active{margin-top:10px;}body main .t1682:hover .faq-top{background:#ff0050;}body main .t1682.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1682:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1682:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1682:hover .faq-toggle-icon{filter:brightness(33%);}body main .t1682.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1682.dh-active .faq-toggle-div{background:#ffffff;}body main .t1682.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1682:hover .faq-top{background:#24282c;}body main .t1682.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1682:hover .faq-text-top{color:#c3c4c3;}body main .t1682:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t1682:hover .faq-toggle-icon{filter:brightness(100%);}body main .t1682.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1682.dh-active .faq-toggle-div{background:var(--white) !important;}body main .t1682.dh-active .faq-toggle-icon{filter:grayscale(0%) brightness(0) saturate(100%);transform:rotate(45deg);background:transparent !important;transition:all 200ms 0ms ease;}}@media screen and (max-width: 350px) {body main .t1686{font-size:16px!important;}}body main .t1687{border-radius:0px 0px 12px 12px;}body main .t1688{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1688{row-gap:6px;column-gap:6px;}}body main .t1689{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1689:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t1689.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1689:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1689:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1689.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1689.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1689:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t1689.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1689:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t1689:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1689.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1689.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t1689{border-radius:8px;}}body main .t1696{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1696{row-gap:6px;}}body main .t1697{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1697.dh-active{margin-top:10px;}body main .t1697:hover .faq-top{background:#ff0050;}body main .t1697.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1697:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1697:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1697:hover .faq-toggle-icon{filter:brightness(33%);}body main .t1697.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1697.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1697.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1697:hover .faq-top{background:#24282c;}body main .t1697.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1697:hover .faq-text-top{color:#c3c4c3;}body main .t1697:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t1697:hover .faq-toggle-icon{filter:brightness(100%);}body main .t1697.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1697.dh-active .faq-toggle-div{background:var(--white) !important;}body main .t1697.dh-active .faq-toggle-icon{filter:grayscale(0%) brightness(0) saturate(100%);transform:rotate(45deg);background:transparent !important;transition:all 200ms 0ms ease;}}@media screen and (max-width: 350px) {body main .t1701{font-size:16px!important;}}body main .t1702{border-radius:0px 0px 12px 12px;}body main .t1703{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1703{row-gap:6px;column-gap:6px;}}body main .t1704{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1704:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t1704.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1704:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1704:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1704.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1704.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1704:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t1704.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1704:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t1704:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1704.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1704.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t1704{border-radius:8px;}}body main .t1711{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1711{row-gap:6px;}}body main .t1712{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1712.dh-active{margin-top:10px;}body main .t1712:hover .faq-top{background:#ff0050;}body main .t1712.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1712:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1712:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1712:hover .faq-toggle-icon{filter:brightness(33%);}body main .t1712.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1712.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1712.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1712:hover .faq-top{background:#24282c;}body main .t1712.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1712:hover .faq-text-top{color:#c3c4c3;}body main .t1712:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t1712:hover .faq-toggle-icon{filter:brightness(100%);}body main .t1712.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1712.dh-active .faq-toggle-div{background:var(--white) !important;}body main .t1712.dh-active .faq-toggle-icon{filter:grayscale(0%) brightness(0) saturate(100%);transform:rotate(45deg);background:transparent !important;transition:all 200ms 0ms ease;}}@media screen and (max-width: 350px) {body main .t1716{font-size:16px!important;}}body main .t1717{border-radius:0px 0px 12px 12px;}body main .t1718{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1718{row-gap:6px;column-gap:6px;}}body main .t1719{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1719:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t1719.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1719:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1719:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1719.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1719.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1719:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t1719.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1719:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t1719:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1719.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1719.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t1719{border-radius:8px;}}body main .t1726{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1726{row-gap:6px;}}body main .t1727{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1727.dh-active{margin-top:10px;}body main .t1727:hover .faq-top{background:#ff0050;}body main .t1727.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1727:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1727:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1727:hover .faq-toggle-icon{filter:brightness(33%);}body main .t1727.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1727.dh-active .faq-toggle-div{background:#ffffff;}body main .t1727.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1727:hover .faq-top{background:#24282c;}body main .t1727.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1727:hover .faq-text-top{color:#c3c4c3;}body main .t1727:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t1727:hover .faq-toggle-icon{filter:brightness(100%);}body main .t1727.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1727.dh-active .faq-toggle-div{background:var(--white) !important;}body main .t1727.dh-active .faq-toggle-icon{filter:grayscale(0%) brightness(0) saturate(100%);transform:rotate(45deg);background:transparent !important;transition:all 200ms 0ms ease;}}body main .t1728{border-radius:0px 0px 12px 12px;}body main .t1729{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1729{row-gap:6px;column-gap:6px;}}body main .t1730{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1730:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t1730.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1730:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1730:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1730.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1730.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1730:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t1730.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1730:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t1730:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1730.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1730.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t1730{border-radius:8px;}}@media screen and (max-width: 350px) {body main .t1731{padding-left:12px;padding-right:8px;}}@media screen and (max-width: 350px) {body main .t1734{font-size:16px!important;}}@media screen and (max-width: 350px) {body main .t1735{padding-top:12px;padding-left:12px;padding-right:8px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t1736 p{font-size:16px;}}@media screen and (max-width: 767px) {body main .t1739{display:block;}}@media screen and (max-width: 350px) {body main .t1740{font-size:16px!important;}}body main .t1741{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1741{row-gap:6px;}}body main .t1742{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1742:hover .faq-top{background:#ff0050;}body main .t1742.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1742:hover .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1742:hover .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1742:hover .faq-toggle-icon{filter:brightness(33%);}body main .t1742.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1742.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1742.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1742:hover .faq-top{background:#24282c;}body main .t1742.dh-active .faq-top{background:#ff0050;border-radius:12px;}body main .t1742:hover .faq-text-top{color:#c3c4c3;}body main .t1742:hover .faq-toggle-div{background:rgba(44,49,54,1.00);}body main .t1742:hover .faq-toggle-icon{filter:brightness(100%);}body main .t1742.dh-active .faq-text-top{color:rgba(255,255,255,1.00);}body main .t1742.dh-active .faq-toggle-div{background:rgba(255,255,255,1.00);}body main .t1742.dh-active .faq-toggle-icon{filter:brightness(33%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}body main .t1745{resize:none;background:#2c3136;mix-blend-mode:normal;}body main .t1747{border-radius:0px 0px 12px 12px;}body main .t1748{display:grid;row-gap:8px;column-gap:8px;grid-template-columns:1fr;}@media screen and (max-width: 767px) {body main .t1748{row-gap:6px;column-gap:6px;}}body main .t1749{width:100%;height:fit-content;display:flex;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:12px;flex-direction:column;}body main .t1749:hover .faq-sub-top{background:rgba(51,54,57,1.00);}body main .t1749.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1749:hover .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1749:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1749.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1749.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t1749:hover .faq-sub-top{background:rgba(46,49,51,1);}body main .t1749.dh-active .faq-sub-top{background:rgba(51,54,57,1.00);border-radius:12px 12px 0px 0px!important;}body main .t1749:hover .faq-sub-toggle-div{background:rgba(44,49,54,1.00);transition:all 300ms 0ms ease;}body main .t1749:hover .faq-sub-toggle-icon{filter:brightness(100%);transition:all 200ms 0ms ease;}body main .t1749.dh-active .faq-sub-toggle-div{background:rgba(69,73,76,1.00);transition:all 300ms 0ms ease;}body main .t1749.dh-active .faq-sub-toggle-icon{filter:brightness(100%);transform:rotate(45deg);transition:all 200ms 0ms ease;}}@media screen and (max-width: 480px) {body main .t1749{border-radius:8px;}}body main .t1750{resize:none;background:#464647;mix-blend-mode:normal;list-style-position:outside;}body main .t1752{background:#2e3133;}body main .t1754{background:#2c3136;}body main .t1756{z-index:50;background:var(--darkest);padding-bottom:80px;}@media screen and (max-width: 480px) {body main .t1756{padding-bottom:72px;}}@media screen and (max-width: 350px) {body main .t1756{background:hsla(221,39%,11%,0);padding-bottom:60px;}}body main .t1757{display:flex;z-index:10 !important;position:relative;max-width:1200px;column-gap:0%;margin-left:auto;padding-top:32px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:40px;grid-template-columns:55% 45%;}@media screen and (max-width: 1240px) {body main .t1757{max-width:680px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t1757{padding-top:60px;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1757{padding-top:40px;}}@media screen and (max-width: 350px) {body main .t1757{margin-top:0px;padding-top:32px;padding-left:16px;padding-right:16px;}}body main .t1758{line-height:1.5;padding-left:0px;padding-right:20px;}@media screen and (max-width: 1240px) {body main .t1758{text-align:center;padding-right:0px;}}body main .t1759{z-index:10 !important;position:relative;}body main .t1760{top:-52px;left:-186px;width:160px;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 50%;}@media screen and (max-width: 1240px) {body main .t1760{left:-54px;}}@media screen and (max-width: 767px) {body main .t1760{display:none;}}body main .t1761{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:flex-start;}@media screen and (max-width: 1240px) {body main .t1761{justify-content:center;}}@media screen and (max-width: 350px) {body main .t1761{padding-left:0px;padding-right:0px;}}body main .t1762{width:100%;z-index:10 !important;font-size:28px;max-width:550px;text-wrap:balance;font-weight:500;line-height:1.36;margin-bottom:44px;}@media screen and (max-width: 1240px) {body main .t1762{text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t1762{font-size:24px;max-width:435px;line-height:1.2;}}@media screen and (max-width: 480px) {body main .t1762{max-width:396px;margin-bottom:34px;}}@media screen and (max-width: 350px) {body main .t1762{font-size:20px!important;margin-bottom:32px;}}body main .t1764{z-index:10 !important;font-size:108px;max-width:600px;text-wrap:balance;text-align:left;}@media screen and (max-width: 1240px) {body main .t1764{text-align:center!important;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t1764{font-size:80px;max-width:500px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1764{font-size:58px!important;line-height:1;margin-bottom:16px;}}@media screen and (max-width: 350px) {body main .t1764{display:block;font-size:44px!important;text-align:center!important;margin-bottom:20px;}}@media screen and (max-width: 1240px) {body main .t1765{text-align:left;}}@media screen and (max-width: 350px) {body main .t1765{line-height:1;}}body main .t1766{display:none;max-width:512px;justify-self:auto;padding-left:20px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t1766{display:block;padding-left:0px;margin-bottom:44px;}}@media screen and (max-width: 767px) {body main .t1766{padding-left:0px;}}body main .t1767{z-index:999;position:relative;max-width:84%;margin-left:auto;margin-right:auto;margin-bottom:-8.3%;}body main .t1767#awards-svg{filter:drop-shadow(2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(0px -3px 1px rgb(0 0 0 / 0.1));}@media screen and (max-width: 1240px) {body main .t1767{max-width:100%;margin-top:;margin-bottom:44px;}}@media screen and (max-width: 767px) {body main .t1767{margin-bottom:38px;}}body main .t1768{z-index:1;position:relative;padding-bottom:125%;}@media screen and (max-width: 1240px) {body main .t1768{display:flex;}}body main .t1769{display:flex;z-index:10 !important;position:relative;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 1240px) {body main .t1769{max-width:100%;padding-left:0px;padding-right:0px;}}@media screen and (max-width: 350px) {body main .t1769{margin-top:-2px;}}body main .t1770{max-width:1200px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t1770{max-width:680px;}}@media screen and (max-width: 767px) {body main .t1770{width:100%;max-width:259px;}}body main .t1771{top:-24px;width:100%;border:1px none ;height:1px;position:relative;max-width:1280px;background:var(--medium-dark);margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1771{display:none;}}body main .t1772{width:100%;display:flex;z-index:999;position:relative;max-width:458px;background:var(--dark);align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 767px) {body main .t1772{row-gap:12px;max-width:259px;padding-top:20px;padding-left:20px;border-radius:16px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t1772{max-width:259px;padding-left:16px;border-radius:12px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t1772{max-width:100%;margin-top:-1px;}}body main .t1773{width:110px;}@media screen and (max-width: 767px) {body main .t1773{width:142px;}}@media screen and (max-width: 480px) {body main .t1773{width:140px;}}@media screen and (max-width: 350px) {body main .t1773{width:126px;}}body main .t1774{max-height:32px;}body main .t1775{font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 767px) {body main .t1775{font-size:16px;}}@media screen and (max-width: 350px) {body main .t1775{font-size:14px;}}body main .t1776{width:100%;display:flex;z-index:10 !important;position:relative;max-width:1200px;column-gap:13px;margin-top:60px;align-items:center;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;justify-content:space-between;}@media screen and (max-width: 1240px) {body main .t1776{row-gap:20px;flex-wrap:wrap;max-width:680px;margin-top:20px;justify-content:center;}}@media screen and (max-width: 767px) {body main .t1776{max-width:100%;margin-top:20px;flex-direction:column;}}@media screen and (max-width: 350px) {body main .t1776{padding-left:10px;padding-right:10px;}}body main .t1777{font-size:16px;max-width:263px;text-wrap:balance;line-height:1.4;}@media screen and (max-width: 1240px) {body main .t1777{max-width:500px;text-align:center;}}@media screen and (max-width: 767px) {body main .t1777{width:100%;font-size:14px;max-width:296px!important;margin-left:auto;margin-right:auto;}}body main .t1778{font-weight:400;}body main .t1779{font-weight:700;}body main .t1780{width:100%;border:2px solid var(--dark);z-index:10 !important;max-width:250px;background:var(--dark);padding-top:14px;padding-left:14px;border-radius:8px;padding-right:14px;padding-bottom:14px;}@media screen and (max-width: 767px) {body main .t1780{max-width:259px;margin-left:auto;margin-right:auto;border-radius:16px;}}@media screen and (max-width: 480px) {body main .t1780{border-radius:12px;}}body main .t1781{width:100%;border:2px solid var(--dark);display:flex;z-index:10 !important;max-width:259px;background:var(--dark);column-gap:12px;align-items:center;padding-top:8px;padding-left:8px;border-radius:8px;padding-right:32px;padding-bottom:8px;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t1781{border-radius:16px;}}@media screen and (max-width: 480px) {body main .t1781{border-radius:12px;}}body main .t1784{color:#a1a4a6;width:max-content;font-size:13.5px;font-weight:500;line-height:1;margin-bottom:8px;}body main .t1785{color:#696f73;width:max-content;font-size:12px;line-height:1;}body main .t1786{color:#f2f2f2;width:max-content;font-size:18px;margin-top:2px;font-weight:700;line-height:1;margin-bottom:6px;}body main .t1787{width:100%;border:2px solid var(--highlight2);display:flex;z-index:10 !important;max-width:356px;background:var(--lightest);column-gap:12px;align-items:center;padding-top:15px;padding-left:16px;border-radius:14px;padding-right:24px;padding-bottom:15px;justify-content:flex-start;}@media screen and (max-width: 1240px) {body main .t1787{width:100%;display:none;}}@media screen and (max-width: 767px) {body main .t1787{max-width:259px;column-gap:10px;padding-top:12px;padding-left:10px;border-radius:8px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 480px) {body main .t1787{padding-right:16px;}}@media screen and (max-width: 350px) {body main .t1787{column-gap:8px;padding-top:12px;padding-left:10px;padding-right:6px;padding-bottom:12px;}}body main .t1788{margin-top:auto;align-items:stretch;margin-bottom:auto;flex-direction:column;}@media screen and (max-width: 350px) {body main .t1788{width:100%;margin-top:2px;margin-bottom:0px;}}body main .t1789{color:var(--highlight2);width:max-content;font-size:23px;text-align:left;font-weight:700;line-height:1;}@media screen and (max-width: 767px) {body main .t1789{font-size:17px;}}@media screen and (max-width: 350px) {body main .t1789{width:100%;font-size:16px;}}body main .t1790{color:var(--highlight2);width:max-content;display:flex;font-size:18px;column-gap:7px;align-items:center;font-weight:700;line-height:1;margin-bottom:7px;}@media screen and (max-width: 767px) {body main .t1790{column-gap:5px;margin-bottom:5px;}}@media screen and (max-width: 350px) {body main .t1790{column-gap:5px;margin-bottom:5px;}}body main .t1791{width:13px;height:13px;}@media screen and (max-width: 767px) {body main .t1791{width:11px;height:11px;}}@media screen and (max-width: 350px) {body main .t1791{width:12px;height:12px;padding-bottom:1px;}}body main .t1792{font-size:16px;background:;text-align:left;font-weight:500;}@media screen and (max-width: 767px) {body main .t1792{font-size:14px;}}@media screen and (max-width: 350px) {body main .t1792{font-size:15px;}}body main .t1793{width:39px;}@media screen and (max-width: 767px) {body main .t1793{top:-1px;width:30px;position:relative;}}@media screen and (max-width: 350px) {body main .t1793{width:30px;}}body main .t1794>img{background:;transition:all 300ms 0ms ease-in;}body main .t1794{border:1.8px solid white;display:flex;max-width:404px;background:var(--cta);align-items:center;padding-top:24px;padding-left:48px;border-radius:200px;padding-right:48px;padding-bottom:24px;justify-content:center;text-decoration:none;}body main .t1794:hover{background:var(--cta-darker);transition:all 300ms 0ms ease-in;}body main .t1794:hover >img{transform:translate(0.5em,0px);background:;transition:all 300ms 0ms ease-in;}@media screen and (max-width: 1240px) {body main .t1794{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t1794{padding-left:32px;padding-right:32px;}}@media screen and (max-width: 350px) {body main .t1794{margin-left:6px;margin-right:6px;padding-left:32px;padding-right:32px;}}body main .t1795{height:19px;position:relative;max-width:%;transform:translate(0px, 0px);transition:;padding-left:12px;}body main .t1795:hover{transform:;}@media screen and (max-width: 480px) {body main .t1795{height:16px;padding-left:10px;}}body main .t1796{top:23px;left:60px;color:rgba(255,255,255,1.00);position:initial;font-size:24px;font-weight:500;line-height:1.275;letter-spacing:-0.5px;}@media screen and (max-width: 767px) {body main .t1796{font-size:20px;}}@media screen and (max-width: 350px) {body main .t1796{font-size:18px;}}body main .t1797{width:100%;font-size:18px;max-width:404px;text-wrap:balance;margin-top:40px;text-align:center;font-weight:400;line-height:1.36;}@media screen and (max-width: 1240px) {body main .t1797{text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t1797{font-size:18px;max-width:435px;margin-top:44px;}}@media screen and (max-width: 480px) {body main .t1797{font-size:14px;max-width:396px;margin-top:34px;}}@media screen and (max-width: 350px) {body main .t1797{font-size:16px;max-width:318px;margin-top:32px;}}body main .t1799{font-weight:700;}body main .t1800{display:flex;row-gap:80px;z-index:1;position:relative;margin-top:-2px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t1800{row-gap:60px;padding-top:100px;padding-bottom:100px;}}@media screen and (max-width: 480px) {body main .t1800{padding-top:80px;padding-bottom:80px;}}@media screen and (max-width: 350px) {body main .t1800{padding-top:60px;}}body main .t1801{max-width:100%;}body main .t1802{border:3px dashed #a1a4a6;background:#fbfbfb;padding-top:48px;border-radius:40px;padding-bottom:72px;}@media screen and (max-width: 767px) {body main .t1802{padding-top:40px;border-radius:20px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t1802{border-radius:20px;padding-bottom:52px;}}@media screen and (max-width: 350px) {body main .t1802{padding-top:38px;padding-bottom:48px;}}body main .t1803{padding-left:60px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1803{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1803{padding-left:20px;padding-right:20px;}}body main .t1804{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1804{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1804{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1804{margin-bottom:24px;}}body main .t1805{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.1;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1805{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1805{font-size:36px;}}@media screen and (max-width: 350px) {body main .t1805{font-size:28px;}}body main .t1806{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1806{padding-left:20px;margin-bottom:30px;padding-right:28px;}}@media screen and (max-width: 480px) {body main .t1806{padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1806{padding-left:16px;margin-bottom:24px;padding-right:16px;}}body main .t1807{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t1807{column-gap:12px;}}body main .t1808{width:30px;}@media screen and (max-width: 767px) {body main .t1808{width:26px;}}@media screen and (max-width: 350px) {body main .t1808{width:24px;}}body main .t1809{font-weight:700;line-height:1.4;}@media screen and (max-width: 767px) {body main .t1809{font-size:18px;}}@media screen and (max-width: 350px) {body main .t1809{font-size:17px;}}body main .t1811{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t1811{column-gap:12px;}}body main .t1812{width:30px;}@media screen and (max-width: 767px) {body main .t1812{width:26px;}}@media screen and (max-width: 350px) {body main .t1812{width:24px;}}body main .t1813{font-weight:700;line-height:1.4;}@media screen and (max-width: 767px) {body main .t1813{font-size:18px;}}@media screen and (max-width: 350px) {body main .t1813{font-size:17px;}}body main .t1815{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t1815{column-gap:12px;}}body main .t1816{width:30px;}@media screen and (max-width: 767px) {body main .t1816{width:26px;}}@media screen and (max-width: 350px) {body main .t1816{width:24px;}}body main .t1817{font-weight:700;line-height:1.4;}@media screen and (max-width: 767px) {body main .t1817{font-size:18px;}}@media screen and (max-width: 350px) {body main .t1817{font-size:17px;}}body main .t1819{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1819{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1819{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1819{padding-left:8px;margin-bottom:32px;padding-right:8px;}}body main .t1820{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.1;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1820{font-size:36px;text-wrap:balance;margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1820{width:100%;max-width:278px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t1820{font-size:28px;}}@media screen and (max-width: 767px) {body main .t1821{border-radius:20px;}}body main .t1830{z-index:10;position:absolute;max-width:80px;}@media screen and (max-width: 480px) {body main .t1836{font-size:13px;}}@media screen and (max-width: 767px) {body main .t1840{margin-right:4px;}}@media screen and (max-width: 480px) {body main .t1840{font-size:13px;}}body main .t1842{font-size:14px;line-height:1.3;margin-right:6px;}@media screen and (max-width: 767px) {body main .t1842{margin-right:4px;}}body main .t1846{padding-left:60px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1846{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1846{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1846{padding-left:16px;padding-right:16px;}}body main .t1847{display:flex;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t1848{align-items:center;justify-content:center;}}body main .t1849{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t1849:hover{transform:;}@media screen and (max-width: 480px) {body main .t1849{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t1849{height:12px;}}body main .t1851{color:rgba(17,17,20,1.00);contain:paint;margin-top:-4px!important;padding-top:0px;padding-bottom:64px;}@media screen and (max-width: 480px) {body main .t1851{padding-bottom:44px;}}@media screen and (max-width: 350px) {body main .t1851{padding-bottom:80px;}}body main .t1852{width:100%;position:relative;max-width:2100px;margin-left:auto;margin-right:auto;padding-left:26px;padding-right:26px;}@media screen and (max-width: 767px) {body main .t1852{padding-left:34px;padding-right:34px;}}@media screen and (max-width: 480px) {body main .t1852{padding-left:0px;padding-right:0px;}}@media screen and (max-width: 350px) {body main .t1852{padding-left:6px;padding-right:6px;}}body main .t1854{border:1px solid var(--darkest);box-shadow:2px 2px 2px 0.5px rgba(7,7,8,0.31);}@media screen and (max-width: 1240px) {body main .t1854{transform:rotate(13deg) scale(0.85,0.85);}}body main .t1856{display:flex;row-gap:10px;z-index:10;position:relative;flex-wrap:wrap;max-width:1000px;column-gap:10px;margin-top:32px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1856{margin-top:28px;}}@media screen and (max-width: 480px) {body main .t1856{row-gap:12px;z-index:10;column-gap:12px;margin-top:20px;padding-left:20px;padding-right:20px;}}body main .t1858{top:42%;left:0px;right:0px;display:flex;position:absolute;flex-wrap:nowrap;max-width:2152px;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t1858{padding-left:8px;padding-right:8px;}}@media screen and (max-width: 480px) {body main .t1858{top:41.5%;row-gap:12px;column-gap:12px;padding-left:6px;padding-right:6px;}}@media screen and (max-width: 350px) {body main .t1858{padding-left:16px;padding-right:16px;}}body main .t1859{border:1px solid var(--lightest);z-index:100;position:relative;background:var(--darker);padding-top:10px;padding-left:12px;border-radius:8px;padding-right:8px;padding-bottom:10px;}@media screen and (max-width: 480px) {body main .t1859{z-index:100;position:relative;padding-top:8px;padding-left:8px;padding-right:6px;padding-bottom:8px;}}@media screen and (max-width: 480px) {body main .t1860{width:20px;}}body main .t1861{border:1px solid var(--lightest);z-index:100;position:relative;background:var(--darker);padding-top:10px;padding-left:8px;border-radius:8px;padding-right:12px;padding-bottom:10px;}@media screen and (max-width: 480px) {body main .t1861{z-index:100;position:relative;padding-top:8px;padding-left:6px;padding-right:8px;padding-bottom:8px;}}body main .t1862{width:32px;}@media screen and (max-width: 480px) {body main .t1862{width:20px;}}body main .t1863{border-left:1px solid #f2f2f2;padding-top:20px;border-right:1px solid #f2f2f2;padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t1863{padding-top:0px;padding-bottom:0px;}}@media screen and (max-width: 480px) {body main .t1863{border-left:1px none #f2f2f2;padding-top:0px;border-right:1px none #f2f2f2;padding-bottom:0px;}}body main .t1864{display:flex;position:relative;}@media screen and (max-width: 480px) {body main .t1864{justify-content:center;}}body main .t1865{width:416px;cursor:grab;}@media screen and (max-width: 480px) {body main .t1865{width:100%;}}body main .t1866{order:0;display:flex;align-self:flex-start;transition:all 200ms 0ms linear;border-radius:20px;flex-direction:column;}body main .t1867{resize:none;display:flex;row-gap:0px;overflow:hidden;position:relative;column-gap:16px;transition:all 200ms 0ms linear;align-items:flex-start;padding-top:20px;padding-left:20px;align-content:start;border-radius:20px 20px 0px 0px;justify-items:start;padding-right:20px;mix-blend-mode:normal;padding-bottom:8px;justify-content:center;grid-template-rows:1fr;list-style-position:outside;grid-template-columns:27%;}@media screen and (max-width: 767px) {body main .t1867{padding-bottom:12px;}body main .t1867:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1867.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t1867.dh-active:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1867:hover #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}body main .t1867.dh-active #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}}@media screen and (max-width: 480px) {body main .t1867{display:block;row-gap:8px;column-gap:8px;align-items:flex-end;flex-direction:column;}body main .t1867:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t1867.dh-active .see-less-txt{display:block;}body main .t1867.dh-active .see-more-txt{display:none;}body main .t1867.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t1867.dh-active .read-more-arrow-img{transform:rotate(90deg);}}@media screen and (max-width: 350px) {body main .t1867{top:0px;padding-top:16px;padding-left:16px;padding-right:16px;padding-bottom:10px;}}body main .t1868{display:flex;position:relative;padding-top:2px;border-radius:0px 0px 20px 20px;padding-bottom:20px;justify-content:center;}@media screen and (max-width: 480px) {body main .t1868{padding-left:10px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t1868{padding-left:8px;padding-right:8px;padding-bottom:10px;}}body main .t1869{cursor:pointer;box-shadow: 0px 0px 0px 1px rgba(242,242,242,1.00);background-size:cover;background-image:url(https://global.divhunt.com/0c9bc60cbf3dd313f2dc7af4a06de7bb_28220.png);background-repeat:no-repeat;}@media screen and (max-width: 767px) {body main .t1869{width:100%;border-radius:16px;}}@media screen and (max-width: 480px) {body main .t1869{border-radius:12px;}}body main .t1870{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t1870{max-width:650px;}}@media screen and (max-width: 767px) {body main .t1870{margin-bottom:36px;}}@media screen and (max-width: 480px) {body main .t1870{margin-bottom:40px;}}@media screen and (max-width: 350px) {body main .t1870{padding-left:24px!important;padding-right:20px!important;}}body main .t1872{margin-bottom:20px;}body main .t1873{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t1874{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t1874{text-align:center;}}@media screen and (max-width: 480px) {body main .t1874{flex-direction:column;}}body main .t1875{font-weight:700;}body main .t1877{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 480px) {body main .t1877{margin-left:auto;margin-right:18px;}}@media screen and (max-width: 350px) {body main .t1877{max-width:34px;}}body main .t1878{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 480px) {body main .t1878{margin-left:8px;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t1878{max-width:34px;margin-left:18px;}}body main .t1879{border:3px dashed #a1a4a6;background:var(--white);padding-top:48px;border-radius:40px;padding-bottom:48px;}@media screen and (max-width: 767px) {body main .t1879{padding-top:38px;border-radius:28px;padding-bottom:38px;}}@media screen and (max-width: 480px) {body main .t1879{border-radius:20px;}}body main .t1880{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1880{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1880{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1880{padding-left:20px;margin-bottom:24px;padding-right:20px;}}@media screen and (max-width: 767px) {body main .t1882{font-size:18px;margin-bottom:px;}}@media screen and (max-width: 350px) {body main .t1882 p{font-size:16px;}}body main .t1883{margin-bottom:.75em;}@media screen and (max-width: 767px) {body main .t1883{font-size:18px;}}@media screen and (max-width: 350px) {body main .t1883 p{font-size:16px;}}body main .t1884{display:block;flex-wrap:wrap;align-items:flex-start;line-height:1.2;margin-left:-10px;margin-right:-10px;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1884{font-size:32px;margin-bottom:30px;}}@media screen and (max-width: 350px) {body main .t1884{font-size:28px;}}body main .t1885{font-weight:800;}body main .t1886{font-weight:800;}body main .t1887{width:100%;}body main .t1888{font-weight:800;}body main .t1889{font-weight:800;}body main .t1890{width:fit-content;font-size:18px;text-align:center;font-weight:700;margin-left:auto;margin-right:auto;margin-bottom:20px;letter-spacing:2px;}@media screen and (max-width: 767px) {body main .t1890{margin-bottom:10px;}}@media screen and (max-width: 350px) {body main .t1890{font-size:16px;}}body main .t1891{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1891{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1891{padding-left:20px;margin-bottom:34px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1891{padding-left:16px;margin-bottom:24px;padding-right:16px;}}body main .t1892{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t1894{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t1894:hover{transform:;}@media screen and (max-width: 480px) {body main .t1894{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t1894{height:12px;}}@media screen and (max-width: 480px) {body main .t1895{font-size:20px;}}body main .t1896{padding-left:60px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1896{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1896{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1896{padding-left:20px;padding-right:20px;}}body main .t1897{opacity:50%;max-width:222px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t1897{margin-left:auto;margin-right:auto;}}body main .t1898{max-width:1200px;padding-left:0px;margin-bottom:20px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t1898{max-width:680px;}}@media screen and (max-width: 767px) {body main .t1898{width:100%;max-width:100%;}}body main .t1899{display:flex;z-index:999;position:relative;max-width:458px;background:var(--lightest);align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 767px) {body main .t1899{row-gap:12px;max-width:260px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t1899{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t1899{max-width:100%;margin-top:-1px;}}body main .t1900{max-height:32px;}body main .t1901{width:110px;}@media screen and (max-width: 767px) {body main .t1901{width:142px;}}@media screen and (max-width: 480px) {body main .t1901{width:140px;}}@media screen and (max-width: 350px) {body main .t1901{width:126px;}}body main .t1902{color:var(--light);font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 767px) {body main .t1902{font-size:16px;}}@media screen and (max-width: 350px) {body main .t1902{font-size:14px;}}body main .t1903{color:var(--darkest);contain:paint;padding-top:64px;}@media screen and (max-width: 480px) {body main .t1903{padding-top:44px;padding-bottom:0px!important;}}@media screen and (max-width: 350px) {body main .t1903{padding-top:68px;padding-bottom:20px;}}body main .t1904{max-width:2100px;padding-left:18px;padding-right:18px;}@media screen and (max-width: 1240px) {body main .t1904{padding-right:0px;}}@media screen and (max-width: 480px) {body main .t1904{padding-left:18px;}}@media screen and (max-width: 350px) {body main .t1904{padding-left:10px;padding-right:0px;}}body main .t1906{display:flex;column-gap:40px;align-items:center;justify-content:center;}body main .t1908{top:-16px;z-index:2;transform:;column-gap:11px;margin-top:-16px;letter-spacing:-0.2px;}body main .t1909{transform:;}body main .t1910{display:block;}body main .t1911{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}body main .t1912{width:100%;height:30px;max-width:30px;margin-left:auto;}@media screen and (max-width: 480px) {body main .t1913{border-radius:12px;}}body main .t1915{z-index:2;transform:;background:rgba(242,242,242,0);margin-top:-16px;}body main .t1916{transform:;letter-spacing:-0.2px;}body main .t1918{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}@media screen and (max-width: 350px) {body main .t1918{padding-left:16px;}}body main .t1919{width:100%;height:30px;margin-left:auto;}body main .t1920{object-fit:cover;aspect-ratio:4/5;}body main .t1922{border:1px solid var(--darkest);background:var(--white);box-shadow:2px 2px 2px 0.5px rgba(17,24,39,0.31);}@media screen and (max-width: 1240px) {body main .t1922{transform:rotate(13deg) scale(0.85,0.85);}}@media screen and (max-width: 350px) {body main .t1923{max-width:24px!important;}}body main .t1924{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t1924{max-width:650px;}}@media screen and (max-width: 767px) {body main .t1924{margin-bottom:36px;}}@media screen and (max-width: 480px) {body main .t1924{margin-bottom:40px;}}@media screen and (max-width: 350px) {body main .t1924{padding-left:24px!important;padding-right:20px!important;}}body main .t1926{margin-bottom:20px;}@media screen and (max-width: 350px) {body main .t1926 p{font-size:16px;}}body main .t1927{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t1928{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t1928{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t1928{text-align:center;}}@media screen and (max-width: 480px) {body main .t1928{flex-direction:column;}}@media screen and (max-width: 350px) {body main .t1928{font-size:36px;}}body main .t1931{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 480px) {body main .t1931{margin-left:auto;margin-right:18px;}}@media screen and (max-width: 350px) {body main .t1931{max-width:34px;}}body main .t1932{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 480px) {body main .t1932{margin-left:8px;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t1932{max-width:34px;margin-left:18px;}}body main .t1933{max-width:100%;}@media screen and (max-width: 350px) {body main .t1933{padding-left:20px!important;padding-right:20px!important;}}body main .t1935 p{margin-bottom:12px;}body main .t1935{font-weight:400;margin-bottom:-12px;}@media screen and (max-width: 767px) {body main .t1935 p{margin-bottom:10px;}body main .t1935{padding-left:16px;margin-bottom:-10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t1935{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1935 p{font-size:16px;}body main .t1935{padding-left:0px;padding-right:0px;}}body main .t1936{width:100%;display:block;flex-wrap:wrap;font-size:48px;max-width:650px;align-items:flex-start;line-height:1.2;margin-left:auto;margin-right:auto;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1936{font-size:44px;font-weight:800;}}@media screen and (max-width: 480px) {body main .t1936{font-size:36px!important;max-width:300px!important;}}body main .t1937{font-family:'Montserrat';}body main .t1938{font-weight:800;}body main .t1939{font-weight:800;}body main .t1940{font-weight:800;}body main .t1941{width:100%;}body main .t1942{border:3px dashed var(--red);background:var(--red-light);padding-top:48px;border-radius:40px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t1942{padding-top:40px;border-radius:28px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t1942{max-width:440px;border-radius:20px;padding-bottom:32px;}}@media screen and (max-width: 350px) {body main .t1942{padding-top:32px;padding-bottom:20px;}}body main .t1943{width:fit-content;background:#ffe8f1;border-top:1px solid var(--red-dark);column-gap:12px;align-items:center;margin-left:auto;padding-top:4px;margin-right:auto;padding-left:8px;border-bottom:1px solid var(--red-dark);margin-bottom:24px;padding-right:10px;flex-direction:row;padding-bottom:4px;justify-content:center;}@media screen and (max-width: 767px) {body main .t1943{margin-bottom:28px;}}@media screen and (max-width: 480px) {body main .t1943{display:flex;row-gap:4px;background:rgba(255,232,241,1.00);padding-top:8px;margin-bottom:32px;flex-direction:row;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t1943{max-width:fit-content;margin-bottom:24px;}}body main .t1944{width:fit-content;display:flex;background:var(--red-marker);column-gap:8px;text-align:center;margin-left:0px;margin-right:0px;}@media screen and (max-width: 480px) {body main .t1944{display:block;text-align:left;align-items:center;}}body main .t1945{width:100%;max-width:27px;}@media screen and (max-width: 480px) {body main .t1945{display:inline;max-width:26px;margin-left:auto;margin-right:5px;margin-bottom:-5px;}}@media screen and (max-width: 350px) {body main .t1945{max-width:22px;}}body main .t1946{color:#e02020;font-size:28px;text-align:center;font-family:'Montserrat';font-weight:800;line-height:1.2;letter-spacing:0.7px;}@media screen and (max-width: 767px) {body main .t1946{font-size:24px;}}@media screen and (max-width: 480px) {body main .t1946{display:inline;font-size:18px;text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t1946{font-size:14px;}}body main .t1947{padding-left:60px;margin-bottom:20px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t1947{padding-left:40px;margin-bottom:28px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t1947{padding-left:20px;margin-bottom:36px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1947{margin-bottom:24px;}}body main .t1948{color:var(--darker);display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.2;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t1948{font-size:32px;}}@media screen and (max-width: 350px) {body main .t1948{font-size:26px;}}body main .t1949{display:flex;margin-top:72px;padding-left:60px;margin-bottom:48px;padding-right:60px;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1949{margin-top:60px;padding-left:20px;margin-bottom:30px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1949{padding-left:10px;margin-bottom:32px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t1949{padding-left:6px;margin-bottom:24px;padding-right:6px;}}body main .t1950{display:grid;row-gap:12px;grid-template-columns:1fr;}body main .t1951{border:1px solid rgba(242,213,224,1.00);background:#fffafc;transition:all 200ms 0ms linear;border-radius:8px 8px 8px 8px;}body main .t1951.dh-active .regrets-toggle-img{transform:rotate(45deg);}body main .t1951:hover .regrets-accordion-top-div{background:var(--red-marker);}body main .t1951.dh-active .regrets-accordion-top-div{background:var(--red-marker);border-radius:8px 8px 0px 0px;}@media screen and (max-width: 767px) {body main .t1951:hover .regrets-accordion-top-div{background:rgba(255,250,252,1);}body main .t1951.dh-active .regrets-accordion-top-div{background:rgba(255,232,241,1.00);border-radius:8px 8px 0px 0px;}}body main .t1952{cursor:pointer;position:relative;transition:all 200ms 0ms linear;align-items:flex-start;border-radius:8px;justify-content:flex-end;}body main .t1952.dh-active .see-less-txt{display:block;}body main .t1952.dh-active .see-more-txt{display:none;}@media screen and (max-width: 480px) {body main .t1952{justify-content:flex-start;}}body main .t1953{width:100%;display:flex;z-index:10;position:absolute;max-width:530px;align-items:flex-start;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1953{max-width:372px;}}@media screen and (max-width: 480px) {body main .t1953{right:0px;max-width:fit-content;}}body main .t1954{top:-45px;right:21px;width:fit-content;border:1px solid var(--red-dark);display:flex;position:relative;transform:rotate(9deg);background:#ffe8f1;border-top:1px solid var(--red-dark);box-shadow: 2px 2px 2px 0.2px rgba(117,17,17,0.28);column-gap:5px;align-items:center;padding-top:8px;padding-left:12px;border-bottom:1px solid var(--red-dark);border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t1954{top:-38px;right:14px;padding-top:6px;padding-left:8px;padding-right:8px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t1954{top:-39px;right:12px;}}@media screen and (max-width: 350px) {body main .t1954{top:-37px;}}body main .t1955{display:none;font-size:18px;background:var(--red-marker);text-align:center;font-weight:500;line-height:1;margin-right:3.85px;}@media screen and (max-width: 767px) {body main .t1955{font-size:16px;margin-right:3.412px;}}@media screen and (max-width: 480px) {body main .t1955{margin-right:3px;}}@media screen and (max-width: 350px) {body main .t1955{font-size:13px;}}body main .t1956{top:-1px;right:0px;width:100%;position:relative;max-width:23px;background:var(--red-marker);padding-top:9px;}@media screen and (max-width: 767px) {body main .t1956{max-width:22px;padding-top:7px;}}@media screen and (max-width: 480px) {body main .t1956{top:-2px;max-width:17px;}}body main .t1957{font-size:18px;background:var(--red-marker);text-align:center;font-weight:500;line-height:1;}@media screen and (max-width: 767px) {body main .t1957{font-size:16px;}}@media screen and (max-width: 350px) {body main .t1957{font-size:13px;}}body main .t1958{border:0px none none;display:flex;column-gap:12px;min-height:60px;transition:all 200ms 0ms linear;align-items:center;padding-top:6px;padding-left:16px;border-bottom:1px none none;padding-right:16px;padding-bottom:6px;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t1958{column-gap:12px;padding-top:10px;padding-left:14px;padding-right:10px;padding-bottom:10px;}}@media screen and (max-width: 350px) {body main .t1958{column-gap:6px;padding-top:8px;padding-left:10px;padding-right:8px;padding-bottom:10px;}}body main .t1959{width:36px;}@media screen and (max-width: 767px) {body main .t1959{width:26px;}}@media screen and (max-width: 480px) {body main .t1959{width:22px;}}@media screen and (max-width: 350px) {body main .t1959{width:20px;}}body main .t1960 p{line-height:1.2;}body main .t1960{color:var(--darkest);bottom:-2px;position:relative;font-weight:700;}@media screen and (max-width: 767px) {body main .t1960{font-size:18px;}}@media screen and (max-width: 480px) {body main .t1960{font-size:18px;}}@media screen and (max-width: 350px) {body main .t1960 p{font-size:16px;}}body main .t1961{display:flex;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;justify-content:flex-end;}body main .t1962{width:100%;border:1px solid rgba(255,232,241,1.00);max-width:32px;min-width:32px;background:var(--red-light);transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:99px;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t1962{padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t1962{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t1963{border-top:1px solid rgba(242,213,224,1.00);}body main .t1964 li{background:#fffafc;margin-bottom:0.5em;}body main .t1964{color:var(--darkest);font-size:18px;background:#fffafc;border-top:0px none var(--black);font-weight:400;padding-top:1px;padding-left:16px;padding-right:16px;}body main .t1964.dh-active{background:var(--white);}@media screen and (max-width: 350px) {body main .t1964 p{font-size:16px!important;}body main .t1964 li{font-size:16px;}body main .t1964{padding-left:10px;padding-right:8px;}}body main .t1965{display:flex;padding-left:60px;padding-right:60px;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1965{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t1965{padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t1965{margin-bottom:24px;}}body main .t1966{color:var(--darkest);font-size:20px;text-wrap:wrap;background:var(--red-marker);border-top:1px solid var(--red-dark);padding-top:20px;padding-left:40px;border-bottom:1px solid var(--red-dark);padding-right:40px;padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t1966{font-size:18px;padding-left:32px;padding-right:32px;}}@media screen and (max-width: 480px) {body main .t1966{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t1966 p{font-size:16px;}}body main .t1967{max-width:100%;padding-top:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t1967{max-width:1200px;}}@media screen and (max-width: 767px) {body main .t1967{padding-top:20px;}}body main .t1968{max-width:100%;margin-bottom:60px;}@media screen and (max-width: 1240px) {body main .t1968{max-width:650px;}}@media screen and (max-width: 767px) {body main .t1968{margin-bottom:40px;}}body main .t1969{max-width:100%;padding-left:0px;padding-right:0px;}@media screen and (max-width: 767px) {body main .t1970{font-size:18px!important;}}@media screen and (max-width: 350px) {body main .t1970 p{font-size:16px;}}body main .t1971{width:fit-content;display:flex;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 1240px) {body main .t1971{flex-wrap:wrap;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t1971{font-size:32px;max-width:440px;}}@media screen and (max-width: 350px) {body main .t1971{font-size:26px;}}body main .t1975{width:fit-content;}body main .t1977{width:100%;display:none;}@media screen and (max-width: 1240px) {body main .t1977{max-width:440px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t1977{display:block;max-width:400px;}}body main .t1978{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1240px) {body main .t1978{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 767px) {body main .t1978{display:none;}}body main .t1979{max-width:100%;}body main .t1980{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t1980{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t1980{margin-bottom:40px;}}body main .t1981{max-width:100%;}body main .t1983{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 350px) {body main .t1984{padding-top:16px;padding-left:28px;padding-right:28px;padding-bottom:16px;}}body main .t1985{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t1985:hover{transform:;}@media screen and (max-width: 480px) {body main .t1985{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t1985{height:12px;}}@media screen and (max-width: 350px) {body main .t1986{font-size:18px;}}body main .t1987{max-width:100%;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t1987{margin-bottom:30px;}}@media screen and (max-width: 350px) {body main .t1988 p{font-size:16px!important;}body main .t1988{padding-left:14px;padding-right:14px;}}body main .t1989{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t1989{max-width:248px;}}@media screen and (max-width: 350px) {body main .t1989{max-width:200px;}}body main .t1990{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t1990{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t1990{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t1990{flex-direction:column;}}@media screen and (max-width: 350px) {body main .t1990{font-size:36px!important;}}body main .t1993{max-width:100%;}body main .t1994{display:flex;column-gap:24px;align-items:center;margin-bottom:12px;}@media screen and (max-width: 480px) {body main .t1994{column-gap:17px;}}body main .t1995{line-height:1.4;}@media screen and (max-width: 767px) {body main .t1995{font-size:18px;}}@media screen and (max-width: 350px) {body main .t1995{font-size:16px!important;}}body main .t1996{width:32px;}@media screen and (max-width: 350px) {body main .t1996{width:28px;}}body main .t1997{display:flex;row-gap:52px;z-index:1;position:relative;max-width:100%;margin-top:-2px;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t1997{row-gap:40px;}}@media screen and (max-width: 480px) {body main .t1997{display:flex;}}@media screen and (max-width: 350px) {body main .t1997{padding-left:10px;padding-right:10px;}}body main .t1998{display:flex;row-gap:32px;max-width:100%;flex-direction:column;}@media screen and (max-width: 767px) {body main .t1998{row-gap:20px;}}body main .t1999{max-width:100%;}body main .t2000{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2000{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2000{row-gap:20px;}}body main .t2001{width:100%;border:3.5px dashed #faa099;height:fit-content;display:flex;background:#fff7fa;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2001:hover{background:#ffe8f1;box-shadow:1.5px 1.5px 1.5px 1px rgba(235,223,228,1);}body main .t2001.dh-active{background:#ffe8f1;box-shadow:1.5px 1.5px 1.5px 1px rgba(235,223,228,1);}body main .t2001:hover .read-more-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t2001.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2001.dh-active .read-more-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t2001:hover .accordion-toggle-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t2001.dh-active .accordion-toggle-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}@media screen and (max-width: 767px) {body main .t2001:hover{background:#fff7fa;box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t2001.dh-active{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t2001:hover .read-more-div-red{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t2001.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2001.dh-active .read-more-div-red{background:#fff7fa;box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t2001:hover .accordion-toggle-div-red{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t2001.dh-active .accordion-toggle-div-red{background:#fff7fa;box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}}body main .t2002{cursor:pointer;}body main .t2002.dh-active .see-less-txt{display:block;}body main .t2002.dh-active .see-more-txt{display:none;}body main .t2002:hover .read-more-arrow-img{transform:translate(3px,0px);}body main .t2002.dh-active .read-more-arrow-img{transform:rotate(90deg);}@media screen and (max-width: 767px) {body main .t2002:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2002.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2003{display:flex;align-items:center;padding-top:26px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:26px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2003{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2003{column-gap:8px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t2003{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2004{display:flex;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2004{align-items:center;}}@media screen and (max-width: 480px) {body main .t2004{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2004{column-gap:4px;}}body main .t2005{width:fit-content;border:1px solid #faa099;height:fit-content;display:flex;align-self:center;background:#ffe8f1;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2006{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2006{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2006{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2007{width:91px;border:1px solid #faa099;height:50px;display:flex;align-self:center;background:#ffe8f1;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;}@media screen and (max-width: 767px) {body main .t2007{width:83px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t2007{width:64px;height:fit-content;column-gap:2px;padding-top:8px;padding-left:10px;padding-right:6px;padding-bottom:6px;}}@media screen and (max-width: 350px) {body main .t2007{width:51px;padding-top:4px;padding-left:6px;padding-right:4px;padding-bottom:4px;}}body main .t2008{width:100%;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2008{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2008{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2008{position:relative;font-size:11px;margin-top:0px;}}body main .t2009{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 767px) {body main .t2009{max-width:12px;}}@media screen and (max-width: 480px) {body main .t2009{max-width:10px;margin-top:0px;}}@media screen and (max-width: 350px) {body main .t2009{left:-2px;position:relative;max-width:8px;}}body main .t2010{width:100%;display:none;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2010{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2010{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2010{font-size:11px;margin-top:0px;}}body main .t2011{display:flex;column-gap:8px;}@media screen and (max-width: 480px) {body main .t2011{column-gap:10px;}}@media screen and (max-width: 350px) {body main .t2011{column-gap:4px;}}body main .t2012{font-size:32px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2012 p{font-size:32px;}body main .t2012{font-size:32px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}}@media screen and (max-width: 480px) {body main .t2012 p{font-size:28px;}}@media screen and (max-width: 350px) {body main .t2012 p{font-size:18px;}body main .t2012{font-size:21px;}}body main .t2013 p{font-size:30px;line-height:1.1;}body main .t2013{align-self:center;align-items:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2013 p{font-size:28px;line-height:1.1;}}@media screen and (max-width: 480px) {body main .t2013 p{font-size:22px;}}@media screen and (max-width: 350px) {body main .t2013 p{font-size:18px;}}body main .t2014{flex-direction:column;}body main .t2015{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2015{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2015 p{font-size:16px;}body main .t2015 li{font-size:16px;}body main .t2015{padding-left:16px;padding-right:10px;}}body main .t2018 p{margin-bottom:0px;}body main .t2018{line-height:1.23!important;margin-bottom:-14px;}@media screen and (max-width: 767px) {body main .t2018{margin-bottom:-12px;}}@media screen and (max-width: 480px) {body main .t2018{margin-bottom:-10px;}}body main .t2019{line-height:1.23!important;}body main .t2020{max-width:100%;}body main .t2021{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2021{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2021{row-gap:20px;}}body main .t2022{width:100%;border:3.5px dashed #83878a;height:fit-content;display:flex;background:#f2f2f2;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2022:hover{background:#e7e7e7;box-shadow:1.5px 1.5px 2px 1px rgba(235,234,234,1.00);}body main .t2022.dh-active{background:#e3e3e3!important;box-shadow:1.5px 1.5px 2px 1px rgba(235,234,234,1.00);}body main .t2022:hover .read-more-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t2022.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2022.dh-active  .read-more-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t2022:hover .accordion-toggle-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t2022.dh-active  .accordion-toggle-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}@media screen and (max-width: 767px) {body main .t2022:hover{background:#f2f2f2;box-shadow:1.5px 1.5px 2px 1px rgba(255,255,255,1.00);}body main .t2022.dh-active{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t2022:hover .read-more-div-grey{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px #f2f2f2;}body main .t2022.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2022.dh-active .read-more-div-grey{background:#f2f2f2;box-shadow:0px 0px 0px 0px #f2f2f2;}body main .t2022:hover .accordion-toggle-div-grey{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px #f2f2f2;}body main .t2022.dh-active .accordion-toggle-div-grey{background:#f2f2f2;box-shadow:0px 0px 0px 0px #f2f2f2;}}body main .t2023{flex-direction:column;}body main .t2024{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2024{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2024 p{font-size:16px;}body main .t2024{padding-left:16px;padding-right:10px;}}body main .t2028{cursor:pointer;background:var(--white);}body main .t2028:hover{background:#e3e3e3;transition:all 200ms 0ms linear;}body main .t2028.dh-active{background:#e3e3e3;}body main .t2028.dh-active .see-less-txt{display:block;}body main .t2028.dh-active .see-more-txt{display:none;}body main .t2028:hover .read-more-arrow-img{transform:translate(3px,0px);}body main .t2028.dh-active .read-more-arrow-img{transform:rotate(90deg);}@media screen and (max-width: 767px) {body main .t2028:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2028.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2029{display:flex;align-items:center;padding-top:26px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:26px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2029{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2029{column-gap:8px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t2029{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2030{display:flex;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2030{align-items:center;}}@media screen and (max-width: 480px) {body main .t2030{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2030{column-gap:4px;}}body main .t2031{width:91px;border:1px solid #a1a4a6;height:50px;display:flex;align-self:center;background:#e7e7e7;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;}@media screen and (max-width: 767px) {body main .t2031{width:83px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t2031{width:64px;height:fit-content;column-gap:2px;padding-top:8px;padding-left:10px;padding-right:6px;padding-bottom:6px;}}@media screen and (max-width: 350px) {body main .t2031{width:51px;padding-top:4px;padding-left:6px;padding-right:4px;padding-bottom:4px;}}body main .t2032{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 767px) {body main .t2032{max-width:12px;}}@media screen and (max-width: 480px) {body main .t2032{max-width:10px;margin-top:0px;}}@media screen and (max-width: 350px) {body main .t2032{left:-2px;position:relative;max-width:8px;}}body main .t2033{width:100%;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2033{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2033{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2033{position:relative;font-size:11px;margin-top:0px;}}body main .t2034{width:100%;display:none;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2034{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2034{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2034{font-size:11px;margin-top:0px;}}body main .t2035{width:fit-content;border:1px solid #a1a4a6;height:fit-content;display:flex;align-self:center;background:#e7e7e7;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2036{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2036{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2036{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2037{display:flex;column-gap:8px;}@media screen and (max-width: 480px) {body main .t2037{column-gap:10px;}}@media screen and (max-width: 350px) {body main .t2037{column-gap:4px;}}body main .t2038{font-size:29px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2038 p{font-size:29px;}body main .t2038{align-self:center;}}@media screen and (max-width: 480px) {body main .t2038 p{font-size:25px;}}@media screen and (max-width: 350px) {body main .t2038 p{font-size:18px;}body main .t2038{font-size:21px;}}body main .t2039 p{font-size:30px;line-height:1.1;}body main .t2039{align-self:center;align-items:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2039 p{font-size:28px;}}@media screen and (max-width: 480px) {body main .t2039 p{font-size:22px;}body main .t2039{font-size:22px;}}@media screen and (max-width: 350px) {body main .t2039 p{font-size:18px;}body main .t2039{font-size:21px;}}body main .t2040{max-width:100%;grid-template-columns:1fr 1fr;}body main .t2041{max-width:100%;padding-left:0px;padding-right:0px;}body main .t2042{color:var(--darkest);margin-bottom:-20px;}@media screen and (max-width: 767px) {body main .t2042{font-size:18px!important;margin-bottom:-20px;}}@media screen and (max-width: 350px) {body main .t2042 p{font-size:16px;}}body main .t2043{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t2043{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t2043{max-width:248px!important;flex-direction:column;}}@media screen and (max-width: 350px) {body main .t2043{max-width:200px!important;}}body main .t2046{max-width:100%;}@media screen and (max-width: 350px) {body main .t2046{margin-top:-10px;}}body main .t2047{width:100%;margin-left:auto;margin-right:auto;margin-bottom:-20px;}@media screen and (max-width: 767px) {body main .t2047{width:100%;font-size:18px!important;}}@media screen and (max-width: 350px) {body main .t2047 p{font-size:16px;}}body main .t2048{max-width:100%;}body main .t2049{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2049{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2049{row-gap:20px;}}body main .t2050{width:100%;border:1px solid #fadd83;display:flex;transform:;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2050:hover{box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2050.dh-active{box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2050:hover .read-more-div{background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2050.dh-active .read-more-div{background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2050.dh-active .pricing-chevron{transform:rotate(90deg);}body main .t2050:hover .pricing-toogle-icon{background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2050.dh-active .pricing-toogle-icon{transform:rotate(45deg);background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2050:hover .pricing-accordion-top-div{background:#fadd83;box-shadow:;}body main .t2050.dh-active .pricing-accordion-top-div{background:#fadd83;}body main .t2051{background:#fadd83;flex-direction:column;padding-bottom:40px;}@media screen and (max-width: 350px) {body main .t2051{padding-bottom:28px;}}body main .t2052{margin-top:auto;padding-left:40px;margin-bottom:auto;padding-right:40px;}@media screen and (max-width: 767px) {body main .t2052{padding-left:24px;padding-right:24px;}}@media screen and (max-width: 350px) {body main .t2052{padding-left:16px;padding-right:16px;}}body main .t2053{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t2053:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t2053:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t2053:hover{background:#cadbf6;}}body main .t2054{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t2054:hover{background:rgb(0,78,204);box-shadow: 1.5px 1.5px 1.5px 0.2px rgba(0,53,136,0.20);}body main .t2054:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2054{font-size:18px;column-gap:8px;}}body main .t2055{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2055{max-width:13px;}}body main .t2056{line-height:1;}@media screen and (max-width: 767px) {body main .t2056{margin-bottom:-2px;}}body main .t2057{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2057{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2057{padding-left:10px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t2058 p{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2058 p{font-size:16px;}}body main .t2059{cursor:pointer;background:#fdedba;transition:all 200ms 0ms linear;}body main .t2059.dh-active .see-less-txt{display:block;}body main .t2059.dh-active .see-more-txt{display:none;}body main .t2059.dh-active .pricing-chevron{transform:rotate(90deg) translate(3px,0px) !important;}body main .t2059:hover .read-more-div .pricing-chevron{transform:translate(3px,0px);}@media screen and (max-width: 767px) {body main .t2059:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2059.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2060{display:flex;align-items:center;padding-top:28px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:36px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2060{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2060{padding-left:16px;padding-right:12px;}}@media screen and (max-width: 350px) {body main .t2060{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2061{display:flex;background:;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2061{align-items:center;}}@media screen and (max-width: 480px) {body main .t2061{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2061{column-gap:4px;}}body main .t2062{width:fit-content;border:1px solid #24282c;height:fit-content;display:flex;background:;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2063{width:100%;max-width:40px;min-width:40px;background:#f7e6ab;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2063{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2063{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2064{border:1px solid #24282c;height:40px;display:flex;background:#f7e6ab;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t2064{top:0px;right:43px;width:100%;height:40px;max-width:118px;min-width:118px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t2064{top:8px;right:30px;height:100%;max-width:72px;min-width:72px;column-gap:4px;padding-top:6px;padding-left:10px;margin-bottom:0px;padding-right:8px;padding-bottom:6px;}}@media screen and (max-width: 350px) {body main .t2064{top:19px;right:13px;max-width:51px;min-width:51px;padding-top:4px;padding-left:6px;padding-right:6px;padding-bottom:4px;}}body main .t2065{width:100%;display:none;font-size:18px;line-height:1;margin-right:3.85px;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2065{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2065{max-width:fit-content;margin-top:-1px;margin-right:0px;}}@media screen and (max-width: 350px) {body main .t2065{font-size:11px;}}body main .t2066{width:100%;font-size:18px;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2066{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2066{max-width:fit-content;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2066{font-size:11px;margin-top:0px;}}body main .t2067{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 767px) {body main .t2067{max-width:12px;margin-top:0px;}}@media screen and (max-width: 480px) {body main .t2067{max-width:10px;margin-top:0px;}}@media screen and (max-width: 350px) {body main .t2067{left:-2px;right:0px;position:relative;max-width:8px;}}body main .t2069{margin-bottom:8px;}@media screen and (max-width: 767px) {body main .t2069{margin-bottom:4px;}}@media screen and (max-width: 480px) {body main .t2069{margin-bottom:4px;}}@media screen and (max-width: 350px) {body main .t2069{margin-bottom:4px;}}body main .t2070{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}@media screen and (max-width: 350px) {body main .t2070 p{font-size:14px;}}body main .t2071{font-size:40px;font-weight:700;line-height:1;letter-spacing:-0.6px;}@media screen and (max-width: 480px) {body main .t2071{font-size:36px;}}@media screen and (max-width: 350px) {body main .t2071{font-size:26px;}}body main .t2072{width:100%;border:1px solid rgba(165, 209, 167, 1);display:flex;background:rgba(205, 233, 206, 1);transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2072:hover{background:#b7deb8;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2072.dh-active{background:#b7deb8;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2072:hover .pricing-toogle-icon{background:rgba(205, 233, 206, 1);box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2072.dh-active .pricing-toogle-icon{transform:rotate(45deg);background:rgba(205, 233, 206, 1);box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2073{flex-direction:column;padding-bottom:40px;}@media screen and (max-width: 350px) {body main .t2073{padding-bottom:28px;}}body main .t2074{margin-top:auto;padding-left:40px;margin-bottom:auto;padding-right:40px;}@media screen and (max-width: 767px) {body main .t2074{padding-left:24px;padding-right:24px;}}@media screen and (max-width: 350px) {body main .t2074{padding-left:16px;padding-right:16px;}}body main .t2075{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t2075:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t2075:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t2075:hover{background:#cadbf6;}}body main .t2076{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t2076:hover{background:rgb(0,78,204);box-shadow: 1.5px 1.5px 1.5px 0.2px rgba(0,53,136,0.20);}body main .t2076:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2076{font-size:18px;column-gap:8px;}}body main .t2077{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2077{max-width:13px;}}body main .t2078{line-height:1;}@media screen and (max-width: 767px) {body main .t2078{margin-bottom:-2px;}}body main .t2079{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2079{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2079{padding-left:10px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t2080 p{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2080 p{font-size:16px;}}body main .t2081{cursor:pointer;background:;box-shadow:;}@media screen and (max-width: 767px) {body main .t2081:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2081.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2082{display:flex;background:;align-items:center;padding-top:28px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:36px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2082{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2082{padding-left:16px;padding-right:12px;}}@media screen and (max-width: 350px) {body main .t2082{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2083{display:flex;background:;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2083{align-items:center;}}@media screen and (max-width: 480px) {body main .t2083{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2083{column-gap:4px;}}body main .t2084{width:fit-content;border:1px solid #24282c;height:fit-content;display:flex;background:;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2085{width:100%;max-width:40px;min-width:40px;background:#b7deb8;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2085{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2085{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2087{margin-bottom:8px;}@media screen and (max-width: 767px) {body main .t2087{margin-bottom:4px;}}@media screen and (max-width: 480px) {body main .t2087{margin-bottom:4px;}}@media screen and (max-width: 350px) {body main .t2087{margin-bottom:4px;}}body main .t2088{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}@media screen and (max-width: 350px) {body main .t2088 p{font-size:14px;}}body main .t2089{font-size:40px;font-weight:700;line-height:1;letter-spacing:-0.6px;}@media screen and (max-width: 480px) {body main .t2089{font-size:36px;}}@media screen and (max-width: 350px) {body main .t2089{font-size:26px;}}body main .t2090{width:100%;border:1px solid rgba(146, 170, 209, 1);display:flex;background:#cadbf6;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2090:hover{background:#b2c7e9;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2090.dh-active{background:#b2c7e9;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2090:hover .pricing-toogle-icon{background:#cadbf6;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2090.dh-active .pricing-toogle-icon{transform:rotate(45deg);background:#cadbf6;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}@media screen and (max-width: 767px) {body main .t2090{background:;}}body main .t2091{flex-direction:column;padding-bottom:40px;}@media screen and (max-width: 350px) {body main .t2091{padding-bottom:28px;}}body main .t2092{margin-top:auto;padding-left:40px;margin-bottom:auto;padding-right:40px;}@media screen and (max-width: 767px) {body main .t2092{padding-left:24px;padding-right:24px;}}@media screen and (max-width: 350px) {body main .t2092{padding-left:16px;padding-right:16px;}}body main .t2093{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t2093:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t2093:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t2093:hover{background:#cadbf6;}}body main .t2094{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t2094:hover{background:rgb(0,78,204);box-shadow: 1.5px 1.5px 1.5px 0.2px rgba(0,53,136,0.20);}body main .t2094:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2094{font-size:18px;column-gap:8px;}}body main .t2095{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2095{max-width:13px;}}body main .t2096{background:#0080ff;line-height:1;}@media screen and (max-width: 767px) {body main .t2096{margin-bottom:-2px;}}body main .t2097{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2097{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2097{padding-left:10px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t2098 p{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2098 p{font-size:16px;}}body main .t2099{cursor:pointer;background:;box-shadow:;}@media screen and (max-width: 767px) {body main .t2099:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2099.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2100{display:flex;background:;align-items:center;padding-top:28px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:36px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2100{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2100{padding-left:16px;padding-right:12px;}}@media screen and (max-width: 350px) {body main .t2100{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2101{display:flex;background:;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2101{align-items:center;}}@media screen and (max-width: 480px) {body main .t2101{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2101{column-gap:4px;}}body main .t2102{width:fit-content;border:1px solid #24282c;height:fit-content;display:flex;background:;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2103{width:100%;max-width:40px;min-width:40px;background:#b2c7e9;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2103{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2103{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2105{margin-bottom:8px;}@media screen and (max-width: 767px) {body main .t2105{margin-bottom:4px;}}@media screen and (max-width: 480px) {body main .t2105{margin-bottom:4px;}}@media screen and (max-width: 350px) {body main .t2105{margin-bottom:4px;}}body main .t2106{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}@media screen and (max-width: 350px) {body main .t2106 p{font-size:14px;}}body main .t2107{font-size:40px;font-weight:700;line-height:1;letter-spacing:-0.6px;}@media screen and (max-width: 480px) {body main .t2107{font-size:36px;}}@media screen and (max-width: 350px) {body main .t2107{font-size:26px;}}body main .t2108{max-width:100%;}body main .t2110{display:none;}body main .t2111{width:100%;font-size:18px;max-width:fit-content;text-align:center;font-weight:700;margin-left:auto;margin-right:auto;margin-bottom:20px;letter-spacing:2px;}@media screen and (max-width: 480px) {body main .t2111{max-width:242px;margin-bottom:32px;}}@media screen and (max-width: 350px) {body main .t2111{font-size:16px;}}body main .t2112{width:100%;display:block;flex-wrap:wrap;max-width:555px;align-items:flex-start;line-height:1.2;margin-left:auto;margin-right:auto;margin-bottom:60px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2112{font-size:32px;font-weight:800;}}@media screen and (max-width: 480px) {body main .t2112{margin-bottom:40px;}}@media screen and (max-width: 350px) {body main .t2112{font-size:26px;}}body main .t2113{width:100%;}body main .t2114{font-weight:800;}body main .t2115{font-weight:800;}body main .t2116{font-weight:800;}body main .t2117{width:75px;margin-left:auto;margin-right:auto;margin-bottom:20px;}@media screen and (max-width: 350px) {body main .t2118 p{font-size:16px;}}body main .t2119{color:#0080ff;width:100%;display:flex;flex-wrap:nowrap;max-width:142px;background:#cadbf6;margin-top:1.75em;transition:all 200ms 0ms ease;align-items:center;padding-left:4px;border-radius:6px;padding-right:13px;letter-spacing:-0.3px;justify-content:flex-end;}body main .t2119:hover img{transform:translate(2.5px,0px);transition:all ms 200ms ease;}@media screen and (max-width: 767px) {body main .t2119{max-width:132px;margin-top:1.5em;}}@media screen and (max-width: 480px) {body main .t2119{margin-top:1em;}body main .t2119:hover{background:#cadbf6;}}@media screen and (max-width: 350px) {body main .t2119{max-width:116px;}}body main .t2120{width:%;max-width:14px;transition:all 300ms 0ms ease;margin-left:-4px;}@media screen and (max-width: 767px) {body main .t2120{max-width:13px;}}@media screen and (max-width: 350px) {body main .t2120{max-width:12px;}}body main .t2121{color:none;width:137px;height:42px;display:flex;margin-top:auto;align-items:center;font-weight:500;margin-bottom:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2121{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2121{width:100%;height:37px;}}body main .t2122{line-height:1;}@media screen and (max-width: 350px) {body main .t2122{font-size:16px;}}body main .t2123{max-width:100%;margin-bottom:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t2123{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2123{max-width:100%;margin-bottom:28px;}}@media screen and (max-width: 350px) {body main .t2123{padding-left:20px!important;margin-bottom:8px;padding-right:20px!important;}}@media screen and (max-width: 350px) {body main .t2125 p{font-size:16px;}}body main .t2126{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t2126{max-width:100%;}}body main .t2127{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 767px) {body main .t2127{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2127{max-width:36px;margin-left:10px;}}@media screen and (max-width: 350px) {body main .t2127{max-width:30px;margin-left:6px;}}body main .t2128{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t2128{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t2128{width:440px;text-align:center;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t2128{width:min-content;font-size:40px!important;padding-left:0px;padding-right:0px;flex-direction:column;}}body main .t2129{font-weight:700;}body main .t2131{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 767px) {body main .t2131{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2131{max-width:36px;margin-right:10px;}}@media screen and (max-width: 350px) {body main .t2131{max-width:30px;margin-right:6px;}}body main .t2132{max-width:2100px;padding-left:18px;padding-right:18px;}@media screen and (max-width: 1240px) {body main .t2132{padding-right:0px;}}@media screen and (max-width: 480px) {body main .t2132{padding-left:18px;}}@media screen and (max-width: 350px) {body main .t2132{padding-left:10px;padding-right:0px;}}body main .t2134{display:flex;column-gap:40px;align-items:flex-start;justify-content:center;}body main .t2135{max-width:348px;flex-direction:column;}body main .t2136{top:-16px;z-index:2;transform:;column-gap:11px;margin-top:-16px;letter-spacing:-0.2px;}body main .t2137{transform:;letter-spacing:-0.2px;}body main .t2138{margin-bottom:34px;}@media screen and (max-width: 480px) {body main .t2138{border-radius:12px;}}body main .t2139{width:400px;height:500px;padding-left:0px;}body main .t2140{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}body main .t2141{width:100%;height:30px;max-width:30px;margin-left:auto;}body main .t2142{width:100%;height:100%;max-width:348px;max-height:434px;}@media screen and (max-width: 480px) {body main .t2142{border-radius:12px;}}body main .t2143{max-width:348px;}body main .t2144{margin-bottom:34px;}body main .t2146{object-fit:cover;aspect-ratio:4/5;}body main .t2147{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}@media screen and (max-width: 350px) {body main .t2147{padding-left:16px;}}body main .t2148{width:100%;height:30px;margin-left:auto;}body main .t2149{z-index:2;margin-top:-16px;}body main .t2150{transform:;background:;box-shadow:;text-shadow:;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2151{margin-left:auto;margin-right:0px;}}@media screen and (max-width: 350px) {body main .t2151{right:4px;bottom:-5px;}}body main .t2152{border:1px solid var(--darkest-trans);box-shadow:2px 2px 2px 0.5px rgba(17,24,39,0.31);}@media screen and (max-width: 1240px) {body main .t2152{transform:rotate(13deg) scale(0.85,0.85);}}@media screen and (max-width: 991px) {body main .t2153{max-width:34px!important;}}body main .t2154{display:flex;z-index:10!important;position:relative;max-width:1200px;column-gap:0%;margin-left:auto;padding-top:100px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;grid-template-columns:55% 45% ;}@media screen and (max-width: 1240px) {body main .t2154{max-width:680px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2154{padding-top:100px;padding-left:20px;padding-right:20px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t2154{padding-top:80px;padding-bottom:0px;}}@media screen and (max-width: 350px) {body main .t2154{margin-top:0px;padding-top:80px;padding-left:16px;padding-right:16px;}}body main .t2155{line-height:1.5;padding-left:0px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t2155{text-align:center;padding-right:0px;}}body main .t2156{left:;width:fit-content;position:relative;max-width:404px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t2156{width:100%;margin-top:40px;margin-bottom:48px;}}@media screen and (max-width: 350px) {body main .t2156{margin-top:32px;margin-bottom:40px;}}body main .t2157{top:-52px;left:-178px;width:160px;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 50%;}@media screen and (max-width: 1240px) {body main .t2157{left:-181px;}}@media screen and (max-width: 767px) {body main .t2157{display:none;}}body main .t2159{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2159{justify-content:center;}}@media screen and (max-width: 480px) {body main .t2159{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2159{padding-left:6px;padding-right:6px;}}body main .t2160{max-width:404px;}body main .t2161{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t2161:hover{transform:;}@media screen and (max-width: 480px) {body main .t2161{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t2161{height:12px;}}body main .t2163{font-size:24px;max-width:585px;text-wrap:balance;text-align:center;font-weight:500;line-height:1.36;margin-left:auto;margin-right:auto;margin-bottom:60px;}@media screen and (max-width: 1240px) {body main .t2163{font-size:20px;text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t2163{margin-bottom:60px;}}@media screen and (max-width: 480px) {body main .t2163{margin-bottom:10px;}}@media screen and (max-width: 350px) {body main .t2163{margin-bottom:0px;}}body main .t2165{font-size:84px;max-width:800px;text-wrap:balance;text-align:center;font-family:Montserrat;font-weight:800;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;}@media screen and (max-width: 1240px) {body main .t2165{font-size:60px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2165{font-size:44px!important;line-height:1.05;margin-bottom:16px;}}@media screen and (max-width: 350px) {body main .t2165{font-size:40px;line-height:1;margin-bottom:28px;}}@media screen and (max-width: 767px) {body main .t2166{font-size:64px!important;}}@media screen and (max-width: 480px) {body main .t2166{font-size:44px!important;}}@media screen and (max-width: 350px) {body main .t2166{font-size:40px!important;}}body main .t2167{width:100%;border:2px solid var(--highlight2);display:flex;max-width:356px;background:var(--lightest);column-gap:12px;align-items:center;margin-left:auto;padding-top:15px;margin-right:auto;padding-left:16px;border-radius:14px;margin-bottom:60px;padding-right:24px;padding-bottom:15px;justify-content:flex-start;}@media screen and (max-width: 1240px) {body main .t2167{width:100%;max-width:280px;padding-top:12px;padding-bottom:12px;}}@media screen and (max-width: 767px) {body main .t2167{max-width:280px;column-gap:10px;padding-top:12px;padding-left:10px;border-radius:8px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 480px) {body main .t2167{max-width:260px;margin-bottom:40px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t2167{column-gap:6px;padding-top:12px;padding-left:10px;padding-right:6px;padding-bottom:12px;}}body main .t2168{margin-top:auto;align-items:stretch;margin-bottom:auto;flex-direction:column;}@media screen and (max-width: 350px) {body main .t2168{width:100%;margin-top:2px;margin-bottom:0px;}}body main .t2169{width:max-content;font-size:23px;text-align:left;font-weight:700;line-height:1;}@media screen and (max-width: 1240px) {body main .t2169{font-size:18px;}}@media screen and (max-width: 767px) {body main .t2169{font-size:17px;}}@media screen and (max-width: 350px) {body main .t2169{width:100%;font-size:16px;}}body main .t2170{width:max-content;display:flex;font-size:18px;column-gap:7px;align-items:center;font-weight:700;line-height:1;margin-bottom:7px;}@media screen and (max-width: 1240px) {body main .t2170{margin-bottom:5px;}}@media screen and (max-width: 767px) {body main .t2170{column-gap:5px;margin-bottom:5px;}}@media screen and (max-width: 350px) {body main .t2170{column-gap:5px;margin-bottom:5px;}}body main .t2171{width:13px;height:13px;}@media screen and (max-width: 1240px) {body main .t2171{width:11px;height:11px;}}@media screen and (max-width: 767px) {body main .t2171{width:11px;height:11px;}}@media screen and (max-width: 350px) {body main .t2171{width:12px;height:12px;padding-bottom:1px;}}body main .t2172{font-size:16px;text-align:left;font-weight:500;}@media screen and (max-width: 1240px) {body main .t2172{font-size:13px;}}@media screen and (max-width: 767px) {body main .t2172{font-size:14px;}}@media screen and (max-width: 350px) {body main .t2172{font-size:15px;}}body main .t2173{width:39px;}@media screen and (max-width: 1240px) {body main .t2173{width:28px;}}@media screen and (max-width: 767px) {body main .t2173{top:-1px;width:30px;position:relative;}}@media screen and (max-width: 350px) {body main .t2173{width:29px;}}@media screen and (max-width: 767px) {body main .t2174{font-size:64px!important;}}@media screen and (max-width: 480px) {body main .t2174{font-size:44px!important;}}@media screen and (max-width: 350px) {body main .t2174{font-size:40px!important;}}body main .t2175{display:flex;z-index:10!important;position:relative;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2175{max-width:100%;padding-left:0px;padding-right:0px;}}@media screen and (max-width: 767px) {body main .t2175{max-width:259px;margin-right:auto;padding-left:0px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t2175{max-width:260px;margin-bottom:20px;}}@media screen and (max-width: 350px) {body main .t2175{max-width:260px;margin-top:-2px;}}body main .t2176{max-width:1200px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t2176{max-width:680px;}}@media screen and (max-width: 767px) {body main .t2176{width:100%;}}body main .t2177{top:-24px;width:100%;border:1px none ;height:1px;position:relative;max-width:1280px;background:var(--medium-dark);margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}body main .t2178{display:flex;z-index:999;position:relative;max-width:458px;background:var(--darker);align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 767px) {body main .t2178{row-gap:12px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t2178{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t2178{margin-top:-1px;}}body main .t2179{max-height:32px;}body main .t2180{width:110px;}@media screen and (max-width: 767px) {body main .t2180{width:142px;}}@media screen and (max-width: 480px) {body main .t2180{width:140px;}}@media screen and (max-width: 350px) {body main .t2180{width:136px;}}body main .t2181{font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 767px) {body main .t2181{font-size:16px;}}body main .t2182{display:flex;z-index:10!important;position:relative;column-gap:30px;margin-top:60px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;}@media screen and (max-width: 1240px) {body main .t2182{row-gap:20px;flex-wrap:wrap;max-width:680px;justify-content:center;}}@media screen and (max-width: 767px) {body main .t2182{margin-top:20px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2182{row-gap:20px;margin-top:0px;padding-bottom:80px;}}@media screen and (max-width: 350px) {body main .t2182{row-gap:30px;margin-top:30px;padding-left:16px;padding-right:16px;}}body main .t2183{max-width:222px;}@media screen and (max-width: 767px) {body main .t2183{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2183{width:100%;max-width:240px;}}@media screen and (max-width: 350px) {body main .t2183{max-width:238px;}}body main .t2184{font-size:16px;line-height:1.4;}@media screen and (max-width: 1240px) {body main .t2184{max-width:500px;text-align:center;}}@media screen and (max-width: 767px) {body main .t2184{width:100%;font-size:14px;max-width:296px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2184{width:100%;max-width:260px;}}body main .t2185{font-weight:700;}@media screen and (max-width: 350px) {body main .t2185{margin-left:auto;margin-right:auto;}}body main .t2186{font-weight:400;}body main .t2187{z-index:10!important;position:relative;background:;border-top:3px dashed var(--medium-darker);padding-top:20px;padding-bottom:20px;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 480px) {body main .t2187{padding-top:21px;}}@media screen and (max-width: 350px) {body main .t2187{border-top:2px dashed rgba(70, 70, 71, 1);padding-top:16px;border-bottom:2px dashed rgba(70, 70, 71, 1);padding-bottom:16px;}}body main .t2188{text-align:center;flex-direction:row;}body main .t2189{display:flex;flex-wrap:wrap;max-width:1200px;align-items:center;padding-left:0px;margin-bottom:4px;padding-right:0px;flex-direction:row;}@media screen and (max-width: 480px) {body main .t2189{flex-direction:column;}}@media screen and (max-width: 350px) {body main .t2189{margin-bottom:2px;}}body main .t2190{min-width:fit-content;font-weight:400;margin-left:auto;margin-right:auto;}@media screen and (max-width: 350px) {body main .t2190{line-height:1.2;}}body main .t2191{font-size:16px;line-height:1.4;}@media screen and (max-width: 350px) {body main .t2191{font-size:14px;}}body main .t2192{font-size:16px;line-height:1.4em;}body main .t2192:hover{color:#f2f2f2;text-decoration:none;}@media screen and (max-width: 350px) {body main .t2192{font-size:14px;}}body main .t2193{font-size:16px;line-height:1.4;padding-left:4px;padding-right:5px;}@media screen and (max-width: 350px) {body main .t2193{font-size:14px;}}body main .t2194{font-size:16px;line-height:1.4;}body main .t2194:hover{color:#f2f2f2;text-decoration:none;}@media screen and (max-width: 350px) {body main .t2194{font-size:14px;}}body main .t2195{font-size:16px;line-height:1.4;padding-left:4px;padding-right:5px;}@media screen and (max-width: 350px) {body main .t2195{font-size:14px;}}body main .t2196{font-size:16px;line-height:1.4;}@media screen and (max-width: 350px) {body main .t2196{font-size:14px;}}body main .t2197{font-size:16px;line-height:1.4;padding-left:4px;padding-right:5px;}@media screen and (max-width: 350px) {body main .t2197{font-size:14px;}}body main .t2198{width:fit-content;border:1px solid #696f73;display:flex;background:var(--medium-darkest);transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:10px;margin-right:auto;padding-left:20px;border-radius:8px;margin-bottom:10px;padding-right:20px;padding-bottom:10px;justify-content:center;}body main .t2198:hover{background:var(--dark);transition:all 200ms 0ms linear;}body main .t2198:hover span:nth-child(2){color:var(--cta-lighter);}@media screen and (max-width: 480px) {body main .t2198{width:100%;max-width:262px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t2198{max-width:250px;}}body main .t2199{font-size:18px;letter-spacing:-0.2px;}@media screen and (max-width: 480px) {body main .t2199{font-size:17px;margin-bottom:5px;}}@media screen and (max-width: 350px) {body main .t2199{font-size:16px;}}body main .t2201{color:var(--cta);transition:all 200ms 0ms linear;}@media screen and (max-width: 350px) {body main .t2201{font-size:22px;}}body main .t2202>img{background:;transition:all 300ms 0ms ease-in;}body main .t2202{border:1.8px solid white;display:flex;max-width:404px;background:#705cf6;margin-top:0px;align-items:center;border-radius:200px;justify-content:center;text-decoration:none;}body main .t2202:hover{background:#4e28d9;transition:all 300ms 0ms ease-in;}body main .t2202:hover >img{transform:translate(0.5em,0px);background:;transition:all 300ms 0ms ease-in;}@media screen and (max-width: 1240px) {body main .t2202{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2202{max-width:330px;}}body main .t2203{height:19px;position:relative;max-width:%;transform:translate(0px, 0px);transition:;padding-left:12px;}body main .t2203:hover{transform:;}@media screen and (max-width: 480px) {body main .t2203{height:16px;padding-left:10px;}}body main .t2204{top:23px;left:60px;position:initial;}@media screen and (max-width: 350px) {body main .t2204{font-size:18px!important;}}body main .t2206{height:124px;max-width:100%;background:var(--white);margin-top:-2px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t2206{height:64px;}}body main .t2207{height:10px;max-width:100%;padding-left:0px;padding-right:0px;}body main .t2208{max-width:100%;min-height:20px;}body main .t2209{max-width:1180px;margin-left:auto;margin-right:auto;}body main .t2210{max-width:100%;min-height:20px;}body main .t2211{display:flex;z-index:10 !important;position:relative;border-top:3px dashed #464647;align-items:center;margin-left:auto;padding-top:32px;margin-right:auto;padding-bottom:24px;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2211{flex-direction:column;}}body main .t2212{display:flex;background:;align-items:center;margin-right:16px;flex-direction:row;}@media screen and (max-width: 1240px) {body main .t2212{margin-bottom:12px;}}body main .t2213{height:12px;}@media screen and (max-width: 1240px) {body main .t2213{display:none;}}body main .t2214{color:var(--medium-dark);width:;display:block;font-size:18px;font-weight:700;line-height:0.95;margin-right:4px;letter-spacing:-0.01;}@media screen and (max-width: 1240px) {body main .t2214{max-width:;white-space:nowrap;margin-right:6px;margin-bottom:16px;preventstextfromwrappingpadding:10px 20px;ensurespaddingremainsflex-shrink:0;preventsshrinkinginsideflexmin-width:0;}}@media screen and (max-width: 350px) {body main .t2214{font-size:16px!important;}}body main .t2215{height:20px;display:none;}@media screen and (max-width: 1240px) {body main .t2215{display:block;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2215{height:16px;}}body main .t2216{display:flex;row-gap:8px;background:;column-gap:8px;align-items:center;flex-direction:row;}@media screen and (max-width: 1240px) {body main .t2216{width:100%!important;height:100%!important;flex-wrap:wrap!important;max-width:650px;justify-content:center!important;gapbetweenbuttonsmax-width:650px;centerthecontaineralign-items:stretch;allowwrappingtomultiplelinesgap:8px;maxwidthoftheparentcontainermargin:0 auto;}}body main .t2217{color:var(--light);font-size:20px;background:var(--medium-darkest);text-align:center;font-weight:500;line-height:1.25;padding-top:12px;padding-left:22px;border-radius:8px;padding-right:22px;letter-spacing:-0.01px;padding-bottom:12px;}body main .t2217:hover{color:var(--darker);transform:translate(0px,-4px);background:var(--highlight1);box-shadow:;}@media screen and (max-width: 1240px) {body main .t2217{flex:1 1 calc(33.333% - 16px);height:auto;display:flex;align-self:stretch!important;box-sizing:border-box;min-height:100%;text-align:center;align-items:center;white-space:normal;justify-content:center;}}@media screen and (max-width: 767px) {body main .t2217{font-size:18px;font-weight:500;padding-top:16px;padding-left:28px;padding-right:28px;padding-bottom:16px;}}@media screen and (max-width: 480px) {body main .t2217{padding-top:12px;padding-left:18px;padding-right:18px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2217{font-size:16px;padding-top:12px;padding-left:16px;padding-right:16px;padding-bottom:12px;}}body main .t2220{display:inline;position:relative;max-height:91px;margin-bottom:-6px;}@media screen and (max-width: 767px) {body main .t2220{max-height:76px;}}@media screen and (max-width: 480px) {body main .t2220{display:none;max-height:62px;margin-bottom:-4px;}}@media screen and (max-width: 350px) {body main .t2220{max-height:54px;}}body main .t2221{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:var(--highlight2);margin-top:298px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2221{filter:blur(275px);opacity:60%;margin-top:294px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2221{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2221{width:700px;filter:blur(200px);height:375px;max-width:700px;margin-top:329px;}}@media screen and (max-width: 480px) {body main .t2221{height:500px!important;max-width:100%!important;margin-top:346px!important;}}@media screen and (max-width: 350px) {body main .t2221{width:300px!important;filter:blur(190px);height:400px!important;opacity:75%;max-width:300px!important;transform:;margin-top:440px!important;}}body main .t2222{contain:paint;}body main .t2223{top:;left:50%;width:400px;filter:blur(500px);height:600px;opacity:5%;overflow:auto;position:absolute;max-width:400px;transform:translate(-50%,0px);background:var(--highlight2);margin-top:169px;margin-left:330px;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2223{opacity:25%;margin-top:905px!important;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2223{opacity:35%;}}@media screen and (max-width: 767px) {body main .t2223{filter:blur(250px);opacity:30%;margin-top:21px;}}@media screen and (max-width: 480px) {body main .t2223{filter:blur(275px);height:450px!important;opacity:20%;margin-top:786px!important;}}@media screen and (max-width: 350px) {body main .t2223{filter:blur(190px);height:370px!important;max-width:275px!important;margin-top:714px!important;}}body main .t2224{left:50%;width:600px;filter:blur(325px);height:500px;opacity:70%;position:absolute;max-width:600px;transform:translate(-50%,0px);background:var(--cta);margin-top:324px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2224{width:800px!important;filter:blur(275px);height:375px;opacity:65%;max-width:800px!important;margin-top:384px!important;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 991px) {body main .t2224{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2224{width:600px!important;filter:blur(250px);opacity:65%;max-width:600px!important;margin-top:395px!important;}}@media screen and (max-width: 480px) {body main .t2224{filter:blur(200px);height:500px!important;opacity:45%;max-width:100%!important;margin-top:436px!important;}}@media screen and (max-width: 350px) {body main .t2224{width:300px!important;filter:blur(190px);height:400px!important;opacity:75%!important;max-width:300px!important;transform:;margin-top:480px!important;}}body main .t2225{left:50%;width:600px!important;filter:blur(500px);height:500px!important;opacity:20%;position:absolute;max-width:600px!important;transform:translate(-50%,0px);background:#ff0050;margin-top:1075px;margin-left:auto!important;margin-right:auto!important;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2225{filter:blur(400px);opacity:20%;margin-top:1100px!important;}}@media screen and (max-width: 991px) {body main .t2225{opacity:20%;}}@media screen and (max-width: 767px) {body main .t2225{width:400px!important;filter:blur(250px);max-width:400px!important;margin-top:1175px!important;}}@media screen and (max-width: 480px) {body main .t2225{filter:blur(275px);height:450px!important;margin-top:1300px!important;}}@media screen and (max-width: 350px) {body main .t2225{filter:blur(190px);height:370px!important;max-width:275px!important;}}body main .t2226{left:50%;width:800px;filter:blur(700px);height:400px;opacity:20%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:var(--cta);margin-top:1250px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2226{z-index:0;margin-top:2125px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 767px) {body main .t2226{width:700px;height:375px;max-width:700px;margin-top:2270px;}}@media screen and (max-width: 480px) {body main .t2226{filter:blur(400px);height:500px!important;max-width:100%!important;margin-top:2020px!important;}}@media screen and (max-width: 350px) {body main .t2226{width:300px!important;filter:blur(300px);height:300px!important;opacity:100%;max-width:300px!important;transform:;margin-top:1820px!important;}}body main .t2227{left:50%;width:100%;filter:blur(0.25px);height:100%;opacity:30%;z-index:0;position:absolute;transform:translate(-50%,0px);background:!important;background-size:auto;background-image:url(https://global.divhunt.com/5cb53844b28798eeee251ab21d942b3a_1738.svg);background-repeat:repeat-x;background-position:top center !important;}@media screen and (max-width: 480px) {body main .t2227{background-size:calc(1500px * 1.25) calc(754px * 1.25);}}@media screen and (max-width: 350px) {body main .t2227{transform:;}}body main .t2228{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:var(--cta);margin-top:341px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2228{filter:blur(275px);opacity:60%;margin-top:453px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2228{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2228{width:700px;filter:blur(200px);height:375px;max-width:700px;margin-top:369px;}}@media screen and (max-width: 480px) {body main .t2228{height:400px!important;max-width:100%!important;margin-top:329px!important;}}@media screen and (max-width: 350px) {body main .t2228{width:300px!important;filter:blur(190px);height:400px!important;opacity:55%;max-width:300px!important;transform:;margin-top:290px!important;}}body main .t2229{height:40px;display:flex;position:relative;max-width:100%!important;align-items:stretch;margin-bottom:64px;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2229{margin-bottom:44px;}}body main .t2230{width:58px!important;height:40px!important;clip-path:polygon(5px 0px, 5px 4px, 29px 40px, 53px 4px, 53px 0px, 5px 0px);background:var(--white);margin-left:-4px;margin-right:-4px;}body main .t2231{height:40px!important;flex-grow:1;}body main .t2232{height:40px!important;flex-grow:1;}body main .t2233{height:40px;display:flex;position:relative;max-width:100%!important;margin-top:64px;align-items:stretch;margin-bottom:-2px!important;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2233{margin-top:40px;padding-bottom:0px!important;}}body main .t2234{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2235{width:58px!important;height:40px!important;clip-path:polygon(91.4% 0%, 50% 90%, 8.6% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);background:rgba(255,255,255,1.00);margin-left:-4px;margin-right:-4px;}body main .t2236{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2237{height:40px;display:flex;position:relative;max-width:100%!important;align-items:stretch;margin-bottom:100px;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2237{margin-bottom:80px;}}body main .t2238{height:40px!important;flex-grow:1;}body main .t2239{width:58px!important;height:40px!important;clip-path:polygon(5px 0px, 5px 4px, 29px 40px, 53px 4px, 53px 0px, 5px 0px);background:rgba(255,255,255,1.00);margin-left:-4px;margin-right:-4px;}body main .t2240{height:40px!important;flex-grow:1;}body main .t2241{height:40px;display:flex;position:relative;max-width:100%!important;margin-top:64px;align-items:stretch;margin-bottom:-2px!important;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2241{margin-top:40px;padding-bottom:0px!important;}}body main .t2242{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2243{width:58px!important;height:40px!important;clip-path:polygon(91.4% 0%, 50% 90%, 8.6% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);background:rgba(255,255,255,1.00);margin-left:-4px;margin-right:-4px;}body main .t2244{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2245{height:40px;display:flex;position:relative;max-width:100%!important;align-items:stretch;margin-bottom:100px;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2245{margin-bottom:80px;}}body main .t2246{height:40px!important;flex-grow:1;}body main .t2247{width:58px!important;height:40px!important;clip-path:polygon(5px 0px, 5px 4px, 29px 40px, 53px 4px, 53px 0px, 5px 0px);background:var(--lightest);margin-left:-4px;margin-right:-4px;}body main .t2248{height:40px!important;flex-grow:1;}body main .t2249{height:40px;display:flex;position:relative;max-width:100%!important;margin-top:100px;align-items:stretch;margin-bottom:-2px!important;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2249{margin-top:80px;padding-bottom:0px!important;}}body main .t2250{height:40px!important;flex-grow:1;background:var(--lightest);}body main .t2251{width:58px!important;height:40px!important;clip-path:polygon(91.4% 0%, 50% 90%, 8.6% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);background:var(--lightest);margin-left:-4px;margin-right:-4px;}body main .t2252{height:40px!important;flex-grow:1;background:var(--lightest);}body main .t2253{background:var(--blue-marker);padding-top:2px;padding-left:2px;padding-right:2px;padding-bottom:2px;}body main .t2254{background:var(--lightest);padding-top:2px;padding-left:6px;padding-right:6px;padding-bottom:2px;}body main .t2255{background:rgba(188, 232, 255, 1);padding-top:2px;padding-left:2px;padding-right:2px;padding-bottom:2px;}body main .t2256{background:var(--lightest);padding-top:2px;padding-left:6px;padding-right:6px;padding-bottom:2px;}body main .t2257{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:var(--cta);margin-top:422px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2257{filter:blur(275px);opacity:60%;margin-top:453px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2257{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2257{width:700px;filter:blur(200px);height:375px;max-width:700px;margin-top:455px;}}@media screen and (max-width: 480px) {body main .t2257{height:500px!important;max-width:100%!important;margin-top:399px!important;}}@media screen and (max-width: 350px) {body main .t2257{width:300px!important;filter:blur(190px);height:475px!important;opacity:75%;max-width:300px!important;transform:;margin-top:388px!important;}}body main .t2258{display:none;position:relative;max-height:91px;margin-bottom:-6px;}@media screen and (max-width: 767px) {body main .t2258{max-height:76px;}}@media screen and (max-width: 480px) {body main .t2258{display:inline;max-height:54px;margin-bottom:-4px;}}@media screen and (max-width: 350px) {body main .t2258{max-height:42px;}}body main .t2259{margin-bottom:.75em;}@media screen and (max-width: 767px) {body main .t2259{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2259 p{font-size:16px;}}body main .t2260{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:#705cf6;margin-top:464px;margin-left:-246px;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2260{filter:blur(275px);opacity:60%;margin-top:417px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2260{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2260{width:700px;filter:blur(225px);height:375px;opacity:45%;max-width:700px;margin-top:490px;}}@media screen and (max-width: 480px) {body main .t2260{filter:blur(200px);height:500px!important;max-width:100%!important;margin-top:308px!important;}}@media screen and (max-width: 350px) {body main .t2260{width:300px!important;filter:blur(190px);height:400px!important;opacity:75%;max-width:300px!important;transform:;margin-top:333px!important;}}body main .t2261{left:50%;width:100%;filter:blur(20px);height:25%;opacity:20%;z-index:0;position:absolute;transform:translate(-50%,0px);background:linear-gradient(180deg,var(--black) 0%,rgba(0,0,0,0) 98%);background-size:calc(1500px * 1.5) calc(754px * 1.5);background-repeat:repeat-x;background-position:top center !important;}@media screen and (max-width: 350px) {body main .t2261{transform:;}}body main .t2262{left:50%;width:100%;filter:blur(0.25px);height:100%;opacity:20%;z-index:0;position:absolute;transform:translate(-50%,0px);background:!important;background-size:calc(1500px * 1.5) calc(754px * 1.5);background-image:url(https://global.divhunt.com/a8d42a5537f6fd754c87703f4bc26e07_69792.svg);background-repeat:repeat-x;background-position:top center !important;}@media screen and (max-width: 480px) {body main .t2262{background-size:calc(1500px * 1.25) calc(754px * 1.25);}}@media screen and (max-width: 350px) {body main .t2262{transform:;}}body main .t2263{overflow:hidden;}body main .t2264{overflow:hidden;}body main .t2265{contain:paint;background:#111827;}body main .t2266{border-bottom:3px dashed #3f4145;}body main .t2268{z-index:50;padding-bottom:60px;}@media screen and (max-width: 1240px) {body main .t2268{padding-bottom:120px;}}@media screen and (max-width: 991px) {body main .t2268{padding-bottom:132px;}}@media screen and (max-width: 480px) {body main .t2268{padding-bottom:132px;}}@media screen and (max-width: 350px) {body main .t2268{background:hsla(221,39%,11%,0);padding-bottom:32px;}}body main .t2269{display:flex;z-index:10 !important;position:relative;max-width:1200px;column-gap:30px;margin-left:auto;padding-top:32px;margin-right:auto;padding-left:20px;padding-right:20px;grid-template-columns:55% 45%;}@media screen and (max-width: 1240px) {body main .t2269{max-width:680px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2269{padding-top:60px;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t2269{padding-top:40px;}}@media screen and (max-width: 350px) {body main .t2269{margin-top:0px;padding-top:32px;padding-left:16px;padding-right:16px;}}body main .t2270{display:flex;row-gap:30px;max-width:480px;line-height:1.5;padding-left:0px;padding-right:20px;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2270{text-align:center;margin-bottom:60px;padding-right:0px;}}@media screen and (max-width: 767px) {body main .t2270{margin-bottom:40px;}}body main .t2271{z-index:10 !important;position:relative;max-width:480px;}body main .t2272{top:-52px;left:-186px;width:160px;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 50%;}@media screen and (max-width: 1240px) {body main .t2272{left:-54px;}}@media screen and (max-width: 767px) {body main .t2272{display:none;}}body main .t2273{width:100%;z-index:10 !important;font-size:24px;max-width:480px;text-wrap:balance;font-weight:500;line-height:1.36;}@media screen and (max-width: 1240px) {body main .t2273{text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t2273{max-width:435px;}}@media screen and (max-width: 480px) {body main .t2273{font-size:20px!important;max-width:396px;}}body main .t2274{color:var(--highlight2);font-size:28px;}@media screen and (max-width: 767px) {body main .t2274{font-size:24px;}}body main .t2275{color:var(--white);z-index:10 !important;font-size:85px;max-width:480px;text-wrap:balance;text-align:left;margin-bottom:-10px;}@media screen and (max-width: 1240px) {body main .t2275{text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t2275{font-size:80px;max-width:500px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2275{font-size:64px!important;line-height:1;}}@media screen and (max-width: 350px) {body main .t2275{display:block;font-size:58px!important;line-height:1;}}@media screen and (max-width: 1240px) {body main .t2276{text-align:left;}}@media screen and (max-width: 480px) {body main .t2276{font-size:64px!important;}}@media screen and (max-width: 350px) {body main .t2276{font-size:58px!important;line-height:1;}}body main .t2277{display:inline;position:relative;max-height:75px;margin-bottom:-6px;}@media screen and (max-width: 767px) {body main .t2277{max-height:76px;}}@media screen and (max-width: 480px) {body main .t2277{display:none;max-height:62px;margin-bottom:-4px;}}@media screen and (max-width: 350px) {body main .t2277{max-height:54px;}}body main .t2278{color:var(--highlight1);}@media screen and (max-width: 480px) {body main .t2278{font-size:64px!important;}}@media screen and (max-width: 350px) {body main .t2278{display:flex;font-size:58px!important;line-height:1;}}body main .t2279{display:none;position:relative;max-height:91px;margin-bottom:-6px;}@media screen and (max-width: 767px) {body main .t2279{max-height:76px;}}@media screen and (max-width: 480px) {body main .t2279{display:inline;max-height:62px;margin-bottom:-4px;}}@media screen and (max-width: 350px) {body main .t2279{max-height:54px;}}body main .t2280{width:100%;font-size:18px;max-width:100%;text-wrap:balance;margin-top:6px;text-align:center;font-weight:400;line-height:1.36;}@media screen and (max-width: 1240px) {body main .t2280{text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t2280{font-size:18px;max-width:435px;}}@media screen and (max-width: 480px) {body main .t2280{font-size:14px;max-width:396px;}}@media screen and (max-width: 350px) {body main .t2280{font-size:16px;max-width:318px;margin-top:32px;}}body main .t2282{font-weight:700;}body main .t2283{justify-self:auto;padding-left:20px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t2283{padding-left:0px;}}@media screen and (max-width: 767px) {body main .t2283{padding-left:0px;}}body main .t2284{z-index:999;position:relative;margin-left:auto;margin-right:auto;margin-bottom:20px;}body main .t2284#awards-svg{filter:drop-shadow(2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(0px -3px 1px rgb(0 0 0 / 0.1));}@media screen and (max-width: 767px) {body main .t2284{margin-bottom:10px;}}@media screen and (max-width: 480px) {body main .t2284{max-width:380px;margin-bottom:6px;}}body main .t2285{display:flex;z-index:10 !important;position:relative;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2285{max-width:100%;padding-left:0px;padding-right:0px;}}@media screen and (max-width: 350px) {body main .t2285{margin-top:-2px;}}body main .t2286{padding-left:0px;padding-right:0px;}@media screen and (max-width: 350px) {body main .t2286{max-width:100%;}}body main .t2287{width:100%;display:flex;row-gap:8px;z-index:999;position:relative;max-width:100%;background:var(--darker);column-gap:8px;align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 767px) {body main .t2287{padding-top:10px;padding-left:10px;padding-right:4px;flex-direction:row;padding-bottom:10px;}}@media screen and (max-width: 480px) {body main .t2287{row-gap:12px;padding-top:6px;border-radius:20px;padding-bottom:6px;}}@media screen and (max-width: 350px) {body main .t2287{max-width:260px;padding-top:10px;flex-direction:column;padding-bottom:10px;}}body main .t2288{max-height:20px;}@media screen and (max-width: 480px) {body main .t2288{max-height:18px;}}@media screen and (max-width: 350px) {body main .t2288{max-height:21px;}}body main .t2289{max-height:28px;}@media screen and (max-width: 480px) {body main .t2289{max-height:25px;}}@media screen and (max-width: 350px) {body main .t2289{max-height:28px;}}body main .t2290{font-size:14px;max-width:fit-content;text-align:center;line-height:1em;}@media screen and (max-width: 480px) {body main .t2290{font-size:13.5px;}}@media screen and (max-width: 350px) {body main .t2290{font-size:14px;}}body main .t2291{width:100%;display:flex;z-index:10 !important;position:relative;max-width:1200px;column-gap:13px;margin-top:60px;align-items:center;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;justify-content:space-between;}@media screen and (max-width: 1240px) {body main .t2291{row-gap:20px;flex-wrap:wrap;max-width:680px;justify-content:center;}}@media screen and (max-width: 767px) {body main .t2291{max-width:100%;margin-top:20px;flex-direction:column;}}@media screen and (max-width: 350px) {body main .t2291{padding-left:16px;padding-right:16px;padding-bottom:52px;}}body main .t2292{font-size:16px;max-width:95%;text-wrap:wrap;line-height:1.4;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1240px) {body main .t2292{text-align:center;}}@media screen and (max-width: 767px) {body main .t2292{font-size:14px;text-wrap:balance;margin-left:auto;margin-right:auto;}}body main .t2293{font-weight:400;}body main .t2294{font-weight:700;}body main .t2295{width:100%;border:2px solid #ff0050;display:flex;z-index:10 !important;background:#f2f2f2;column-gap:12px;align-items:center;padding-top:15px;padding-left:16px;border-radius:14px;padding-right:24px;padding-bottom:15px;justify-content:flex-start;}@media screen and (max-width: 1240px) {body main .t2295{width:100%;}}@media screen and (max-width: 767px) {body main .t2295{column-gap:10px;margin-left:auto;padding-top:12px;margin-right:auto;padding-left:10px;border-radius:8px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 480px) {body main .t2295{max-width:260px;justify-content:center!important;}}@media screen and (max-width: 350px) {body main .t2295{column-gap:8px;padding-top:12px;padding-left:10px;padding-right:6px;padding-bottom:12px;}}body main .t2296{margin-top:auto;align-items:stretch;margin-bottom:auto;flex-direction:column;}@media screen and (max-width: 350px) {body main .t2296{margin-top:2px;margin-bottom:0px;}}body main .t2297{color:#ff0050;width:max-content;font-size:23px;text-align:left;font-weight:700;line-height:1;}@media screen and (max-width: 767px) {body main .t2297{font-size:17px;}}@media screen and (max-width: 350px) {body main .t2297{width:100%;font-size:16px;}}body main .t2298{color:#ff0050;width:max-content;display:flex;font-size:18px;column-gap:7px;align-items:center;font-weight:700;line-height:1;margin-bottom:7px;}@media screen and (max-width: 767px) {body main .t2298{column-gap:5px;margin-bottom:5px;}}@media screen and (max-width: 350px) {body main .t2298{column-gap:5px;margin-bottom:5px;}}body main .t2299{width:13px;height:13px;}@media screen and (max-width: 767px) {body main .t2299{width:11px;height:11px;}}@media screen and (max-width: 350px) {body main .t2299{width:12px;height:12px;padding-bottom:1px;}}body main .t2300{font-size:16px;background:;text-align:left;font-weight:500;}@media screen and (max-width: 767px) {body main .t2300{font-size:14px;}}@media screen and (max-width: 350px) {body main .t2300{font-size:15px;}}body main .t2301{width:39px;}@media screen and (max-width: 767px) {body main .t2301{top:-1px;width:30px;position:relative;}}@media screen and (max-width: 350px) {body main .t2301{width:30px;}}body main .t2302{position:relative;align-items:center;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px;justify-content:center;grid-template-columns:1fr 1fr;}@media screen and (max-width: 991px) {body main .t2302{background:rgba(7, 7, 8, 1);}}body main .t2303{max-width:100%;background:#1d2638;padding-top:20px;padding-left:20px;border-bottom:3px dashed #3f4145;padding-right:20px;padding-bottom:20px;}@media screen and (max-width: 991px) {body main .t2303{padding-left:16px;padding-right:16px;}}body main .t2304{display:flex;max-width:fit-content;align-items:center;padding-left:0px;padding-right:0px;flex-direction:row;}@media screen and (max-width: 480px) {body main .t2304{flex-direction:column;}}body main .t2305{font-size:32px;letter-spacing:-0.2px;}@media screen and (max-width: 991px) {body main .t2305{font-size:16px;}}@media screen and (max-width: 767px) {body main .t2305{font-size:24px;}}@media screen and (max-width: 480px) {body main .t2305{font-size:20px;margin-bottom:3px;}}body main .t2306{color:#705cf6;font-size:32px;font-weight:700;line-height:1;margin-left:auto;margin-right:auto;padding-left:0px;padding-right:0px;letter-spacing:-0.2px;}body main .t2306:hover{color:#b1aaf5;text-decoration:none;}@media screen and (max-width: 991px) {body main .t2306{font-size:22px;padding-left:16px;padding-right:16px;}}@media screen and (max-width: 767px) {body main .t2306{font-size:24px;}}@media screen and (max-width: 480px) {body main .t2306{font-size:30px;}}body main .t2308{height:124px;max-width:100%;background:rgba(255,255,255,1.00);margin-top:-2px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 480px) {body main .t2308{height:64px;}}body main .t2309{height:10px;max-width:100%;padding-left:0px;padding-right:0px;}body main .t2310{top:;left:50%;width:400px;filter:blur(500px);height:600px;opacity:5%;overflow:auto;position:absolute;max-width:400px;transform:translate(-50%,0px);background:#ff0050;margin-top:169px;margin-left:330px;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2310{opacity:25%;margin-top:905px!important;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2310{opacity:35%;}}@media screen and (max-width: 767px) {body main .t2310{filter:blur(250px);opacity:30%;margin-top:21px;}}@media screen and (max-width: 480px) {body main .t2310{filter:blur(275px);height:450px!important;opacity:20%;margin-top:786px!important;}}@media screen and (max-width: 350px) {body main .t2310{filter:blur(190px);height:370px!important;max-width:275px!important;margin-top:714px!important;}}body main .t2311{left:50%;width:800px;filter:blur(700px);height:400px;opacity:20%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:#705cf6;margin-top:1250px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2311{z-index:0;margin-top:2125px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 767px) {body main .t2311{width:700px;height:375px;max-width:700px;margin-top:2270px;}}@media screen and (max-width: 480px) {body main .t2311{filter:blur(400px);height:500px!important;max-width:100%!important;margin-top:2020px!important;}}@media screen and (max-width: 350px) {body main .t2311{width:300px!important;filter:blur(300px);height:300px!important;opacity:100%;max-width:300px!important;transform:;margin-top:1820px!important;}}body main .t2312{display:flex;z-index:10 !important;position:relative;border-top:3px dashed #464647;align-items:center;margin-left:auto;padding-top:32px;margin-right:auto;padding-bottom:24px;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2312{flex-direction:column;}}body main .t2313{display:flex;background:;align-items:center;margin-right:16px;flex-direction:row;}@media screen and (max-width: 1240px) {body main .t2313{margin-bottom:12px;}}body main .t2314{height:12px;}@media screen and (max-width: 1240px) {body main .t2314{display:none;}}body main .t2315{height:20px;display:none;}@media screen and (max-width: 1240px) {body main .t2315{display:block;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2315{height:16px;}}body main .t2316{color:#757e8c;width:;display:block;font-size:18px;font-weight:700;line-height:0.95;margin-right:4px;letter-spacing:-0.01;}@media screen and (max-width: 1240px) {body main .t2316{max-width:;white-space:nowrap;margin-right:6px;margin-bottom:16px;preventstextfromwrappingpadding:10px 20px;ensurespaddingremainsflex-shrink:0;preventsshrinkinginsideflexmin-width:0;}}@media screen and (max-width: 350px) {body main .t2316{font-size:16px!important;}}body main .t2317{display:flex;row-gap:8px;background:;column-gap:8px;align-items:center;flex-direction:row;}@media screen and (max-width: 1240px) {body main .t2317{width:100%!important;height:100%!important;flex-wrap:wrap!important;max-width:650px;justify-content:center!important;gapbetweenbuttonsmax-width:650px;centerthecontaineralign-items:stretch;allowwrappingtomultiplelinesgap:8px;maxwidthoftheparentcontainermargin:0 auto;}}body main .t2318{color:var(--light);font-size:20px;background:#2d374b;text-align:center;font-weight:500;line-height:1.25;padding-top:12px;padding-left:22px;border-radius:8px;padding-right:22px;letter-spacing:-0.01px;padding-bottom:12px;}body main .t2318:hover{color:var(--dark);transform:translate(0px,-4px);background:var(--medium-dark);box-shadow:;}@media screen and (max-width: 1240px) {body main .t2318{flex:1 1 calc(33.333% - 16px);height:auto;display:flex;align-self:stretch!important;box-sizing:border-box;min-height:100%;text-align:center;align-items:center;white-space:normal;justify-content:center;}}@media screen and (max-width: 767px) {body main .t2318{font-size:18px;font-weight:500;padding-top:16px;padding-left:28px;padding-right:28px;padding-bottom:16px;}}@media screen and (max-width: 480px) {body main .t2318{padding-top:12px;padding-left:18px;padding-right:18px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2318{font-size:16px;padding-top:12px;padding-left:16px;padding-right:16px;padding-bottom:12px;}}body main .t2319{left:50%;width:100%;filter:blur(0.25px);height:100%;opacity:30%;z-index:0;position:absolute;transform:translate(-50%,0px);background:!important;background-size:auto;background-image:url(https://global.divhunt.com/5cb53844b28798eeee251ab21d942b3a_1738.svg);background-repeat:repeat-x;background-position:top center !important;}@media screen and (max-width: 480px) {body main .t2319{background-size:calc(1500px * 1.25) calc(754px * 1.25);}}@media screen and (max-width: 350px) {body main .t2319{transform:;}}body main .t2320{left:50%;width:100%;filter:blur(20px);height:25%;opacity:20%;z-index:0;position:absolute;transform:translate(-50%,0px);background:linear-gradient(180deg,rgb(0,0,0) 0%,rgba(0,0,0,0) 98%);background-size:calc(1500px * 1.5) calc(754px * 1.5);background-repeat:repeat-x;background-position:top center !important;}@media screen and (max-width: 350px) {body main .t2320{transform:;}}body main .t2321{left:50%;width:100%;filter:blur(0.25px);height:100%;opacity:20%;z-index:0;position:absolute;transform:translate(-50%,0px);background:!important;background-size:calc(1500px * 1.5) calc(754px * 1.5);background-image:url(https://global.divhunt.com/a8d42a5537f6fd754c87703f4bc26e07_69792.svg);background-repeat:repeat-x;background-position:top center !important;}@media screen and (max-width: 480px) {body main .t2321{background-size:calc(1500px * 1.25) calc(754px * 1.25);}}@media screen and (max-width: 350px) {body main .t2321{transform:;}}body main .t2322{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:#705cf6;margin-top:464px;margin-left:-246px;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2322{filter:blur(275px);opacity:60%;margin-top:417px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2322{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2322{width:700px;filter:blur(225px);height:375px;opacity:45%;max-width:700px;margin-top:490px;}}@media screen and (max-width: 480px) {body main .t2322{filter:blur(200px);height:500px!important;max-width:100%!important;margin-top:308px!important;}}@media screen and (max-width: 350px) {body main .t2322{width:300px!important;filter:blur(190px);height:400px!important;opacity:75%;max-width:300px!important;transform:;margin-top:333px!important;}}body main .t2323{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t2323{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t2323{padding-top:80px;padding-bottom:80px;}}body main .t2324{display:flex;row-gap:40px;max-width:100%;flex-direction:column;}@media screen and (max-width: 480px) {body main .t2324{row-gap:60px;}}body main .t2325{display:flex;max-width:fit-content;column-gap:32px;grid-template-columns:1fr 1fr;}body main .t2326{width:950px;display:grid;row-gap:34px;flex-wrap:wrap;column-gap:30px;margin-left:auto;margin-right:auto;justify-items:center;grid-template-columns:1fr 1fr ;}@media screen and (max-width: 991px) {body main .t2326{width:938px;row-gap:24px;column-gap:18px;grid-template-columns:1fr 1fr ;}}@media screen and (max-width: 767px) {body main .t2326{row-gap:20px;column-gap:20px;grid-template-columns:1fr;}}@media screen and (max-width: 480px) {body main .t2326{max-width:440px;}}body main .t2327{width:100%;display:flex;max-width:460px;transform:scale(0.975,0.975);align-self:flex-start;transition:all 200ms 0ms linear;margin-left:auto;margin-right:auto;border-radius:20px;flex-direction:column;}body main .t2327:hover{transform:scale(1,1);box-shadow:2px 2px 2px 1px #c3c4c3;}body main .t2327.dh-active{transform:scale(1,1);box-shadow:2px 2px 2px 1px #c3c4c3;}body main .t2327:hover .artistinfo-top-pic{filter:grayscale(0%);}@media screen and (max-width: 767px) {body main .t2327{transform:scale(1,1);}body main .t2327:hover{transform:scale(1,1);box-shadow:0px 0px 0px 0px rgba(195,196,195,0.00);}body main .t2327.dh-active{transform:scale(1,1);box-shadow:2px 2px 2px 1px #c3c4c3;}body main .t2327:hover .artistinfo-top-pic{filter:grayscale(0%);}body main .t2327.dh-active .artistinfo-top-pic{filter:grayscale(0%);}}@media screen and (max-width: 480px) {body main .t2327:hover .read-more-div{background:rgba(227,238,255,1.00);}body main .t2327.dh-active .read-more-div{background:rgba(227,238,255,1.00);}}body main .t2328{cursor:pointer;display:grid;row-gap:0px;position:relative;background:rgba(255,255,255,1.00);column-gap:16px;transition:all 200ms 0ms linear;align-items:flex-start;padding-top:20px;padding-left:20px;align-content:start;border-radius:20px;padding-right:20px;padding-bottom:20px;justify-content:flex-start;grid-template-rows:auto auto 1fr;grid-template-columns:auto 1fr;}body main .t2328.dh-active{border-radius:20px 20px 0px 0px;}body main .t2328:hover .read-more-div{background:rgba(227,238,255,1.00);}body main .t2328.dh-active .see-less-txt{display:block;}body main .t2328.dh-active .see-more-txt{display:none;}body main .t2328.dh-active .read-more-div{background:rgba(227,238,255,1.00);}body main .t2328.dh-active .read-more-arrow-img{transform:rotate(90deg);}body main .t2328.dh-active .artistinfo-top-toggle-img{transform:rotate(45deg);}@media screen and (max-width: 767px) {body main .t2328:hover .read-more-div{background:rgba(244,248,255,1.00);}body main .t2328.dh-active .read-more-div{background:rgba(227,238,255,1.00);}}@media screen and (max-width: 480px) {body main .t2328{display:block;row-gap:8px;column-gap:8px;align-items:flex-end;padding-top:16px;padding-left:16px;padding-right:16px;flex-direction:column;padding-bottom:16px;}body main .t2328.dh-active .see-less-txt{display:block;}body main .t2328.dh-active .see-more-txt{display:none;}body main .t2328.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2329{grid-row:span 3;}body main .t2330{width:108px;filter:grayscale(50%);transition:all 200ms 0ms linear;border-radius:100%;}@media screen and (max-width: 767px) {body main .t2330{width:100px;filter:grayscale(0%);}}@media screen and (max-width: 480px) {body main .t2330{top:10px;float:right;right:10px;width:80px;filter:grayscale(0%);padding-left:10px;}}body main .t2331{width:108px;border:1px solid #0080ff;display:flex;background:rgba(244,248,255,1.00);column-gap:4px;margin-top:10px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:0px;padding-top:6px;margin-right:0px;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;justify-content:center;}@media screen and (max-width: 767px) {body main .t2331{width:100px;column-gap:3px;padding-left:4px;padding-right:4px;}}@media screen and (max-width: 480px) {body main .t2331{display:none;}}body main .t2332{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2332{max-width:9px;}}@media screen and (max-width: 480px) {body main .t2332{max-width:9px;margin-top:0px;}}body main .t2333{width:fit-content;font-size:14px;transition:all 200ms 0ms linear;line-height:1;}@media screen and (max-width: 767px) {body main .t2333{font-size:13.5px;letter-spacing:-0.2px;}}body main .t2334{width:fit-content;display:none;font-size:14px;transition:all 200ms 0ms linear;line-height:1;}@media screen and (max-width: 767px) {body main .t2334{font-size:13.5px;letter-spacing:-0.2px;}}body main .t2335{color:#192235;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;}body main .t2336{height:fit-content;font-size:22px;font-weight:700;line-height:1.3;margin-bottom:4px;}@media screen and (max-width: 767px) {body main .t2336{font-size:20px;}}@media screen and (max-width: 480px) {body main .t2336{font-size:22px;}}body main .t2337{height:fit-content;font-size:18px;line-height:1.3;margin-bottom:2px;}body main .t2338{height:fit-content;font-size:18px;line-height:1.3;}body main .t2340{top:20px;left:auto;right:20px;width:fit-content;bottom:auto;height:fit-content;display:flex;position:absolute;align-self:center;background:#f2f2f2;transition:all 400ms 0ms ease;align-items:center;border-radius:100%;justify-content:flex-end;}@media screen and (max-width: 480px) {body main .t2340{top:auto;bottom:20px;display:none;}}body main .t2341{width:100%;max-width:31px;min-width:31px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2341{margin-left:auto;}}body main .t2342{order:1000;width:fit-content;height:100%;display:none;grid-column:span 2;padding-top:12px;flex-direction:column;justify-content:flex-end;}@media screen and (max-width: 480px) {body main .t2342{display:block;}}body main .t2343{width:109px;border:1px solid #0080ff;display:flex;background:rgba(227,238,255,1.00);column-gap:3px;transition:all 200ms 0ms linear;align-items:center;grid-column:span 2;margin-left:0px;padding-top:6px;margin-right:0px;padding-left:6px;border-radius:8px;padding-right:6px;padding-bottom:6px;}@media screen and (max-width: 991px) {body main .t2343{top:19px;right:13px;}}@media screen and (max-width: 767px) {body main .t2343{top:0px;right:43px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t2343{top:8px;right:30px;width:116px;height:fit-content;display:flex;background:rgba(227,238,255,1.00);column-gap:4px;align-items:center;margin-left:0px;padding-top:8px;padding-left:10px;margin-bottom:0px;padding-right:10px;padding-bottom:8px;justify-content:center;}}body main .t2344{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 767px) {body main .t2344{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2344{width:fit-content;font-size:14px;margin-top:-1px;transition:all 200ms 0ms linear;}}body main .t2345{width:100%;max-width:9px;transition:all 200ms 0ms linear;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2345{max-width:12px;}}@media screen and (max-width: 480px) {body main .t2345{max-width:9px;margin-top:0px;}}body main .t2346{width:100%;font-size:14px;line-height:1;}@media screen and (max-width: 767px) {body main .t2346{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2346{width:fit-content;display:none;font-size:14px;margin-top:-1px;transition:all 200ms 0ms linear;}}body main .t2347{height:100%;display:flex;background:rgba(255,255,255,1.00);padding-left:20px;border-radius:0px 0px 20px 20px;padding-right:20px;padding-bottom:20px;justify-content:center;}@media screen and (max-width: 480px) {body main .t2347{padding-left:16px;padding-right:16px;padding-bottom:16px;}}body main .t2348{align-self:flex-end;border-radius:20px;}@media screen and (max-width: 767px) {body main .t2348{width:100%;}}body main .t2349{max-width:100%;grid-template-columns:1fr 1fr;}body main .t2350{max-width:100%;padding-left:0px;padding-right:0px;}body main .t2351{color:rgba(17,17,20,1.00);margin-bottom:-20px;}@media screen and (max-width: 767px) {body main .t2351{font-size:18px!important;margin-bottom:-20px;}}body main .t2352{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t2352{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t2352{flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2353{font-size:44px;}}@media screen and (max-width: 767px) {body main .t2354{font-size:44px;}}body main .t2355{max-width:100%;}@media screen and (max-width: 350px) {body main .t2355{padding-left:20px!important;padding-right:20px!important;}}body main .t2357 p{margin-bottom:12px;}body main .t2357{font-weight:400;margin-bottom:-12px;}@media screen and (max-width: 767px) {body main .t2357 p{margin-bottom:10px;}body main .t2357{padding-left:16px;margin-bottom:-10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t2357{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2357 p{font-size:16px;}body main .t2357{padding-left:0px;padding-right:0px;}}body main .t2358{width:100%;display:block;flex-wrap:wrap;font-size:48px;max-width:650px;align-items:flex-start;line-height:1.2;margin-left:auto;margin-right:auto;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2358{font-size:44px;font-weight:800;}}@media screen and (max-width: 480px) {body main .t2358{font-size:36px!important;max-width:300px!important;}}body main .t2359{font-family:'Montserrat';}body main .t2360{font-weight:800;}body main .t2361{font-weight:800;}body main .t2362{font-weight:800;}body main .t2363{width:100%;}body main .t2364{max-width:100%;min-height:20px;}body main .t2365{border:3px dashed #faa099;background:#fff7fa;padding-top:48px;border-radius:40px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t2365{padding-top:40px;border-radius:28px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t2365{max-width:440px;border-radius:20px;padding-bottom:32px;}}@media screen and (max-width: 350px) {body main .t2365{padding-top:32px;padding-bottom:20px;}}body main .t2366{width:fit-content;background:#ffe8f1;border-top:1px solid #e02020;column-gap:12px;align-items:center;margin-left:auto;padding-top:4px;margin-right:auto;padding-left:8px;border-bottom:1px solid #e02020;margin-bottom:24px;padding-right:10px;flex-direction:row;padding-bottom:4px;justify-content:center;}@media screen and (max-width: 767px) {body main .t2366{margin-bottom:28px;}}@media screen and (max-width: 480px) {body main .t2366{display:flex;row-gap:4px;background:rgba(255,232,241,1.00);padding-top:8px;margin-bottom:32px;flex-direction:row;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2366{max-width:fit-content;margin-bottom:24px;}}body main .t2367{width:fit-content;display:flex;background:#ffe8f1;column-gap:8px;text-align:center;margin-left:0px;margin-right:0px;}@media screen and (max-width: 480px) {body main .t2367{display:block;text-align:left;align-items:center;}}body main .t2368{width:100%;max-width:27px;}@media screen and (max-width: 480px) {body main .t2368{display:inline;max-width:26px;margin-left:auto;margin-right:5px;margin-bottom:-5px;}}@media screen and (max-width: 350px) {body main .t2368{max-width:22px;}}body main .t2369{color:#e02020;font-size:28px;text-align:center;font-family:'Montserrat';font-weight:800;line-height:1.2;letter-spacing:0.7px;}@media screen and (max-width: 767px) {body main .t2369{font-size:24px;}}@media screen and (max-width: 480px) {body main .t2369{display:inline;font-size:18px;text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2369{font-size:14px;}}body main .t2370{padding-left:60px;margin-bottom:20px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2370{padding-left:40px;margin-bottom:28px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2370{padding-left:20px;margin-bottom:36px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2370{margin-bottom:24px;}}body main .t2371{color:#192235;display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.2;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2371{font-size:32px;}}@media screen and (max-width: 350px) {body main .t2371{font-size:26px;}}body main .t2372{display:flex;margin-top:72px;padding-left:60px;margin-bottom:48px;padding-right:60px;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t2372{margin-top:60px;padding-left:20px;margin-bottom:30px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t2372{padding-left:10px;margin-bottom:32px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t2372{padding-left:6px;margin-bottom:24px;padding-right:6px;}}body main .t2373{display:grid;row-gap:12px;grid-template-columns:1fr;}body main .t2374{border:1px solid rgba(242,213,224,1.00);background:#fffafc;transition:all 200ms 0ms linear;border-radius:8px 8px 8px 8px;}body main .t2374.dh-active .regrets-toggle-img{transform:rotate(45deg);}body main .t2374:hover .regrets-accordion-top-div{background:#ffe8f1;}body main .t2374.dh-active .regrets-accordion-top-div{background:#ffe8f1;border-radius:8px 8px 0px 0px;}@media screen and (max-width: 767px) {body main .t2374:hover .regrets-accordion-top-div{background:rgba(255,250,252,1);}body main .t2374.dh-active .regrets-accordion-top-div{background:rgba(255,232,241,1.00);border-radius:8px 8px 0px 0px;}}body main .t2375{cursor:pointer;position:relative;transition:all 200ms 0ms linear;align-items:flex-start;border-radius:8px;justify-content:flex-end;}body main .t2375.dh-active .see-less-txt{display:block;}body main .t2375.dh-active .see-more-txt{display:none;}@media screen and (max-width: 480px) {body main .t2375{justify-content:flex-start;}}body main .t2376{width:100%;display:flex;z-index:10;position:absolute;max-width:530px;align-items:flex-start;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t2376{max-width:372px;}}@media screen and (max-width: 480px) {body main .t2376{right:0px;max-width:fit-content;}}body main .t2377{top:-45px;right:21px;width:fit-content;border:1px solid #e02020;display:flex;position:relative;transform:rotate(9deg);background:#ffe8f1;border-top:1px solid #e02020;box-shadow: 2px 2px 2px 0.2px rgba(117,17,17,0.28);column-gap:5px;align-items:center;padding-top:8px;padding-left:12px;border-bottom:1px solid #e02020;border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-end;}@media screen and (max-width: 767px) {body main .t2377{top:-38px;right:14px;padding-top:6px;padding-left:8px;padding-right:8px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t2377{top:-39px;right:12px;}}@media screen and (max-width: 350px) {body main .t2377{top:-37px;}}body main .t2378{display:none;font-size:18px;background:#ffe8f1;text-align:center;font-weight:500;line-height:1;margin-right:3.85px;}@media screen and (max-width: 767px) {body main .t2378{font-size:16px;margin-right:3.412px;}}@media screen and (max-width: 480px) {body main .t2378{margin-right:3px;}}@media screen and (max-width: 350px) {body main .t2378{font-size:13px;}}body main .t2379{top:-1px;right:0px;width:100%;position:relative;max-width:23px;background:#ffe8f1;padding-top:9px;}@media screen and (max-width: 767px) {body main .t2379{max-width:22px;padding-top:7px;}}@media screen and (max-width: 480px) {body main .t2379{top:-2px;max-width:17px;}}body main .t2380{font-size:18px;background:#ffe8f1;text-align:center;font-weight:500;line-height:1;}@media screen and (max-width: 767px) {body main .t2380{font-size:16px;}}@media screen and (max-width: 350px) {body main .t2380{font-size:13px;}}body main .t2381{border:0px none none;display:flex;column-gap:12px;min-height:60px;transition:all 200ms 0ms linear;align-items:center;padding-top:6px;padding-left:16px;border-bottom:1px none none;padding-right:16px;padding-bottom:6px;justify-content:flex-start;}@media screen and (max-width: 480px) {body main .t2381{column-gap:12px;padding-top:10px;padding-left:14px;padding-right:10px;padding-bottom:10px;}}@media screen and (max-width: 350px) {body main .t2381{column-gap:6px;padding-top:8px;padding-left:10px;padding-right:8px;padding-bottom:10px;}}body main .t2382{width:36px;}@media screen and (max-width: 767px) {body main .t2382{width:26px;}}@media screen and (max-width: 480px) {body main .t2382{width:22px;}}@media screen and (max-width: 350px) {body main .t2382{width:20px;}}body main .t2383 p{line-height:1.2;}body main .t2383{color:#111827;bottom:-2px;position:relative;font-weight:700;}@media screen and (max-width: 767px) {body main .t2383{font-size:18px;}}@media screen and (max-width: 480px) {body main .t2383{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2383 p{font-size:16px;}}body main .t2384{display:flex;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;justify-content:flex-end;}body main .t2385{width:100%;border:1px solid rgba(255,232,241,1.00);max-width:32px;min-width:32px;background:#fff7fa;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:99px;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2385{padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2385{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2386{border-top:1px solid rgba(242,213,224,1.00);}body main .t2387 li{background:#fffafc;margin-bottom:0.5em;}body main .t2387{color:#111827;font-size:18px;background:#fffafc;border-top:0px none rgb(0,0,0);font-weight:400;padding-top:1px;padding-left:16px;padding-right:16px;}body main .t2387.dh-active{background:rgba(255,255,255,1.00);}@media screen and (max-width: 350px) {body main .t2387 p{font-size:16px!important;}body main .t2387 li{font-size:16px;}body main .t2387{padding-left:10px;padding-right:8px;}}body main .t2388{display:flex;padding-left:60px;padding-right:60px;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t2388{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t2388{padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t2388{margin-bottom:24px;}}body main .t2389{color:#111827;font-size:20px;text-wrap:wrap;background:#ffe8f1;border-top:1px solid #e02020;padding-top:20px;padding-left:40px;border-bottom:1px solid #e02020;padding-right:40px;padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t2389{font-size:18px;padding-left:32px;padding-right:32px;}}@media screen and (max-width: 480px) {body main .t2389{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2389 p{font-size:16px;}}body main .t2391{margin-top:-4px!important;}body main .t2392{max-width:100%;}body main .t2393{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 767px) {body main .t2393{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t2393{margin-bottom:40px;}}body main .t2394{max-width:100%;}body main .t2396{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 350px) {body main .t2397{padding-top:16px;padding-left:28px;padding-right:28px;padding-bottom:16px;}}body main .t2398{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t2398:hover{transform:;}@media screen and (max-width: 480px) {body main .t2398{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t2398{height:12px;}}@media screen and (max-width: 480px) {body main .t2399{font-size:22px;}}@media screen and (max-width: 350px) {body main .t2399{font-size:18px;}}body main .t2400{max-width:100%;margin-bottom:40px;}@media screen and (max-width: 767px) {body main .t2400{margin-bottom:30px;}}@media screen and (max-width: 350px) {body main .t2401 p{font-size:16px!important;}body main .t2401{padding-left:14px;padding-right:14px;}}body main .t2402{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t2402{max-width:248px;}}@media screen and (max-width: 350px) {body main .t2402{max-width:200px;}}body main .t2403{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t2403{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t2403{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t2403{flex-direction:column;}}@media screen and (max-width: 350px) {body main .t2403{font-size:36px!important;}}body main .t2406{max-width:100%;}body main .t2407{display:flex;column-gap:24px;align-items:center;margin-bottom:12px;}@media screen and (max-width: 480px) {body main .t2407{column-gap:17px;}}body main .t2408{line-height:1.4;}@media screen and (max-width: 767px) {body main .t2408{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2408{font-size:16px!important;}}body main .t2409{width:32px;}@media screen and (max-width: 350px) {body main .t2409{width:28px;}}body main .t2410{height:40px;display:flex;position:relative;max-width:100%!important;align-items:stretch;margin-bottom:100px;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2410{margin-bottom:80px;}}body main .t2411{height:40px!important;flex-grow:1;}body main .t2412{height:40px!important;flex-grow:1;}body main .t2413{width:58px!important;height:40px!important;clip-path:polygon(5px 0px, 5px 4px, 29px 40px, 53px 4px, 53px 0px, 5px 0px);background:rgba(255,255,255,1.00);margin-left:-4px;margin-right:-4px;}body main .t2414{height:40px;display:flex;position:relative;max-width:100%!important;margin-top:100px;align-items:stretch;margin-bottom:-2px!important;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2414{margin-top:80px;padding-bottom:0px!important;}}body main .t2415{height:40px!important;flex-grow:1;background:#f2f2f2;}body main .t2416{width:58px!important;height:40px!important;clip-path:polygon(91.4% 0%, 50% 90%, 8.6% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);background:#f2f2f2;margin-left:-4px;margin-right:-4px;}body main .t2417{height:40px!important;flex-grow:1;background:#f2f2f2;}body main .t2418{z-index:1;position:relative;margin-top:-2px!important;}body main .t2419{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t2419{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t2419{display:flex;padding-top:80px;padding-bottom:80px;}}body main .t2420{max-width:100%;}body main .t2421{border:3px dashed rgba(161, 164, 166, 1);background:#fbfbfb;padding-top:48px;border-radius:40px;padding-bottom:72px;}@media screen and (max-width: 767px) {body main .t2421{padding-top:40px;border-radius:28px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t2421{border-radius:20px;padding-bottom:52px;}}@media screen and (max-width: 350px) {body main .t2421{padding-top:38px;padding-bottom:48px;}}body main .t2422{padding-left:60px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2422{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2422{padding-left:20px;padding-right:20px;}}body main .t2423{padding-left:60px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2423{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2423{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2423{padding-left:16px;padding-right:16px;}}body main .t2424{display:flex;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t2425{align-items:center;justify-content:center;}}body main .t2427{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t2427:hover{transform:;}@media screen and (max-width: 480px) {body main .t2427{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t2427{height:12px;}}body main .t2428{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2428{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2428{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2428{margin-bottom:24px;}}body main .t2429{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.1;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2429{margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t2429{font-size:36px;}}@media screen and (max-width: 350px) {body main .t2429{font-size:28px;}}body main .t2430{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2430{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2430{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2430{padding-left:8px;margin-bottom:32px;padding-right:8px;}}body main .t2431{display:flex;flex-wrap:wrap;align-items:flex-start;line-height:1.1;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2431{font-size:36px;text-wrap:balance;margin-bottom:30px;}}@media screen and (max-width: 480px) {body main .t2431{width:100%;max-width:278px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2431{font-size:28px;}}body main .t2432{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2432{padding-left:20px;margin-bottom:30px;padding-right:28px;}}@media screen and (max-width: 480px) {body main .t2432{padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2432{padding-left:16px;margin-bottom:24px;padding-right:16px;}}body main .t2433{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t2433{column-gap:12px;}}body main .t2434{width:30px;}@media screen and (max-width: 767px) {body main .t2434{width:26px;}}@media screen and (max-width: 350px) {body main .t2434{width:24px;}}body main .t2435{font-weight:700;line-height:1.4;}@media screen and (max-width: 767px) {body main .t2435{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2435{font-size:17px;}}body main .t2437{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t2437{column-gap:12px;}}body main .t2438{font-weight:700;line-height:1.4;}@media screen and (max-width: 767px) {body main .t2438{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2438{font-size:17px;}}body main .t2440{width:30px;}@media screen and (max-width: 767px) {body main .t2440{width:26px;}}@media screen and (max-width: 350px) {body main .t2440{width:24px;}}body main .t2441{display:flex;column-gap:24px;align-items:center;margin-bottom:16px;}@media screen and (max-width: 480px) {body main .t2441{column-gap:12px;}}body main .t2442{width:30px;}@media screen and (max-width: 767px) {body main .t2442{width:26px;}}@media screen and (max-width: 350px) {body main .t2442{width:24px;}}body main .t2443{font-weight:700;line-height:1.4;}@media screen and (max-width: 767px) {body main .t2443{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2443{font-size:17px;}}body main .t2445{width:100%;}body main .t2446{max-width:100%;padding-top:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t2446{max-width:1200px;}}@media screen and (max-width: 767px) {body main .t2446{padding-top:20px;}}body main .t2447{width:100%;display:none;}@media screen and (max-width: 1240px) {body main .t2447{max-width:440px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t2447{display:block;max-width:400px;}}body main .t2448{max-width:100%;margin-bottom:60px;}@media screen and (max-width: 1240px) {body main .t2448{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2448{margin-bottom:40px;}}body main .t2449{max-width:100%;padding-left:0px;padding-right:0px;}@media screen and (max-width: 767px) {body main .t2450{font-size:18px!important;}}@media screen and (max-width: 350px) {body main .t2450 p{font-size:16px;}}body main .t2451{width:fit-content;display:flex;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2451{flex-wrap:wrap;flex-direction:row;}}@media screen and (max-width: 767px) {body main .t2451{font-size:32px;max-width:440px;}}@media screen and (max-width: 350px) {body main .t2451{font-size:26px;}}body main .t2455{width:fit-content;}body main .t2457{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1240px) {body main .t2457{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 767px) {body main .t2457{display:none;}}body main .t2458{top:-2px;z-index:10;margin-top:0px;margin-left:auto;margin-right:auto;margin-bottom:-24px;}@media screen and (max-width: 480px) {body main .t2458{top:-46px;}}body main .t2459{top:-2px;width:48px;height:36px;z-index:999;position:relative;max-width:100%;background:#111827;padding-left:0px;padding-right:0px;}body main .t2460{display:flex;row-gap:80px;z-index:2;position:relative;padding-top:100px;margin-bottom:-4px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t2460{row-gap:60px;padding-top:80px;padding-bottom:80px;}}body main .t2462{display:flex;row-gap:52px;z-index:1;position:relative;max-width:100%;margin-top:-2px;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 767px) {body main .t2462{row-gap:40px;}}@media screen and (max-width: 480px) {body main .t2462{display:flex;}}@media screen and (max-width: 350px) {body main .t2462{padding-left:10px;padding-right:10px;}}body main .t2463{display:flex;row-gap:32px;max-width:100%;flex-direction:column;}@media screen and (max-width: 767px) {body main .t2463{row-gap:20px;}}body main .t2464{max-width:100%;}body main .t2465{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2465{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2465{row-gap:20px;}}body main .t2466{width:100%;border:3.5px dashed #faa099;height:fit-content;display:flex;background:#fff7fa;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2466:hover{background:#ffe8f1;box-shadow:1.5px 1.5px 1.5px 1px rgba(235,223,228,1);}body main .t2466.dh-active{background:#ffe8f1;box-shadow:1.5px 1.5px 1.5px 1px rgba(235,223,228,1);}body main .t2466:hover .read-more-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t2466.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2466.dh-active .read-more-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t2466:hover .accordion-toggle-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}body main .t2466.dh-active .accordion-toggle-div-red{background:#fff7fa;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(225,209,216,1);}@media screen and (max-width: 767px) {body main .t2466:hover{background:#fff7fa;box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t2466.dh-active{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t2466:hover .read-more-div-red{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t2466.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2466.dh-active .read-more-div-red{background:#fff7fa;box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t2466:hover .accordion-toggle-div-red{background:rgba(255,232,241,1.00);box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}body main .t2466.dh-active .accordion-toggle-div-red{background:#fff7fa;box-shadow:0px 0px 0px 0px rgba(255,232,241,1);}}body main .t2467{cursor:pointer;}body main .t2467.dh-active .see-less-txt{display:block;}body main .t2467.dh-active .see-more-txt{display:none;}body main .t2467:hover .read-more-arrow-img{transform:translate(3px,0px);}body main .t2467.dh-active .read-more-arrow-img{transform:rotate(90deg);}@media screen and (max-width: 767px) {body main .t2467:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2467.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2468{display:flex;align-items:center;padding-top:26px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:26px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2468{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2468{column-gap:8px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t2468{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2469{display:flex;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2469{align-items:center;}}@media screen and (max-width: 480px) {body main .t2469{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2469{column-gap:4px;}}body main .t2470{width:fit-content;border:1px solid #faa099;height:fit-content;display:flex;align-self:center;background:#ffe8f1;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2471{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2471{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2471{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2472{width:91px;border:1px solid #faa099;height:50px;display:flex;align-self:center;background:#ffe8f1;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;}@media screen and (max-width: 767px) {body main .t2472{width:83px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t2472{width:64px;height:fit-content;column-gap:2px;padding-top:8px;padding-left:10px;padding-right:6px;padding-bottom:6px;}}@media screen and (max-width: 350px) {body main .t2472{width:51px;padding-top:4px;padding-left:6px;padding-right:4px;padding-bottom:4px;}}body main .t2473{width:100%;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2473{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2473{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2473{position:relative;font-size:11px;margin-top:0px;}}body main .t2474{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 767px) {body main .t2474{max-width:12px;}}@media screen and (max-width: 480px) {body main .t2474{max-width:10px;margin-top:0px;}}@media screen and (max-width: 350px) {body main .t2474{left:-2px;position:relative;max-width:8px;}}body main .t2475{width:100%;display:none;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2475{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2475{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2475{font-size:11px;margin-top:0px;}}body main .t2476{display:flex;column-gap:8px;}@media screen and (max-width: 480px) {body main .t2476{column-gap:10px;}}@media screen and (max-width: 350px) {body main .t2476{column-gap:4px;}}body main .t2477 p{font-size:30px;line-height:1.1;}body main .t2477{align-self:center;align-items:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2477 p{font-size:28px;line-height:1.1;}}@media screen and (max-width: 480px) {body main .t2477 p{font-size:22px;}}@media screen and (max-width: 350px) {body main .t2477 p{font-size:18px;}}body main .t2478{font-size:32px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2478 p{font-size:32px;}body main .t2478{font-size:32px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}}@media screen and (max-width: 480px) {body main .t2478 p{font-size:28px;}}@media screen and (max-width: 350px) {body main .t2478 p{font-size:18px;}body main .t2478{font-size:21px;}}body main .t2479{flex-direction:column;}body main .t2480{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2480{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2480 p{font-size:16px;}body main .t2480 li{font-size:16px;}body main .t2480{padding-left:16px;padding-right:10px;}}body main .t2483 p{margin-bottom:0px;}body main .t2483{line-height:1.23!important;margin-bottom:-14px;}@media screen and (max-width: 767px) {body main .t2483{margin-bottom:-12px;}}@media screen and (max-width: 480px) {body main .t2483{margin-bottom:-10px;}}body main .t2484{line-height:1.23!important;}body main .t2485{max-width:100%;}body main .t2486{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2486{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2486{row-gap:20px;}}body main .t2487{width:100%;border:3.5px dashed #83878a;height:fit-content;display:flex;background:#f2f2f2;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2487:hover{background:#e7e7e7;box-shadow:1.5px 1.5px 2px 1px rgba(235,234,234,1.00);}body main .t2487.dh-active{background:#e3e3e3!important;box-shadow:1.5px 1.5px 2px 1px rgba(235,234,234,1.00);}body main .t2487:hover .read-more-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t2487.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2487.dh-active  .read-more-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t2487:hover .accordion-toggle-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}body main .t2487.dh-active  .accordion-toggle-div-grey{background:#f2f2f2;box-shadow:1.5px 1.5px 1.5px 0.2px rgba(211,212,210,1);}@media screen and (max-width: 767px) {body main .t2487:hover{background:#f2f2f2;box-shadow:1.5px 1.5px 2px 1px rgba(255,255,255,1.00);}body main .t2487.dh-active{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px rgba(255,255,255,1);}body main .t2487:hover .read-more-div-grey{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px #f2f2f2;}body main .t2487.dh-active img:nth-child(1){transform:rotate(45deg);transition:all 200ms 0ms ease;}body main .t2487.dh-active .read-more-div-grey{background:#f2f2f2;box-shadow:0px 0px 0px 0px #f2f2f2;}body main .t2487:hover .accordion-toggle-div-grey{background:rgba(231,231,231,1.00);box-shadow:0px 0px 0px 0px #f2f2f2;}body main .t2487.dh-active .accordion-toggle-div-grey{background:#f2f2f2;box-shadow:0px 0px 0px 0px #f2f2f2;}}body main .t2488{flex-direction:column;}body main .t2489{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2489{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2489 p{font-size:16px;}body main .t2489{padding-left:16px;padding-right:10px;}}body main .t2493{cursor:pointer;background:rgba(255,255,255,1.00);}body main .t2493:hover{background:#e3e3e3;transition:all 200ms 0ms linear;}body main .t2493.dh-active{background:#e3e3e3;}body main .t2493.dh-active .see-less-txt{display:block;}body main .t2493.dh-active .see-more-txt{display:none;}body main .t2493:hover .read-more-arrow-img{transform:translate(3px,0px);}body main .t2493.dh-active .read-more-arrow-img{transform:rotate(90deg);}@media screen and (max-width: 767px) {body main .t2493:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2493.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2494{display:flex;align-items:center;padding-top:26px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:26px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2494{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2494{column-gap:8px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 350px) {body main .t2494{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2495{display:flex;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2495{align-items:center;}}@media screen and (max-width: 480px) {body main .t2495{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2495{column-gap:4px;}}body main .t2496{width:91px;border:1px solid #a1a4a6;height:50px;display:flex;align-self:center;background:#e7e7e7;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;}@media screen and (max-width: 767px) {body main .t2496{width:83px;padding-bottom:6px;}}@media screen and (max-width: 480px) {body main .t2496{width:64px;height:fit-content;column-gap:2px;padding-top:8px;padding-left:10px;padding-right:6px;padding-bottom:6px;}}@media screen and (max-width: 350px) {body main .t2496{width:51px;padding-top:4px;padding-left:6px;padding-right:4px;padding-bottom:4px;}}body main .t2497{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 767px) {body main .t2497{max-width:12px;}}@media screen and (max-width: 480px) {body main .t2497{max-width:10px;margin-top:0px;}}@media screen and (max-width: 350px) {body main .t2497{left:-2px;position:relative;max-width:8px;}}body main .t2498{width:100%;display:none;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2498{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2498{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2498{font-size:11px;margin-top:0px;}}body main .t2499{width:100%;font-size:18px;font-weight:500;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2499{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2499{font-size:13px;max-width:fit-content;align-self:center;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2499{position:relative;font-size:11px;margin-top:0px;}}body main .t2500{width:fit-content;border:1px solid #a1a4a6;height:fit-content;display:flex;align-self:center;background:#e7e7e7;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2501{width:100%;max-width:40px;min-width:40px;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2501{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2501{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2502{display:flex;column-gap:8px;}@media screen and (max-width: 480px) {body main .t2502{column-gap:10px;}}@media screen and (max-width: 350px) {body main .t2502{column-gap:4px;}}body main .t2503{font-size:29px;align-self:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2503 p{font-size:29px;}body main .t2503{align-self:center;}}@media screen and (max-width: 480px) {body main .t2503 p{font-size:25px;}}@media screen and (max-width: 350px) {body main .t2503 p{font-size:18px;}body main .t2503{font-size:21px;}}body main .t2504 p{font-size:30px;line-height:1.1;}body main .t2504{align-self:center;align-items:center;font-weight:700;line-height:1.1;letter-spacing:-0.2px;}@media screen and (max-width: 767px) {body main .t2504 p{font-size:28px;}}@media screen and (max-width: 480px) {body main .t2504 p{font-size:22px;}body main .t2504{font-size:22px;}}@media screen and (max-width: 350px) {body main .t2504 p{font-size:18px;}body main .t2504{font-size:21px;}}body main .t2505{max-width:100%;}@media screen and (max-width: 350px) {body main .t2505{margin-top:-10px;}}body main .t2506{width:100%;margin-left:auto;margin-right:auto;margin-bottom:-20px;}@media screen and (max-width: 767px) {body main .t2506{width:100%;font-size:18px!important;}}@media screen and (max-width: 350px) {body main .t2506 p{font-size:16px;}}body main .t2507{max-width:100%;grid-template-columns:1fr 1fr;}body main .t2508{max-width:100%;padding-left:0px;padding-right:0px;}body main .t2509{color:#111827;margin-bottom:-20px;}@media screen and (max-width: 767px) {body main .t2509{font-size:18px!important;margin-bottom:-20px;}}@media screen and (max-width: 350px) {body main .t2509 p{font-size:16px;}}body main .t2510{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 767px) {body main .t2510{display:block;text-align:center;}}@media screen and (max-width: 480px) {body main .t2510{max-width:248px!important;flex-direction:column;}}@media screen and (max-width: 350px) {body main .t2510{max-width:200px!important;}}body main .t2513{max-width:100%;}body main .t2514{width:100%;display:flex;row-gap:32px;margin-left:auto;margin-right:auto;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2514{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2514{row-gap:20px;}}body main .t2515{width:100%;border:1px solid #fadd83;display:flex;transform:;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2515:hover{box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2515.dh-active{box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2515:hover .read-more-div{background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2515.dh-active .read-more-div{background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2515.dh-active .pricing-chevron{transform:rotate(90deg);}body main .t2515:hover .pricing-toogle-icon{background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2515.dh-active .pricing-toogle-icon{transform:rotate(45deg);background:#fdedba;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2515:hover .pricing-accordion-top-div{background:#fadd83;box-shadow:;}body main .t2515.dh-active .pricing-accordion-top-div{background:#fadd83;}body main .t2516{background:#fadd83;flex-direction:column;padding-bottom:40px;}@media screen and (max-width: 350px) {body main .t2516{padding-bottom:28px;}}body main .t2517{margin-top:auto;padding-left:40px;margin-bottom:auto;padding-right:40px;}@media screen and (max-width: 767px) {body main .t2517{padding-left:24px;padding-right:24px;}}@media screen and (max-width: 350px) {body main .t2517{padding-left:16px;padding-right:16px;}}body main .t2518{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t2518:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t2518:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t2518:hover{background:#cadbf6;}}body main .t2519{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t2519:hover{background:rgb(0,78,204);box-shadow: 1.5px 1.5px 1.5px 0.2px rgba(0,53,136,0.20);}body main .t2519:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2519{font-size:18px;column-gap:8px;}}body main .t2520{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2520{max-width:13px;}}body main .t2521{line-height:1;}@media screen and (max-width: 767px) {body main .t2521{margin-bottom:-2px;}}body main .t2522{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2522{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2522{padding-left:10px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t2523 p{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2523 p{font-size:16px;}}body main .t2524{cursor:pointer;background:#fdedba;box-shadow:;transition:all 200ms 0ms linear;}body main .t2524.dh-active .see-less-txt{display:block;}body main .t2524.dh-active .see-more-txt{display:none;}@media screen and (max-width: 767px) {body main .t2524:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2524.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2525{display:flex;align-items:center;padding-top:28px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:36px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2525{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2525{padding-left:16px;padding-right:12px;}}@media screen and (max-width: 350px) {body main .t2525{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2526{display:flex;background:;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2526{align-items:center;}}@media screen and (max-width: 480px) {body main .t2526{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2526{column-gap:4px;}}body main .t2527{width:fit-content;border:1px solid #24282c;height:fit-content;display:flex;background:;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2528{width:100%;max-width:40px;min-width:40px;background:#f7e6ab;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2528{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2528{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2529{border:1px solid #24282c;height:40px;display:flex;background:#f7e6ab;column-gap:6px;transition:all 200ms 0ms linear;align-items:center;margin-left:auto;padding-top:8px;margin-right:0px;padding-left:12px;border-radius:8px;padding-right:12px;padding-bottom:8px;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t2529{top:0px;right:43px;width:100%;height:40px;max-width:118px;min-width:118px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 480px) {body main .t2529{top:8px;right:30px;height:100%;max-width:72px;min-width:72px;column-gap:4px;padding-top:6px;padding-left:10px;margin-bottom:0px;padding-right:8px;padding-bottom:6px;}}@media screen and (max-width: 350px) {body main .t2529{top:19px;right:13px;max-width:51px;min-width:51px;padding-top:4px;padding-left:6px;padding-right:6px;padding-bottom:4px;}}body main .t2530{width:100%;display:none;font-size:18px;line-height:1;margin-right:3.85px;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2530{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2530{max-width:fit-content;margin-top:-1px;margin-right:0px;}}@media screen and (max-width: 350px) {body main .t2530{font-size:11px;}}body main .t2531{width:100%;font-size:18px;line-height:1;margin-bottom:-1px;}@media screen and (max-width: 767px) {body main .t2531{font-size:16px;margin-top:-1px;margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2531{max-width:fit-content;margin-top:-1px;}}@media screen and (max-width: 350px) {body main .t2531{font-size:11px;margin-top:0px;}}body main .t2532{width:100%;max-width:14px;margin-top:-1px;transition:all 200ms 0ms linear;}@media screen and (max-width: 767px) {body main .t2532{max-width:12px;margin-top:0px;}}@media screen and (max-width: 480px) {body main .t2532{max-width:10px;margin-top:0px;}}@media screen and (max-width: 350px) {body main .t2532{left:-2px;right:0px;position:relative;max-width:8px;}}body main .t2534{margin-bottom:8px;}@media screen and (max-width: 767px) {body main .t2534{margin-bottom:4px;}}@media screen and (max-width: 480px) {body main .t2534{margin-bottom:4px;}}@media screen and (max-width: 350px) {body main .t2534{margin-bottom:4px;}}body main .t2535{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}@media screen and (max-width: 350px) {body main .t2535 p{font-size:14px;}}body main .t2536{font-size:40px;font-weight:700;line-height:1;letter-spacing:-0.6px;}@media screen and (max-width: 480px) {body main .t2536{font-size:36px;}}@media screen and (max-width: 350px) {body main .t2536{font-size:26px;}}body main .t2537{width:100%;border:1px solid rgba(165, 209, 167, 1);display:flex;background:rgba(205, 233, 206, 1);transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2537:hover{background:#b7deb8;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2537.dh-active{background:#b7deb8;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2537:hover .pricing-toogle-icon{background:rgba(205, 233, 206, 1);box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2537.dh-active .pricing-toogle-icon{transform:rotate(45deg);background:rgba(205, 233, 206, 1);box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2538{flex-direction:column;padding-bottom:40px;}@media screen and (max-width: 350px) {body main .t2538{padding-bottom:28px;}}body main .t2539{margin-top:auto;padding-left:40px;margin-bottom:auto;padding-right:40px;}@media screen and (max-width: 767px) {body main .t2539{padding-left:24px;padding-right:24px;}}@media screen and (max-width: 350px) {body main .t2539{padding-left:16px;padding-right:16px;}}body main .t2540{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t2540:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t2540:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t2540:hover{background:#cadbf6;}}body main .t2541{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t2541:hover{background:rgb(0,78,204);box-shadow: 1.5px 1.5px 1.5px 0.2px rgba(0,53,136,0.20);}body main .t2541:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2541{font-size:18px;column-gap:8px;}}body main .t2542{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2542{max-width:13px;}}body main .t2543{line-height:1;}@media screen and (max-width: 767px) {body main .t2543{margin-bottom:-2px;}}body main .t2544{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2544{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2544{padding-left:10px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t2545 p{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2545 p{font-size:16px;}}body main .t2546{cursor:pointer;background:;box-shadow:;}@media screen and (max-width: 767px) {body main .t2546:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2546.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2547{display:flex;background:;align-items:center;padding-top:28px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:36px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2547{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2547{padding-left:16px;padding-right:12px;}}@media screen and (max-width: 350px) {body main .t2547{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2548{display:flex;background:;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2548{align-items:center;}}@media screen and (max-width: 480px) {body main .t2548{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2548{column-gap:4px;}}body main .t2549{width:fit-content;border:1px solid #24282c;height:fit-content;display:flex;background:;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2550{width:100%;max-width:40px;min-width:40px;background:#b7deb8;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2550{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2550{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2552{font-size:40px;font-weight:700;line-height:1;letter-spacing:-0.6px;}@media screen and (max-width: 480px) {body main .t2552{font-size:36px;}}@media screen and (max-width: 350px) {body main .t2552{font-size:26px;}}body main .t2553{margin-bottom:8px;}@media screen and (max-width: 767px) {body main .t2553{margin-bottom:4px;}}@media screen and (max-width: 480px) {body main .t2553{margin-bottom:4px;}}@media screen and (max-width: 350px) {body main .t2553{margin-bottom:4px;}}body main .t2554{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}@media screen and (max-width: 350px) {body main .t2554 p{font-size:14px;}}body main .t2555{width:100%;border:1px solid rgba(146, 170, 209, 1);display:flex;background:#cadbf6;transition:all 200ms 0ms ease;margin-left:auto;margin-right:auto;border-radius:8px;flex-direction:column;}body main .t2555:hover{background:#b2c7e9;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2555.dh-active{background:#b2c7e9;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2555:hover .pricing-toogle-icon{background:#cadbf6;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}body main .t2555.dh-active .pricing-toogle-icon{transform:rotate(45deg);background:#cadbf6;box-shadow:1.5px 1.5px 1.5px 0.2px #686f7347;}@media screen and (max-width: 767px) {body main .t2555{background:;}}body main .t2556{flex-direction:column;padding-bottom:40px;}@media screen and (max-width: 350px) {body main .t2556{padding-bottom:28px;}}body main .t2557{margin-top:auto;padding-left:40px;margin-bottom:auto;padding-right:40px;}@media screen and (max-width: 767px) {body main .t2557{padding-left:24px;padding-right:24px;}}@media screen and (max-width: 350px) {body main .t2557{padding-left:16px;padding-right:16px;}}body main .t2558{width:100%;display:flex;flex-wrap:nowrap;max-width:152px;background:rgba(255,255,255,1.00);transition:all 200ms 0ms ease;align-items:center;border-radius:8px;letter-spacing:-0.3px;justify-content:flex-start;}body main .t2558:hover{box-shadow: 2px 2px 2px 0.2px rgba(7,7,8,0.24);}body main .t2558:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 480px) {body main .t2558:hover{background:#cadbf6;}}body main .t2559{width:100%;height:42px;display:flex;max-width:152px;background:#0080ff;column-gap:8px;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;font-weight:500;border-radius:8px;margin-bottom:auto;letter-spacing:-0.3px;justify-content:center;}body main .t2559:hover{background:rgb(0,78,204);box-shadow: 1.5px 1.5px 1.5px 0.2px rgba(0,53,136,0.20);}body main .t2559:hover img{transform:translate(2.5px,0px);transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2559{font-size:18px;column-gap:8px;}}body main .t2560{width:%;max-width:14px;transition:all 200ms 0ms ease;}@media screen and (max-width: 767px) {body main .t2560{max-width:13px;}}body main .t2561{background:#0080ff;line-height:1;}@media screen and (max-width: 767px) {body main .t2561{margin-bottom:-2px;}}body main .t2562{z-index:99;position:relative!important;margin-top:-4px;padding-left:40px;padding-right:40px;flex-direction:column;padding-bottom:10px;}@media screen and (max-width: 767px) {body main .t2562{margin-top:0px;padding-top:0px;padding-left:24px;padding-right:24px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2562{padding-left:10px;padding-right:8px;}}@media screen and (max-width: 767px) {body main .t2563 p{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2563 p{font-size:16px;}}body main .t2564{cursor:pointer;background:;box-shadow:;}@media screen and (max-width: 767px) {body main .t2564:hover .read-more-arrow-img{transform:translate(0px,0px);}body main .t2564.dh-active .read-more-arrow-img{transform:rotate(90deg);}}body main .t2565{display:flex;background:;align-items:center;padding-top:28px;padding-left:40px;padding-right:40px;flex-direction:row;padding-bottom:36px;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2565{padding-top:20px;padding-left:24px;padding-right:20px;padding-bottom:24px;}}@media screen and (max-width: 480px) {body main .t2565{padding-left:16px;padding-right:12px;}}@media screen and (max-width: 350px) {body main .t2565{padding-top:16px;padding-left:10px;padding-right:8px;padding-bottom:16px;}}body main .t2566{display:flex;background:;column-gap:12px;}@media screen and (max-width: 767px) {body main .t2566{align-items:center;}}@media screen and (max-width: 480px) {body main .t2566{column-gap:6px;}}@media screen and (max-width: 350px) {body main .t2566{column-gap:4px;}}body main .t2567{width:fit-content;border:1px solid #24282c;height:fit-content;display:flex;background:;margin-top:auto;transition:all 200ms 0ms ease;align-items:center;margin-left:auto;border-radius:100%;margin-bottom:auto;justify-content:flex-end;}body main .t2568{width:100%;max-width:40px;min-width:40px;background:#b2c7e9;transition:all 200ms 0ms linear;padding-top:8px;padding-left:8px;border-radius:100%;padding-right:8px;padding-bottom:8px;}@media screen and (max-width: 480px) {body main .t2568{max-width:34px;min-width:34px;padding-top:8px;padding-left:8px;padding-right:8px;padding-bottom:8px;}}@media screen and (max-width: 350px) {body main .t2568{max-width:26px;min-width:26px;padding-top:6px;padding-left:6px;padding-right:6px;padding-bottom:6px;}}body main .t2570{margin-bottom:8px;}@media screen and (max-width: 767px) {body main .t2570{margin-bottom:4px;}}@media screen and (max-width: 480px) {body main .t2570{margin-bottom:4px;}}@media screen and (max-width: 350px) {body main .t2570{margin-bottom:4px;}}body main .t2571{font-size:18px;font-weight:700;line-height:1;letter-spacing:-0.1px;}@media screen and (max-width: 350px) {body main .t2571 p{font-size:14px;}}body main .t2572{font-size:40px;font-weight:700;line-height:1;letter-spacing:-0.6px;}@media screen and (max-width: 480px) {body main .t2572{font-size:36px;}}@media screen and (max-width: 350px) {body main .t2572{font-size:26px;}}body main .t2573{contain:paint;}body main .t2574{display:flex;row-gap:40px;z-index:2;position:relative;align-items:center;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 480px) {body main .t2574{display:flex;padding-bottom:80px;}}body main .t2575{max-width:100%;grid-template-columns:1fr 1fr;}@media screen and (max-width: 350px) {body main .t2575{padding-left:24px!important;padding-right:24px!important;}}body main .t2576{margin-bottom:-18px;}@media screen and (max-width: 991px) {body main .t2576 p{font-size:20px;}}@media screen and (max-width: 767px) {body main .t2576 p{font-size:18px;}}body main .t2577{width:100%;display:flex;max-width:fit-content;column-gap:12px;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t2578{width:fit-content;display:block;flex-wrap:wrap;text-align:center;align-items:center;line-height:1;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t2578{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t2578{display:block;font-size:44px!important;text-align:center;}}@media screen and (max-width: 480px) {body main .t2578{flex-direction:column;}}@media screen and (max-width: 350px) {body main .t2578{font-size:36px!important;}}body main .t2580{width:44px;}@media screen and (max-width: 991px) {body main .t2580{width:38px;}}body main .t2581{width:100%;}body main .t2582{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:#705cf6;margin-top:341px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2582{filter:blur(275px);opacity:60%;margin-top:453px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2582{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2582{width:700px;filter:blur(200px);height:375px;max-width:700px;margin-top:369px;}}@media screen and (max-width: 480px) {body main .t2582{height:400px!important;max-width:100%!important;margin-top:329px!important;}}@media screen and (max-width: 350px) {body main .t2582{width:300px!important;filter:blur(190px);height:400px!important;opacity:55%;max-width:300px!important;transform:;margin-top:290px!important;}}body main .t2583{height:40px;display:flex;position:relative;max-width:100%!important;margin-top:64px;align-items:stretch;margin-bottom:-2px!important;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2583{margin-top:40px;padding-bottom:0px!important;}}body main .t2584{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2585{width:58px!important;height:40px!important;clip-path:polygon(91.4% 0%, 50% 90%, 8.6% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);background:rgba(255,255,255,1.00);margin-left:-4px;margin-right:-4px;}body main .t2586{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2587{height:40px;display:flex;position:relative;max-width:100%!important;align-items:stretch;margin-bottom:100px;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2587{margin-bottom:80px;}}body main .t2588{height:40px!important;flex-grow:1;}body main .t2589{height:40px!important;flex-grow:1;}body main .t2590{width:58px!important;height:40px!important;clip-path:polygon(5px 0px, 5px 4px, 29px 40px, 53px 4px, 53px 0px, 5px 0px);background:#f2f2f2;margin-left:-4px;margin-right:-4px;}body main .t2591{z-index:1;position:relative;margin-top:-2px;}body main .t2592{display:flex;row-gap:80px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:80px;}@media screen and (max-width: 767px) {body main .t2592{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t2592{display:flex;padding-top:80px;padding-bottom:80px;}}@media screen and (max-width: 350px) {body main .t2592{padding-bottom:40px;}}body main .t2593{max-width:100%;}body main .t2594{border:3px dashed #a1a4a6;background:rgba(255,255,255,1.00);padding-top:48px;border-radius:40px;padding-bottom:48px;}@media screen and (max-width: 767px) {body main .t2594{padding-top:38px;border-radius:28px;padding-bottom:38px;}}@media screen and (max-width: 480px) {body main .t2594{border-radius:20px;}}body main .t2595{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2595{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2595{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2595{padding-left:20px;margin-bottom:24px;padding-right:20px;}}body main .t2596{display:block;flex-wrap:wrap;align-items:flex-start;line-height:1.2;margin-left:-10px;margin-right:-10px;margin-bottom:40px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2596{font-size:32px;margin-bottom:30px;}}@media screen and (max-width: 350px) {body main .t2596{font-size:28px;}}body main .t2597{font-weight:800;}body main .t2598{font-weight:800;}body main .t2599{width:100%;}body main .t2600{font-weight:800;}body main .t2601{font-weight:800;}@media screen and (max-width: 767px) {body main .t2603{font-size:18px;margin-bottom:px;}}@media screen and (max-width: 350px) {body main .t2603 p{font-size:16px;}}body main .t2604{margin-bottom:.75em;}@media screen and (max-width: 767px) {body main .t2604{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2604 p{font-size:16px;}}body main .t2605{margin-bottom:.75em;}@media screen and (max-width: 767px) {body main .t2605{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2605 p{font-size:16px;}}body main .t2606{width:fit-content;font-size:18px;text-align:center;font-weight:700;margin-left:auto;margin-right:auto;margin-bottom:20px;letter-spacing:2px;}@media screen and (max-width: 767px) {body main .t2606{margin-bottom:10px;}}@media screen and (max-width: 350px) {body main .t2606{font-size:16px;}}body main .t2607{padding-left:60px;margin-bottom:40px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2607{padding-left:40px;margin-bottom:30px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2607{padding-left:20px;margin-bottom:34px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2607{padding-left:16px;margin-bottom:24px;padding-right:16px;}}body main .t2608{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;}body main .t2610{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t2610:hover{transform:;}@media screen and (max-width: 480px) {body main .t2610{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t2610{height:12px;}}@media screen and (max-width: 480px) {body main .t2611{font-size:20px;}}body main .t2612{padding-left:60px;padding-right:60px;}@media screen and (max-width: 767px) {body main .t2612{padding-left:40px;padding-right:40px;}}@media screen and (max-width: 480px) {body main .t2612{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2612{padding-left:20px;padding-right:20px;}}body main .t2613{max-width:1200px;padding-left:0px;margin-bottom:20px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t2613{max-width:680px;}}@media screen and (max-width: 767px) {body main .t2613{width:100%;max-width:100%;}}body main .t2614{display:flex;z-index:999;position:relative;max-width:458px;background:#f2f2f2;align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 767px) {body main .t2614{row-gap:12px;max-width:260px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t2614{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t2614{max-width:100%;margin-top:-1px;}}body main .t2615{max-height:32px;}body main .t2616{width:110px;}@media screen and (max-width: 767px) {body main .t2616{width:142px;}}@media screen and (max-width: 480px) {body main .t2616{width:140px;}}@media screen and (max-width: 350px) {body main .t2616{width:126px;}}body main .t2617{color:#b2b2b2;font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 767px) {body main .t2617{font-size:16px;}}@media screen and (max-width: 350px) {body main .t2617{font-size:14px;}}body main .t2618{opacity:50%;max-width:222px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t2618{margin-left:auto;margin-right:auto;}}body main .t2619{width:100%;}body main .t2620{max-width:100%;}body main .t2622{display:none;}body main .t2623{width:100%;font-size:18px;max-width:fit-content;text-align:center;font-weight:700;margin-left:auto;margin-right:auto;margin-bottom:20px;letter-spacing:2px;}@media screen and (max-width: 480px) {body main .t2623{max-width:242px;margin-bottom:32px;}}@media screen and (max-width: 350px) {body main .t2623{font-size:16px;}}body main .t2624{width:75px;margin-left:auto;margin-right:auto;margin-bottom:20px;}@media screen and (max-width: 350px) {body main .t2625 p{font-size:16px;}}body main .t2626{width:100%;display:block;flex-wrap:wrap;max-width:555px;align-items:flex-start;line-height:1.2;margin-left:auto;margin-right:auto;margin-bottom:60px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2626{font-size:32px;font-weight:800;}}@media screen and (max-width: 480px) {body main .t2626{margin-bottom:40px;}}@media screen and (max-width: 350px) {body main .t2626{font-size:26px;}}body main .t2627{width:100%;}body main .t2628{font-weight:800;}body main .t2629{font-weight:800;}body main .t2630{font-weight:800;}body main .t2631{color:#0080ff;width:100%;display:flex;flex-wrap:nowrap;max-width:142px;background:#cadbf6;margin-top:1.75em;transition:all 200ms 0ms ease;align-items:center;padding-left:4px;border-radius:6px;padding-right:13px;letter-spacing:-0.3px;justify-content:flex-end;}body main .t2631:hover img{transform:translate(2.5px,0px);transition:all ms 200ms ease;}@media screen and (max-width: 767px) {body main .t2631{max-width:132px;margin-top:1.5em;}}@media screen and (max-width: 480px) {body main .t2631{margin-top:1em;}body main .t2631:hover{background:#cadbf6;}}@media screen and (max-width: 350px) {body main .t2631{max-width:116px;}}body main .t2632{width:%;max-width:14px;transition:all 300ms 0ms ease;margin-left:-4px;}@media screen and (max-width: 767px) {body main .t2632{max-width:13px;}}@media screen and (max-width: 350px) {body main .t2632{max-width:12px;}}body main .t2633{color:none;width:137px;height:42px;display:flex;margin-top:auto;align-items:center;font-weight:500;margin-bottom:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2633{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2633{width:100%;height:37px;}}body main .t2634{line-height:1;}@media screen and (max-width: 350px) {body main .t2634{font-size:16px;}}body main .t2635{max-width:100%;min-height:20px;}body main .t2636{max-width:1180px;margin-left:auto;margin-right:auto;}body main .t2637{color:#192235;padding-top:64px;padding-bottom:64px;}@media screen and (max-width: 480px) {body main .t2637{padding-top:44px;padding-bottom:44px;}}body main .t2638{top:-66px;left:0%;right:0%;bottom:0%;position:relative;background:none;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t2638{top:-46px;}}body main .t2639{width:48px;height:36px;max-width:100%;background:#f2f2f2;padding-left:0px;padding-right:0px;}body main .t2640{max-width:2100px;padding-left:18px;padding-right:18px;}@media screen and (max-width: 1240px) {body main .t2640{padding-right:0px;}}@media screen and (max-width: 480px) {body main .t2640{padding-left:18px;}}@media screen and (max-width: 350px) {body main .t2640{padding-left:10px;padding-right:0px;}}body main .t2642{display:flex;column-gap:40px;align-items:flex-start;justify-content:center;}body main .t2643{max-width:348px;flex-direction:column;}body main .t2644{top:-16px;z-index:2;transform:;column-gap:11px;margin-top:-16px;letter-spacing:-0.2px;}body main .t2645{transform:;letter-spacing:-0.2px;}body main .t2646{background:rgba(188, 232, 255, 1);padding-top:2px;padding-left:2px;padding-right:2px;padding-bottom:2px;}body main .t2647{width:400px;height:500px;padding-left:0px;}body main .t2648{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}body main .t2649{width:100%;height:30px;max-width:30px;margin-left:auto;}body main .t2650{width:100%;height:100%;max-width:348px;max-height:434px;}body main .t2651{margin-bottom:34px;}body main .t2652{max-width:348px;}body main .t2653{margin-bottom:34px;}body main .t2654{z-index:2;margin-top:-16px;}body main .t2655{transform:;background:;box-shadow:;text-shadow:;letter-spacing:-0.2px;}body main .t2656{background:rgba(188, 232, 255, 1);padding-top:2px;padding-left:2px;padding-right:2px;padding-bottom:2px;}body main .t2658{object-fit:cover;aspect-ratio:4/5;}body main .t2659{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}@media screen and (max-width: 350px) {body main .t2659{padding-left:16px;}}body main .t2660{width:100%;height:30px;margin-left:auto;}@media screen and (max-width: 767px) {body main .t2661{margin-left:auto;margin-right:0px;}}@media screen and (max-width: 350px) {body main .t2661{right:4px;bottom:-5px;}}body main .t2662{border:1px solid rgba(7, 7, 8, 0.8);box-shadow:2px 2px 2px 0.5px rgba(17,24,39,0.31);}@media screen and (max-width: 1240px) {body main .t2662{transform:rotate(13deg) scale(0.85,0.85);}}body main .t2663{width:100%;max-width:fit-content;font-family:'Permanent Marker';margin-right:10px;}@media screen and (max-width: 991px) {body main .t2664{max-width:34px!important;}}body main .t2665{max-width:100%;margin-bottom:20px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t2665{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2665{max-width:100%;margin-bottom:28px;}}@media screen and (max-width: 350px) {body main .t2665{padding-left:20px!important;margin-bottom:8px;padding-right:20px!important;}}@media screen and (max-width: 350px) {body main .t2667 p{font-size:16px;}}body main .t2668{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}@media screen and (max-width: 480px) {body main .t2668{max-width:100%;}}body main .t2669{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 767px) {body main .t2669{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2669{max-width:36px;margin-left:10px;}}@media screen and (max-width: 350px) {body main .t2669{max-width:30px;margin-left:6px;}}body main .t2670{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 767px) {body main .t2670{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2670{max-width:36px;margin-right:10px;}}@media screen and (max-width: 350px) {body main .t2670{max-width:30px;margin-right:6px;}}body main .t2671{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t2671{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t2671{width:440px;text-align:center;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t2671{width:min-content;font-size:40px!important;padding-left:0px;padding-right:0px;flex-direction:column;}}body main .t2672{font-weight:700;}body main .t2674{display:flex;row-gap:80px;z-index:1;position:relative;margin-top:-2px;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t2674{row-gap:60px;padding-top:100px;padding-bottom:100px;}}@media screen and (max-width: 480px) {body main .t2674{padding-top:80px;padding-bottom:80px;}}@media screen and (max-width: 350px) {body main .t2674{padding-top:60px;}}body main .t2675{max-width:100%;}@media screen and (max-width: 991px) {body main .t2675{padding-left:10px;padding-right:10px;}}body main .t2676{background:#f2f2f2;border-top:1px solid #b2b2b2;padding-left:10px;border-bottom:1px solid #b2b2b2;padding-right:10px;padding-bottom:60px;}@media screen and (max-width: 767px) {body main .t2676{padding-left:20px;padding-right:20px;padding-bottom:50px;}}@media screen and (max-width: 480px) {body main .t2676{padding-left:16px;padding-right:16px;padding-bottom:52px;}}body main .t2677{max-width:600px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t2677{display:none;}}body main .t2678{display:none;max-width:600px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 767px) {body main .t2678{display:block;}}body main .t2679{font-size:18px;text-align:center;padding-top:24px;padding-bottom:16px;}@media screen and (max-width: 767px) {body main .t2679{padding-top:24px;padding-bottom:16px;}}body main .t2680{max-width:100%;}@media screen and (max-width: 350px) {body main .t2680{padding-left:20px!important;padding-right:20px!important;}}body main .t2681{margin-bottom:-20px;}body main .t2682 p{padding-bottom:1.5em;}@media screen and (max-width: 767px) {body main .t2682{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2682 p{font-size:16px;}}body main .t2683{padding-bottom:1.5em;}@media screen and (max-width: 767px) {body main .t2683{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2683{font-size:16px;}}body main .t2685{text-wrap:wrap;box-shadow: 6px 4px 0px 0px rgba(247, 239, 213, 1),-6px -4px 0px 0px rgba(247, 239, 213, 1),6px -4px 0px 0px rgba(247, 239, 213, 1),-6px 4px 0px 0px rgba(247, 239, 213, 1);}body main .t2687{color:#0080ff;font-weight:700;}body main .t2689{float:right;width:132px;border:3.5px solid rgba(195,196,195,1);object-fit:cover;margin-left:4px;padding-top:4px;aspect-ratio:1/1;padding-left:4px;border-radius:100%;margin-bottom:4px;padding-right:4px;shape-outside:circle(50%);padding-bottom:4px;}@media screen and (max-width: 767px) {body main .t2689{width:100px;}}@media screen and (max-width: 350px) {body main .t2689{width:80px;height:80px;}}body main .t2690{color:rgba(17,17,20,1.00);contain:paint;margin-top:60px!important;padding-top:0px;padding-bottom:64px;}@media screen and (max-width: 480px) {body main .t2690{padding-bottom:44px;}}@media screen and (max-width: 350px) {body main .t2690{padding-bottom:80px;}}body main .t2691{width:100%;position:relative;max-width:2100px;margin-left:auto;margin-right:auto;padding-left:26px;padding-right:26px;}@media screen and (max-width: 767px) {body main .t2691{padding-left:34px;padding-right:34px;}}@media screen and (max-width: 480px) {body main .t2691{padding-left:0px;padding-right:0px;}}@media screen and (max-width: 350px) {body main .t2691{padding-left:6px;padding-right:6px;}}@media screen and (max-width: 350px) {body main .t2692{top:16px;}}body main .t2693{border:1px solid #111827;box-shadow:2px 2px 2px 0.5px rgba(7,7,8,0.31);}@media screen and (max-width: 1240px) {body main .t2693{transform:rotate(13deg) scale(0.85,0.85);}}body main .t2696{display:flex;row-gap:10px;z-index:10;position:relative;flex-wrap:wrap;max-width:1000px;column-gap:10px;margin-top:32px;flex-direction:row;justify-content:center;}@media screen and (max-width: 767px) {body main .t2696{margin-top:28px;}}@media screen and (max-width: 480px) {body main .t2696{row-gap:12px;z-index:10;column-gap:12px;margin-top:20px;padding-left:20px;padding-right:20px;}}body main .t2698{top:42%;left:0px;right:0px;display:flex;position:absolute;flex-wrap:nowrap;max-width:2152px;flex-direction:row;justify-content:space-between;}@media screen and (max-width: 767px) {body main .t2698{padding-left:8px;padding-right:8px;}}@media screen and (max-width: 480px) {body main .t2698{top:41.5%;row-gap:12px;column-gap:12px;padding-left:6px;padding-right:6px;}}@media screen and (max-width: 350px) {body main .t2698{padding-left:16px;padding-right:16px;}}body main .t2699{border:1px solid #f2f2f2;z-index:100;position:relative;background:#192235;padding-top:10px;padding-left:12px;border-radius:8px;padding-right:8px;padding-bottom:10px;}@media screen and (max-width: 480px) {body main .t2699{z-index:100;position:relative;padding-top:8px;padding-left:8px;padding-right:6px;padding-bottom:8px;}}@media screen and (max-width: 480px) {body main .t2700{width:20px;}}body main .t2701{border:1px solid #f2f2f2;z-index:100;position:relative;background:#192235;padding-top:10px;padding-left:8px;border-radius:8px;padding-right:12px;padding-bottom:10px;}@media screen and (max-width: 480px) {body main .t2701{z-index:100;position:relative;padding-top:8px;padding-left:6px;padding-right:8px;padding-bottom:8px;}}body main .t2702{width:32px;}@media screen and (max-width: 480px) {body main .t2702{width:20px;}}body main .t2703{border-left:1px solid #f2f2f2;padding-top:20px;border-right:1px solid #f2f2f2;padding-bottom:20px;}@media screen and (max-width: 767px) {body main .t2703{padding-top:0px;padding-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2703{border-left:1px none #f2f2f2;padding-top:0px;border-right:1px none #f2f2f2;padding-bottom:0px;}}body main .t2704{display:flex;position:relative;}@media screen and (max-width: 480px) {body main .t2704{justify-content:center;}}body main .t2705{width:460px;cursor:grab;}@media screen and (max-width: 480px) {body main .t2705{width:100%;}}body main .t2706{order:0;display:flex;align-self:flex-start;transition:all 200ms 0ms linear;border-radius:20px;flex-direction:column;}body main .t2707{display:flex;position:relative;padding-top:2px;padding-left:20px;border-radius:0px 0px 20px 20px;padding-right:20px;padding-bottom:20px;justify-content:center;}@media screen and (max-width: 480px) {body main .t2707{padding-left:10px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 350px) {body main .t2707{padding-left:8px;padding-right:8px;padding-bottom:10px;}}body main .t2708{cursor:pointer;box-shadow: 0px 0px 0px 1px rgba(242,242,242,1.00);background-size:cover;background-image:url(https://global.divhunt.com/0c9bc60cbf3dd313f2dc7af4a06de7bb_28220.png);background-repeat:no-repeat;}@media screen and (max-width: 767px) {body main .t2708{width:100%;}}body main .t2709{resize:none;display:flex;row-gap:0px;overflow:hidden;position:relative;column-gap:16px;transition:all 200ms 0ms linear;align-items:flex-start;padding-top:20px;padding-left:20px;align-content:start;border-radius:20px 20px 0px 0px;justify-items:start;padding-right:20px;mix-blend-mode:normal;padding-bottom:8px;justify-content:center;grid-template-rows:1fr;list-style-position:outside;grid-template-columns:27%;}@media screen and (max-width: 767px) {body main .t2709{padding-bottom:12px;}body main .t2709:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t2709.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t2709.dh-active:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t2709:hover #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}body main .t2709.dh-active #artistinfo-click-to-open-div{background:rgba(48,52,56,1.00);}}@media screen and (max-width: 480px) {body main .t2709{display:block;row-gap:8px;column-gap:8px;align-items:flex-end;flex-direction:column;}body main .t2709:hover .read-more-div{background:rgba(48,52,56,1.00);}body main .t2709.dh-active .see-less-txt{display:block;}body main .t2709.dh-active .see-more-txt{display:none;}body main .t2709.dh-active .read-more-div{background:rgba(48,52,56,1.00);}body main .t2709.dh-active .read-more-arrow-img{transform:rotate(90deg);}}@media screen and (max-width: 350px) {body main .t2709{top:0px;padding-top:16px;padding-left:16px;padding-right:16px;padding-bottom:10px;}}body main .t2710 p{color:#2d374b;font-size:20px!important;text-align:center;font-weight:700!important;line-height:1.1;}body main .t2710{height:fit-content;background:#fedc3d;text-align:left;padding-top:4px;padding-left:10px;margin-bottom:4px;padding-right:10px;padding-bottom:3px;}@media screen and (max-width: 1240px) {body main .t2710 p{font-size:20px!important;font-weight:700!important;}}@media screen and (max-width: 991px) {body main .t2710 p{font-size:20px!important;font-weight:700!important;}}@media screen and (max-width: 767px) {body main .t2710 p{font-size:20px!important;font-weight:700!important;}body main .t2710{margin-bottom:0px;}}@media screen and (max-width: 480px) {body main .t2710 p{font-size:18px!important;font-weight:700!important;}body main .t2710{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2710 p{font-size:18px!important;font-weight:700!important;}body main .t2710{max-width:fit-content;}}body main .t2711{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t2711{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2711{margin-bottom:36px;}}@media screen and (max-width: 480px) {body main .t2711{margin-bottom:40px;}}@media screen and (max-width: 350px) {body main .t2711{padding-left:24px!important;padding-right:20px!important;}}body main .t2713{margin-bottom:20px;}body main .t2714{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t2715{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 767px) {body main .t2715{text-align:center;}}@media screen and (max-width: 480px) {body main .t2715{flex-direction:column;}}body main .t2716{font-weight:700;}body main .t2718{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 480px) {body main .t2718{margin-left:auto;margin-right:18px;}}@media screen and (max-width: 350px) {body main .t2718{max-width:34px;}}body main .t2719{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 480px) {body main .t2719{margin-left:8px;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2719{max-width:34px;margin-left:18px;}}body main .t2720{height:40px;display:flex;position:relative;max-width:100%!important;align-items:stretch;margin-bottom:64px;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2720{margin-bottom:44px;}}body main .t2721{width:58px!important;height:40px!important;clip-path:polygon(5px 0px, 5px 4px, 29px 40px, 53px 4px, 53px 0px, 5px 0px);background:rgba(255,255,255,1.00);margin-left:-4px;margin-right:-4px;}body main .t2722{height:40px!important;flex-grow:1;}body main .t2723{height:40px!important;flex-grow:1;}body main .t2724{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:#705cf6;margin-top:422px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2724{filter:blur(275px);opacity:60%;margin-top:453px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2724{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2724{width:700px;filter:blur(200px);height:375px;max-width:700px;margin-top:455px;}}@media screen and (max-width: 480px) {body main .t2724{height:500px!important;max-width:100%!important;margin-top:399px!important;}}@media screen and (max-width: 350px) {body main .t2724{width:300px!important;filter:blur(190px);height:475px!important;opacity:75%;max-width:300px!important;transform:;margin-top:388px!important;}}body main .t2725{color:#111827;contain:paint;padding-top:64px;}@media screen and (max-width: 480px) {body main .t2725{padding-top:44px;padding-bottom:0px!important;}}@media screen and (max-width: 350px) {body main .t2725{padding-top:68px;padding-bottom:20px;}}body main .t2726{max-width:2100px;padding-left:18px;padding-right:18px;}@media screen and (max-width: 1240px) {body main .t2726{padding-right:0px;}}@media screen and (max-width: 480px) {body main .t2726{padding-left:18px;}}@media screen and (max-width: 350px) {body main .t2726{padding-left:10px;padding-right:0px;}}body main .t2728{border:1px solid #111827;background:rgba(255,255,255,1.00);box-shadow:2px 2px 2px 0.5px rgba(17,24,39,0.31);}@media screen and (max-width: 1240px) {body main .t2728{transform:rotate(13deg) scale(0.85,0.85);}}@media screen and (max-width: 350px) {body main .t2729{max-width:24px!important;}}body main .t2730{color:#111827;}body main .t2732{display:flex;column-gap:40px;align-items:center;justify-content:center;}body main .t2734{top:-16px;z-index:2;transform:;column-gap:11px;margin-top:-16px;letter-spacing:-0.2px;}body main .t2735{transform:;letter-spacing:-0.2px;}body main .t2736{background:#f2f2f2;padding-top:2px;padding-left:6px;padding-right:6px;padding-bottom:2px;}body main .t2737{display:block;}body main .t2738{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}body main .t2739{width:100%;height:30px;max-width:30px;margin-left:auto;}body main .t2742{z-index:2;transform:;background:rgba(242,242,242,0);margin-top:-16px;}body main .t2743{transform:;letter-spacing:-0.2px;}body main .t2744{background:#f2f2f2;padding-top:2px;padding-left:6px;padding-right:6px;padding-bottom:2px;}body main .t2746{top:-56px;width:100%;display:flex;position:relative;flex-wrap:nowrap;margin-left:auto;margin-right:auto;padding-right:16px;flex-direction:column;justify-content:center;}@media screen and (max-width: 350px) {body main .t2746{padding-left:16px;}}body main .t2747{width:100%;height:30px;margin-left:auto;}body main .t2748{object-fit:cover;aspect-ratio:4/5;}body main .t2749{max-width:100%;margin-bottom:40px;grid-template-columns:1fr 1fr;}@media screen and (max-width: 1240px) {body main .t2749{max-width:650px;}}@media screen and (max-width: 767px) {body main .t2749{margin-bottom:36px;}}@media screen and (max-width: 480px) {body main .t2749{margin-bottom:40px;}}@media screen and (max-width: 350px) {body main .t2749{padding-left:24px!important;padding-right:20px!important;}}body main .t2751{margin-bottom:20px;}@media screen and (max-width: 350px) {body main .t2751 p{font-size:16px;}}body main .t2752{width:100%;display:flex;max-width:fit-content;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:40px;justify-content:center;}body main .t2753{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;justify-content:center;}@media screen and (max-width: 991px) {body main .t2753{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t2753{text-align:center;}}@media screen and (max-width: 480px) {body main .t2753{flex-direction:column;}}@media screen and (max-width: 350px) {body main .t2753{font-size:36px;}}body main .t2756{width:100%;max-width:40px;margin-right:28px;}@media screen and (max-width: 480px) {body main .t2756{margin-left:auto;margin-right:18px;}}@media screen and (max-width: 350px) {body main .t2756{max-width:34px;}}body main .t2757{width:100%;max-width:40px;margin-left:28px;}@media screen and (max-width: 480px) {body main .t2757{margin-left:8px;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2757{max-width:34px;margin-left:18px;}}body main .t2758{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:#ff0050;margin-top:298px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2758{filter:blur(275px);opacity:60%;margin-top:294px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2758{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2758{width:700px;filter:blur(200px);height:375px;max-width:700px;margin-top:329px;}}@media screen and (max-width: 480px) {body main .t2758{height:500px!important;max-width:100%!important;margin-top:346px!important;}}@media screen and (max-width: 350px) {body main .t2758{width:300px!important;filter:blur(190px);height:400px!important;opacity:75%;max-width:300px!important;transform:;margin-top:440px!important;}}body main .t2759{height:40px;display:flex;position:relative;max-width:100%!important;margin-top:64px;align-items:stretch;margin-bottom:-2px!important;flex-direction:row;justify-content:center;}@media screen and (max-width: 480px) {body main .t2759{margin-top:40px;padding-bottom:0px!important;}}body main .t2760{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2761{width:58px!important;height:40px!important;clip-path:polygon(91.4% 0%, 50% 90%, 8.6% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 0%);background:rgba(255,255,255,1.00);margin-left:-4px;margin-right:-4px;}body main .t2762{height:40px!important;flex-grow:1;background:rgba(255,255,255,1.00);}body main .t2763{contain:paint;}body main .t2764{row-gap:80px;z-index:10!important;position:relative;border-top:3px dashed #3f4145;align-items:center;padding-top:100px;flex-direction:column;padding-bottom:100px;}@media screen and (max-width: 767px) {body main .t2764{row-gap:60px;}}@media screen and (max-width: 480px) {body main .t2764{padding-top:80px;padding-bottom:80px;}}body main .t2765{width:100%;}body main .t2766{max-width:100%;}body main .t2768{display:flex;z-index:10!important;position:relative;max-width:1200px;column-gap:0%;margin-left:auto;padding-top:100px;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;grid-template-columns:55% 45% ;}@media screen and (max-width: 1240px) {body main .t2768{max-width:680px;flex-direction:column;}}@media screen and (max-width: 767px) {body main .t2768{padding-top:100px;padding-left:20px;padding-right:20px;padding-bottom:60px;}}@media screen and (max-width: 480px) {body main .t2768{padding-top:80px;padding-bottom:0px;}}@media screen and (max-width: 350px) {body main .t2768{margin-top:0px;padding-top:80px;padding-left:16px;padding-right:16px;}}body main .t2769{line-height:1.5;padding-left:0px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t2769{text-align:center;padding-right:0px;}}body main .t2770{font-size:24px;max-width:585px;text-wrap:balance;text-align:center;font-weight:500;line-height:1.36;margin-left:auto;margin-right:auto;margin-bottom:60px;}@media screen and (max-width: 1240px) {body main .t2770{font-size:20px;text-align:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 767px) {body main .t2770{margin-bottom:60px;}}@media screen and (max-width: 480px) {body main .t2770{margin-bottom:10px;}}@media screen and (max-width: 350px) {body main .t2770{margin-bottom:0px;}}body main .t2773{width:100%;border:2px solid #ff0050;display:flex;max-width:356px;background:#f2f2f2;column-gap:12px;align-items:center;margin-left:auto;padding-top:15px;margin-right:auto;padding-left:16px;border-radius:14px;margin-bottom:60px;padding-right:24px;padding-bottom:15px;justify-content:flex-start;}@media screen and (max-width: 1240px) {body main .t2773{width:100%;max-width:280px;padding-top:12px;padding-bottom:12px;}}@media screen and (max-width: 767px) {body main .t2773{max-width:280px;column-gap:10px;padding-top:12px;padding-left:10px;border-radius:8px;padding-right:10px;padding-bottom:12px;}}@media screen and (max-width: 480px) {body main .t2773{max-width:260px;margin-bottom:40px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t2773{column-gap:6px;padding-top:12px;padding-left:10px;padding-right:6px;padding-bottom:12px;}}body main .t2774{margin-top:auto;align-items:stretch;margin-bottom:auto;flex-direction:column;}@media screen and (max-width: 350px) {body main .t2774{width:100%;margin-top:2px;margin-bottom:0px;}}body main .t2775{width:max-content;font-size:23px;text-align:left;font-weight:700;line-height:1;}@media screen and (max-width: 1240px) {body main .t2775{font-size:18px;}}@media screen and (max-width: 767px) {body main .t2775{font-size:17px;}}@media screen and (max-width: 350px) {body main .t2775{width:100%;font-size:16px;}}body main .t2776{width:max-content;display:flex;font-size:18px;column-gap:7px;align-items:center;font-weight:700;line-height:1;margin-bottom:7px;}@media screen and (max-width: 1240px) {body main .t2776{margin-bottom:5px;}}@media screen and (max-width: 767px) {body main .t2776{column-gap:5px;margin-bottom:5px;}}@media screen and (max-width: 350px) {body main .t2776{column-gap:5px;margin-bottom:5px;}}body main .t2777{width:13px;height:13px;}@media screen and (max-width: 1240px) {body main .t2777{width:11px;height:11px;}}@media screen and (max-width: 767px) {body main .t2777{width:11px;height:11px;}}@media screen and (max-width: 350px) {body main .t2777{width:12px;height:12px;padding-bottom:1px;}}body main .t2778{font-size:16px;text-align:left;font-weight:500;}@media screen and (max-width: 1240px) {body main .t2778{font-size:13px;}}@media screen and (max-width: 767px) {body main .t2778{font-size:14px;}}@media screen and (max-width: 350px) {body main .t2778{font-size:15px;}}body main .t2779{width:39px;}@media screen and (max-width: 1240px) {body main .t2779{width:28px;}}@media screen and (max-width: 767px) {body main .t2779{top:-1px;width:30px;position:relative;}}@media screen and (max-width: 350px) {body main .t2779{width:29px;}}body main .t2780{font-size:84px;text-wrap:balance;text-align:center;font-family:Montserrat;font-weight:800;line-height:1;margin-left:auto;margin-right:auto;margin-bottom:40px;}@media screen and (max-width: 1240px) {body main .t2780{font-size:60px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2780{line-height:1.05;margin-bottom:16px;}}@media screen and (max-width: 350px) {body main .t2780{font-size:52px;line-height:1;margin-bottom:28px;}}@media screen and (max-width: 767px) {body main .t2781{font-size:64px!important;}}@media screen and (max-width: 350px) {body main .t2781{font-size:52px!important;}}@media screen and (max-width: 767px) {body main .t2782{font-size:64px!important;}}@media screen and (max-width: 350px) {body main .t2782{font-size:52px!important;}}body main .t2783{left:;width:fit-content;position:relative;max-width:404px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 480px) {body main .t2783{width:100%;margin-top:40px;margin-bottom:48px;}}@media screen and (max-width: 350px) {body main .t2783{margin-top:32px;margin-bottom:40px;}}body main .t2784{top:-52px;left:-178px;width:160px;position:absolute;margin-left:auto;margin-right:auto;object-position:50% 50%;}@media screen and (max-width: 1240px) {body main .t2784{left:-181px;}}@media screen and (max-width: 767px) {body main .t2784{display:none;}}body main .t2786{width:100%;display:flex;align-items:center;flex-direction:row;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2786{justify-content:center;}}@media screen and (max-width: 480px) {body main .t2786{padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2786{padding-left:6px;padding-right:6px;}}body main .t2787{max-width:404px;}body main .t2788{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t2788:hover{transform:;}@media screen and (max-width: 480px) {body main .t2788{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t2788{height:12px;}}body main .t2790{display:flex;z-index:10!important;position:relative;column-gap:30px;margin-top:60px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;padding-bottom:60px;}@media screen and (max-width: 1240px) {body main .t2790{row-gap:20px;flex-wrap:wrap;max-width:680px;justify-content:center;}}@media screen and (max-width: 767px) {body main .t2790{margin-top:20px;flex-direction:column;}}@media screen and (max-width: 480px) {body main .t2790{row-gap:20px;margin-top:0px;padding-bottom:80px;}}@media screen and (max-width: 350px) {body main .t2790{row-gap:30px;margin-top:30px;padding-left:16px;padding-right:16px;}}body main .t2791{max-width:222px;}@media screen and (max-width: 767px) {body main .t2791{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2791{width:100%;max-width:240px;}}@media screen and (max-width: 350px) {body main .t2791{max-width:238px;}}body main .t2792{font-size:16px;line-height:1.4;}@media screen and (max-width: 1240px) {body main .t2792{max-width:500px;text-align:center;}}@media screen and (max-width: 767px) {body main .t2792{width:100%;font-size:14px;max-width:296px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 350px) {body main .t2792{width:100%;max-width:260px;}}body main .t2793{font-weight:700;}@media screen and (max-width: 350px) {body main .t2793{margin-left:auto;margin-right:auto;}}body main .t2794{font-weight:400;}body main .t2795{display:flex;z-index:10!important;position:relative;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;flex-direction:column;justify-content:center;}@media screen and (max-width: 1240px) {body main .t2795{max-width:100%;padding-left:0px;padding-right:0px;}}@media screen and (max-width: 767px) {body main .t2795{max-width:273px;margin-right:auto;padding-left:0px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t2795{max-width:260px;margin-bottom:20px;}}@media screen and (max-width: 350px) {body main .t2795{max-width:260px;margin-top:-2px;}}body main .t2796{max-width:1200px;padding-left:0px;padding-right:0px;}@media screen and (max-width: 1240px) {body main .t2796{max-width:680px;}}@media screen and (max-width: 767px) {body main .t2796{width:100%;}}body main .t2797{top:-24px;width:100%;border:1px none ;height:2px;position:relative;max-width:1280px;background:#1d2638;margin-left:auto;margin-right:auto;padding-bottom:0px;grid-template-columns:1fr 1fr;}body main .t2798{display:flex;z-index:999;position:relative;max-width:458px;background:#192235;align-items:center;margin-left:auto;padding-top:6px;margin-right:auto;padding-left:4px;border-radius:100px;padding-right:0px;padding-bottom:6px;justify-content:space-around;}@media screen and (max-width: 767px) {body main .t2798{row-gap:12px;padding-top:20px;padding-left:20px;border-radius:20px;padding-right:20px;flex-direction:column;padding-bottom:20px;}}@media screen and (max-width: 480px) {body main .t2798{padding-left:16px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t2798{margin-top:-1px;}}body main .t2799{max-height:32px;}body main .t2800{width:110px;}@media screen and (max-width: 767px) {body main .t2800{width:142px;}}@media screen and (max-width: 480px) {body main .t2800{width:140px;}}@media screen and (max-width: 350px) {body main .t2800{width:136px;}}body main .t2801{font-size:13.5px;max-width:fit-content;text-align:center;line-height:1.1;}@media screen and (max-width: 767px) {body main .t2801{font-size:16px;}}body main .t2803{left:50%;width:600px;filter:blur(325px);height:500px;opacity:70%;position:absolute;max-width:600px;transform:translate(-50%,0px);background:#705cf6;margin-top:324px;margin-left:auto;margin-right:auto;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2803{width:800px!important;filter:blur(275px);height:375px;opacity:65%;max-width:800px!important;margin-top:384px!important;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 991px) {body main .t2803{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2803{width:600px!important;filter:blur(250px);opacity:65%;max-width:600px!important;margin-top:395px!important;}}@media screen and (max-width: 480px) {body main .t2803{filter:blur(200px);height:500px!important;opacity:45%;max-width:100%!important;margin-top:436px!important;}}@media screen and (max-width: 350px) {body main .t2803{width:300px!important;filter:blur(190px);height:400px!important;opacity:75%!important;max-width:300px!important;transform:;margin-top:480px!important;}}body main .t2804{left:50%;width:600px!important;filter:blur(500px);height:500px!important;opacity:20%;position:absolute;max-width:600px!important;transform:translate(-50%,0px);background:#ff0050;margin-top:1075px;margin-left:auto!important;margin-right:auto!important;border-radius:100%;}@media screen and (max-width: 1240px) {body main .t2804{filter:blur(400px);opacity:20%;margin-top:1100px!important;}}@media screen and (max-width: 991px) {body main .t2804{opacity:20%;}}@media screen and (max-width: 767px) {body main .t2804{width:400px!important;filter:blur(250px);max-width:400px!important;margin-top:1175px!important;}}@media screen and (max-width: 480px) {body main .t2804{filter:blur(275px);height:450px!important;margin-top:1300px!important;}}@media screen and (max-width: 350px) {body main .t2804{filter:blur(190px);height:370px!important;max-width:275px!important;}}body main .t2805{border:3px dashed #3f4145;z-index:10 !important;position:relative;max-width:1200px;background:#1d2638;text-align:center;padding-top:40px;padding-left:60px;border-radius:40px;padding-right:60px;padding-bottom:30px;}@media screen and (max-width: 1240px) {body main .t2805{max-width:800px;}}@media screen and (max-width: 991px) {body main .t2805{max-width:650px;padding-top:56px;padding-left:40px;padding-right:40px;}}@media screen and (max-width: 767px) {body main .t2805{padding-left:0px;border-radius:28px;padding-right:0px;}}@media screen and (max-width: 480px) {body main .t2805{padding-top:48px;border-radius:20px;padding-bottom:10px;}}body main .t2806{width:100%;z-index:1;position:relative;font-size:44px;font-family:'Roboto';line-height:0.95em;margin-left:auto;margin-right:auto;letter-spacing:-0.7px;}@media screen and (max-width: 991px) {body main .t2806{max-width:300px;padding-left:10px;padding-right:10px;}}@media screen and (max-width: 767px) {body main .t2806{padding-left:12px;margin-bottom:-20px;padding-right:12px;}}@media screen and (max-width: 480px) {body main .t2806{font-size:33px;line-height:1.1em;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 480px) {body main .t2807{font-size:33px;padding-top:0px;}}@media screen and (max-width: 480px) {body main .t2808{font-size:33px;}}body main .t2809{font-size:20px!important;max-width:800px;text-wrap:balance;font-weight:400;line-height:1.2;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1240px) {body main .t2809{max-width:600px;}}@media screen and (max-width: 767px) {body main .t2809{font-size:18px!important;padding-left:12px;padding-right:12px;}}@media screen and (max-width: 480px) {body main .t2809{padding-left:30px;padding-right:30px;}}@media screen and (max-width: 350px) {body main .t2809{font-size:16px!important;}}body main .t2810{height:fit-content;}body main .t2811{display:flex;column-gap:16px;flex-direction:row;}@media screen and (max-width: 767px) {body main .t2811{column-gap:8px;}}@media screen and (max-width: 480px) {body main .t2811{width:100%;row-gap:8px;max-width:100%;flex-direction:column;}}body main .t2812{display:flex;row-gap:8px;flex-direction:column;}@media screen and (max-width: 767px) {body main .t2812{width:100%;max-width:100%;}}body main .t2813{display:flex;align-items:center;flex-direction:column;justify-content:center;}@media screen and (max-width: 991px) {body main .t2814{align-items:center;justify-content:center;}}body main .t2816{height:19px;position:relative;max-width:%;transition:all 300ms 0ms ease-in;padding-left:12px;}body main .t2816:hover{transform:;}@media screen and (max-width: 480px) {body main .t2816{height:16px;padding-left:10px;}}@media screen and (max-width: 350px) {body main .t2816{height:12px;}}body main .t2817{width:100%;}body main .t2818{width:100%;display:flex;row-gap:16px;margin-top:16px;flex-direction:column;}@media screen and (max-width: 1240px) {body main .t2818{margin-top:32px;}}@media screen and (max-width: 767px) {body main .t2818{max-width:458px;align-items:center;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2818{overflow:hidden;margin-top:20px;}}@media screen and (max-width: 350px) {body main .t2818{margin-top:16px;}}body main .t2819{width:100%;background:;}@media screen and (max-width: 767px) {body main .t2819{margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2819{max-height:65px;}}body main .t2820{width:100%;display:flex;max-width:228px;background:var(--darker);column-gap:12px;align-items:center;padding-top:10px;padding-left:10px;border-radius:8px;padding-right:10px;padding-bottom:10px;justify-content:flex-start;}@media screen and (max-width: 767px) {body main .t2820{max-width:232px;}}@media screen and (max-width: 480px) {body main .t2820{max-width:260px;margin-left:auto;margin-right:auto;}}@media screen and (max-width: 480px) {body main .t2821{width:70px;}}body main .t2823{color:#a1a4a6;width:max-content;font-size:13.5px;font-weight:500;line-height:1;margin-bottom:8px;}body main .t2824{color:#696f73;width:max-content;font-size:12px;line-height:1;}body main .t2825{color:#f2f2f2;width:max-content;font-size:18px;margin-top:2px;font-weight:700;line-height:1;margin-bottom:6px;}body main .t2826{width:100%;display:flex;max-width:214px;background:var(--darker);align-items:center;padding-top:14px;padding-left:10px;border-radius:8px;padding-right:8px;padding-bottom:14px;justify-content:center;}@media screen and (max-width: 767px) {body main .t2826{max-width:218px;}}@media screen and (max-width: 480px) {body main .t2826{max-width:260px;margin-left:auto;margin-right:auto;}}body main .t2827{max-width:512px;justify-self:auto;}@media screen and (max-width: 1240px) {body main .t2827{display:none;padding-left:0px;}}@media screen and (max-width: 767px) {body main .t2827{padding-left:0px;}}body main .t2828{z-index:999;position:relative;max-width:76%;margin-top:-14.3%;margin-left:auto;margin-right:auto;}body main .t2828#awards-svg{filter:drop-shadow(2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-2px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(-1px -3px 1px rgb(0 0 0 / 0.1))	  drop-shadow(0px -3px 1px rgb(0 0 0 / 0.1));}@media screen and (max-width: 767px) {body main .t2828{max-width:94%;}}body main .t2829{z-index:1;position:relative;padding-bottom:125%;}@media screen and (max-width: 1240px) {body main .t2830{text-align:left;}}@media screen and (max-width: 350px) {body main .t2830{line-height:1;}}@media screen and (max-width: 1240px) {body main .t2832{text-align:left;}}@media screen and (max-width: 350px) {body main .t2832{line-height:1;}}@media screen and (max-width: 1240px) {body main .t2833{text-align:left;}}@media screen and (max-width: 350px) {body main .t2833{line-height:1;}}body main .t2834{align-self:center;margin-left:auto;margin-right:auto;margin-bottom:6px;}body main .t2835{color:var(--medium-darkest);background:var(--highlight1);margin-left:auto;padding-top:4px;margin-right:auto;padding-left:6px;padding-right:6px;padding-bottom:4px;}body main .t2836{max-height:74px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;}body main .t2837{top:-134px;left:-86px;position:absolute;max-width:219px;}@media screen and (max-width: 1240px) {body main .t2837{top:-80px;left:-113px;}}@media screen and (max-width: 991px) {body main .t2837{top:-100px;left:-72px;}}@media screen and (max-width: 767px) {body main .t2837{left:-7px;max-width:322px;}}@media screen and (max-width: 480px) {body main .t2837{top:-62px;left:27px;}}@media screen and (max-width: 350px) {body main .t2837{top:-77px;left:7px;}}body main .t2838{display:none;position:relative;transform:;max-height:200px;}@media screen and (max-width: 991px) {body main .t2838{display:none;max-width:;}}@media screen and (max-width: 767px) {body main .t2838{transform:rotate(-10grad);}}@media screen and (max-width: 480px) {body main .t2838{display:block;transform:rotate(0);margin-top:-47px;}}@media screen and (max-width: 350px) {body main .t2838{display:block;margin-top:-16px;}}body main .t2839{filter:;display:none;position:relative;max-width:200px;transform:;text-shadow:!important;}@media screen and (max-width: 991px) {body main .t2839{display:none;transform:rotate(22deg);}}@media screen and (max-width: 767px) {body main .t2839{top:-24px;left:31px;display:block;max-width:300px;transform:rotate(7deg);}}@media screen and (max-width: 480px) {body main .t2839{left:0px;max-width:279px;}}@media screen and (max-width: 350px) {body main .t2839{top:-4px;max-width:242px;}}body main .t2840{filter:;position:relative;max-width:200px;transform:;text-shadow:!important;}@media screen and (max-width: 991px) {body main .t2840{top:1px;transform:rotate(22deg);}}@media screen and (max-width: 767px) {body main .t2840{display:none;transform:rotate(7deg);}}body main .t2841{top:-18px;left:111px;position:relative;transform:;max-height:168px;}@media screen and (max-width: 991px) {body main .t2841{display:none;max-width:;}}@media screen and (max-width: 767px) {body main .t2841{max-width:40px;transform:rotate(-10grad);max-height:100%;}}@media screen and (max-width: 480px) {body main .t2841{max-width:46px;margin-top:-88px;margin-left:9px;}}@media screen and (max-width: 350px) {body main .t2841{max-width:43px;margin-top:-71px;margin-left:3px;}}body main .t2842{top:-18px;left:111px;display:none;position:relative;transform:;max-height:168px;}@media screen and (max-width: 991px) {body main .t2842{top:-2px;left:56px;display:block;max-width:;max-height:216px;}}@media screen and (max-width: 767px) {body main .t2842{top:-50px;left:19px;transform:rotate(15deg);max-height:170px;}}@media screen and (max-width: 480px) {body main .t2842{display:none;}}body main .t2843{top:-18px;left:111px;display:none;position:relative;transform:;max-height:168px;}@media screen and (max-width: 991px) {body main .t2843{top:-2px;left:56px;max-width:;max-height:216px;}}@media screen and (max-width: 767px) {body main .t2843{top:-23px;left:54px;transform:rotate(-5);max-height:153px;}}@media screen and (max-width: 480px) {body main .t2843{top:-39px;max-height:149px;}}@media screen and (max-width: 350px) {body main .t2843{display:none;}}body main .t2844{position:relative;padding-right:8px;}body main .t2845{position:relative;padding-right:8px;}body main .t2846{position:relative;padding-right:8px;}body main .t2847{font-size:16px;line-height:1.4;}body main .t2847:hover{color:#f2f2f2;text-decoration:none;}@media screen and (max-width: 350px) {body main .t2847{font-size:14px;}}body main .t2848{max-width:100%;transform:;border-radius:;}body main .t2849{max-width:100%;transform:;border-radius:;}body main .t2850{color:#111114;background:rgba(255,255,255,1.00);box-sizing:border-box;border-left:1px solid #a1a4a6;padding-top:1.5em;border-right:1px solid #a1a4a6;padding-left:20px;border-bottom:1px solid #a1a4a6;border-radius:0px 0px 12px 12px;padding-right:20px;padding-bottom:1.5em;-webkit-box-sizing:border-box;foroldersafarichromebrowsers-moz-box-sizing:border-box;}@media screen and (max-width: 480px) {body main .t2850{padding-top:1.5em;padding-left:16px;padding-right:16px;}}body main .t2851{float:right;width:132px;border:3.5px solid rgba(195,196,195,1);object-fit:cover;margin-left:4px;padding-top:4px;aspect-ratio:1/1;padding-left:4px;border-radius:100%;margin-bottom:4px;padding-right:4px;shape-outside:circle(50%);padding-bottom:4px;}@media screen and (max-width: 767px) {body main .t2851{width:100px;}}@media screen and (max-width: 350px) {body main .t2851{width:80px;height:80px;}}body main .t2852 p{padding-bottom:0.75em;}@media screen and (max-width: 767px) {body main .t2852{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2852 p{font-size:16px;}}body main .t2853{display:inline;transform:;margin-top:16px;max-height:66px;margin-bottom:-14px;}@media screen and (max-width: 767px) {body main .t2853{max-width:220px;}}body main .t2854 p{padding-bottom:0.75em;}body main .t2854{color:#0546ad;font-size:16px;max-width:203px;border-top:1px solid #0546ad;margin-top:-10px;font-weight:500;}@media screen and (max-width: 767px) {body main .t2854{font-size:14px;max-width:224px;}}@media screen and (max-width: 480px) {body main .t2854{font-size:12px;}}@media screen and (max-width: 350px) {body main .t2854 p{font-size:16px;}}body main .t2855{max-width:100%;}body main .t2856{color:#83878a;background:#18181c;box-sizing:border-box;padding-top:12px;padding-left:20px;border-bottom:6px solid rgba(251, 93, 129, 1);border-radius:12px 12px 0px 0px;padding-right:20px;padding-bottom:12px;-webkit-box-sizing:border-box;foroldersafarichromebrowsers-moz-box-sizing:border-box;}@media screen and (max-width: 480px) {body main .t2856{padding-top:8px;padding-left:16px;padding-right:16px;padding-bottom:8px;}}body main .t2857{color:#c3c4c3;font-style:italic;}@media screen and (max-width: 767px) {body main .t2857{font-size:18px;}}@media screen and (max-width: 350px) {body main .t2857 p{font-size:16px;}}body main .t2858{position:relative;max-width:650px;margin-top:48px;justify-self:auto;padding-left:24px;padding-right:24px;}@media screen and (max-width: 767px) {body main .t2858{padding-left:12px;padding-right:12px;}}@media screen and (max-width: 480px) {body main .t2858{padding-left:0px;padding-right:0px!important;}}@media screen and (max-width: 350px) {body main .t2858{margin-top:48px;}}body main .t2859{z-index:1;position:relative;padding-bottom:125%;}body main .t2860{max-width:100%;}@media screen and (max-width: 991px) {body main .t2860{padding-left:10px;padding-right:10px;}}body main .t2861{border:3px dashed #a1a4a6;display:flex;overflow:hidden;position:relative;background:;padding-top:40px;padding-left:40px;border-radius:40px;padding-right:40px;flex-direction:column;padding-bottom:52px;}@media screen and (max-width: 767px) {body main .t2861{padding-left:16px;border-radius:20px;padding-right:16px;padding-bottom:28px;}}@media screen and (max-width: 480px) {body main .t2861{padding-left:16px;border-radius:20px;padding-right:16px;}}@media screen and (max-width: 350px) {body main .t2861{padding-left:12px;padding-right:12px;padding-bottom:24px;}}body main .t2862{position:relative;max-width:540px;justify-self:auto;}@media screen and (max-width: 480px) {body main .t2862{padding-left:0px;padding-right:0px!important;}}body main .t2863{width:100%;z-index:1;position:relative;max-width:540px;line-height:0;aspect-ratio:4 / 5;}body main .t2864{width:fit-content;display:flex;flex-wrap:wrap;text-align:center;align-items:center;margin-left:auto;margin-right:auto;margin-bottom:20px;justify-content:center;}@media screen and (max-width: 991px) {body main .t2864{font-size:44px!important;}}@media screen and (max-width: 767px) {body main .t2864{text-align:center;}}@media screen and (max-width: 350px) {body main .t2864{font-size:36px;}}body main .t2865{background:;}body main .t2867 p{margin-bottom:12px;}body main .t2867{width:100%;max-width:532px;text-align:center;font-weight:400;margin-left:auto;margin-right:auto;margin-bottom:20px;}@media screen and (max-width: 767px) {body main .t2867 p{margin-bottom:10px;}}@media screen and (max-width: 350px) {body main .t2867 p{font-size:16px;}}body main .t2868{left:50%;width:800px;filter:blur(325px);height:400px;opacity:70%;overflow:auto;position:absolute;max-width:800px;transform:translate(-50%,0px);background:#ff0050;margin-top:298px;margin-left:auto;margin-right:auto;border-radius:inherit;pointer-events:none;}@media screen and (max-width: 1240px) {body main .t2868{filter:blur(275px);opacity:60%;margin-top:294px;margin-left:0px;margin-right:0px;}}@media screen and (max-width: 991px) {body main .t2868{opacity:55%;}}@media screen and (max-width: 767px) {body main .t2868{width:700px;filter:blur(200px);height:375px;max-width:700px;margin-top:329px;}}@media screen and (max-width: 480px) {body main .t2868{height:500px!important;max-width:100%!important;margin-top:346px!important;}}@media screen and (max-width: 350px) {body main .t2868{width:300px!important;filter:blur(190px);height:400px!important;opacity:75%;max-width:300px!important;transform:;margin-top:440px!important;}}body main .t2869{width:100%;height:100%;z-index:2;position:absolute;transition:opacity 1000ms 0ms ease-in-out;border-radius:20px;}body main .t2870{width:100%;height:100%;z-index:2;position:absolute;transition:opacity 1000ms 0ms ease-in-out;border-radius:20px;}@media screen and (max-width: 767px) {body main .t2870{border-radius:16px;}}@media screen and (max-width: 480px) {body main .t2870{border-radius:16px;}}body main .t2871{top:auto;left:auto;right:auto;width:100%;border:0px none rgba(0,0,0,1);bottom:auto;height:100%;z-index:1;position:absolute;border-radius:20px;background-size:cover;background-image:;background-repeat:no-repeat;}body main .t2872{top:auto;left:auto;right:auto;width:100%;border:0px none rgba(0,0,0,1);bottom:auto;height:100%;z-index:1;position:absolute;background:;border-radius:20px;background-size:cover;background-image:;background-repeat:no-repeat;}@media screen and (max-width: 350px) {body main .t2872{border-radius:8px;}}body main .t2873{top:auto;left:auto;right:auto;width:100%;border:0px none rgba(0,0,0,1);bottom:auto;height:100%;z-index:1;position:absolute;border-radius:20px;background-size:cover;background-image:;background-repeat:no-repeat;}@media screen and (max-width: 767px) {body main .t2873{border-radius:16px;}}@media screen and (max-width: 480px) {body main .t2873{border-radius:12px;}}body main .t2874{top:auto;left:auto;right:auto;width:100%;border:0px none rgba(0,0,0,1);bottom:auto;height:100%;z-index:1;position:absolute;border-radius:20px;background-size:cover;background-image:;background-repeat:no-repeat;}@media screen and (max-width: 767px) {body main .t2874{border-radius:16px;}}@media screen and (max-width: 480px) {body main .t2874{border-radius:12px;}}body main .t2875{width:100%;height:100%;z-index:2;position:absolute;transition:opacity 1000ms 0ms ease-in-out;border-radius:20px;}@media screen and (max-width: 767px) {body main .t2875{border-radius:16px;}}@media screen and (max-width: 480px) {body main .t2875{border-radius:12px;}}body main .t2876{width:100%;height:100%;z-index:2;position:absolute;transition:opacity 1000ms 0ms ease-in-out;border-radius:20px;}@media screen and (max-width: 767px) {body main .t2876{border-radius:16px;}}@media screen and (max-width: 480px) {body main .t2876{border-radius:12px;}}body main .t2877{width:100%;height:auto;z-index:1;position:relative;max-width:900px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1240px) {body main .t2877{max-width:700px;}}@media screen and (max-width: 767px) {body main .t2877{display:none;}}body main .t2878{width:100%;height:auto;display:none;z-index:1;position:relative;max-width:900px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1240px) {body main .t2878{max-width:700px;}}@media screen and (max-width: 767px) {body main .t2878{display:block;max-width:500px;}}@media screen and (max-width: 480px) {body main .t2878{display:none;padding-left:20px;margin-bottom:48px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2878{padding-left:8px;margin-bottom:20px;padding-right:8px;}}body main .t2879{width:100%;height:auto;display:none;z-index:1;position:relative;max-width:900px;margin-left:auto;margin-right:auto;}@media screen and (max-width: 1240px) {body main .t2879{max-width:700px;}}@media screen and (max-width: 767px) {body main .t2879{display:none;max-width:500px;}}@media screen and (max-width: 480px) {body main .t2879{display:block;max-width:312px;padding-left:20px;padding-right:20px;}}@media screen and (max-width: 350px) {body main .t2879{padding-left:8px;padding-right:8px;}}