@font-face { font-family: "BuenosAiresLight"; src: url("../fonts/BuenosAiresLight.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: "BuenosAiresRegular"; src: url("../fonts/BuenosAiresRegular.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: "BuenosAiresBold"; src: url("../fonts/BuenosAiresBold.woff2") format("woff2"); font-weight: normal; font-style: normal; }

body {display: flex; margin: 0; padding: 0; font-family: 'BuenosAiresRegular', sans-serif; font-size: 18px; min-height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
body > .top-bar {flex-grow: 0;}
body > footer {flex-grow: 0;}
body > .content {flex-grow:1;}

input[type=text], select, textarea { font-family: 'BuenosAiresRegular', sans-serif; }
hr { border: 1px solid #e8e8e8; margin: 30px 0; }
button {font-size: inherit;}
.pb:before { content: ""; display: block; margin-bottom: 50px; padding-top: 1px; }
.pa:after { content: ""; display: block; margin-top: 50px; padding-bottom: 1px; }

.alignC { text-align: center; }
.legal { font-size: 15px; line-height: 1.65; }
.smallText { font-size: 15px; line-height: 1.65; }
a, a:visited { color: #311c77; }
table {margin: 20px 0; border: 1px solid #aaa; border-collapse: collapse}
table td {border: 1px solid #aaa; padding: 5px 10px; }

:root {--cinch-purple-dark: #311c77;}
:root {--cinch-purple-light: #5234b6;}
:root {--cinch-pink-dark: #8c32be;}
:root {--cinch-grey-dark: #2f2f2f;}
:root {--cinch-grey-light: #656565;}
:root {--cinch-white: #FFFFFF;}
:root {--cinch-white-dark: #f2f5ff;}
:root {--cinch-black: #000000;}
:root {--cinch-blue: #1565c0;}
:root {--cinch-aqua: #57e8ff;}
:root {--cinch-green: #8cffbe;}
:root {--cinch-trans-white: rgba(255, 255, 255, 0.6);}
:root {--cinch-trans-white-dark: rgba(255, 255, 255, 0.2);}
:root {--cinch-trans-black: rgba(0, 0, 0, 0.6);}
:root {--cinch-trans-black-dark: rgba(0, 0, 0, 0.7);}
:root {--cinch-trans-purple: rgba(49, 28, 119, 0.7);}
.gradient-pink-purple {background: rgb(82,52,182); background-image: linear-gradient( 180deg,#311c77,#ff2dff);}
.gradient-pink-purple-lr {background: rgb(82,52,182); background-image: linear-gradient( 90deg,#311c77,#ff2dff);}
.dark-white {background-color: var(--cinch-white-dark)}
.dark-purple {background-color: var(--cinch-purple-dark);}

.cinch-purple-dark {color: var(--cinch-purple-dark);} 
.cinch-purple-light {color: var(--cinch-purple-light);}
.cinch-green {color: var(--cinch-green);}

.successTitle {max-width: 500px; margin-left: auto; margin-right: auto;}
nav {display: flex; justify-content: space-between; align-items: center; }
nav a.logo {position: relative; background: url(../img/cinch_presents_logo2.svg) no-repeat center; background-size: contain; width: 65px; height: 80px; transition: transform ease-in-out 0.2s; }
nav a.logo:hover {transform: scale(1.05);}
@media screen and (max-width: 750px) {
	nav a.logo {height: 80px; }
}
nav a.logo > span {position: relative; display: block;}
nav a.navButton {display: none; }
nav ul, footer ul { padding: 0; margin: 0; list-style: none; }
nav ul li, footer ul li { padding: 0 16px; display: inline; }
nav ul li:last-child, footer ul li:last-child { padding-right: 0; }
nav ul li:first-child, footer ul li:first-child { padding-left: 0; }
nav ul li a, nav ul li a:visited { color: white; text-decoration: none; font-weight: 300; }
nav ul li a:hover, footer ul li a:hover {color: #57e8ff; text-decoration: underline; transition: all .2s ease-in-out;}
footer ul li a, footer ul li a:visited {color: white; text-decoration: underline;}

.nav {display:none;}
.vert {display: flex; align-items: center;}
.vert > div {position: relative; width: 100%; }

@media screen and (max-width: 900px) {
	nav a.navButton { display: block; }
	nav ul { display: none; }	
	nav a.navButton {display: block; padding: 28px 20px; z-index: 12; margin-right: -20px;  }
	nav a.navButton b {position: relative; display: block; width: 40px; height: 23px; }
	nav a.navButton b i {position: absolute; left: 0; width: 100%; height: 3px; border-radius: 2px; transition: all 0.3s; background: #fff; }
	nav a.navButton b i:nth-child(1) {top: 0; }
	nav a.navButton b i:nth-child(2) {top: 10px; }
	nav a.navButton b i:nth-child(3) {top: 10px; }
	nav a.navButton b i:nth-child(4) {bottom: 0; }
	nav a.navButton:hover b i { background: #fff; }
	nav a.navButton.open {position: fixed; top: 0; right: 20px;  }
	nav a.navButton.open span { background: black; outline: none; }
	nav a.navButton.open b i {background: #311c77;}
	nav a.navButton.open b i:nth-child(1) { top: 50%; width: 0; left: 50%; }
	nav a.navButton.open b i:nth-child(2) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
	nav a.navButton.open b i:nth-child(3) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	nav a.navButton.open b i:nth-child(4) { bottom: 50%; width: 0; left: 50%; }
	
	.nav {display: block; pointer-events: none; position: fixed; top: 0; right: 0; height: 100%; width: 100%; z-index: 10; background: rgba(0,0,0,0); transition: all 0.3s;}
	.nav > div {position: absolute; top: 0; right: 0; width: 0; height: 100%; overflow: hidden; transition: all 0.3s; }			
	.nav > div > div {position: absolute; left: 0; top: 0; width: 350px; height: 100%; padding-top: 70px; background: #fff; box-sizing: border-box; }
	.nav > div > div .navContainer {position: absolute; top: 0; bottom: 55px; left: 0; width: 100%; overflow: auto; padding-top: 85px;  }
	.nav > div > div .navContainer ul {padding: 0; margin: 0; width: 100%; list-style: none;border-bottom: 1px solid rgba(0,0,0,0.1);}
	.nav > div > div .navContainer ul li {position: relative; padding: 0; margin: 0; border-top: 1px solid rgba(0,0,0,0.1);}
	.nav > div > div .navContainer ul li a {position: relative; display: block; padding: 15px 20px; font-weight: 700; font-size: 20px; color: #311c77; text-decoration: none; transition: all 0.3s; box-sizing: border-box; }
	.nav > div > div .navContainer ul li a::after {content:""; position: absolute; right: 20px; top: 50%; width: 10px; height: 10px; margin-top: -5px; box-sizing: border-box; border-style: solid; border-color: #212121; border-width: 0 2px 2px 0; transform: rotate(-45deg); opacity: 0.5; transition: all 0.3s;}
	.nav > div > div .navContainer ul li a:hover {padding-left: 25px; }			
	.nav > div > div .navContainer ul li a:hover::after {opacity: 1;}		
	.nav > div > div .socials {position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 0 30px 0; text-align:center; }
	.nav > div > div .socials a {position: relative; display:inline-block; width: 40px; font-weight: 400; padding: 20px 0; margin: 0 5px; border-radius: 50%; background: #311c77; color: #fff; text-decoration: none; line-height: 0; font-size: 25px; vertical-align: middle; transition: all 0.2s;  }
	.nav > div > div .socials a:hover {transform:scale(1.1); }
	.nav > div > div .socials a.fa-facebook:before{position: absolute; right: 7px; bottom: 13px; font-size: 32px; }
	.nav.open { pointer-events: all; cursor: pointer; background: rgba(0,0,0,0.6); }
	.nav.open > div {width: 350px;} 
}
@media screen and (max-height: 500px) {
	.nav > div > div .navContainer ul li a {padding: 10px 20px; }
}
@media screen and (max-height: 420px) {
	.nav > div > div .navContainer ul li a {padding: 8px 20px; font-size: 18px; }
}
.green{color: #8DFFBE;}


.content { max-width: 1200px; padding: 0 30px; margin: 0 auto; height: 100%; position: relative; box-sizing: border-box; }
.content h1, .content h2, .content h3 {color: #311c77; }
.contentNarrow {max-width: 650px; margin: 0 auto; }
@media screen and (max-width: 750px) {
	.content { padding: 0 20px; margin: unset; }
}


.bordtl {position: relative; height: 0; }
.bordtl i {position: absolute; top: 0; left: 0; width: 30px; height: 30px; overflow: hidden; background: #311c77; }
.bordtl i:after {content: ""; position: absolute; top: 0; left: 0; width: 60px; height: 60px; border-top-left-radius: 30px; background: #fff; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; z-index: 1; }
.bar-top { background-image: linear-gradient(90deg, #311c77, #ff2dff); }

footer { background-color: #311c77; border-top-left-radius: 30px; color: white; text-align: center; }
footer a, footer a:visited { color: white;text-decoration: none; }
footer ul {margin: 40px 0; list-style: none; padding: 0;}
footer ul li {margin: 0 10px; padding: 0;}
footer ul li a:hover, footer a:hover {color: #57e8ff; text-decoration: underline; transition: all .2s ease-in-out;}
footer .shortTerms {font-size: 16px; margin: 40px 0; color: rgba(255,255,255,0.6)}
footer .socials {margin: 40px 0; }
footer .socials a {position: relative; display:inline-block; width: 40px; padding: 20px 0; margin: 0 10px; border-radius: 50%; background: #fff; background: rgba(255,255,255,0.7);  color: #311c77; text-decoration: none; line-height: 0; font-size: 25px; vertical-align: middle; transition: all 0.2s;  }
footer .socials a.ig {background: url(../img/ig.svg) no-repeat center, rgba(255,255,255,0.7); background-size: contain; background-size: 52%;}
footer .socials a.yt {background: url(../img/yt.svg) no-repeat center, rgba(255,255,255,0.7); background-size: contain; background-size: 70%;}
footer .socials a.tiktok {background: url(../img/tiktok.svg) no-repeat center, rgba(255,255,255,0.7); background-size: contain; background-size: 52%;}
footer .socials a.tiktok:hover {background: url(../img/tiktok.svg) no-repeat center, #fff; background-size: contain; background-size: 53%; transform:scale(1.1);}
footer .socials a:hover {transform:scale(1.1); background: #fff;}
footer .socials a.fa-facebook:before{position: absolute; right: 7px; bottom: 13px; font-size: 32px; }
@media screen and (max-width: 420px) {
	footer ul { text-align: center; }
	footer ul li { display: block; padding: 0; margin: 10px 0;}	
}
.formContainer {color: #311c77;}
.formContainer .focused {box-shadow: none;}
.formContainer .field input[type="text"] {border-bottom: 2px solid #ccc; color: #311c77; transition: all 0.3s; padding-left: 0; }
.formContainer .field input[type="text"]:focus {border-bottom: 2px solid #57e8ff;  }
.formContainer .field select {border-bottom: 2px solid #ccc; color: #311c77; transition: all 0.3s;  }
.formContainer .field select:focus {border-bottom: 2px solid #57e8ff;  }
.formContainer .checkboxContainer {padding-left: 45px; padding-right: 50px;  }
.formContainer .checkboxContainer > a {position: absolute; left: 0; top: 0; border: 2px solid #ccc; outline: none; text-decoration: none; font-size: 10px; line-height: 0; width: 25px; height: 25px; color: transparent; overflow: hidden; background: #fff; margin-right: 15px;}
.formContainer .checkboxContainer label {font-size: 15px;} 
.formContainer .checkboxContainer > a.focused {border-color: #aaa;}
.formContainer .checkboxContainer > a i {position: absolute; left: 0; top: 50%; width: 100%; line-height: 0; text-align:center; font-size: 20px; }
.formContainer .checkboxContainer.checked > a {border-color: #311c77; }
.formContainer .checkboxContainer.checked > a i {color: #311c77;}
.formContainer .field .floatingLabel label { color: #311c77; padding-left: 0; }
.formContainer .field .help { position: absolute; right: 0; top: 5px; background-image: linear-gradient(166deg, #311c77, #ff2dff); color: #fff; width: 28px; padding: 14px 0; line-height: 0; font-size: 17px; font-weight: 700; border-radius: 50%; z-index: 1; text-decoration: none; text-align:center;; }
.formContainer .field .floatingLabel .validationChecks i {right: 0; }
.formContainer .field .floatingLabel .validationChecks b {right: 0; }
.formContainer .field .uploaderContainer .thumb {border: 2px solid #ccc;}
.formContainer .field .uploaderContainer .uploadLink {border: 0; background-image: -webkit-gradient(linear, left top, right top, from(#58e9fe), to(#8cffc0)); background-image: linear-gradient(to right, #58e9fe, #8cffc0); padding: 7px 20px; outline: none; border-radius: 23px; font-family: "BuenosAiresBold", sans-serif; font-weight: 400; font-size: 0.9em; color: #311c77; cursor: pointer; -webkit-transition: all .2s; transition: all .2s;}

.formContainer .field .radioContainer {margin: 10px 0;}
.formContainer .field .radioContainer .radio {padding-left: 45px; }
.formContainer .field .radioContainer .radio > a {position: absolute; top: 0; left: 0; border: 2px solid #ccc; cursor: pointer; width: 24px; outline: none; height: 24px; background: #fff; border-radius: 50%; }
.formContainer .field .radioContainer .radio > a.focused {border-color: #aaa;}
.formContainer .field .radioContainer .radio .label {color: #311c77; font-size: 15px; }
.formContainer .field .radioContainer .radio.checked > a {border-color: #311c77;}
.formContainer .field .radioContainer .radio.checked > a:after {content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 12px; margin-top: -6px; margin-left: -6px; background: #311c77; border-radius: 50%;  }

.formContainer .error {font-size: 14px;}
.formContainer .footNote {margin: 40px 0 -10px 0; padding: 0 20px; font-size: 0.8em; color: #311c77; font-weight: 700; }
.formContainer .smallText {color: #311c77;}

.formContainer .searchListContainer .display > div { border-bottom: 2px solid #ccc; padding-top: 13px; padding-bottom: 5px;}
.formContainer .field .inputContainer .label {transition: all 0.2s ease;}

.buttonContainer { margin: 2.5em 0; text-align: center; }
.buttonContainer button, .buttonContainer a { border: 0; text-decoration: none; background-image: -webkit-gradient(linear, left top, right top, from(#58e9fe), to(#8cffc0)); background-image: linear-gradient(to right, #58e9fe, #8cffc0); padding: 12px 20px; min-width: 200px; outline: none; border-radius: 23px; font-family: "BuenosAiresBold", sans-serif; font-weight: 700; color: #311c77; cursor: pointer; -webkit-transition: all .2s; transition: all .2s; }
.buttonContainer button:hover, .buttonContainer a:hover {outline: 4px solid #311c77;}
.buttonContainerPurple button, .buttonContainerPurple a {color: #fff; background-image: -webkit-gradient(linear, left top, right top, from(#311c77), to(#ff2dff)); background-image: linear-gradient(to right, #311c77, #ff2dff); }

.leftRightButtonContainer { display: flex; justify-content: center; margin: 30px 0; }
.leftRightButtonContainer > .buttonContainer { display: flex; flex-direction: column; margin: 0 20px ; }
.leftRightButtonContainer > .buttonContainer a { margin-top: 15px; }
.leftRightButtonContainer > .buttonContainer span {font-weight: 700; }

@media screen and (max-width:750px) {
	.leftRightButtonContainer { display: block;  }
	.leftRightButtonContainer .buttonContainer { margin: 30px 0; }
}




.faqs { position: relative; margin: 0 auto; width: 100%; max-width: 740px; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.faqs .faq_block { display: block; }
.faqs .faq_block.active { display: block; }
.faqs .faqTitle { text-align: center; margin: 30px 0 20px 0; padding-bottom: 20px; color: #311c77; font-weight: 700; font-size: 1.2em; border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
.faqs .faq { margin: 20px 0; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; text-align: left; font-family: 'GothamNarrow', sans-serif; }
.faqs .faq:last-child { border-bottom: none; }
.faqs .faq > a { display: block; position: relative; text-decoration: none; padding-right: 40px; color: #000; font-weight: 700; font-size: 1em; }
.faqs .faq > div { position: relative; height: 0; overflow: hidden; color: #222; font-size: 0.9em; font-family: 'GothamNarrowLight', sans-serif; }
.faqs .faq > div > div { position: absolute; bottom: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }
.faqs .faq > div > div:before { content: ""; display: block; padding-top: 1px; margin-bottom: 10px; }
.faqs .faq > div > div:after { content: ""; display: block; padding-bottom: 1px; margin-top: 10px; }
.faqs .faq > a i { position: absolute; right: 0; top: 50%; width: 28px; height: 28px; margin-top: -14px;  }
.faqs .faq > a i:after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 12px; border-right: 3px solid #57e8fc; border-bottom: 3px solid #57e8fc; margin-left: -10px; margin-top: -6px; transform: rotate(-45deg); box-sizing: border-box; }
.faqs .faq.open > a { color: #fff; }
.faqs .faq.open > a i { -webkit-box-shadow: none; box-shadow: none; }
.faqs .faq.open > div { height: auto; }
.faqs .faq.open > div > div { position: relative; }
.faqs .faq a { color: #000000; }
.faqs .faq.open a { color: #000; }
.faqs .faq.open a i.fa-angle-up { display: block; }
.faqs .faq.open a i.fa-angle-down { display: none; }

#modal h1, #modal h2, #modal h3 { color: #311c77; }
#modal { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 200; cursor: pointer; }
#modal .inner { position: absolute; width: 100%; max-width: 800px; cursor: default; padding: 26px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#modal .inner #content { position: relative; max-height: 90vh; max-height: calc(100vh - 60px); background: #fff; border-radius: 20px; padding: 0 30px; text-align: left; }
#modal .inner #content:before { content: ""; display: block; margin-bottom: 30px; padding-top: 1px; }
#modal .inner #content:after { content: ""; display: block; margin-top: 30px; padding-bottom: 1px; }
#modal .inner .closeButton { position: absolute; top: 5px; right: 5px; width: 40px; height: 40px; background: -webkit-gradient(linear, left top, right top, from(#58e9fe), to(#8cffc0)); background: linear-gradient(to right, #58e9fe, #8cffc0); border-radius: 50%; -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3); }
#modal .inner .closeButton:before { content: ""; position: absolute; background: #fff; width: 24px; height: 4px; top: 50%; left: 50%; margin-top: -2px; margin-left: -12px; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-radius: 2px; }
#modal .inner .closeButton:after { content: ""; position: absolute; background: #fff; width: 24px; height: 4px; top: 50%; left: 50%; margin-top: -2px; margin-left: -12px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border-radius: 2px; }
#modal .inner .closeButton:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
#modal .inner .closeButton:hover:before { background: #fff; }
#modal .inner .closeButton:hover:after { background: #fff; }
#modal .inner .captcha { margin: 10px auto; width: 304px; height: 78px; }
#modal .inner .formContainer .submit button { font-size: 20px; }
#modal .inner .buttonContainer { position: relative; margin: 20px 0; text-align: center; }
#modal .legal { text-align: left; font-size: 0.9em; }
@media screen and (max-width: 600px) {
	#modal .inner .buttonContainer a { display: block; min-width: 0; }
}
@media screen and (max-width: 500px) {
	#modal .inner #content { max-height: calc(100vh - 40px); }
	#modal .inner #content .title { padding: 0 20px; }
	#modal .inner #content .content { padding: 0 20px; }
}
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin { 
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

h1 span.dagger{font-size: 24px ;}
h4 span.dagger{font-size: 15px ;}
.shortTerms span.dagger {font-size: 10px;}
sup.supAlign{vertical-align: top; position: relative; top: -0.3em;}

a { word-wrap: break-word; }
.tableContainer { overflow: auto!important; }

.smallText a { word-break: break-word; }

.header-lp2 {position: relative; width: 100%; overflow: hidden; height: 900px; height: 90vh; height: calc(100vh - 100px); max-height: 700px; min-height: 560px; background: rgb(82,52,182); background-image: linear-gradient( 180deg,#311c77,#ff2dff);}
.header-lp2 .navContainer {top: 0; left: 0; width: 100%; }
.header-lp2 .slideTop .cta {padding: 30px 0;}
.header-lp2.noCta .cta {visibility: hidden;}
.header-lp2 .slideTop .cta {position: relative; flex-grow: 0; }
.header-lp2 .slideTop .cta a {position:relative; display: inline-block; padding: 10px 40px 10px 50px; border-radius: 23px; font-size: 18px; font-weight: 700; line-height: 25px; color: #311c77; background-image: linear-gradient(to right, #58e9fe, #8cffc0); border: none; transition: all linear 0.2s; text-decoration: none; }
.header-lp2 .slideTop .cta a:after {content: ""; display:inline-block; vertical-align: middle; margin-left: 5px; width: 8px; height: 8px; border-right: 1px solid #311c77; border-bottom: 1px solid #311c77; transform: rotate(-45deg); box-sizing: border-box; }
.header-lp2 .slideTop .cta a:hover:before {content: ""; position: absolute; top: -4px; left: -4px; right: -4px; bottom: -4px; border: 4px solid #311c77; border-radius: 27px; }

.header-lp2 .slideTop {position: relative; display: flex; align-items: center; width: calc(100% - 140px); max-width: 1200px; height: calc(100% - 80px - 80px);  /*80px height of timer, 80px height of nav*/ margin: 0 auto; box-sizing: border-box; overflow: hidden; padding: 0 30px;}
.header-lp2 .slideTop .cleft {display:flex; flex-direction: column; width: 50%; height: 100%; max-height: 450px; padding-top: 30px; }
.header-lp2 .slideTop .cleft .cta {padding: 30px 0; }
.header-lp2 .slideTop .cleft .ctop {flex-grow: 1; background: url("../img/banner/saints-match-day-experience-text-desktop.png") left no-repeat; background-size: contain; } 
.header-lp2 .slideTop .cleft h2 {position: absolute; left: -1000px; font-size: 10px; color: transparent;}

.header-lp2 .slideTop .cright {position: absolute; right: 0; top: 0; width: 55%; height: 100%; background: url("../img/banner/saints-match-day-experience-image-2.png") right bottom no-repeat;; background-size: contain; }
@media (max-width: 1000px){			
	.header-lp2 .slideTop { max-width: 100%; width: 100%; flex-direction: column; text-align: center; justify-content: center; padding: 0 5px;  }
	.header-lp2 .slideTop .cleft {width: 100%; padding: 10px;}
	.header-lp2 .slideTop .cleft .ctop {background: url("../img/banner/saints-match-day-experience-text-mobile.png") center no-repeat; background-size: contain; margin: 10px;} 
	.header-lp2 .slideTop .cleft .cta {position: absolute; width: 100%; left: 0; bottom: 0; text-align:center; z-index: 1; }
	.header-lp2 .slideTop .cleft .logo {height: 60px; margin: 10px 0; background-position: center; }
	.header-lp2 .slideTop .cright {position: relative; width: 100%; flex-grow: 1; background-position: center bottom;  } 			
}			
@media (max-width:950px), (max-height:740px){
	.header-lp2 .slideTop .cleft h2 {font-size: 50px;}
}
@media (max-width:500px), (max-height:650px){
	.header-lp2 .slideTop .cleft h2 {font-size: 40px;}
}

@media (max-width:500px), (max-height:650px){
	.header-lp2 .slideTop .cta {padding: 20px 0 30px 0;}
}
.header-lp2 .legal {position: absolute; bottom: 10px; left: 30px; font-size: 11px; color: rgba(255,255,255,0.7);}
.header-lp2 .legal a {color: rgba(255,255,255,0.7); text-decoration: underline;}
.header-lp2 .legal a:hover {color: #fff; text-decoration: none;}
@media screen and (max-width:750px) {
	.header-lp2 .legal {bottom: 6px; left: 0; width: 100%; text-align:center;}
}
.header-lp2 .timer {position: relative; display: flex; height: 80px; align-items: center; justify-content: center; flex-grow: 0; color: #fff; line-height: 1; text-align:center; background: rgb(51,29,120); background: linear-gradient(90deg, rgba(51,29,120,1) 0%, rgba(216,41,230,1) 100%); box-sizing: border-box; }
.header-lp2 .timer div {padding: 0 10px; border-left: 1px solid #87f7b8;}
.header-lp2 .timer div:first-child {border: none;}
.header-lp2 .timer div span {display:inline-block; width: 40px; font-size: 24px; color: #87f7b8; font-weight: 700; vertical-align: middle;}
.header-lp2 .timer-bar {position: absolute; left: 0; bottom: 0; width: 100%; }
@media screen and (max-width:750px) {
	.header-lp2 .timer {padding-top:18px; }
	.header-lp2 .timer div:first-child {position: absolute; top: 13px; width: 100%;}
	.header-lp2 .timer div:nth-child(2) {border: none;}
}
@media screen and (max-width:500px) {
	.header-lp2 .timer {font-size: 13px; }
	.header-lp2 .timer div span {display:block;}
}
@keyframes glow {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}


/* Cookie banner */
.cookie-container {position: fixed; display:none;  top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 10; }
.cookie-container .cookie-banner { position: absolute;  width: 100%; bottom: 0; left: 0; background-color: var(--cinch-white); box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9);}
.cookie-container .cookie-banner .inner {margin: 30px auto; padding: 0 30px; width: 100%; max-width: 1080px; display: flex;  align-items: center; box-sizing: border-box; }
.cookie-container .cookie-banner .inner .text { width: 65%; flex-grow: 1; padding-right: 90px; font-size: 16px!important; }
.cookie-container .cookie-banner .inner .text a {color: var(--cinch-blue)}
.cookie-container .cookie-banner .inner .text .title {font-size: 28px; line-height: 38px; font-weight: 700;}
.cookie-container .cookie-banner .inner .buttons { width: 35%; flex-grow: 1; max-width: 300px;  }
.cookie-container .cookie-banner .inner .buttons a {position: relative; display: block; text-align:center; padding: 10px 20px; margin: 20px 0; border-radius: 23px; font-size: 16px; line-height: 25px; color: var(--cinch-white); background-color: var(--cinch-blue); transition: all linear 0.1s; text-decoration: none; }
.cookie-container .cookie-banner .inner .buttons a:hover {background-color: var(--cinch-purple-dark);}
@media screen and (max-width:900px) {
	.cookie-container .cookie-banner .inner { display: block; }
	.cookie-container .cookie-banner .inner .text { width: 100%!important; padding-right: 0px; }
	.cookie-container .cookie-banner .inner .buttons { width: 100%!important; max-width: 1000px;  }
}
/* cookie Modal */
.cookie-modal { position: fixed; display: none; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, 0.3); z-index: 200; cursor: pointer; align-items: center; justify-content: center}
.cookie-modal .inner { position: absolute; width: calc(100% - 40px); max-width: 535px; cursor: default;  box-sizing: border-box; background-color: var(--cinch-white); border-radius: 20px;  }
.cookie-modal .inner .modal-header {position: relative; padding: 20px 40px 20px 20px; border-bottom: 1px solid #ddd; color: var(--cinch-purple-dark); font-weight: 700;}
.cookie-modal .inner .modal-header .close-button {position: absolute; top: 50%; right: 20px; width: 35px; height: 35px; margin-top: -17px; border: 2px solid var(--cinch-aqua); background: var(--cinch-purple-dark); border-radius: 50%; box-sizing: border-box;  }
.cookie-modal .inner .modal-header .close-button:before {content: ""; position: absolute;  top: 15px; left: 5px; width: 21px; height: 1px; background: #fff; transform: rotate(45deg); opacity: 0.7;}
.cookie-modal .inner .modal-header .close-button:after {content: ""; position: absolute; top: 15px; left: 5px; width: 21px; height: 1px; background: #fff; transform: rotate(-45deg); opacity: 0.7;}
.cookie-modal .inner .scrollable {overflow-y: auto; padding: 0 20px; font-size: 16px; max-height: calc(100vh - 200px);  }
.cookie-modal .inner .scrollable:before {content: ""; position: relative; display:block; margin-bottom: 20px; padding-top: 1px; }
.cookie-modal .inner .scrollable::after {content: ""; position: relative; display:block; margin-top: 20px; padding-bottom: 1px; }
.cookie-modal .inner .scrollable > div {margin: 20px 0;}
.cookie-modal .inner .scrollable > div .title {display:flex; align-items: center; font-weight: bold; }
.cookie-modal .inner .scrollable > div .title .check {display:block; width: 30px; height: 30px; margin-right: 10px; border: 1px solid #aaa; border-radius: 5px; cursor: pointer; box-sizing: border-box}
.cookie-modal .inner .scrollable > div .title .check.checked {position: relative; border: 2px solid var(--cinch-purple-dark);}
.cookie-modal .inner .scrollable > div .title .check.checked:after {content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 10px; margin-left: -10px; margin-top: -8px; border-left: 2px solid var(--cinch-purple-dark); border-bottom: 2px solid var(--cinch-purple-dark); transform: rotate(-45deg); box-sizing: border-box; }
.cookie-modal .inner .scrollable > div p {margin-top: 5px; }
.cookie-modal .inner .scrollable > div .title .compulsory {position:relative; display:block; width: 30px; height: 30px; margin-right: 10px; border: 1px solid #bbb; background-color: #bbbbbb; border-radius: 5px;}
.cookie-modal .inner .scrollable > div .title .compulsory:after {content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 10px; margin-left: -10px; margin-top: -8px; border-left: 2px solid #EEEEEE; border-bottom: 2px solid #EEEEEE; transform: rotate(-45deg); }
.cookie-modal .inner .modal-footer {padding: 0px 20px; border-top: 1px solid #ddd; }
.cookie-modal .inner .modal-footer a {position: relative; display: block; text-align:center; padding: 10px 50px; margin: 20px 0; border-radius: 23px; font-size: 16px; line-height: 25px; color: var(--cinch-white); background-color: var(--cinch-blue); transition: all linear 0.1s; text-decoration: none; }
.cookie-modal .inner .modal-footer a:hover {background-color: var(--cinch-purple-dark);}


.multiIndent ol {
    counter-reset: item;
}
.multiIndent ol li {
    display: block;
    position: relative;
}
.multiIndent ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}
