/*
colors:
bg: #0a0b0f , #1a0f1c , #1a0f1c


colors: #ffd100 , #efba5c , #f30401 , #1c21e2 , #5dff97 , #1a0f1c

*/

:root {
  --bg: #0a0b0f;
  --dark: #1a0f1c;
  --darker: #0a0b0f;
  --yellow: #ffd100;
  --red: #f30401;
  --blue: #1c21e2;
  --pre: #2f1dab;
  --light-green: #5dff97;
}

html
{
	min-width: 360px;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
	font-size: 22px;
}
body {
	color: #0a0b0f;
	min-width: 360px;
}

.attention { position:relative; padding: 0 90px ;}
.attention::before, .attention::after { content: ""; position:absolute; width: 89px; height: 80px; display:block; margin: auto; top: 0; bottom: 0; left: 0; right: auto; background: url(../images/icon_attention.png) center center no-repeat; background-size: 100%; }
.attention::after { left: auto; right: 0; }
/* images/icon_attention.png */
#header {
	/* background: #0a0b0f; */
	background-color: #0a0b0f;
	/* background: linear-gradient(180deg, #010f2e 0%, #0a0b0f 100%); */
    background-image: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
	-webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	/* background-attachment: fixed; */
	/* position:relative; */
	min-height: 170vh;
}
#videoBg { border: 1px solid #f30401; }
.header-buy { border: 1px solid #f30401; border-radius: 14px; }
.header-buy .panel-head { border-top-left-radius: 14px; border-top-right-radius: 14px; padding: 1rem 1rem; font-size: 1.1rem; }
/* #header::before {  */
	/* content: "";  */
	/* display:block; width: 100%; height: 1100px;  */
	/* position:absolute; top:0;  */
	/* background: transparent; */
	/* background: linear-gradient(180deg, #010f2e 50%, rgba(1,15,46, 0) );  */
	/* z-index: 8; */
/* } */

#header .header-inner {
	position:relative;
	z-index: 9;
}
#header .container {
    padding-bottom: unset;
	position:relative;
	z-index: 9;
}

#preheader { border-bottom: 2px dashed #ffd100; padding: .5rem 0; }
.pre-header {
	/* border: 2px dotted #ffd100; */
	background: #fff;
	/* background: linear-gradient(to right,  rgba(47, 29, 171, 0) , #2f1dab , rgba(47, 29, 171, 0)); */
	color:#0a0b0f;
	font-size: .85rem;
	text-align: center;
	border-radius: 10px;
	display:inline-block;
}

.top-divider-dashed { border-top: 2px dashed #fff; }
.bottom-divider-dashed { border-bottom: 2px dashed #fff; }
.divider-dark { border-color:#1a0f1c; }
.divider-darker { border-color:#0a0b0f; }
.divider-yellow { border-color:#ffd100; }
.divider-red { border-color:#f30401; }
.divider-light-green { border-color:#00ed00; }
.divider-light-blue { border-color:#6ee7ff; }
.divider-light-purple { border-color:#b299ff; }

.top-divider-gradient, .top-divider-white, .top-divider-red, .top-divider-yellow, .top-divider-light-blue, .top-divider-light-green, .top-divider-black { position:relative; padding-top: 6px; }
.top-divider-gradient::after, .top-divider-white::after, .top-divider-red::after, .top-divider-yellow::after, .top-divider-light-blue::after, .top-divider-light-green::after, .top-divider-black::after { 
	content: "";
	position: absolute;
	display:block;
	width: 100%;
	height: 6px;
	top: 0;
	left: 0;
	background: linear-gradient(to right,  #f30401 , #ffd100 , #2f1dab);
}
.top-divider-white::after {  background: #fff; }
.top-divider-yellow::after {  background: #ffd100; }
.top-divider-red::after {  background: #f30401; }
.top-divider-light-blue::after {  background: #6ee7ff; }
.top-divider-light-green::after {  background: #00ed00; }
.top-divider-black::after {  background: #000; }

.logo { width: 400px; }
.sub-wrapper {
    background-color: transparent;
    display: block;
    margin: auto;
    max-width: 80%;
    padding: 10px 40px;
    border-radius: 50px;
	border: 1px solid #fff;
	background: linear-gradient(to right, #00a0fe , #1d22ee);
}
.sub-wrapper-mobile {
    background-color: transparent;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
	border: 1px solid #fff; /*50516c*/
	background: linear-gradient(to right, #00a0fe , #1d22ee);
}
.sub-wrapper2 {
    background-color: transparent;
    display: block;
    margin: auto;
    max-width: 80%;
    padding: 15px;
    border-radius: 100px;
}
.sub-wrapper p {
    margin-bottom: unset;
    font-size: 26px;
}
.font-gradient-default {
    background: #00a0fe;
	background: linear-gradient(to right, #fff, #00a0fe, #fff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.font-gradient-2 {
    background: #11b0d1;
	background: linear-gradient(to right,  #f30401 , #11b0d1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.font-gradient {
	-webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
}

.font-gradient-yellow {
    background: #ffd100;
	background: linear-gradient(to right,  #fff , #ffd100);
}
.font-gradient-yellow.to-left { background: linear-gradient(to left,  #fff , #ffd100); }
.font-gradient-blue {

	background: #1a0f1c;
	background: linear-gradient(to right,  #1a0f1c , #1d22ee);
}
.font-gradient-blue.to-left { background: linear-gradient(to left,  #1a0f1c , #1d22ee); }

.font-italic { font-style:italic; }

.ovh { overflow:hidden;}

/* .fb-reviews-wrapper { padding-top: 40px;} */
.fb-reviews {  
	max-width: 776px;
	margin: 0 auto;
	/* position:relative; */
	/* margin: 0 auto; */
	/* padding: 10px 40px; */
	/* margin-top: 60px; */
	/* margin-bottom: 140px; */
}
.fb-reviews .inner-content {  
	background: transparent url(../images/fb-reviews-placeholder-repeat.png) top center repeat-y;
	background-size: 100%;
	padding: 10px 40px;
}
.fb-reviews.dark .inner-content { background-image:url(../images/fb-reviews-placeholder-repeat-dark.png); }

/* .table.text-white tr td, .table.text-white tr th { color:#fff; } */
.table-wrapper { }
.table-wrapper.rounded { border-radius: 14px !important; }
.table-wrapper.bg-dark .table tr td, 
.table-wrapper.bg-dark .table tr th { border-color: #444477; }
.table-wrapper.bg-darker .table tr td, 
.table-wrapper.bg-darker .table tr th { border-color: #2f2f48; }
.table tr:last-child td { border: none; }
.table td.bg-red, th.bg-red { background: #f30401; }
.table td.bg-red2, th.bg-red2 { background: #bd2236; }
.table td.rounded-tl, th.rounded-tl { border-radius: 14px 0 0 0; }
.table td.rounded-tr, th.rounded-tr { border-radius: 0 14px 0 0; }
.table td.rounded-br, th.rounded-br { border-radius: 0 0 14px 0; }
.table td.rounded-bl, th.rounded-bl { border-radius: 0 0 0 14px; }
.table .fixed-width { min-width: 57px; }

.space-divider { height: 130px; }
.bg-dark { background: #1a0f1c !important;}
.bg-dark1 { background: #003767 !important;}
.bg-dark2 { background: #001b33 !important;}
.bg-darker { background: #0a0b0f !important;}
.bg-dark-70 { background: rgba(0, 0, 0, 0.7); }
.bg-dark-80 { background: rgba(0, 0, 0, 0.8); }
.bg-dark-1-transparent { background: rgba(0,0,0, 0.1) !important;}
.bg-dark-transparent { background: rgba(0,0,0, 0.8) !important; }
.bg-blue { background: #1d22ee !important; }
.bg-green { background: #028200 !important; }
.bg-purple { background: #500592 !important; }
.bg-yellow { background: #ffd100 !important; }
.bg-yellow-dark { background: #dfb800 !important; }
.bg-yellow-light { background: #fff7d1 !important; }
.bg-red { background: #f30401 !important; }
.bg-red2 { background: #a00101 !important; }
.bg-light-green { background: #00ed00 !important; }
.bg-white { background: #fff; }
.bg-white-1-transparent { background: rgba(255,255,255, 0.1) !important;}
.bg-light-1 { background: #b6e4ff; }
.bg-light-2 { background: #d8f9ff; }
.bg-gradient-1 {
	background: #ff008d !important;
	background: linear-gradient(0deg, #ff008d , #1a0f1c 50%) !important;
}
.bg-gradient-1.to-right { background: linear-gradient(to right, #ff008d , #1a0f1c 50%) !important; }
.bg-gradient-2 {
	background: #00a0fe !important;
	background: linear-gradient(0deg, #00a0fe , #1d22ee) !important;
}
.bg-gradient-2.to-right { background: linear-gradient(to right, #00a0fe , #1d22ee) !important; }
.bg-gradient-light {
	background: #ccc !important;
	background: linear-gradient(180deg, #fff , #fff , #ccc) !important;
}
.bg-pattern { background-color: #00003c; opacity: 1; background-size: 10px 10px;	 }
.bg-pattern.pattern-1 { background-image: repeating-linear-gradient(45deg, #00003c 0, #0a0b0f 1px, #000082 0, #0a0b0f 50%); }
.bg-pattern.pattern-2 { background-image: repeating-linear-gradient(45deg, #210709 0, #210105 1px, #270206 0, #4e0911 50%); }
.bg-illustrations { background: transparent url(../images/bg-ilustrations-reviews.png) bottom center no-repeat; background-size: contain; }
.bg-stripes-yellow {
	background-image: linear-gradient(45deg, #e8bf00 25%, #ffd820 25%, #ffd820 50%, #e8bf00 50%, #e8bf00 75%, #ffd820 75%, #ffd820 100%);
	background-size: 56.57px 56.57px;
}

.font-white { color:#fff; }
.font-dark, .text-dark { color:#1a0f1c !important; }
.font-darker, .text-darker { color:#0a0b0f; }
.font-black, .text-black { color:#000; }
.font-pink { color:#ff008d; }
.font-red { color:#f30401; }
.font-red2 { color:#a00101; }
.font-yellow, .font-high2 { color: #ffd100; }
.font-blue { color: #1d22ee; }
.font-green { color: #028200; }
.font-light-purple { color: #b299ff; }
.font-light-blue, .font-high1 { color: #6ee7ff; }
.font-light-green { color: #00ed00; }
.font-dark-faded { color: rgba(8,0,65, 0.6); }

.deals .image {  height: auto !important;}
.deals .check-list, .check-list { margin: 0; padding: 0;}
.deals .check-list li, .check-list li { 
	padding: 10px 0;
	padding-left: 30px;
	position:relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.deals .check-list li::before, .check-list li::before { content: ""; display:block; width: 20px; height: 20px; position:absolute; top: 19px; left: 0; background: url(../images/check-sm.png) 0 0 no-repeat;} 
.deals .bg-gradient-light .check-list li, .bg-gradient-light .check-list li { border-color: #ccc; }
.deals .check-list li.nobd, .check-list li.nobd { border:none; }
.deals .check-list li.nochk::before, .check-list li.nochk::before { display:none; }

.box-1 {
	border: 1px solid #0a0b0f;
	border-radius: 20px;
}

section.section-light { background-color: #fff !important; }
section.section-mid { background-color: #f30401 !important; }
section.section-red { background-color: #bd2236 !important; }
section.section-blue { background-color: #1d22ee !important; }
section.section-light-blue { background-color: #e1ebfe !important; }
section.section-dark { background-color: #1a0f1c !important; }
section.section-darker { background-color: #0a0b0f !important; } /*0a0b0f*/
section.section-dark-blue { background: #00003c; }
section.section-light-gradient { background: #eee; background: linear-gradient(180deg, #fff , #eee) !important; }
section.section-dark-gradient { background: #0a0b0f; background: linear-gradient(0deg, #00003c , #0a0b0f) !important; }
section.section-blue-gradient { background: #0a0b0f; background: linear-gradient(180deg, #010f2e , #00003c) !important; }
section.section-bg-dark { background-color: #0a0b0f; }

.section-bg-img { 
	background-color: inherit;
    background-size: contain;
    background-repeat: no-repeat !important;
    background-position: bottom;
}
.section-bg-img.cover { background-size: cover;}
.section-bg-img.bg-fixed { background-attachment: fixed; }
.section-bg-img.bg-bottom { background-position: bottom !important; }
.section-bg-img.bg-1 { background-image: url(../images/bg-1.jpg); }
.section-bg-img.bg-2 { background-image: url(../images/bg-2.jpg); }
.section-bg-img.bg-3 { background-image: url(../images/bg-3.jpg); }
.section-bg-img.bg-4 { background-image: url(../images/bg-4.jpg); }
.section-bg-img.bg-5 { background-image: url(../images/bg-5.jpg); }
.section-bg-img.bg-6 { background-image: url(../images/bg-6.jpg); }
.bg-contain { background-size: contain; }
.bg-cover { background-size: cover; }
.section-bg-img.bg-shadow { position:relative; }
.section-bg-img.bg-shadow::before,
.section-bg-img.bg-overlay::before,
.section-bg-img.bg-shadow::after { content: ""; display:block; width: 100%; height: 250px; position:absolute; background: transparent; background: linear-gradient(180deg, #0a0b0f 60%, rgba(2, 0, 14, 0)); }
.section-bg-img.bg-shadow::after { bottom: 0; background: linear-gradient(0deg, #0a0b0f , rgba(2, 0, 14, 0)); }
.section-bg-img.bg-overlay::before { background: linear-gradient(to bottom, rgba(13,0,29, 0.5), #0d001d 40%, #0d001d); height: 100%; background-position: top center;}
.section-bg-img.bg-overlay.longer::before { background: linear-gradient(to bottom, rgba(13,0,29, 0.5), #0d001d 800px, #0d001d); }
.section-bg-img.bg-overlay.darker.longer::before { background: linear-gradient(to bottom, rgba(10,11,15, 0.7), #0a0b0f 800px, #0a0b0f); }
.section-bg-img.bg-overlay.red.longer::before { background: linear-gradient(to bottom, rgba(8,0,65, 0.8), #964500 60%, #0d001d); }
#sectionTable .container { padding-bottom: 1px !important; }
#sectionTable.bg-shadow::after { height: 550px; background: linear-gradient(0deg, #0a0b0f 40%, rgba(2, 0, 14, 0)); }
#sectionTable.bg-shadow::before { background: linear-gradient(180deg, #00003d , rgba(0, 0, 61, 0)); }
#sectionTable.bg-shadow::before { display:none; }
.offset-top { margin-top: -150px; position:relative; z-index: 99; }
.header-bg-overlay { position:relative;}
.header-bg-overlay::before { content: ""; display:block; width: 100%; height: 100vh;  top: 0; left: 0; right: 0; position:absolute; background: transparent; background: linear-gradient(to top, rgba(10,11,15, 0), #0a0b0f 30%); }
.section-bg-illustrations { background: #eee; background: transparent url(../images/bg-ilustrations-reviews.png) bottom center no-repeat;  background-image:url(../images/bg-ilustrations-reviews.png), background: linear-gradient(180deg, #fff , #eee); background-size: contain; }

.gfx-bg:before {
	background-image: url(../images/gfx-bg1.png);
	background-size: contain;
	background-repeat: no-repeat !important;
	background-position: center center;
}
.gfx-bg-left { background-position: left center; }
.gfx-bg-right { background-position: right center; }

.btn-custom-1 { background: #f30401; }
.buy-btn { 
	display: block;
    background: #005228;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    max-width: 875px;
    border-radius: 50px;
    font-size: 2rem;
    line-height: 1.3;
    margin: auto;
    padding: 1rem 1rem;
    text-align: center;
	border: 3px solid #009046;
}
.btn-sm.buy-btn { font-size: 1.5rem; padding: .5rem 1rem; }
.buy-btn:hover { border-color:#4dffa2;  color:#4dffa2; background: #009046; }

.same-col-height { height: 100%; }

.fz-xs { font-size: 0.75rem !important;}
.fz-sm { font-size: 0.85rem !important;}
.fz-regular, .fz-default { font-size: 1rem !important;}
.fz-md { font-size: 1.25rem !important;}
.fz-lg { font-size: 1.5rem !important;}
.fz-lg2 { font-size: 1.6rem !important;}
.fz-xl { font-size: 2rem !important;}
.fz-2xl, .fz-xxl { font-size: 2.5rem !important;}
.fz-3xl { font-size: 3rem !important;}
.fz-4xl { font-size: 3.5rem !important;}
.fz-5xl { font-size: 4rem !important;}
	
.strong { font-weight: 700; }
.stronger { font-weight: 900; }
.underline { text-decoration:underline; }
.sub-header { 
	font-size: 24px; margin-bottom: 0; 
	background-color: transparent;
    display: block;
    margin: auto;
    border-radius: 100px;
	border: 1px solid #f04c5b;
}

.bd { border: 1px solid #ccc; }
.bdb { border-bottom: 1px solid rgba(0, 0, 0, 0.5);}
.bdt { border-top: 1px solid rgba(0, 0, 0, 0.5); }
.bd-3 { border-width: 3px !important; }
.bd-2 { border-width: 2px !important; }
.bd-4 { border-width: 4px !important; }
.bd-5 { border-width: 5px !important; }
.bd-6 { border-width: 6px !important; }
.bd-7 { border-width: 7px !important; }
.bd-8 { border-width: 8px !important; }
.bdt-2 { border-width: 2px; }
.bd-white { border-color: #fff; }
.bd-white-transp { border-color: rgba(255,255,255,0.3) !important; }
.bd-dark { border-color: #1a0f1c; }
.bd-darker { border-color: #0a0b0f; }
.bd-light-green { border-color: #00ed00; }
.bd-red { border-color: #ff3030 !important; }
.bd-pink { border-color: #f30401 !important; }
.bd-yellow { border-color: #ffd100 !important; }
.bd-light-purple { border-color: #b299ff !important; }
.bd-light-blue { border-color: #6ee7ff !important; }
.bd-light-green { border-color: #00ed00 !important; }
.bdb-underline-yellow { border-bottom: 6px solid #ffd100;}
.bdb-underline-blue { border-bottom: 6px solid #1d22ee;}
.bdb-underline-white { border-bottom: 6px solid #fff;}
.bdb-underline-dark { border-bottom: 6px solid #1a0f1c;}
/*.bd-gradient { position:relative; }
.bd-gradient::before {
	content: "";
    background: linear-gradient(130deg,#ff7a18, #af002d 41.07%, #319197 76.05%);
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    border-radius: 12px;
}*/
/* generate css dashed border gradient: https://stackoverflow.com/questions/46999865/how-can-i-create-a-dashed-border-with-gradient */
.bd-gradient-simpler {
  display:inline-block;
  margin: 20px;
  background:
   linear-gradient(#fff 0 0) padding-box,
   linear-gradient(to bottom, #4fc3f7, #ab5ca4 49%, #ff512f) border-box; 
}
.bd-gradient-simpler.dashed {
}
.bd-gradient-simpler.bd-dark {
	background:
   linear-gradient(#fff 0 0) padding-box,
   linear-gradient(to bottom, #1a0f1c, rgba(8,0,65,0) 50%) border-box; 
}
.bd-gradient,
.bd-gradient-1,
.bd-gradient-2,
.bd-gradient-3 { padding: 1px; background: linear-gradient(to right,  #f30401 , #11b0d1);}
.bd-gradient-1 { padding: 1px;}
.bd-gradient-2 { padding: 2px;}
.bd-gradient-2 { padding: 3px;}
.bd-gradient .inner { background: #1a0f1c; display: block; }
.section-dark .bdt, .bg-dark .bdt,
.section-dark .bdb, .bg-dark .bdb { border-color: rgba(255, 255, 255, 0.3); }
.bd-dashed { border-style: dashed; }
.bdt-dashed { border-top-style: dashed; }
.bdb-dashed { border-bottom-style: dashed; }
.bd-color-1 { border-color: #f30401; }
.bd-color-light-2 { border-color: #87bcc5; }
.nobd { border: none !important; }

.sub-wrapper2 h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.video-wrapper {
    display: block;
    margin: auto;
    max-width: 1000px;
    border: 10px solid #fff;
    border-radius: 7px;
	overflow:hidden;
}
.custom-button, .custom-button2, .custom-button3, .custom-button4 {
    display: block;
    background: #11b0d1;
    background: linear-gradient(to right, #ff3030 , #1a0f1c);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    max-width: 875px;
    border-radius: 20px;
    font-size: 36px;
    line-height: 1.3;
    margin: auto;
    padding: 20px 70px;
    text-align: center;
	border: 3px solid #ff3030;
}
.custom-button:hover {
	background: #ffd100;
    background: linear-gradient(to right, #ffe188 , #ffd100);
	color: #000;
	border-color:#ffd100;
}
.custom-button2, .custom-button3, .custom-button4
{
	font-weight: 900;
    font-size: 29px;
    padding: 22px;
    border-radius: 9px;
	line-height: 1.3;
	max-width: 875px;
	width: 90%;
	/* transition: all 0.5s ease-out; */
}
.custom-button2 {
	background: #eddd44;
    background: linear-gradient(180deg, #eddd44 , #f1b910);
    color: #00003c;
}
.custom-button2:hover {
	background: #f1b910;
    background: linear-gradient(180deg, #f1b910 , #eddd44);
	color:#000064;
}
.custom-button3 {
    background: #f30401;
    background: linear-gradient(180deg, #f30401 , #bd2236);
    color: #00003c;
}
.custom-button3:hover {
	background: #bd2236;
    background: linear-gradient(180deg, #bd2236 , #f30401);
	color:#000064;
}
.custom-button4 {
    background: #31d0ea;
    background: linear-gradient(180deg, #7becff , #0070b1);
    color: #00003c;
	border-color:#fff;
}
.custom-button4:hover {
	background: #0070b1;
    background: linear-gradient(180deg, #0070b1 , #7becff);
	color: #000064;
}
/* .custom-button2:hover, .custom-button3:hover, .custom-button4:hover */
/* { */
	/* transition: all 1s ease-in; */
/* } */
.box, .box-inner { 
    border-radius: 10px;
}
.box-inner { 
    border-radius: 6px;
}

.b-box {
    max-width: 1200px;
    margin: auto;
    border-radius: 30px;
    padding: 50px;
}
.b-box.b-box-outline { border: 2px solid #f30401;}
.b-box.b-box-outline-dashed { border: 2px dashed #6ee7ff;}

.rounded-6 { border-radius: 6px !important; }
.rounded-8 { border-radius: 8px !important; }
.rounded-10 { border-radius: 10px !important; }
.rounded-12 { border-radius: 12px !important; }
img.rounded, .rounded-14 { border-radius: 14px !important; }
.rounded-16 { border-radius: 16px !important; }
.rounded-20 { border-radius: 20px !important; }
.rounded-30 { border-radius: 30px !important; }

.img-link { display:block; }
.img-link img { transition: all 0.3s ease-out; }
.img-link:hover img { opacity: 0.5; transition: all 0.5s ease-in; }

a.no-thanks { text-decoration:underline; }
a.no-thanks:hover { text-decoration: none; }

.pay-btn-wrapper {
	border-radius: 20px;
	border: 1px solid #f30401;
}

.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.hide { display:none; }
/* .carousel-control-prev-icon, .carousel-control-next-icon {  */
	/* filter: none !important; */
	/* background-color: #010f2e; */
    /* border-radius: 10px; */
    /* padding: 20px 20px; */
	/* background-size: 80% 80%; */
/* } */

.trans-all { transition: all 0.3s ease-in; }
.trans-all:hover { transition: all 0.5s ease-out; }

.people-matrix div.person { border: 1px solid #1a0f1c; padding: 15px; border-radius: 20px; background: #002f98; color:#fff; text-align:center; height: 100%; }
.people-matrix div.person p.fz-lg { color:#f1b910; margin-bottom: 0 !important; font-weight: 700; }
.people-matrix div.person p.fz-md { margin-bottom: 0 !important; }

ul {
    margin-bottom: 0;
}
li { list-style: none; }
ul.custom-icons li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 32px;;
    padding-left: 50px;
    padding-bottom: 30px;
    padding-top: 1px;
    font-weight: 400;
    list-style-type: none;
    color:#0a0b0f; 
}
.row-1200 {
    max-width: 1200px;
    margin: auto;
}
.font-big3 {
    font-size: 150px;
}
.font-big2 {
    font-size: 100px;
}
.font-big {
    font-size: 48px;
}

#footer {
    background-color: #080808;
}
.footer-text {
    font-size: 13px;
    color: #787878;
}
#footer a {
    font-size: 13px;
    color: #787878;
}
.f-mobile {
    display: none;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-box {
  height: 100%;
  padding: 20px 20px;
  color: #000;
  border-radius: 14px !important;
  overflow: hidden;
}

.posr { position:relative; }
.gfx-abs { position: absolute; z-index: 999; }

#section9, #section14 { background: #0a0b0f url(../images/gfx-essential-content.jpg) center bottom no-repeat; background-size: auto; height: 80vh; }
#section9::before, #section9::after,
#section14::before, #section14::after { content: ""; display:block; position:absolute; width: 100%; height: 240px; background: linear-gradient(180deg, #0a0b0f 60%, rgba(2, 0, 14, 0)); }
#section9::after, #section14::after { bottom: 0; height: 150px; background: linear-gradient(0deg, #0a0b0f 10%, rgba(2, 0, 14, 0)); }

#section14 { background: #0a0b0f url(../images/gfx-essential-content-3.jpg) center bottom no-repeat; }
#section14::before { height: 340px; }

.big-deal-list {  }
.big-deal-list li { padding: 10px 20px; border-radius: 15px; font-size: 1.5rem; font-weight: 400; margin-bottom: 1rem;}
.big-deal-list li.bordered { padding: 1px;}
.big-deal-list li .inner { display: block; padding: 10px 20px; }
.section-dark .big-deal-list li { background: #022473; color:#ffd100; }
.section-dark .big-deal-list li.bordered { background: linear-gradient(to right,  #f30401 , #11b0d1); }
.section-dark .big-deal-list li .inner { background: #010f2e; border-radius: 14px; }
.section-white .big-deal-list li { background: #fff; color:#010f2e; }
.section-white .big-deal-list li.bordered { background: linear-gradient(to right,  #f30401 , #11b0d1); padding: 2px; }
.section-white .big-deal-list li .inner { background: #fff; border-radius: 14px; }

/* add svg icon using pseudo element */
.add-icon, .add-icon-ul li { position: relative; padding-left: 50px !important; }
.add-icon::before, .add-icon-ul li::before { content: ""; position:absolute; z-index: 9; display:block; width: 26px; height: 26px; top: 20px; left: 15px; }
.add-icon.svg-red::before, .add-icon-ul.svg-red li::before { filter: invert(39%) sepia(95%) saturate(3333%) hue-rotate(332deg) brightness(95%) contrast(84%); }
.add-icon.svg-white::before, .add-icon-ul.svg-white li::before { filter: invert(100%) sepia(1%) saturate(650%) hue-rotate(284deg) brightness(115%) contrast(100%); }
.add-icon.svg-yellow::before, .add-icon-ul.svg-yellow li::before { filter: invert(87%) sepia(15%) saturate(7499%) hue-rotate(354deg) brightness(101%) contrast(101%); }
.add-icon.svg-green::before, .add-icon-ul.svg-green li::before { filter: invert(30%) sepia(97%) saturate(1154%) hue-rotate(115deg) brightness(97%) contrast(105%); }
.add-icon.svg-light-green::before, .add-icon-ul.svg-light-green li::before { filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); }
.add-icon.svg-light-blue::before, .add-icon-ul.svg-light-blue li::before { filter: invert(77%) sepia(45%) saturate(1477%) hue-rotate(169deg) brightness(108%) contrast(107%); }
.add-icon.arrow-o::before, .add-icon-ul.arrow-o li::before { content: ""; background: url(../images/icons/icon-arrow-o.svg) center center no-repeat; background-size: 100%; }
.add-icon.check-promo::before, .add-icon-ul.check-promo li::before { content: ""; background: url(../images/icons/icon-check-promo.svg) center center no-repeat; background-size: 100%; }
.add-icon.check-o::before, .add-icon-ul.check-o li::before { content: ""; background: url(../images/icons/icon-check-o.svg) center center no-repeat; background-size: 100%; }
.add-icon-ul.svg-md li { padding-left: 50px !important; }
.add-icon-ul.svg-lg li::before { width: 26px; height: 26px; top: 7px; left: 10px; }
.add-icon-ul.svg-md li::before { width: 26px; height: 26px; top: 3px; left: 10px; }
.add-icon-ul.svg-sm li::before { width: 26px; height: 26px; top: 5px; left: 10px; }
.add-icon.icon-top-0::before { top: 0px; }
.add-icon.icon-top-1::before { top: 8px; }
.add-icon.icon-top-2::before { top: 20px; }
.add-icon.icon-top-3::before { top: 30px; }

.svg-img-white { filter: invert(100%) sepia(1%) saturate(650%) hue-rotate(284deg) brightness(115%) contrast(100%); }

.arrow-between { position:absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; display: inline-block; width: 100px; height: 100px; background: url(../images/icons/icon-arrow-right.svg) center center no-repeat; background-size: 100%; }

/* To convert color to filter, use this: https://codepen.io/sosuke/pen/Pjoqqp */
.filter-white {
    filter: invert(100%) sepia(1%) saturate(650%) hue-rotate(284deg) brightness(115%) contrast(100%);
}
.filter-green {
    filter: invert(30%) sepia(97%) saturate(1154%) hue-rotate(115deg) brightness(97%) contrast(105%);
}
.filter-red {
    filter: invert(39%) sepia(95%) saturate(3333%) hue-rotate(332deg) brightness(95%) contrast(84%);
}
.filter-yellow {
    filter: invert(87%) sepia(15%) saturate(7499%) hue-rotate(354deg) brightness(101%) contrast(101%);
}
.filter-blue {
    filter: invert(59%) sepia(95%) saturate(2697%) hue-rotate(151deg) brightness(96%) contrast(87%);
}
.filter-light-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.filter-light-blue {
    filter: invert(77%) sepia(45%) saturate(1477%) hue-rotate(169deg) brightness(108%) contrast(107%);
}
.clear { overflow:hidden; }
.arrow-down-right { position:relative; display:inline-block; margin-bottom: 91px; padding-right: 85px; }
.arrow-down-right::after { content: ""; position:absolute; display:block; width: 70px; height: 91px; background: url(../images/arrow_down_rounded.jpg) 0 0 no-repeat; top: 25px; right: 0px;}

.section-img-divider { overflow:hidden; }
.section-img-divider .img { height: 300px; background: #000 url(../images/between_rows_images1.jpg) center center no-repeat; background-size: cover; }
/* .img-posa { position: absolute; } */
/* .img-posa.top { top: 0px; } */
/* .img-posa.bottom { bottom: 0px; } */
/* .img-posa.left { left: 0px; } */
/* .img-posa.right { right: 0px; } */

.form-check { position:relative; }
.check-lg { width: 30px; height: 30px;}
.form-check-input { position:absolute; top: 15px; left: 13px; border-color:#000; border-width: 2px;  }
.form-check-label { display:block; padding-left: 30px; }

/* generate css shapes: https://www.shapedivider.app/ */
/* .custom-shape-divider-top-1689150285 { */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* overflow: hidden; */
    /* line-height: 0; */
/* } */

#footer .wplus_spdisclaimer { font-size: 0.65rem !important; }