html, body{
	overflow-x: clip;
}

 /*Kros */

/* For screens up to 1439px */
@media only screen and (max-width: 1439px) {
	.custom-boxed>.e-con-inner,.custom-boxed>.elementor-container{width:83.5%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}
	.custom-full>.e-con-inner,.custom-full>.elementor-container{width:100%!important;max-width:100%!important}
}

/* For screens between 1440px and 1920px: fixed max-width of 1200px */
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
	.custom-boxed>.e-con-inner,.custom-boxed>.elementor-container{max-width:1200px;width:100%;margin-left:auto;margin-right:auto}
	.custom-full>.e-con-inner,.custom-full>.elementor-container{width:100%;max-width:100%}
}

/* For ultra-wide screens (1921px and above) */
@media only screen and (min-width: 1921px) {
	.custom-boxed>.e-con-inner,.custom-boxed>.elementor-container{max-width:1440px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}
	.custom-full>.e-con-inner,.custom-full>.elementor-container{width:100%!important;max-width:100%!important}
}

/* Header Dropdown Icon */
.elementor-nav-menu .sub-arrow .e-font-icon-svg {fill: #FFF;}

/* Mobile only (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .elementor-nav-menu .sub-arrow .e-font-icon-svg {fill: #000;}
}

/* Tablet & Mobile (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
  .elementor-nav-menu .sub-arrow .e-font-icon-svg {fill: #000;}
}

/* Accordian Plus(Expand) Icon */
svg.e-font-icon-svg.e-fas-plus {border: 3px solid #FF754A;font-size: 10px;border-radius: 50%;padding: 5px;}

/* Accordian Minus(Contract) Icon */
svg.e-font-icon-svg.e-fas-minus{border: 3px solid #FF754A;font-size: 10px;border-radius: 50%;padding: 5px;}

.card-desc{color:#00A69B;font-weight:700;font-size:17px;line-height:24px;letter-spacing:0;text-align:center}
.read-more{font-weight:700;letter-spacing:0}
.link{font-family:'ProximaNova'!important;color:#5100C1;font-weight:700;font-size:18px;line-height:36px;letter-spacing:.06px;text-decoration:none!important}
.link-blue{font-family:'ProximaNova'!important;color:#5100C1;font-weight:700;text-decoration:none!important}

/* Header Menu Items In Uppercase */

.elementor-nav-menu a {text-transform: uppercase !important;}




/*Casino Template*/

/* For screens up to 1439px */
@media only screen and (max-width: 1439px) {
	.casino-archive .custom-boxed{width:83.5%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}
	.casino-archive .custom-full{width:100%!important;max-width:100%!important}
}

/* For screens between 1440px and 1920px: fixed max-width of 1200px */
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
	.casino-archive .custom-boxed{max-width:1200px;width:100%;margin-left:auto;margin-right:auto}
	.casino-archive .custom-full{width:100%;max-width:100%}
}

/* For ultra-wide screens (1921px and above) */
@media only screen and (min-width: 1921px) {
	.casino-archive .custom-boxed{max-width:1440px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}
	.casino-archive .custom-full{width:100%!important;max-width:100%!important}
}

.casino-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /*width: 80%;*/
	padding: 100px 0;
}

.casino-card {
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease;
	border: solid 2px #e9e9e9;
    flex-direction: column;
    background: #fff;
	box-shadow: 0px 2px 14px 0px #00000019, 0px 3px 0px 0px #D5DCEC;
}

.casino-thumb img{
	width: 100%;
    height: 160px;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 26px;
}

.casino-rating img {
    filter: grayscale(0) !important;
}

.casino-rating img.star-empty {
    filter: grayscale(1) !important;
    opacity: 0.4;
}


.archiveCasinoButtonContainer {
    display: flex;
    justify-content: center;
}

.casino-button{
    background-color: var(--e-global-color-22348be);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    line-height: 17px;
    fill: var(--e-global-color-sk_color_1);
    color: var(--e-global-color-sk_color_1);
    box-shadow: 0px -3px 4px 0px rgba(40.800000000000004, 36.639619565217394, 36.639619565217394, 0.5) inset;
    border-radius: 6px 6px 6px 6px;
    padding: 25px 57px 25px 57px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.casino-button:hover, .casino-button:active{
    color: var(--e-global-color-sk_color_1);
}
/*Casino Template*/







/*Archive Template*/

/* For screens up to 1439px */
@media only screen and (max-width: 1439px) {
	.jackpots-archive .custom-boxed{width:83.5%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}
	.jackpots-archive .custom-full{width:100%!important;max-width:100%!important}
}

/* For screens between 1440px and 1920px: fixed max-width of 1200px */
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
	.jackpots-archive .custom-boxed{max-width:1200px;width:100%;margin-left:auto;margin-right:auto}
	.jackpots-archive .custom-full{width:100%;max-width:100%}
}

/* For ultra-wide screens (1921px and above) */
@media only screen and (min-width: 1921px) {
	.jackpots-archive .custom-boxed{max-width:1440px!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}
	.jackpots-archive .custom-full{width:100%!important;max-width:100%!important}
}






.jackpot-grid {
	/*
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 20px;
    margin: auto;
    padding: 0;
    align-items: center; */


	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /*width: 80%;*/
	padding: 100px 0;
}
.jackpot-amount {
    font-size: 29px;
    font-weight: 800;
    line-height: 24px;
	color: var(--e-global-color-22348be);
	font-family: 'ProximaNova', Arial, sans-serif !important;
	padding-bottom: 3px;
}


.archive-button{
    background-color: var(--e-global-color-22348be);
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    line-height: 17px;
    fill: var(--e-global-color-sk_color_1);
    color: var(--e-global-color-sk_color_1);
    box-shadow: 0px -3px 4px 0px rgba(40.800000000000004, 36.639619565217394, 36.639619565217394, 0.5) inset;
    border-radius: 6px 6px 6px 6px;
    padding: 18px 57px 18px 57px;
    margin: 15px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.archive-button:hover, .archive-button:active{
    color: var(--e-global-color-sk_color_1);
}

.jackpot-card {
    padding: 10px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease;
	border: solid 2px #e9e9e9;
    flex-direction: column;
    background: #fff;
	box-shadow: 0px 2px 14px 0px #00000019, 0px 3px 0px 0px #D5DCEC;
}

.archiveButtonContainer {
    display: flex;
    justify-content: center;
}

.jackpot-card:hover {
    transform: translateY(-5px);
}

.jackpot-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
	color: #7D7D7D;
}

.jackpot-excerpt {
   color: #626262;
   font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.jackpot-thumb img{
	width: 300px;
    height: 87px;
    border-radius: 6px 6px 6px 6px;
	margin-bottom: 26px;
}
.archiveReadMore {
    margin: 0;
	font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.4px;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-color: black;
}

.archiveReadMore:hover {
color: #000;
text-decoration-color: black;
}

.archive-hero{
    height: 600px;
    background-size: cover;
    border-bottom: 12px solid #5100C1;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.archiveContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.archive-title {
    color: #fff;
	font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.16px;
	padding-top: 150px;
	text-align: center;
}

.archive-hero p{
    text-align: center;
    font-family: "TTNorms-Black", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #FFFFFF;
	/*width: 80%;*/
}

@media(max-width: 767px){
	.jackpot-grid {
    grid-template-columns: 1fr;
	}
}

/*Archive Template*/

/* Casino Review Template */


/*Single Page Logo Container */
.Logo-container {
    height: 100px;
    width: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}

.Logo-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
}

/**/

/*Casino IInd Container */
.review-main-container-shadow {	box-shadow:  0px 3px 0px 0px #ABB0BA, 0px 31px 90px 0px #00000026;}

/*Single Casino Page Casino Title*/
.cmt_post_title_link a {color: #626262;}

/* Card bonus type text - homepage/casino-review template/slot-template*/
@media only screen and (max-width: 1024px) {
  .card-desc {font-size: 14px !important;}
}

/* Game provider list */
@media only screen and (min-width: 365px) and (max-width: 767px) {
  .game-provider-list{margin-top: -30px;}
}

/*Mega moolah card style*/
.moolah-card-style {box-shadow: 0px 2px 14px 0px #00000019, 0px 3px 0px 0px #D5DCEC;}

/*Genie Image Responsive */
@media only screen and (min-width: 1280px) and (max-width: 1340px) {
  .elementor-widget-image.genie-image img {width: 60% !important;height: auto !important;}
}

@media only screen and (min-width: 1141px) and (max-width: 1340px) {
  body:not(.rtl) .genie-image {right: -160px !important;transform: translateY(-70px) !important;}
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .genie-image img {width: 61% !important;height: 30% !important;}
}

/* Genie Top 3 text */
@media only screen and (min-width: 1180px) and (max-width: 1280px) {
  .top-casino-text {top: -20px;}
}

/* media query for genie loves bonus cards buttons*/
@media only screen and (min-width: 1280px) and (max-width: 1304px) {
  .font-change .elementor-button {font-size: 14px !important;}
}

/* jackpot section button text - homepage */
@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .jackpot-play-button .elementor-button {font-size: 15px !important;}
}

/*hero section text - undone*/
@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .hero-section-text .elementor-widget-container p {font-size: 16px !important;}
}

/* Author Box Text */
@media only screen and (min-width: 2560px) {
	.author-box {width: 100% !important;}
}

/* Keep header always above overlay */
header, .elementor-location-header {background: transparent;position: relative;z-index: 20001;}

/* Overlay default hidden */
#menu-overlay {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.65);}

/* Lock scroll when menu is open */
html.menu-open,
body.menu-open {overflow: hidden !important;height: 100%;}

/* Restore scroll when closed */
span.elementor-counter-number {font-variant-numeric: tabular-nums;}
/*.sticky-container{display:none;width:100%;position:sticky;bottom:0;left:0;z-index:999;display:none}*/



@media (max-width: 767px) {
  .sticky-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
}

/*Language Switcher*/
.lang-switcher{position:relative;display:inline-block;cursor:pointer}
#lang-flag{width:28px;height:auto;display:block}
.lang-dropdown{display:none;position:absolute;top:36px;left:50%;transform:translateX(-70%);background:#fff;border:1px solid #ccc;border-radius:4px;z-index:999;min-width:120px;box-shadow:0 2px 6px rgba(0,0,0,.2);text-align:center}
.lang-option{padding:8px 12px;cursor:pointer;user-select:none; font-family: 'CeraPro'!important; font-weight: 700; font-size: 15px}
.lang-option:hover{background-color:#4864E3; color:white}
.lang-flag-container{display:flex;justify-content:flex-end;align-items:center;width:100%}
select.gt_selector.notranslate{visibility:hidden}

/* Hide search bar initially */
.elementor-widget-search input[type="search"] {display: none;}

/* Show & style search bar when active */
.elementor-widget-search input[type="search"].active {display: block;width: 220px;margin-top: 28px;margin-left: -131px;position: absolute;z-index: 1000;background: #fff;border: 1px solid #ccc;padding: 6px 10px;border-radius: 4px;}

/* Prevent layout breaking */
.elementor-widget-search {overflow: visible !important;}

@media only screen and (max-width: 767px){
  .elementor-widget-search input[type="search"].active{width: 160px;margin-left: -87px;}
}
svg.e-font-icon-svg.e-fas-times {visibility: hidden;}


/*New CSS*/



strong.privacy-policy-tutorial {font-size: 17px}
span.text-change-list {font-family: 'ProximaNova'!important; font-size: 16px}
/*search bar palceholder*/
input.hfe-search-form__input{font-family:'ProximaNova'!important; font-weight:600; font-size:15px}

/*Lang Changer box*/
.gt_float_switcher .gt-selected .gt-current-lang {display: none}

h2.wp-block-heading span{font-family: 'CeraPro'!important}

/*Single Post Page*/
.tbfe-pro-elementor-title a {
    font-family: 'CeraPro' !important;
}

casinoBlogComment .elementor-button-icon .e-font-icon-svg {
    height: 1em;
    font-size: 40px;
}


.casinoBlogComment .tbfe-pro-elementor-icon {
    font-size: 16px;
    color: #5100C1;
    font-weight: 600;
	margin-bottom: 10px;
}

.casinoBlogComment a {
    font-size: 16px;
    color: #5100C1;
    font-weight: 600;
    padding-left: 6px;
}

@media(max-width:767px){
	.casinoBlogComment .tbfe-pro-elementor-icon {
    justify-content: center;
}
}

@media(min-width:767px) and (max-width:1024px){
	.casinoBlogComment .tbfe-pro-elementor-icon {
    justify-content: center;
}
}


/*BASIC BLOG WIDGET*/



@media(max-width: 767px){
	ul.hfe-post-info-inline.hfe-post-info-items.hfe-post-info

 {
    flex-direction: row;
    padding-top: 10px;
    justify-content: center;
    align-items: center;
}
}

a.hfe-read-more {
    background-color: transparent;
    padding: 15.5px 50px;
    border-radius: 6px;
    /*box-shadow: 0 -3px 4px 0 rgba(41, 37, 37, 0.5) inset;*/
	border: 3px solid var(--e-global-color-abc1ed1);

}

@media(max-width: 1024px){
	a.hfe-read-more{padding: 15.5px 24px; font-size: 13px !important; text-align: center}
	.hfe-post-meta{text-align: center}
	.hfe-post-excerpt{text-align: center}
	.hfe-post-title a{text-align: center}
	h2.hfe-post-title {text-align: center; font-size: 15px;line-height: 15px;}
	span.hfe-post-date{font-size:11px; line-height: 19px; letter-spacing: 1px}
	.hfe-post-content {padding: 20px 12px 20px 12px !important}
}

h2.hfe-post-title a{font-family: 'ProximaNova'!important}


.hfe-post-image img {
    width: 100%;
    height: auto;
    display: block;
    padding: 14px 14px 0;
}


.hfe-post-excerpt {
	font-family: 'ProximaNova'!important;
	margin-bottom: 20px !important;
}


article.hfe-post-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
	box-shadow: -1px -4px 1px 0 rgba(213, 220, 236, 1)inset;
	padding-bottom: 5px;

}



span.hfe-post-date {font-family: 'ProximaNova'!important;}



.hfe-post-content {
    display: flex;
    flex-direction: column;
}

.hfe-post-meta {
    order: -1;
    margin-bottom: 0!important;
}



/*UAE BLOG WIDGET*/

.entry-title a
{
	font-family: 'ProximaNova'!important;
}

.elementskit-meta-wraper {
    display: flex !important;
    line-height: 1.5 !important;
    width: 100%;
	font-family: 'ProximaNova' !important;
}

.elementskit-meta-wraper strong{
	padding-right: 2px;
    margin-top: -1px;
}




@media(max-width:767px){
	h1.wp-block-heading {font-size:30px!important; text-align:center}
    h2.wp-block-heading {font-size:26px!important; text-align:center}
}

.casino-single-offer-label-text{font-family: 'ProximaNova'!important; font-weigh: 600; text-transform:Uppercase}
.casino-single-top-button-text span{font-family: 'ProximaNova'!important; font-weigh: 600!important}

.single-casino-template-banner-text p{font-family: 'TTNormsPro'!important}

h1.wp-block-heading{font-family: 'ProximaNova'!important;}
h2.wp-block-heading{font-family: 'ProximaNova'!important}

.copyright-text span{font-family: 'CeraPro'!important}

.show-all-button span{
	font-family: "ProximaNova"!important;
}


@media (min-width: 768px) {
            #top-sticky-container {
                position: sticky;
                top: 4rem;
            }
        }



nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active{
	z-index: 100 !important;
}
.custom-search .hfe-search-icon-toggle input[type=search]{
	position: absolute;
	z-index: 20001;
	Top: 50px;
}
.hfe-nav-menu a {text-transform: uppercase !important;}

/* ---------- DROPDOWN OVERFLOW ---------- */


.hfe-nav-menu .sub-menu {
  min-width: unset !important;
  width: auto !important;
  margin: 0 !important;
}

header .hfe-nav-menu_layout_horizontal ul.sub-menu {
  width: auto !important;
}

a.hfe-sub-menu-item{
	width: 160px;
}

/* Dropdown Responsive*/

@media(max-width: 1024px){
a.hfe-sub-menu-item {
    width: 100% !important;
}

.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
        width: 100% !important;
        right: 0 !important;
        left: 0 !important;
        position: relative !important
}
}

.hfe-nav-menu_layout_horizontal .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  white-space: nowrap;
}

/* Tablet & mobile view: full width */
@media (max-width: 1024px) {
  .hfe-nav-menu_layout_horizontal .hfe-nav-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    box-shadow: none;
  }

  .hfe-nav-menu_layout_horizontal .sub-menu li a {
    padding: 12px 18px;
  }

  .hfe-nav-menu a.hfe-menu-item{
	  justify-content: start !important;
}

.hfe-nav-menu a.hfe-sub-menu-item{
	justify-content: start !important;
}
}


/**/
header, .elementor-location-header {
  background: transparent;
  position: relative;
  z-index: 20001;
}

/* Overlay default hidden */
#menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 20;
}

/* Lock scroll when menu is open */
html.menu-open,
body.menu-open {
  overflow: hidden !important;
  height: 100%;
}





/*  */
.cmt-hero-title {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 240px;
		padding-bottom: 105px;
    text-align: center;
		    border-bottom: 10px solid #102D9E;
}


.cmt-hero-container, .cmt-card-container {
	max-width: min(100%, 83.5%);
	width: 100%;
	margin: 0 auto;
}

.cmt-hero-container h2 {
    font-family: "CeraPro-Black", Sans-serif;
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: 0.16px;
		color:#fff;
		margin-bottom: 11px;
		text-align: center;
}

.cmt-hero-container p {
	text-align: center;
    font-family: "TTNorms-Black", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    color: #FFFFFF;
}

.cmt-card-casino {
    margin-top: -83px;
}

/*  */

.cmt-card-casino.single-casino {
  position: relative;
  z-index: 10;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* When sticky */
.cmt-card-casino.single-casino.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(0);
  opacity: 1;
}

/* When sliding out as next section appears */
.cmt-card-casino.single-casino.is-hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}



/*  */


.cmt-card-casino .cmt_card.list .layout {
	background: #fff;
    margin-bottom: 20px;
    padding: 30px 0px;
		border-style: none;
		border-radius: 8px 8px 8px 8px;
		z-index: 20;
		box-shadow: 0px 2px 14px 0px #00000019, 0px 3px 0px 0px #D5DCEC;
}

.cmt-card-casino .cmt_card.list .frank_image img {
    width: auto;
    height: 100%;
}
.cmt-card-casino .cmt_card.list .free-spin-text { display: inline;}
.cmt-card-casino .cmt_card.list .bonus_text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cmt-detail-casino  .cmt_card.list {
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 3px 0px 0px #ABB0BA, 0px 31px 90px 0px #00000026;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
}


.cmt-accordion{margin:0 auto}
.cmt-accordion-item{margin-bottom:10px;border-radius:6px;overflow:hidden;border:1px solid #eee}
.cmt-accordion-header{background:#f5f5f5;padding:20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .3s}
.cmt-accordion-header:hover{background:#ededed}
.cmt-accordion-header h3{margin:0;font-size:16px;font-weight:600;letter-spacing:1px;color:#555;text-transform:uppercase}
.cmt-accordion-icon{width:32px;height:32px;border:2px solid #FF754A;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}
.cmt-accordion-icon svg{width:14px;height:14px;fill:var(--e-global-color-be4b1c2);transition:opacity .2s ease}
.cmt-accordion-icon .minus{display:none}
.cmt-accordion-item.active .cmt-accordion-icon .plus{display:none}
.cmt-accordion-item.active .cmt-accordion-icon .minus{display:block}
.cmt-accordion-content{display:none;background:#fff;padding:0 20px;border-top:1px solid #eee}
.cmt-accordion-item.active .cmt-accordion-content{display:block;padding:20px}
.cmt-accordion-content p {margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;unicode-bidi: isolate;font-size: 16px;}

@media only screen and (max-width: 767px){
	.cmt-hero-title {padding-top: 180px;}
	.cmt-hero-container h2 {font-size: 30px;line-height: 34px;font-weight: 900;letter-spacing: 0.16px;}
	.cmt-hero-container p {font-size: 15px;line-height: 26px;font-family: "TTNorms-Black", Sans-serif;font-weight: 400;color: #FFFFFF;}
	.cmt-accordion-header h3{font-size:13px;padding-right: 10px;}
}
