:root{--body-font-family:"Poppins",system-ui;--body-font-size:14px;--color-primary:#30ae0b;--color-primary-dark:#228604;--color-secondary:#ffca45;--color-secondary-hover:#fcd573;--color-alert:#fb0202;--color-bg:#2f2f62;--color-link:#b3c0ef;--color-text:#cccce8;--color-purple:#e3e3fc;--color-grey:#e4e4e4;--color-blue-dark:#26265a;--color-blue-medium:#2c2c5c;--color-blue-gradient:linear-gradient(to top right, #242454, #3f3f7e);--color-blue-light:#3a3a6b;--color-white:#fff;--content-max-width:480px;--container-space:15px;--container-max-width:calc(
    var(--content-max-width) + var(--container-space) + var(--container-space)
  );--gap:16px;--h1-fs:42px;--h2-fs:32px;--h3-fs:24px;--h4-fs:20px;--h5-fs:14px;--h6-fs:13px;--header-height:62px;--plyr-color-main:var(--color-primary)}@media screen and (min-width:768px){:root{--body-font-size:16px;--content-max-width:1024px;--container-space:32px;--gap:30px;--h1-fs:44px;--h3-fs:28px;--h4-fs:22px;--h5-fs:20px;--h6-fs:16px}}@media screen and (min-width:1200px){:root{--h1-fs:54px;--h2-fs:42px;--h3-fs:26px;--h4-fs:20px;--h5-fs:16px;--h6-fs:14px}}@media screen and (min-width:1200px){:root{--content-max-width:1170px}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-scrollbar{background:#4f4f83;width:8px;height:4px;border-radius:4px}::-webkit-scrollbar-thumb{background-color:var(--color-secondary);border-radius:4px}body{font-family:var(--body-font-family);font-size:var(--body-font-size);line-height:1.6;background-image:url(../img/bg-lg.jpg);background-repeat:no-repeat;background-position:top center;background-size:auto;background-color:var(--color-bg);color:var(--color-text);position:relative;padding:0 0 var(--header-height) 0;text-align:justify}@media screen and (min-width:768px){body{padding:var(--header-height) 0 0 0}}@media screen and (min-width:1200px){body{background-size:100% auto}}body:is(.blog,.single,.archive){background-image:url(../img/blog-bg.jpg)}body.not-found{background:var(--color-bg);padding-top:0}p{margin:0 0 1em 0}p:last-child{margin-bottom:0}a{text-decoration:none;color:var(--color-secondary)}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-max-width);padding-left:var(--container-space);padding-right:var(--container-space);margin:auto}nav ul{list-style-type:none;margin:0;padding:0}button{cursor:pointer}.hide{display:none!important}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2;margin-top:0;color:var(--color-white)}h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{font-weight:700}h1,h2,h3{text-transform:uppercase}h3,h4{margin-bottom:1rem}h3,h4,h5,h6{font-weight:700}h3{color:var(--color-secondary)}h1{font-size:var(--h1-fs)}h2{font-size:var(--h2-fs)}h3{font-size:var(--h3-fs)}h4{font-size:var(--h4-fs)}h5{font-size:var(--h5-fs)}ol,ul{margin-top:0}mark{background:0 0;color:var(--color-secondary)}button{all:unset}.header{position:fixed;left:0;bottom:0;right:0;background-color:rgba(32,29,85,.7);z-index:99;height:var(--header-height)}@media screen and (min-width:768px){.header{top:0;bottom:unset}}.headerCont{--space:12px;display:grid;grid-auto-flow:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}@media screen and (min-width:1200px){.headerCont{--space:10px}}.headerBar,.headerLogo{padding:var(--space) 0}.headerLogo a{display:-webkit-box;display:-ms-flexbox;display:flex}.headerBar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.headerNav{height:100%}.headerMenu{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;line-height:21px;height:100%;gap:32px}@media screen and (max-width:1199px){.headerMenu{display:none}}.headerMenu ul{position:absolute;opacity:0;pointer-events:none;top:100%;left:0;-webkit-transition:opacity .2s;transition:opacity .2s}.headerMenu li:hover>ul{opacity:1}.headerMenu li.current-menu-item>a{color:var(--color-secondary)}.headerMenu>li{height:100%}.headerMenu>li>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;font-weight:700;color:var(--color-white)}.headerMenu>li>a:hover{color:var(--color-secondary);text-decoration:none}.headerMenu>li>ul{position:absolute;top:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:100vw;background-color:#272460;padding-top:16px;padding-bottom:16px;display:grid;grid-template-columns:repeat(3,auto);gap:16px}.headerMenu>li>ul a{font-size:14px;line-height:21px;color:var(--color-white)}.headerMenu>li>ul a:hover{color:var(--color-secondary);text-decoration:underline}.headerMenu>li:focus>ul,.headerMenu>li:hover>ul{opacity:1;pointer-events:all}.headerSearch{position:relative;padding:6px 0}.headerSearchBar{display:none;position:absolute;top:0;right:-6px}.headerSearchInp{position:absolute;width:100%;height:42px;border-radius:10px;border:0;outline:0;padding:0 42px 0 11px}.headerSearchInp:focus{outline:0}.headerSearchBtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;border:0;background-color:#30277a;border-radius:10px;width:30px;height:30px;-webkit-transition:background-color .2s;transition:background-color .2s}.headerSearchBtn:hover{background:#554d9d}.headerSearchBtn svg{fill:var(--color-white)}.headerSearchRes{list-style-type:none;margin:0;display:block;padding:52px 10px 16px 10px;background-color:var(--color-blue-dark);border-radius:10px}.headerSearchRes.hidden{display:none}.headerSearchRes li:not(:last-child){border-bottom:1px solid var(--color-blue-light);margin-bottom:6px;padding-bottom:6px}.headerSearchRes a{font-size:14px;line-height:21px}.headerMenuToggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;border-radius:10px;background:var(--color-white);width:30px;height:30px}@media screen and (min-width:1200px){.headerMenuToggle{display:none}}.headerMenuToggle svg{stroke:var(--color-blue-dark)}.headerMenuToggle svg .line{position:relative;-webkit-transition:all .2s;transition:all .2s;-webkit-transform-origin:center center;transform-origin:center center}.headerMenuToggle.is-open svg .line_1{-webkit-transform:translate(-4px,4px) rotate3d(0,0,1,45deg);transform:translate(-4px,4px) rotate3d(0,0,1,45deg)}.headerMenuToggle.is-open svg .line_2{-webkit-transform:rotate3d(0,1,0,90deg);transform:rotate3d(0,1,0,90deg)}.headerMenuToggle.is-open svg .line_3{-webkit-transform:translate(-4px,-4px) rotate3d(0,0,1,-45deg);transform:translate(-4px,-4px) rotate3d(0,0,1,-45deg)}.offCanvas{display:grid;grid-template-rows:auto 1fr;position:fixed;top:0;right:0;bottom:0;left:0;background-image:-webkit-gradient(linear,left top,left bottom,from(#302a71),to(#0e0c3e));background-image:linear-gradient(to bottom,#302a71,#0e0c3e);-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;padding-left:var(--container-space);padding-right:var(--container-space);overflow:auto;z-index:98}.offCanvas.is-open{-webkit-transform:translateX(0);transform:translateX(0)}.offCanvasBread{list-style:none;margin:0 0 24px 0;padding:32px 0 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #3d3d80}.offCanvasBread li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:14px;line-height:21px}.offCanvasBread li svg{fill:var(--color-text)}.offCanvasBread li a{color:var(--color-text)}.offCanvasBread li:not(:first-child):before{content:"";width:14px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='%23CCCCE8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.54289 3.29289C4.93342 2.90237 5.56658 2.90237 5.95711 3.29289L9.45711 6.79289C9.84763 7.18342 9.84763 7.81658 9.45711 8.20711L5.95711 11.7071C5.56658 12.0976 4.93342 12.0976 4.54289 11.7071C4.15237 11.3166 4.15237 10.6834 4.54289 10.2929L7.33579 7.5L4.54289 4.70711C4.15237 4.31658 4.15237 3.68342 4.54289 3.29289Z'/%3E%3C/svg%3E%0A");margin-right:4px}.offCanvasBread li:last-child{color:var(--color-secondary)}.offCanvasBread li:last-child:before{background-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='%23FFCA45' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.54289 3.29289C4.93342 2.90237 5.56658 2.90237 5.95711 3.29289L9.45711 6.79289C9.84763 7.18342 9.84763 7.81658 9.45711 8.20711L5.95711 11.7071C5.56658 12.0976 4.93342 12.0976 4.54289 11.7071C4.15237 11.3166 4.15237 10.6834 4.54289 10.2929L7.33579 7.5L4.54289 4.70711C4.15237 4.31658 4.15237 3.68342 4.54289 3.29289Z'/%3E%3C/svg%3E%0A")}.offCanvasBread a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobileNav{margin-bottom:24px;position:relative;overflow:hidden;height:100%}.mobileMenu{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:24px}.mobileMenu>li>a{font-weight:700;font-size:18px;line-height:27px;text-transform:uppercase;color:var(--color-white)}.mobileMenu>li>ul{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all .2s;transition:all .2s}.mobileMenu>li>ul.active{-webkit-transform:translateX(0);transform:translateX(0)}.mobileMenu li.menu-item-has-children>a:after{content:"";width:14px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.54289 3.29289C4.93342 2.90237 5.56658 2.90237 5.95711 3.29289L9.45711 6.79289C9.84763 7.18342 9.84763 7.81658 9.45711 8.20711L5.95711 11.7071C5.56658 12.0976 4.93342 12.0976 4.54289 11.7071C4.15237 11.3166 4.15237 10.6834 4.54289 10.2929L7.33579 7.5L4.54289 4.70711C4.15237 4.31658 4.15237 3.68342 4.54289 3.29289Z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}.mobileMenu a{color:var(--color-text);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;-webkit-transition:all .2s;transition:all .2s;font-size:16px;line-height:24px}.mobileMenu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:24px}.mobileMenu.move>li>a{opacity:0;pointer-events:none}.mobileMenu .sub-menu-title>a{color:var(--color-secondary);font-weight:700;font-size:18px;line-height:27px;text-transform:uppercase}.mobileMenu .menu-back-item{text-align:left;margin-bottom:-12px}.mobileMenu .menu-back{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;background:0 0;border:none;color:var(--color-text);font-weight:700;font-size:14px;line-height:21px}.mobileMenu .menu-back:before{content:"";width:14px;height:15px;background-image:url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='%23CCCCE8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.45711 11.7071C9.06658 12.0976 8.43342 12.0976 8.04289 11.7071L4.54289 8.20711C4.15237 7.81658 4.15237 7.18342 4.54289 6.79289L8.04289 3.2929C8.43342 2.9024 9.06658 2.9024 9.45711 3.2929C9.84763 3.6834 9.84763 4.3166 9.45711 4.7071L6.66421 7.5L9.45711 10.2929C9.84763 10.6834 9.84763 11.3166 9.45711 11.7071Z'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center}#page{position:relative}.section{margin-bottom:56px}@media screen and (min-width:768px){.section{margin-bottom:48px}}.sectionTitle{text-align:center;text-transform:uppercase;position:relative;margin-bottom:24px;padding-top:17px;color:var(--color-white)}@media screen and (min-width:1200px){.sectionTitle{margin-bottom:32px}}.sectionTitle:before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:24px;border-bottom:5px solid var(--color-white)}.homeHero{margin-top:42px}@media screen and (min-width:768px){.homeHero{margin-top:32px}}@media screen and (min-width:1200px){.homeHero{margin-top:60px}}.homeHeroCont{display:grid;gap:var(--gap);-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1200px){.homeHeroCont{grid-template-columns:7fr 5fr}}.homeHeroTitle{margin-bottom:16px;text-align:center;color:var(--color-white);position:relative;z-index:2}@media screen and (min-width:768px){.homeHeroTitle{text-align:left}}.homeHeroText{color:var(--color-white);position:relative;z-index:1}.homeHeroText:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:red;background:radial-gradient(50% 50% at 50% 50%,rgba(34,98,133,.7) 0,rgba(36,36,80,.483) 100%);-webkit-filter:blur(67px);filter:blur(67px);z-index:-1}@media screen and (max-width:1199px){.homeHeroImg{display:none}}.readMore{overflow:hidden;position:relative}.readMore:not(.is-open){background:linear-gradient(to top,#3f3f7e 0,var(--color-white) 60px,var(--color-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.readMoreBtn{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:16px auto 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--color-link);background:0 0;border:none;font-weight:400;font-size:16px;line-height:24px;gap:8px}.readMoreBtn.is-open svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.rate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:5px;color:var(--color-white)}.rate .rateStars{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3px;height:14px}.rate .rateStars .starIcon{display:block;height:100%;width:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;aspect-ratio:1/1;background:url(../img/star.svg) no-repeat center center;background-size:contain}.rate .rateStars .starIcon.hollow{background-image:url(../img/star-hollow.svg)}.rate .rateStarsVal{font-weight:800;font-size:16px;line-height:1}.rateCount{font-size:14px;line-height:21px;background:#131d3c;padding:2px 8px;border-radius:5px;color:var(--color-white)}.button{--step:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;padding:8px 16px;border:0;border-radius:8px;color:var(--color-white);margin-bottom:var(--step);z-index:1;position:relative;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:768px){.button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.button:after,.button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:var(--color-primary);z-index:-1}.button:after{background:var(--color-primary-dark);-webkit-transform:translateY(var(--step));transform:translateY(var(--step));z-index:-2;-webkit-transition:all .2s;transition:all .2s}.button:focus,.button:hover{-webkit-transform:translateY(var(--step));transform:translateY(var(--step));text-decoration:none}.button:focus:after,.button:hover:after{-webkit-transform:translateY(0);transform:translateY(0)}.button.extended{width:100%}.hollowButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;text-align:center;background:0 0;font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;color:var(--color-white);padding:10px 24px;border:2px solid var(--color-primary);border-radius:8px;-webkit-transition:all .2s;transition:all .2s;width:100%;max-width:100%}@media screen and (min-width:768px){.hollowButton{width:320px}}.hollowButton:focus,.hollowButton:hover{text-decoration:none;border-color:var(--color-white)}.secondaryButton{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700;font-size:16px;line-height:24px;text-transform:uppercase;padding:10px 20px;border:0;background:var(--color-secondary);color:var(--color-blue-dark);border-radius:10px;-webkit-transition:all .2s;transition:all .2s}.secondaryButton:hover{background:#fcd573;color:var(--color-blue-dark)}.crGrid{display:grid;gap:16px}@media screen and (min-width:768px){.crGrid{grid-template-columns:repeat(2,1fr);gap:24px 30px}}@media screen and (min-width:1200px){.crGrid{grid-template-columns:repeat(5,1fr)}.crGrid>:last-child{display:none}}@media screen and (max-width:767px){.crGrid>:last-child{display:none}}.link{color:var(--color-link)}.link:hover{color:var(--color-link);text-decoration:underline}.crCard{background:-webkit-gradient(linear,left top,left bottom,from(#3b437d),to(#24244e));background:linear-gradient(180deg,#3b437d 0,#24244e 100%);border:1px solid #4f6e8d;border-radius:10px;padding:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:26px;text-align:center}.crCard>:not(:last-child){position:relative}.crCard>:not(:last-child):after{content:"";position:absolute;bottom:-12px;left:0;right:0;height:1px;background:radial-gradient(50% 1531250.19% at 50% 50.02%,#4f6e8d 0,rgba(47,66,108,0) 100%) center center no-repeat;background-size:cover}.crCardInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.crCardImg{width:100%;height:auto;aspect-ratio:296/160;position:relative;overflow:hidden;border-radius:4px}.crCardImg>img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.crCardBonus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;font-weight:700}.crCardBonusTitle{font-size:16px;line-height:24px;text-transform:uppercase;color:var(--color-white)}.crCardBonusVal{font-size:20px;line-height:30px;color:var(--color-secondary)}.crCardLinks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.more{margin-top:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}.textSection ul{padding-left:24px}.textSection>:last-child{margin-bottom:0}input:focus,textarea:focus{outline:0}.casHero{display:grid;gap:24px;margin-bottom:48px;position:relative;z-index:1}@media screen and (min-width:768px) and (max-width:1199px){.casHero{grid-template-columns:270px 1fr;gap:12px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:1200px){.casHero{gap:24px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;grid-template-columns:442px 1fr;grid-template-rows:auto auto 1fr}}.casHero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(50% 50% at 50% 50%,rgba(34,98,133,.7) 0,rgba(36,36,80,.483) 100%);-webkit-filter:blur(67px);filter:blur(67px);border-radius:100%;z-index:-1}.casHeroLogo{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:start}@media screen and (min-width:768px){.casHeroLogo{grid-area:1/1/3/2}}@media screen and (min-width:1200px){.casHeroLogo{grid-area:1/1/4/2;gap:24px}}.casHeroLogo img{border-radius:10px;width:100%}.casHeroLogoBadge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 16px;gap:5px;position:absolute;top:6px;left:-6px;background:var(--color-blue-dark);-webkit-box-shadow:0 5px 9px rgba(26,26,68,.35);box-shadow:0 5px 9px rgba(26,26,68,.35);border-radius:5px;font-weight:700;color:var(--color-secondary)}.casHeroLogoBadge.silver{color:#bdbdbd}.casHeroLogoBadge.bronze{color:#a7842f}.casHeroLogoBadge svg{margin-right:7px}.casHeroLogoBadgeVal{color:var(--color-white)}.casHeroBen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4px 12px}.casHeroBadge{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:767px){.casHeroBadge{margin-top:-16px}}.casHeroRate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;background:var(--color-blue-light);padding:16px 6px;border-radius:5px;width:100%}@media screen and (min-width:768px){.casHeroRate{padding:10px 12px}}@media screen and (min-width:1200px){.casHeroRate{width:auto}}.casHeroRateTtl{font-weight:700;font-size:14px;line-height:21px;color:var(--color-white)}.casHeroList{list-style-type:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}@media screen and (min-width:768px) and (max-width:1199px){.casHeroList{grid-area:3/1/3/3;margin-top:12px}}.casHeroList li{font-size:14px;line-height:21px;color:var(--color-white);padding-left:31px;position:relative}@media screen and (min-width:768px){.casHeroList li{font-size:16px;line-height:24px}}.casHeroList li:before{content:"";width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1932_50463)'%3E%3Ccircle cx='9' cy='9' r='9' fill='white'/%3E%3Cpath d='M12.75 6.75L7.59375 12L5.25 9.61364' stroke='%2326265A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1932_50463'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;background-size:contain;position:absolute;top:3px;left:0}.casHeroAction{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (min-width:768px){.casHeroAction{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:768px) and (max-width:1199px){.casHeroAction{grid-area:2/2/3/3;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (min-width:1200px){.casHeroAction{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:768px){.casHeroAction .button{min-width:220px}}.casHeroBonus{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:11px 24px;min-height:46px;background:rgba(255,202,69,.2);-webkit-box-shadow:0 5px 9px rgba(26,26,68,.35);box-shadow:0 5px 9px rgba(26,26,68,.35);border-radius:10px;font-weight:700;font-size:16px;line-height:24px;color:var(--color-secondary);text-align:center}