html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

.site-main:after,
.ez-toc-cssicon-toggle-label,
.external-link-icon {
	display: none !important;
}

.slick-dots li button:before {
	opacity: 1 !important; 
	color: #1C142B !important;
	font-size: 32px !important;
}

.slick-dots li.slick-active button:before {
	color: #A6338A !important;
	opacity: 1 !important;
}

.extra.cat-link.media {
	background: linear-gradient(90deg, #E1EAFF 0%, #E4FFDA 100%) !important;
}

.extra.cat-link.news {
	background: linear-gradient(90deg, #E1EAFF 0%, #FFDAF6 100%) !important;
}

body,
a,
p,
div,
button,
main,
footer,
header,
section,
input,
textarea,
select,
form,
label,
nav,
span,
ul,
ul li,
h1,
h2,
h3,
h4 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

main {
	display: block;
}

button,
select {
	text-transform: none;
}

/* EXTRA COLORS !!!!!!!!!!!!!!! */
.extra-about-span {
	/*background: linear-gradient(90deg, #A6338A 15.65%, #FFC05A 80%);*/
	 background-image: linear-gradient(90deg, #A6338A 15.65%, #FFC05A 80%) !important;
	 background-clip: text !important; 
	 -webkit-background-clip: text !important; 
	 -webkit-text-fill-color: transparent !important; 
}

body#pb {
	background-color: #EEFAFA;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

[hidden] {
	display: none;
}

body {
	background: #EDEFFC;
	font-family: "Montserrat", sans-serif !important;
	font-optical-sizing: auto !important;
	font-style: normal !important;
  	color: #1C142B;
  	max-width: 100%;
  	overflow-x: hidden;
  	position: relative;
}

body p,
body span,
bode div {
	color: #1C142B;
}

html,
body,
.container {
	overflow-x: hidden;
  	position: relative;
}

#pb .container {
	margin: 0;
	padding: 0;
	max-width: unset;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

.hp ::-webkit-input-placeholder {
    color: transparent;
}

.hp :-moz-placeholder {
    color: transparent;
}

.hp ::-moz-placeholder {
    color: transparent;
}

.hp :-ms-input-placeholder {
    color: transparent;
}

.hp input::placeholder {
    color: transparent;
}

#page.container.site {
	padding: 0;
}

body#pb h1,
body#pb h2,
body#pb h3,
body#pb h4,
body#pb h5,
body#pb h6,
body#pb p,
body#pb input,
body#pb span,
body#pb div,
body#pb a,
body#pb button,
body#pb label,
body#pb textarea {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

h2.h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 52px;
}

h3.h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
}

p.text {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
}

.h3.desktop {
	display: block;
}

.h3.mobile {
	display: none;
}

.items.desktop {
	display: block;
}

.items.mobile {
	display: none;
}

body#pb #main-header.main-header {
	background-color: #014145;
    padding: 32px 32px;
    position: fixed;
    z-index: 50;
    max-width: 1400px;
    margin: 0 auto;
    top: 40px;
    left: 0;
    right: 0;
    border-radius: 24px;
    box-shadow: 0px 24px 32px 0px #01202033;
}

#directions img.mobile {
	display: none;
}

#pb .main-header.fixed {
    /*backdrop-filter: blur(24px);*/
}

#pb .main-header .wrap,
#pb .main-content > section {
	max-width: 1400px;
	margin: 0 auto;
}

#pb .main-content {
	margin-top: 233px;
	margin-bottom: 128px;
}

#pb .main-header .wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: unset;
}

#pb .main-header .logo img {
	max-width: 235px;
	height: auto;
}

#pb .main-header .logo a {
	display: flex;
}

#pb .main-header .main-menu .menu-items {
	border: none;
	padding: 0;
	margin-right: 0;
	display: inline-block;
}

#pb .main-header .main-menu .item.extra {
	color: #1C142B;
	display: inline-block;
	padding: 10px 24px;
	background: #EDEFFC;
	border-radius: 500px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
}

#pb .main-header .main-menu .item.extra:hover {
	background: #EDEFFC;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#pb .main-header .mobile-menu-btn {
	display: none;
}

#pb .main-header .main-menu .menu-items .item {
	display: inline-block;
	margin-right: 32px;
}

#pb .main-header .main-menu .menu-items .item:last-child {
	margin-right: 0;
}

#pb .main-header .main-menu .menu-items .item a {
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: Montserrat;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
}

#pb .main-header .main-menu .menu-items .item a:hover {
	color: #3B9596;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#pb .main-header .main-menu .menu-items .item:last-child a {
	/*margin-right: 0;*/
}

#pb .main-header .wrap .main-menu {
	display: flex;
    align-items: center;
}

.header_lang img {
	width: 18px!important;
	height: 18px!important;
	border-radius: 50%;
}
.header_lang li {
	list-style: none;
	
}
.header_lang  {
	height:50px;
	position: relative; 
	width: 109px;
}
.header_lang-iner > svg {
	margin-top: 6px;
	transition: 0.3s;
}
.header_lang-iner {
	position: absolute;
	top: 0;
	left: 0;
	width: unset;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #014145 !important;
    border: 1px solid #3B959633;
    cursor: pointer;
}
.header_lang-inerin {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.header_lang li a {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
}
.header_lang li {
	display: none;
	order:2;
}
.header_lang li.current-lang {
	display: flex; order:1;
}
.langsgk.header_lang .header_lang-iner > svg {
	transform: rotate(180deg);
	transition: 0.3s;
}
.langsgk.header_lang li {
	display: flex;
}


















/* START BIRONEX */
body#pb #main-header.site-header.main-header .login-link-btn {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 20px;
	color: #3B9596;
	background-color: #BCE8E9;
	padding: 10px 32px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50px;
}

body#pb #main-header.site-header.main-header .login-link-btn:hover {
	color: #ffffff;
	background-color: #3B9596;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

body#pb #main-header.site-header.main-header .extra-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

body#pb #main-header.site-header.main-header .main-menu .menu-items {
	margin-right: 40px;
}

body#pb #main-header.site-header.main-header .header_lang.item.extra {
	margin-right: 12px;
}

body#pb #fp-sec-hero .main-box {
	display: flex;
	justify-content: space-between;
}

body#pb #fp-sec-hero .main-box .first {
	padding: 94px 0;
	width: 38%;
}

body#pb #fp-sec-hero .main-box .second {
	width: 58%;
    max-width: 800px;
}

body#pb #fp-sec-hero .main-box .first h1 {
	font-weight: 700;
	font-style: Bold;
	font-size: 48px;
	line-height: 56px;
	color: #1E2525;
	margin-bottom: 32px;
}

body#pb #fp-sec-hero .main-box .first p {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	color: #1E2525;
	margin-bottom: 32px;
}

body#pb a.b-btn,
#pb.error404 .main-content .block-error-404 a.b-btn {
	background-color: #BCE8E9;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #3B9596;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 16px 48px;
	display: inline-block;
}

body#pb a.b-btn:hover,
#pb.error404 .main-content .block-error-404 a.b-btn:hover {
	background-color: #3B9596;
	color: #ffffff;
}

#pb.error404 .main-content .block-error-404 a.b-btn {
	box-shadow: unset;
}

body#pb #fp-sec-hero .items-box {
	margin-top: 96px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

body#pb #fp-sec-hero .items-box .item {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

body#pb #fp-sec-hero .items-box .item .item-wrap {
	width: 98%;
}

body#pb #fp-sec-hero .items-box .item:nth-child(1) .item-wrap {
	padding-right: 80px;
}

body#pb #fp-sec-hero .items-box .item:nth-child(2) .item-wrap {
	padding-right: 80px;
	padding-left: 80px;
}

body#pb #fp-sec-hero .items-box .item:nth-child(3) .item-wrap {
	padding-left: 80px;
}

body#pb #fp-sec-hero .items-box .item .img-wrap {
	display: inline-block;
    padding: 16px;
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 40px;
}

body#pb #fp-sec-hero .items-box .item .img-wrap img {
	width: 32px;
    display: flex;
}

body#pb #fp-sec-hero .items-box .item .title {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #1E2525;
	margin-bottom: 12px;
}

body#pb #fp-sec-hero .items-box .item .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #1E2525;
}

body#pb #fp-sec-hero .items-box .item:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 85%;
	background-color: #C8E4E4;
}

body#pb #fp-sec-hero .items-box .item:last-child:after {
	display: none;
}

body#pb #fp-sec-2 {
	width: 100% !important;
	max-width: unset !important;
	background-color: #014145;
	margin-top: 128px;
	padding: 128px 0;
}

body#pb #fp-sec-2 .inside {
	max-width: 1400px;
	margin: 0 auto;
}

body#pb #fp-sec-2 .inside h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 16px;
}

body#pb #fp-sec-2 .inside h2 span {
	color: #3B9596;
}

body#pb #fp-sec-2 .inside .descr {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	margin-bottom: 48px;
	max-width: 885px;
}

body#pb #fp-sec-2 .inside .main-wrap {
	display: flex;
	justify-content: space-between;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-first.box {
	width: 31.5%;
	background: linear-gradient(180deg, #044F53 0%, #2A8283 100%);
	padding: 40px 20px 20px 20px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-first.box .title {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 12px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-first.box .text {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-first.box .extra-inside {
	padding: 16px 20px;
	margin-bottom: 40px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second {
	width: 65.75%;
}

body#pb #fp-sec-2 .inside .main-wrap .grid-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 40px;
}

body#pb #fp-sec-2 .inside .main-wrap .box {
	border-radius: 32px;
	overflow: hidden;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box {
	padding: 56px 40px;
	background-color: #D7F8F9;
	display: flex;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #1E2525;
	margin-bottom: 12px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .text {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
	margin-bottom: 32px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box a.b-btn {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
	padding: 10px 32px;
	background: #ffffff;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box a.b-btn:hover {
	color: #1E2525;
	background-color: #BCE8E9;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .inside-wrap {
	width: 47.6%;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .img-wrap {
	width: 47.6%;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .img-wrap img {
	display: flex;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-2.box {
	background-color: #ffffff;
	padding: 40px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-2.box .img-wrap {
	padding: 12px;
	display: inline-block;
	background-color: #D7EEEE;
	border-radius: 18px;
	margin-bottom: 40px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-2.box .img-wrap img {
	display: flex;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-2.box .title {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #1E2525;
	margin-bottom: 12px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-2.box .text {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-3.box {
	padding: 40px;
	background-image: url(/wp-content/themes/bironex/img/platform-4-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-3.box .title {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 16px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-3.box .text {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 40px;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-3.box .b-btn {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
	padding: 10px 32px;
	background: #ffffff;
}

body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-3.box .b-btn:hover {
	color: #1E2525;
	background-color: #BCE8E9;
}

body#pb #fp-sec-3 {
	margin-top: 128px;
}

body#pb #fp-sec-3 h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	color: #3B9596;
	margin-bottom: 16px;
}

body#pb #fp-sec-3 h2 span {
	color: #1E2525;
}

body#pb #fp-sec-3 > .descr {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #1E2525;
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 48px;
}

body#pb #fp-sec-3 .main-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

body#pb #fp-sec-3 .main-wrap .box-1 .title {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 24px;
	line-height: 32px;
	color: #1E2525;
	margin-bottom: 24px;
}

body#pb #fp-sec-3 .main-wrap .box-1 .text {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	color: #1E2525;
	margin-bottom: 32px;
}

body#pb #fp-sec-3 .main-wrap .box-1 .text span {
	font-size: 18px;
}

body#pb #fp-sec-3 .main-wrap .box-3 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

body#pb #fp-sec-3 .main-wrap .box-3 .item {
	border-radius: 24px;
	padding: 24px;
	background-color: #ffffff;
}

body#pb #fp-sec-3 .main-wrap .box-3 .item .img-wrap {
	background-color: #EEFAFA;
	border-radius: 14px;
	padding: 12px;
	margin-bottom: 24px;
	display: inline-block;
}

body#pb #fp-sec-3 .main-wrap .box-3 .item .img-wrap img {
	display: flex;
	max-width: 24px;
}

body#pb #fp-sec-3 .main-wrap .box-3 .item .text {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
}

body#pb #fp-sec-4 {
	margin-top: 128px;
	position: relative;
}

body#pb #fp-sec-4 .first h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #1E2525;
	margin-right: 32px;
	display: inline-block;
}

body#pb #fp-sec-4 .first p {
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #1E2525;
	display: inline-block;
	max-width: 500px;
}

body#pb #fp-sec-4 .first {
	margin-bottom: 40px;
}

body#pb #fp-sec-4 .second.slider .item {
	margin-right: 40px;
	cursor: pointer;
}

body#pb #fp-sec-4 .second.slider .item img,
body#pb #sec-8 .second.slider .item img {
	margin-bottom: 24px;
}

body#pb #fp-sec-4 .second.slider .item h3,
body#pb #sec-8 .second.slider .item h3 {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 26px;
	color: #1E2525;
	margin-bottom: 8px;
}

body#pb #fp-sec-4 .second.slider .item .descr,
body#pb #sec-8 .second.slider .item .descr {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 16px;
	color: #1E2525;
}

body#pb #fp-sec-4 .second.slider .item .date,
body#pb #sec-8 .second.slider .item .date {
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	line-height: 18px;
	color: #A1AAAA;
}

button.slick-arrow:before {
	display: none !important;
}

button.slick-arrow {
	width: fit-content !important;
	height: auto !important;
	cursor: pointer;
	top: 25px;
}

button.slick-arrow.slick-next.pull-right {
	right: 45px;
}

button.slick-prev.pull-left.slick-arrow {
	right: 97px;
	left: unset;
}

body#pb #fp-sec-4 .second.slider .slick-list,
body#pb #fp-sec-4 .second.slider {
	position: static;
}

body#pb #fp-sec-5 {
	margin-top: 128px;
	padding: 35px 40px;
	background-image: url(/wp-content/themes/bironex/img/extra-back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 32px;
	box-shadow: 0px 24px 32px 0px #3B959666;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

body#pb #fp-sec-5 .first {
	display: flex;
    align-items: center;
}

body#pb #fp-sec-5 .first img {
	display: flex;
	max-width: 72px;
	margin-right: 24px;
}

body#pb #fp-sec-5 .first .wrap-col h3 {
	font-weight: 700;
	font-style: Bold;
	font-size: 30px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 8px;
}

body#pb #fp-sec-5 .first .wrap-col h3 span {
	color: #EFB62B;
}

body#pb #fp-sec-5 .first .wrap-col p {
	font-weight: 500;
	font-style: Medium;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
}

body#pb #fp-sec-5 .second .b-btn {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 24px;
	padding: 16px 48px;
	color: #1E2525;
	background-color: #ffffff;
}

body#pb #fp-sec-5 .second .b-btn:hover {
	background-color: #BCE8E9;
}

body#pb #fp-sec-6 {
	margin-top: 128px;
	display: flex;
	justify-content: space-between;
}

body#pb #fp-sec-6 .first {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 320px;
    min-width: 320px;
    margin-right: 40px;
}

body#pb #fp-sec-6 .second.right.accordion {
	width: 100%;
}

body#pb #fp-sec-6 .first h2 {
	font-weight: 700;
	font-style: Bold;
	font-size: 36px;
	line-height: 40px;
	vertical-align: middle;
	color: #1E2525;
	margin-bottom: 24px;
}

body#pb #fp-sec-6 .first .text {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
	margin-bottom: 24px;
}

body#pb #fp-sec-6 .first .subtitle {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 12px;
	color: #1E2525;
}

body#pb #fp-sec-6 .first .b-btn {
	padding: 10px 32px;
	Size: 14px;
	Line height: 20px;
}

body#pb .footer-wrap.footer .logo img {
	max-width: 120px;
}

body#pb .footer-wrap.footer .logo a {
	display: inline-block;
}

body#pb .footer-wrap.footer .logo {
	margin-bottom: 40px;
}

body#pb .footer-wrap.footer .copy {
	font-weight: 500;
	font-style: Medium;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 40px;
	color: #A1AAAA;
}

body#pb .footer-wrap.footer .soc-title {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 8px;
	color: #1E2525;
}

body#pb .footer-wrap.footer .soc-text {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
	margin-bottom: 16px;
}

body#pb .footer-wrap.footer .soc-list {
	display: flex;
	flex-wrap: nowrap;
}

body#pb .footer-wrap.footer .soc-list .s-link {
	border-radius: 8px;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	background-color: #BCE8E9;
	display: flex;
	justify-content: center;
	align-items: center;
}

body#pb .footer-wrap.footer .soc-list .s-link .img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.s-link.tw .img {
	background-image: url(/wp-content/themes/bironex/img/social-twitter.svg);
	width: 18px;
	height: 17px;
}

.s-link.tg .img {
	background-image: url(/wp-content/themes/bironex/img/social-tg.svg);
	width: 20px;
	height: 17px;
}

.s-link.md .img {
	background-image: url(/wp-content/themes/bironex/img/social-medium.svg);
	width: 20px;
	height: 11px;
}

.s-link.tw:hover .img {
	background-image: url(/wp-content/themes/bironex/img/social-twitter-hover.svg);
}

.s-link.tg:hover .img {
	background-image: url(/wp-content/themes/bironex/img/social-tg-hover.svg);
}

.s-link.md:hover .img {
	background-image: url(/wp-content/themes/bironex/img/social-medium-hover.svg);
}

body#pb .footer-wrap.footer .soc-list .s-link:hover {
	background-color: #3B9596;
}

body#pb #fp-sec-6 .second.right.accordion .item {
	padding: 24px;
	border-radius: 14px;
	margin-bottom: 12px;
	background-color: #ffffff;
}

body#pb #fp-sec-6 .second.right.accordion .item.dactive__item {
	background-color: #BCE8E9;
}

body#pb #fp-sec-6 .second.right.accordion .item .content {
	display: none;
	background-color: #ffffff;
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 20px;
	color: #1E2525;
	margin-top: 24px;
}

body#pb #fp-sec-6 .second.right.accordion .item.dactive__item .content {
	background-color: #BCE8E9;
}

body#pb #fp-sec-6 .second.right.accordion .item .title {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

body#pb #fp-sec-6 .second.right.accordion .item .title p {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 16px;
	line-height: 24px;
	color: #1E2525;
}

body#pb #fp-sec-6 .second.right.accordion .item .show-icon {
	width: 14px;
	height: 14px;
	background-image: url(/wp-content/themes/bironex/img/faq-plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 12px;
}

body#pb #fp-sec-6 .second.right.accordion .item.dactive__item .show-icon {
	background-image: url(/wp-content/themes/bironex/img/faq-minus.svg);	
}





body#pb #colophon.site-footer {
	display: none;
}

#pb #main-header.main-header .wrap .extra-wrapper .header_lang.item.extra.langsgk .header_lang-iner {
	top: 37px;
	/*box-shadow: 0px 12px 16px 0px #51043E1A;*/
	z-index: 5;
}




body#pb #main-header.main-header .wrap .extra-wrapper .main-menu > .header_lang.item.extra {
	display: none;
	background: transparent;
}

body#pb #colophon.site-footer .footer-wrap.footer {
		text-align: left;
	    padding-left: 24px;
	    padding-right: 24px;
}




body#pb.wp-singular.post-template-default.single.single-post #colophon.site-footer,
body#pb.blog #colophon.site-footer,
body#pb.error404 #colophon.site-footer {
	display: block;
}


body#pb.blog .site-content.main-content {
	margin-top: 233px !important;
}


@media (min-width: 1001px) {
	body#pb #colophon.site-footer {
		padding-right: 0;
		padding-left: 0;
	}
	body#pb #colophon.site-footer .footer-wrap.footer {
		padding-right: 0;
		padding-left: 0;
		display: flex;
    	justify-content: space-between;
	}
	body#pb #colophon.site-footer .footer-wrap.footer .col-two {
		max-width: 400px;
	}
}




/* BIRONEX MEDIA */
@media (max-width: 1424px) {
	body#pb .main-content > section:not(.fp-sec-5) {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}

	body#pb #main-header.main-header {
		margin: 0 24px;
	}

	body#pb .main-content > section.fp-sec-5 {
		margin-right: 24px;
		margin-left: 24px;
	}

}

@media (max-width: 1200px) {
	body#pb #fp-sec-hero .items-box .item:nth-child(1) .item-wrap {
		padding-right: 40px;
	}
	body#pb #fp-sec-hero .items-box .item:nth-child(2) .item-wrap {
		padding-right: 40px;
		padding-left: 40px;
	}
	body#pb #fp-sec-hero .items-box .item:nth-child(3) .item-wrap {
		padding-left: 40px;
	}
	body#pb #fp-sec-3 .main-wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}

	body#pb #fp-sec-3 .main-wrap .box-1 {
		grid-area: 1 / 1 / 2 / 2;
	}

	body#pb #fp-sec-3 .main-wrap .box-2 {
		grid-area: 1 / 2 / 2 / 3;
		text-align: right;
	}

	body#pb #fp-sec-3 .main-wrap .box-3 {
		grid-area: 2 / 1 / 3 / 3;
	}

	body#pb #fp-sec-3 .main-wrap .box-2 img {
		max-width: 375px;
	}

	#pb .main-content {
		margin-top: 200px;
	}
}

@media (max-width: 1100px) {
	#pb .container.site #main-header.main-header nav.main-menu {
		display: none;
	}

	#pb .main-header .mobile-menu-btn {
		display: block;
	}

	#gumburger-menu-btn {
		background: url(/wp-content/themes/bironex/img/mobile-menu.svg);
		position: relative;
	    display: inline-block;
	    cursor: pointer;
	    width: 20px;
	    height: 20px;
	    padding: 0;
	    border: none;
	    background-repeat: no-repeat;
	    background-position: center;
	}

	#gumburger-menu-btn.close {
		background: url(/wp-content/themes/bironex/img/mobile-menu-close.svg);
		background-repeat: no-repeat;
	    background-position: center;
	}

	#pb .container .main-header nav.main-menu {
        position: fixed;
        top: 67px;
        width: 100%;
        left: 0;
        border-radius: 0;
        background: #ffffff;
        padding: 25px 40px 42px 40px;
	}

	#pb .container .main-header nav.main-menu .menu-items {
		border: none;
	    border-radius: unset;
	    display: block;
	    padding: 0;
		margin: 0 0 40px 0;
	}

	#pb .container .main-header nav.main-menu .item.extra {
		font-weight: 700;
		font-size: 20px;
		line-height: 27px;
		padding: 15px 24px;
		width: 100%;
		max-width: 500px;
		text-align: center;
	}

	#pb .container .main-header nav.main-menu .menu-items .item {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		text-align: left;
	}

	/*#pb .container .main-header nav.main-menu .menu-items .item:last-child {
		margin-bottom: 0;
	}*/

	#pb .container .main-header nav.main-menu .menu-items .item a {
		font-weight: 500;
		font-size: 20px;
		line-height: 28px;
		vertical-align: middle;
		color: #ffffff;
		text-align: left;
	}

	#pb .container.site #main-header.main-header nav.main-menu.active {
		display: block;
	}

	#pb .main-header .logo img {
		max-width: 150px;
	}

	body#pb #main-header.main-header {
		padding: 16px 0;
		border-radius: unset;
		padding: 64px 24px 32px 24px;
		margin: 0;
		top: 0;
		border-bottom-left-radius: 24px;
		border-bottom-right-radius: 24px;
	}

	#pb .main-content {
		margin-top: 145px;
	}

	#pb .main-header .wrap,
	#pb .main-content {
		max-width: 100%;
	}

	#pb .main-header .mobile-menu-btn {
		display: flex;
    	align-items: center;
    	padding: 10px;
    	border-radius: 50%;
    	border: 1px solid #3B959633;
	}

	#pb .container .main-header nav.main-menu {
		top: 52px;

	}
	#pb .container.site #main-header.main-header nav.main-menu.active {
		position: absolute;
	    top: 107px;
	    background-color: #014145;
	    border-bottom-left-radius: 24px;
	    border-bottom-right-radius: 24px;
	    text-align: left;
	    padding: 48px 32px 48px 32px;
	}
	#pb .container .main-header nav.main-menu .item.extra {
		width: 102px;
    	display: inline-block;
	}
	#pb .container .main-header nav.main-menu .menu-items {
		margin-bottom: 0;
	}

	body#pb #main-header.site-header.main-header .main-menu .menu-items {
		margin-right: 0px;
		text-align: left;
	}

	body#pb #main-header.site-header.main-header .login-link-btn {
		padding: 10px 21px;
	}

	.header_lang-iner {
		padding-left: 0;
		padding-right: 0;
	}

	.header_lang {
		width: 86px;
	}
}

@media (max-width: 1000px) {
	body#pb .main-content {
		margin-top: 182px;
	}

	body#pb.blog .site-content.main-content {
		margin-top: 182px !important;
	}

	body#pb #fp-sec-hero .main-box .second {
		order: 1;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		height: fit-content;
		margin-bottom: 40px;
	}

	body#pb #fp-sec-hero .main-box .first {
		order: 2;
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}

	body#pb #fp-sec-hero .main-box {
		flex-wrap: wrap;
	}

	body#pb #fp-sec-hero .main-box .first h1 {
		font-size: 36px;
		line-height: 40px;
	}

	body#pb #fp-sec-hero .main-box .first p {
		font-size: 16px;
		line-height: 24px;
	}

	body#pb #fp-sec-hero .items-box {
		margin-top: 40px;
		grid-template-columns: 1fr;
		gap: 32px;
	}
	body#pb #fp-sec-hero .items-box .item:after {
		display: none;
	}

	body#pb #fp-sec-hero .items-box .item .img-wrap {
		margin-bottom: 16px;
	}

	body#pb #fp-sec-hero .items-box .item .item-wrap {
		width: 100%;
	}

	body#pb #fp-sec-hero .items-box .item:nth-child(1) .item-wrap {
		padding-right: 0;
	}
	body#pb #fp-sec-hero .items-box .item:nth-child(2) .item-wrap {
		padding-right: 0;
		padding-left: 0;
	}
	body#pb #fp-sec-hero .items-box .item:nth-child(3) .item-wrap {
		padding-left: 0;
	}
	body#pb #fp-sec-2 {
		margin-top: 42px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	body#pb #fp-sec-2 .inside h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 12px;
	}

	body#pb #fp-sec-2 .inside .descr {
		margin-bottom: 24px;
	}

	body#pb #fp-sec-2 .inside .main-wrap {
		flex-wrap: wrap;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-first.box {
		width: 100%;
		padding: 16px;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-first.box .extra-inside {
		padding: 16px 20px;
		margin-bottom: 20px;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second {
		width: 100%;
		margin-top: 24px;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-first.box img {
		display: block;
		margin: 0 auto;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box {
		padding: 24px;
		flex-wrap: wrap;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .img-wrap {
		width: 100%;
		order: 1;
		margin-bottom: 24px;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .img-wrap img {
		display: block;
		margin: 0 auto;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .inside-wrap {
		width: 100%;
		order: 2;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second .box-1.box .text {
		margin-bottom: 24px;
	}

	body#pb #fp-sec-2 .inside .main-wrap .grid-wrap {
		margin-top: 24px;
		flex-wrap: wrap;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-2.box {
		padding: 24px;
	}

	body#pb #fp-sec-2 .inside .main-wrap .inside-second .grid-wrap .box-2.box .img-wrap {
		margin-bottom: 24px;
	}

	body#pb #fp-sec-3 {
		margin-top: 40px;
	}

	body#pb #fp-sec-3 h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 16px;
	}

	body#pb #fp-sec-3 > .descr {
		margin-bottom: 24px;
	}

	body#pb #fp-sec-3 .main-wrap {
		grid-template-columns: 1fr;
		grid-template-rows: unset;
		display: block;
		gap: 24px;
	}

	body#pb #fp-sec-3 .main-wrap .box-1,
	body#pb #fp-sec-3 .main-wrap .box-2,
	body#pb #fp-sec-3 .main-wrap .box-3 {
		grid-area: unset;
	}

	body#pb #fp-sec-3 .main-wrap .box-1 .title,
	body#pb #fp-sec-3 .main-wrap .box-1 .text {
		text-align: center;
	}

	body#pb #fp-sec-3 .main-wrap .box-1 {
		text-align: center;
	}

	body#pb #fp-sec-3 .main-wrap .box-2 img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: auto;
		margin-top: 24px;
		margin-bottom: 24px;
	}

	body#pb #fp-sec-4 {
		margin-top: 40px;
	}

	body#pb #fp-sec-4 .first h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 8px;
		display: block;
		width: 100%;
		text-align: left;
	}

	body#pb #fp-sec-4 .first p {
		display: block;
		width: 100%;
		text-align: left;
	}

	body#pb button.slick-arrow {
		display: none !important;
	}

	body#pb #fp-sec-4 .second.slider .item img {
		margin-bottom: 16px;
	}

	.slick-dots {
		bottom: -55px !important;
	}

	body#pb .slick-dots li.slick-active button:before {
		color: #3B9596 !important;
	}

	body#pb .slick-dots li button:before {
		color: #BCE8E9 !important;
	}

	body#pb #fp-sec-5 {
		margin-top: 95px;
		padding: 32px;
		flex-wrap: wrap;
	}
	body#pb #fp-sec-5 .first,
	body#pb #fp-sec-5 .secnd {
		width: 100%;
		flex-wrap: wrap;
	}

	body#pb #fp-sec-5 .first img {
		margin-bottom: 35px;
	}

	body#pb #fp-sec-5 .first .wrap-col p {
		margin-bottom: 24px;
	}

	body#pb .slick-dots {
		width: 91%;
	}

	body#pb #fp-sec-6 {
		margin-top: 40px;
		flex-wrap: wrap;
	}

	body#pb #fp-sec-6 .first {
		width: 100%;
		margin-right: 0;
		margin-bottom: 24px;
	}

	body#pb #fp-sec-6 .first .footer-wrap.footer {
		display: none;
	}

	body#pb #fp-sec-6 .second.right.accordion .item .content {
		margin-top: 12px;
	}

	body#pb #colophon.site-footer {
		display: block;
	}

	body#pb .main-content {
		margin-bottom: 40px;
	}

	body#pb .footer-wrap.footer .logo {
		margin-bottom: 24px;
	}

	body#pb .footer-wrap.footer .copy {
		margin-bottom: 24px;
	}

	body#pb #fp-sec-3 .main-wrap .box-3 .item .img-wrap {
		margin-bottom: 12px;
	}











}

@media (max-width: 475px) {
	/*
	#pb .main-header .logo img {
		max-width: 120px;
	}

	#gumburger-menu-btn {
		width: 16px;
		height: 16px;
	}

	#pb .main-header .mobile-menu-btn {
		padding: 8px;
	}

	#pb .container .main-header nav.main-menu .menu-items .item a {
		font-size: 18px;
	}
	*/
	body#pb #main-header.main-header .wrap .extra-wrapper .main-menu > .header_lang.item.extra {
		display: inline-block;
		margin-right: 0;
	}

	body#pb #main-header.main-header .wrap .extra-wrapper > .header_lang.item.extra {
		display: none;
	}
}








































.hero {
	position: relative;
	margin-bottom: 20px;
}

.hero .title {
	text-align: right;
}

.hero .title .wrap {
	max-width: 594px;
	margin: 0 0 0 auto;
}

.hero .title img {
	max-width: 594px;
	margin-bottom: 11px;
}

.hero .title p {
	font-weight: 300;
	font-size: 28px;
	line-height: 36px;
	text-align: left;
}

.hero .title p b {
	font-weight: 500;
}

.hero .info {
	margin-top: 43px;
}

.hero .info .tag {
	padding: 4px 24px;
	border: 1px solid #1C142B;
	border-radius: 24px;
	display: inline-block;
	margin-left: 0;
    background-color: transparent;
    z-index: 5;
    position: relative;
    font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
}

.directions {
	margin-top: 20px;
	padding: 0 70px;
	position: relative;
}

.directions h1.h1 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 64px;
	line-height: 72px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1C142B;
}

.directions p.text {
	margin-bottom: 16px;
	margin-top: 32px;
	max-width: 610px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1C142B;
}

.directions p.text-extra {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1C142B;
	margin-bottom: 32px;
	max-width: 610px;
}

.directions .items {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.directions .items .item {
	display: inline-block;
}

.directions .items .item.one a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #ffffff !important;
	box-shadow: 0px 12px 16px 0px #A6338A33;
	background: #A6338A;
	padding: 12px 32px;
	border-radius: 500px;
	display: inline-block;
}

.directions .items .item.one a:hover {
	background-color: #FF6F91;
}

.directions .items .item.two a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #1C142B !important;
	background: transparent;
	border: 1px solid #1C142B33;
	padding: 12px 32px;
	border-radius: 500px;
	display: inline-block;
}

.directions .items .item.two a:hover {
	color: #EDEFFC !important;
	background-color: #1C142B;
	border-color: #1C142B;
}

.directions .graph-wrap {
	position: absolute;
    right: 165px;
    top: 35px;
    z-index: 2;
    border-radius: 24px;
    background: #FFFFFF66;
    backdrop-filter: blur(32px);
    padding: 40px 24px 24px 24px;
}

.directions .graph-wrap:before {
	display: block;
	position: absolute;
	content: "";
	width: 194px;
	height: 174px;
	background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/wp-content/themes/sparkusd/img/coin-mini.png);
    top: -107px;
    left: -45px;
}

.directions .graph-wrap img {
	display: block;
}

.directions .graph-wrap .title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #1C142B;
	padding-bottom: 20px;
}

.directions .graph-wrap .text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #1C142B;
	margin: 0;
}

.directions .graph-wrap a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #1C142B;
	padding: 12px;
	display: block;
	background: #ffffff;
	box-shadow: 0px 12px 16px 0px #51043E1A;
	border-radius: 50px;
	margin: 12px 0 12px 0;
}

.directions .graph-wrap a:hover {
	background-color: #A6338A;
	color: #ffffff;
	box-shadow: 0px 12px 16px 0px #51043E1A;
}

.advantages {
	margin-top: 116px;
	position: relative;
	padding: 0 70px;
}

.advantages:before {
	width: 950px;
    height: 1053px;
    content: "";
    display: block;
    position: absolute;
    top: -430px;
    right: -410px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
}

.advantages:after {
	width: 555px;
    height: 682px;
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    left: -405px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
}

.advantages h2.h2 {
	margin-bottom: 40px;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #1C142B;
	margin-bottom: 24px;
}

.advantages > p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #1C142B;
	margin:  0 auto;
	margin-bottom: 48px;
	max-width: 800px;
}

.advantages h3.h3 {
	margin-bottom: 7px;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1C142B;
	padding: 6px 24px;
	background: linear-gradient(90deg, #E1EAFF 0%, #FFDAF6 100%);
	border-radius: 50px;
	margin-bottom: 48px;
	display: inline-block;
    width: fit-content;
}

.advantages p.text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1C142B;
}

.advantages .wrap {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.advantages .wrap .item {
	padding: 32px;
	border-radius: 20px;
	background-color: #ffffff;
	align-items: center;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.advantages .wrap .item .left {
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-right: 15px;
}

.advantages .wrap .item .left img {
	max-width: 80px;
	height: auto;
}

.advantages .wrap .item .right {
	width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.activity {
	margin-top: 90px;
	position: relative;
}

.activity:after {
	width: 224px;
    height: 323px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
}

.activity .wrap {
	max-width: 930px;
	margin: 0 auto 0 0;
}

.activity h2.h2 {
	margin-bottom: 16px;
}

.activity .text.first {
	margin-bottom: 16px;
}

.principles {
	margin-top: 90px;
}

.principles {
	position: relative;
}

.principles h2.h2 {
	margin-bottom: 40px;
}

.principles .item {
	margin-bottom: 40px;
	background-color: #ffffff;
	border-radius: 20px;
	border: 1px solid #000000;
	padding: 40px;
	position: relative;
	overflow: hidden;
}

.principles .item.third {
	margin-bottom: 0;
}

.principles .item .wrap {
	max-width: 810px;
}

.principles .item.first:after {
	width: 215px;
    height: 177px;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.principles .item.second:after {
	width: 219px;
    height: 182px;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.principles .item.third:after {
	width: 219px;
    height: 182px;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.principles .item .wrap h3.h3 {
	margin-bottom: 7px;
}

.principles:before {
	width: 650px;
    height: 178px;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: -400px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
}

.principles:after {
	width: 842px;
    height: 842px;
    content: "";
    display: block;
    position: absolute;
    top: 120px;
    left: -625px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
}

.technologies {
	position: relative;
	margin-top: 90px;
}

.technologies h2.h2 {
	margin-bottom: 40px;
}

.technologies h3.h3 {
	margin-bottom: 20px;
}

.technologies .items {
	margin-bottom: 40px;
	border: 1px solid #000000;
	border-radius: 20px;
	padding: 32px 30px;
}

.technologies .items .wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.technologies .items .wrap img {
	max-height: 94px;
	width: auto;
}

.technologies .items:last-child {
	margin-bottom: 0;
}

.contact-us {
	position: relative;
	margin-top: 90px;
	margin-bottom: 57px;
}

.contact-us:after {
	width: 618px;
    height: 541px;
    content: "";
    display: block;
    position: absolute;
    bottom: -275px;
    right: -390px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    overflow: hidden;
}

.contact-us h2.h2 {
	margin-bottom: 8px;
}

.contact-us #contact-form {
	margin-top: 40px;
	max-width: 920px;
}

.contact-us #contact-form .input-col {
	display: grid;
    gap: 23px 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.contact-us #contact-form .input-col,
.contact-us #contact-form .input-row {
	margin-bottom: 23px;
	position: relative;
}

.contact-us #contact-form .input-col .form-input {
	position: relative;
}

.contact-us #contact-form .input-row.last {
	margin-bottom: 16px;
}

.contact-us #contact-form textarea::-webkit-scrollbar-thumb {
  background-color: grey;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;  
}

.contact-us #contact-form textarea::-webkit-scrollbar {
  width: 15px;
}

.contact-us #contact-form input,
.contact-us #contact-form textarea {
	width: 100%;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 20px;
	border: 1px solid #000000;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	padding: 24px;
}

.contact-us #contact-form textarea {
	resize: vertical;
	height: 150px;
}

.contact-us #contact-form .form-check {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.contact-us #contact-form .form-check .form-check-left {
	gap: 2px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-us #contact-form .form-check .form-check-right div {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.contact-us #contact-form .form-check .form-check-right div a {
	color: #0496FF;
}

.contact-us #contact-form input,
.contact-us #contact-form textarea,
.contact-us #contact-form input:focus,
.contact-us #contact-form textarea:focus {
	outline: none;
}

.contact-us #contact-form .form-check .form-check-left label {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.contact-us #contact-form .form-check .form-check-left label:before {
	width: 18px;
    height: 18px;
    content: "";
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #1D2431;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    box-sizing: border-box;
}

.contact-us #contact-form .form-check .form-check-left .custom-checkbox:checked + label:before {
	border-color: #1d2431;
    background-color: #1d2431;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 7.8C3 6.11984 3 5.27976 3.32698 4.63803C3.6146 4.07354 4.07354 3.6146 4.63803 3.32698C5.27976 3 6.11984 3 7.8 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H7.8C6.11984 21 5.27976 21 4.63803 20.673C4.07354 20.3854 3.6146 19.9265 3.32698 19.362C3 18.7202 3 17.8802 3 16.2V7.8Z' fill='%231D2431' stroke='%231D2431' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 12L10.5 15L13.5 12L16.5 9' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: auto;
}

.contact-us #contact-form .form-check .form-check-left .custom-checkbox {
	position: absolute;
    z-index: -1;
    opacity: 0;
}

.contact-us #contact-form .form-button {
	margin-top: 0;
}

.contact-us #contact-form .form-button #form_send {
	color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 15px 60px;
    border: none;
    border-radius: 750px;
    background-color: #8B62FF;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
  	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-us #contact-form .form-button #form_send:hover {
	background-color: #3800D7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-us #contact-form .form-input label {
	font-size: 24px;
	line-height: 30px;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 24px;
    font-weight: 400;
    pointer-events: none;
    border: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.contact-us #contact-form .form-input input:focus ~ label,
.contact-us #contact-form .form-input input:not(:placeholder-shown) ~ label {
	color: #C7C7C7;
    font-size: 12px;
    line-height: 15px;
    padding-top: 28px;
    -webkit-transform: translateY(-0.75rem);
    -ms-transform: translateY(-0.75rem);
    transform: translateY(-0.75rem);
}

.contact-us #contact-form .form-input input:focus,
.contact-us #contact-form .form-input input:not(:placeholder-shown) {
	font-size: 16px;
	padding: 34px 24px 14px 24px;
}

.contact-us #contact-form .input-row.last ::placeholder {
  color: #000000;
  opacity: 1;
}

.contact-us #contact-form .input-row.last ::-ms-input-placeholder {
  color: #000000;
}

.contact-us #contact-form .input-message {
	margin-left: 25px;
    line-height: 30px;
    color: #FF0000;
    font-weight: 400;
    font-size: 12px;
}

.contact-us #contact-form .form-check .input-message {
	margin: unset;
}

.contact-us #contact-form .warning input,
.contact-us #contact-form .warning textarea,
.contact-us #contact-form .form-check .form-check-left.warning label:before {
	border-color: #FF0000;
}

.main-footer {
	background-color: #000000;
	max-width: 100%;
	padding: 72px 80px 61px 80px;
}

.main-footer .wrap {
	max-width: 1437px;
	margin: 0 auto;
}

.main-footer .desktop {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.main-footer .desktop .left {
	display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start
}

.main-footer .desktop .right .year,
.main-footer .desktop .right .email {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: right;
}

.main-footer .desktop .right .email {
	margin-bottom: 9px;
}

.main-footer .desktop .footer-logo {
	padding-right: 30px;
	border-right: 1px solid #ffffff;
}

.main-footer .desktop .info {
	padding-left: 30px;
}

.main-footer .desktop .info p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	max-width: 418px;
	margin-bottom: 7px;
}

.main-footer .desktop .footer-logo img {
	max-width: 159px;
}

.main-footer .desktop .footer-logo p {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
.main-footer .mobile {
	display: none;
}

.main-footer a,
.main-footer p,
.main-footer div,
.main-footer span {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
 	font-optical-sizing: auto;
 	font-style: normal;
}

.hystmodal .hystmodal__styled {
	padding: 20px 20px;
}

.hystmodal .hystmodal__styled .h1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hystmodal .hystmodal__styled p {
	font-size: 15px;
	padding-bottom: 10px;
}

.advantages .wrap .left p {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #1C142B;
}

#sec-two {
	margin-top: 152px;
    background-color: #1C142B;
    padding: 72px;
    border-radius: 24px;
    position: relative;
}

#sec-two .first {
	max-width: 821px;
	margin-bottom: 48px;
}

#sec-two:before {
background-image: url(/wp-content/themes/sparkusd/img/big-coin.png);
    width: 630px;
    height: 630px;
    content: "";
    display: block;
    position: absolute;
    top: -390px;
    right: -229px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    overflow: hidden;
}

#sec-two .second {
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

#sec-two .second p {
	max-width: 608px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #ffffff;
}

#sec-two .second a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border: 1px solid #FFFFFF33;
	padding: 12px 32px;
	border-radius: 50px;
}

#sec-two .second a:hover {
	color: #1C142B;
	background-color: #ffffff;
}

#sec-two .second a:before {
	content: "";
	display: inline-block;
	background-image: url('/wp-content/themes/sparkusd/img/btn-icon.svg');
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

#sec-two .first p {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #A6338A;
	margin-bottom: 48px;
}

#sec-two .first h2 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #ffffff;
}

#sec-4 {
	padding: 0 70px;
	position: relative;
	margin-top: 128px;
	display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

#sec-4 .left {
	padding: 74px 94px 74px 0;
}

#sec-4 .left .sub {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #A6338A;
}

#sec-4 .left h2 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #1C142B;
	margin: 24px 0;
}

#sec-4 .left .text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #272036;
	margin-bottom: 32px;
}

#sec-4 .left a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #1C142B;
	padding: 12px 32px;
	border: 1px solid #1C142B33;
	border-radius: 50px;
}

#sec-4 .left a:hover {
	color: #EDEFFC !important;
	background-color: #1C142B;
	border-color: #1C142B;
}

#sec-4 .right {
	overflow: hidden;
    border-radius: 24px;
    display: flex;
    align-items: flex-end;
    min-width: 501px; 
    background-size: cover;
    background-position: center;
}

#sec-4 .right .text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #ffffff;
	padding: 32px 33px;
}

#sec-6 {
	margin-top: 120px;
    background-color: #1C142B;
    padding: 72px;
    border-radius: 24px;
    position: relative;
}

#sec-6 .wrap {
	display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

#sec-6 .left {
	min-width: 400px;
	margin-right: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#sec-6 .right .sub {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #A6338A;
}

#sec-6 .right h2 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #ffffff;
	margin: 48px 0 24px 0;
}

#sec-6 .right .text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #ffffff;
	margin-bottom: 48px;
	max-width: 636px;
}

#sec-6 .right a {
	font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    border: 1px solid #FFFFFF33;
    padding: 12px 32px;
    border-radius: 50px;
}

#sec-6 .right a:hover {
	color: #1C142B;
    background-color: #ffffff;
}

#colophon.site-footer {
	background-color: transparent;
	max-width: 1400px;
    margin: 0 auto;
    padding: 0 70px;
    display: block;
    margin-bottom: 96px;
}

#colophon.site-footer .wrap {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    text-align: left;
}

#colophon.site-footer .wrap .logo img {
	max-width: 142px;
}

#colophon.site-footer .wrap .col-1 .text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #1C142B;
	margin-top: 16px;
	max-width: 288px;
}
#colophon.site-footer .wrap .col-1 .copy {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	color: #797E9F;
	margin-top: 32px;
}

#colophon.site-footer .wrap .col-2 {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 60px;
    padding-right: 100px;
}

#colophon.site-footer .wrap .col-2 a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	cursor: pointer;
	color: #1C142B;
	text-decoration: none;
}

#colophon.site-footer .wrap .col-2 a:hover {
	text-decoration: underline;
	color: #A6338A;
}

#colophon.site-footer .wrap .col-3 .title {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #1C142B;
}

#colophon.site-footer .wrap .col-3 .text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #1C142B;
	margin: 8px 0 16px 0;
}

#colophon.site-footer .wrap .col-3 .socials a {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background-color: #1C142B;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}

#colophon.site-footer .wrap .col-3 .socials {
	display: flex;
}

#colophon.site-footer .wrap .col-3 .socials a:hover {
	background-color: #A6338A;
}

#colophon.site-footer .wrap .col-3 .socials a img {
	max-width: 20px;
	height: auto;
}

#sec-5 {
	padding: 0 70px;
	margin-top: 128px;
	display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
}

#sec-5 .left {
	margin-right: 32px;

}

#sec-5 .right {
	width: 883px;
}

#sec-5 .left .sub {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #A6338A;
}

#sec-5 .left h2 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0%;
	color: #1C142B;
	margin-top: 24px;
	margin-bottom: 12px;
}

#sec-5 .left .extra {
	display: inline-block;
}
#sec-5 .left .extra .text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #1C142B;
	display: inline-block;
	margin-right: 12px;
}

#sec-5 .left .extra a {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	box-shadow: 0px 12px 16px 0px #A6338A33;
    background: #A6338A;
    padding: 14px 32px;
    border-radius: 500px;
    display: inline-block;
}

#sec-5 .left .extra a:hover {
	background-color: #FF6F91;
}

#sec-5 .right .item {
	margin-right: 32px;
}

#sec-5 .right .item h3 {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #1C142B;
	margin: 12px 0;
}

#sec-5 .right .item .text {
	font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
margin-bottom: 12px;
color: #1C142B;
}

#sec-5 .right .item a {
	font-family: Montserrat;
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
display: flex;
}

#sec-5 .right .item a:after {
	content: "";
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/sparkusd/img/link-arrow-white.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    margin-left: 8px;
    transition: all .15s;
}

#sec-5 .right .item a:hover {
	text-decoration: underline;
	color: #A6338A;
}

#sec-5 .right .item a:hover:after {
	background-image: url(/wp-content/themes/sparkusd/img/link-arrow-hover.svg);
	transition: all .15s;
}

#sec-5 .right.slider {
	position: unset;
}

#sec-5 .slick-prev:before,
#sec-5 .slick-next:before {
	display: none;
}

#sec-5 .right .item .first {
	height: 152px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 16px;
}

#sec-5 .slick-prev.pull-left.slick-arrow {
	left: 70px;
    top: 240px;
}

#sec-5 .slick-next.pull-right.slick-arrow {
	top: 240px;
	left: 135px;
}

#sec-7 {
	margin-top: 120px;
	padding: 0 70px;
}

#sec-7 h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
color: #1C142B;
margin-bottom: 24px;
}

#sec-7 .wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 12px;
}

#sec-7 .wrap .item {
	padding: 16px 24px;
	background-color: #ffffff;
	border-radius: 12px;
}

#sec-7 .wrap .item .left {
	display: flex;
    align-items: center;
}

#sec-7 .wrap .item .inside {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: center;
}

#sec-7 .wrap .item .inside .img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
}

#sec-7 .wrap .item .right {
	background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/sparkusd/img/arrow-right.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#sec-8 {
	position: relative;
	padding: 0 70px;
	margin-top: 128px;
}

#sec-8 .first p {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #A6338A;
max-width: 650px;
}

#sec-8 .first h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
vertical-align: middle;
color: #1C142B;
margin-bottom: 48px;
margin-top: 24px;
max-width: 650px;
}

#sec-8 .second .item.slide {
	margin-right: 32px;
}
#sec-8 .second.slider.slick-initialized.slick-slider {
	position: unset;
}

#sec-8 .second .item.slide .first {
	height: 222px;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
    align-items: flex-end;
    display: flex;
    padding: 12px;
}

#sec-8 .second .item.slide .first .extra {
	padding: 4px 16px;
	font-family: Montserrat;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #1C142B;
border-radius: 50px;
}

#sec-8 .second .item.slide h3 {
	font-family: Montserrat;
font-weight: 600;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
color: #1C142B;
margin-bottom: 12px;
}

#sec-8 .second .item.slide .text {
font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
margin-bottom: 12px;
}

#sec-8 .second .item.slide .date {
	font-family: Montserrat;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
color: #797E9F;
}

#sec-8 .slick-prev:before,
#sec-8 .slick-next:before {
	display: none !important;
}

#sec-8 .slick-prev.pull-left.slick-arrow {
	top: 59px;
    left: unset;
    right: 195px;
}

#sec-8 .slick-next.pull-right.slick-arrow {
	top: 59px;
    left: unset;
    right: 132px;
}

#sec-9 {
	padding: 0 70px;
	margin-top: 128px;
	display: flex;
	justify-content: space-between;
}

#sec-9 .left {
	max-width: 331px;
	margin-right: 20px;
}

#sec-9 .right.accordion {
	max-width: 821px;
	width: 100%;
}

#sec-9 .left h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
vertical-align: middle;
color: #1C142B;
margin-bottom: 24px;
}

#sec-9 .left p {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #1C142B;
}

#sec-9 .right.accordion .title {
	cursor: pointer;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#sec-9 .right.accordion .title p {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #1C142B;
}

#sec-9 .right.accordion .title .show-icon {
	width: 14px;
	height: 14px;
	background-position: center;
    background-size: contain;
    background-image: url(/wp-content/themes/sparkusd/img/open.svg);
    background-repeat: no-repeat;
}

#sec-9 .right.accordion .content {
	display: none;
	margin-top: 24px;
	font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
}

#sec-9 .right.accordion .item {
	background: #FFFFFF66;
	border-radius: 12px;
	margin-bottom: 12px;
	padding: 24px;
}

#sec-9 .right.accordion .item.dactive__item {
	background: #ffffff;
}

#sec-9 .right.accordion .item.dactive__item .title .show-icon {
	background-image: url(/wp-content/themes/sparkusd/img/close.svg);
}

#pb.single.single-post .site-content.main-content,
#pb.blog .site-content.main-content,
#pb.archive .site-content.main-content,
#pb.page-template-atm-page .site-content.main-content,
#pb.page-template-transparency-page .site-content.main-content {
	margin-top: 148px;
    margin-bottom: 128px;
}

#pb .breadcrumbs {
	display: flex;
    align-items: center;
}

#pb .breadcrumbs a,
#pb .breadcrumbs div,
#pb .breadcrumbs p {
	display: inline-block;
	font-family: Montserrat;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
color: #1C142B;
}

#pb .breadcrumbs a:hover {
	color: #A6338A;
}

#pb .breadcrumbs .right-arrow {
	height: 12px;
	width: 12px;
	background-image: url('/wp-content/themes/sparkusd/img/right-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 5px;
	margin-right: 12px;
	margin-left: 12px;
}

#pb.single.single-post .site-content.main-content .block.block-single {
	background-color: transparent;
	padding: 0 70px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content {
	padding-top: 72px;
	padding-bottom: 0;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header,
#pb.single.single-post .site-content.main-content .block.block-single .article-content .content {
	max-width: unset;
	width: 100%;
	margin: 0;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main #ez-toc-container {
	display: none !important;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header {
 padding: 65px 120px;
 border-radius: 32px;
 background-color: #ffffff;
 text-align: center;
 margin-bottom: 64px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .cat {
	margin-bottom: 20px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .cat a {
font-family: Montserrat;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
background: linear-gradient(90deg, #E1EAFF 0%, #FFDAF6 100%);
padding: 5px 16px;
margin-bottom: 24px;
color: #1C142B;
border-radius: 50px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header h1 {
	font-family: Montserrat;
font-weight: 600;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
text-align: center;
color: #1C142B;
margin-bottom: 20px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .text {
	font-family: Montserrat;
font-weight: 500;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
color: #1C142B;
margin-bottom: 48px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .cat a:hover {
	background: linear-gradient(90deg, #E1EAFF 0%, #FFDAF6 100%);
	color: #1C142B;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info {
display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .extra {
	font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
margin-right: 12px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .name {
font-family: Montserrat;
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
margin-right: 40px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .date {
	font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #797E9F;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .image {
	display: flex;
	margin-right: 12px;
	margin-left: 12px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main p {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: justify;
color: #1C142B;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 40px;
line-height: 48px;
letter-spacing: 0%;
color: #1C142B;
margin-top: 32px;
margin-bottom: 32px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main h3 {
	font-family: Montserrat;
font-weight: 600;
font-size: 32px;
line-height: 40px;
letter-spacing: 0%;
color: #1C142B;
margin-top: 32px;
margin-bottom: 32px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main {
	max-width: 864px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar {
	max-width: 320px;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 24px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar #ez-toc-container {
	border: none;
	background-color: transparent;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .title {
font-family: Montserrat;
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
margin-bottom: 12px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .socials {
	display: flex;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .socials a {
	width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #1C142B;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .socials a.fb {
	background-color: #4F70E2;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .socials a.tw {
	background-color: #1C142B;
}
#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .socials a.in {
	background-color: #469FF2;
}
#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .socials a.insta {
	background-color: #E53368;
}
#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar .links .socials a.dd {
	background-color: #445DB4;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap {
	background-color: #FFFFFF;
	border-radius: 16px;
	padding: 40px;
	margin-top: 32px;
	margin-bottom: 32px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .text {
	margin-bottom: 24px;
	margin-top: 24px;
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: justify;
color: #1C142B;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .person {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .person .left {
	width: 64px;
	height: 64px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 16px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .person .right .name {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #1C142B;
margin-bottom: 4px;
}

#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .person .right .info {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #797E9F;
}

#pb.single.single-post .site-content.main-content #sec-8 {
	margin-top: 128px;
	padding: 0;
}

#pb.single.single-post ul.wp-block-list {
	margin-bottom: 32px;
	margin-top: 32px;
	list-style: disc;
}

#pb.single.single-post ul.wp-block-list li {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #1C142B;
margin-bottom: 12px;
}

#pb.single.single-post ul.wp-block-list li::marker {
	color: #A6338A;
}

#pb.single.single-post .site-content.main-content #sec-8 .first h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 40px;
line-height: 48px;
letter-spacing: 0%;
vertical-align: middle;
}

#pb.single.single-post .site-content.main-content #sec-8 .slick-prev.pull-left.slick-arrow,
#pb.single.single-post .site-content.main-content #sec-8 .slick-next.pull-right.slick-arrow {
	top: 30px;
}

#pb.single.single-post .site-content.main-content #sec-8 .slick-prev.pull-left.slick-arrow {
	right: 124px;
}

#pb.single.single-post .site-content.main-content #sec-8 .slick-next.pull-right.slick-arrow {
	right: 59px;
}

#pb.single.single-post #ez-toc-container {
	padding: 0;
	margin-bottom: 24px;
}

#pb.single.single-post #ez-toc-container .ez-toc-title {
	font-family: Montserrat;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
margin-bottom: 12px;
color: #1C142B;
}

#pb.single.single-post #ez-toc-container {
	width: 100%;
	background: none;
   border: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}

#pb.single.single-post .ez-toc-counter nav ul li a::before {
left: -18px;
    content: '';
    top: 2px;
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    background: #3B9596;
}
#pb.single.single-post .ez-toc-counter nav ul .ez-toc-list-level-3 li a::before   {
	    left: -32px;
}
#pb.single.single-post .ez-toc-counter nav ul li a::before  {
	opacity: 0;
	transition: 0.3s;
}
#pb.single.single-post .ez-toc-counter nav ul li a:hover::before  {
	opacity: 1;
	transition: 0.3s;
}
#pb.single.single-post #ez-toc-container li,
#pb.single.single-post #ez-toc-container ul,
#pb.single.single-post #ez-toc-container ul li, 
#pb.single.single-post .ez-toc-widget-container,
#pb.single.single-post .ez-toc-widget-container li {
	overflow: visible; 
}
#pb.single.single-post #ez-toc-container nav > ul {
	padding-left: 16px; 
	border-left: 1px solid #EDEFFC;
}
#pb.single.single-post #ez-toc-container a:hover{
	 color: #3B9596;
	transition: 0.3s;
	text-decoration: none;
}
#pb.single.single-post #ez-toc-container ul  ul {
	margin-left: 30px;
}
#pb.single.single-post #ez-toc-container a {
margin-bottom: 10px;
    line-height: 22px;
    font-family: Montserrat;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
color: #1C142B;
position: relative;
margin: 0;
padding: 8px 16px;
}

#pb.single.single-post #ez-toc-container .ez-toc-list.ez-toc-list-level-1 {
	width: 100%;
	max-width: unset;
}

#pb.single.single-post #ez-toc-container ul li {
	line-height: 1 !important;
}

#pb.single.single-post #ez-toc-container .ez-toc-title-container {
	margin-bottom: 12px;
}

#pb.blog .block.block-blog,
#pb.archive .block.block-blog {
	background-color: transparent;
	margin-top: 72px;
	padding: 0 70px;
}

#pb.blog .block.block-blog h1,
#pb.archive .block.block-blog h1 {
	font-family: Montserrat;
font-weight: 600;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
text-align: center;
color: #1C142B;
margin-bottom: 48px;
}

#pb.blog .block.block-blog .posts-list,
#pb.archive .block.block-blog .posts-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 48px 32px;
}

#pb.blog .block.block-blog .posts-list article a img,
#pb.archive .block.block-blog .posts-list article a img {
	border-radius: 24px;
}

#pb.blog .block.block-blog .posts-list article > a,
#pb.archive .block.block-blog .posts-list article > a {
	display: flex;
	position: relative;
}

#pb.blog .block.block-blog .posts-list article h2,
#pb.archive .block.block-blog .posts-list article h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
color: #1C142B;	
margin-top: 24px;
margin-bottom: 12px;
}

#pb.blog .block.block-blog .posts-list article h2 a,
#pb.archive .block.block-blog .posts-list article h2 a {
	font-family: Montserrat;
font-weight: 600;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
color: #1C142B;	
}

#pb.blog .block.block-blog .posts-list article h2:hover,
#pb.archive .block.block-blog .posts-list article h2:hover {
	color: #A6338A;
	text-decoration: none;
}

#pb.blog .block.block-blog .posts-list article h2:hover a,
#pb.archive .block.block-blog .posts-list article h2:hover a {
	color: #A6338A;
	text-decoration: none;
}

#pb.blog .block.block-blog .posts-list article .entry-content,
#pb.archive .block.block-blog .posts-list article .entry-content {
font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
margin-bottom: 12px;
}

#pb.blog .block.block-blog .posts-list article .date,
#pb.archive .block.block-blog .posts-list article .date {
font-family: Montserrat;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
color: #797E9F;
}

#pb.blog .block.block-blog .posts-list article .extra,
#pb.archive .block.block-blog .posts-list article .extra {
font-family: Montserrat;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #1C142B;
padding: 5px 16px;
border-radius: 50px;
position: absolute;
bottom: 12px;
left: 12px;
}

#pb.blog .navigation.pagination,
#pb.archive .navigation.pagination {
	display: flex;
    align-items: center;
    justify-content: center;
}

#pb.blog .navigation.pagination > h2,
#pb.archive .navigation.pagination > h2 {
	display: none;
}

#pb.blog .navigation.pagination .nav-links,
#pb.archive .navigation.pagination .nav-links {
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0 !important;
}

#pb.blog .navigation.pagination .nav-links .page-numbers,
#pb.archive .navigation.pagination .nav-links .page-numbers {
	margin-right: 8px;
}

#pb.blog .navigation.pagination .nav-links .page-numbers:nth-last-child(2),
#pb.archive .navigation.pagination .nav-links .page-numbers:nth-last-child(2) {
	margin-right: 0;
}

#pb.blog .navigation.pagination .nav-links .page-numbers:not(.current),
#pb.archive .navigation.pagination .nav-links .page-numbers:not(.current) {
display: flex;
font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #1C142B;
border: none;
background: transparent;
}

#pb.blog .navigation.pagination .nav-links .page-numbers:not(.current):hover,
#pb.archive .navigation.pagination .nav-links .page-numbers:not(.current):hover {
	text-decoration: none;
	color: #A6338A;
}

#pb.blog .navigation.pagination .nav-links .page-numbers.current,
#pb.archive .navigation.pagination .nav-links .page-numbers.current {
	font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #ffffff;
border-radius: 50%;
background: #A6338A;
border: none;
display: flex;
}

#pb.blog .navigation.pagination .nav-links a.next.page-numbers,
#pb.archive .navigation.pagination .nav-links a.next.page-numbers {
	display: none;
}

#pb.blog .navigation.pagination .nav-links .prev.page-numbers,
#pb.archive .navigation.pagination .nav-links .prev.page-numbers {
	display: none;
}

#pb .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

#pb .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

#pb .tab button:hover {
  background-color: #ddd;
}

#pb .tab button.active {
  background-color: #ccc;
}

#pb .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

#pb.page-template-atm-page .directions {
	margin-top: 72px;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    align-items: center;
}

#pb.page-template-atm-page .directions .right {
	width: 500px;
    height: auto;
    min-height: 524px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 24px;
}

#atm-tabs {
	margin-top: 96px;
}

#atm-tabs div,
#atm-tabs p,
#atm-tabs span,
#atm-tabs a,
#atm-tabs h2,
#atm-tabs button {
	color: #ffffff;
}

#atm-tabs .tab {
	border: none;
	background: transparent;
	position: relative;
	height: 48px;
}

#atm-tabs .tabcontent {
	padding: 72px;
	border: none;
	border-radius: 24px;
	border-top-left-radius: 0;
}

#atm-tabs #firsttab {
	background-color: #1C142B;
}

#atm-tabs #secondtab {
	background-color: #A6338A;
}

#atm-tabs .tab button {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
padding: 12px 12px;
display: flex;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
background-color: transparent !important;
height: 48px;
}

#atm-tabs .tab button.one {
	background-image: url('/wp-content/themes/sparkusd/img/tab-btn-left.svg');
	position: absolute;
	width: 235px;
	left: 0;
}

#atm-tabs .tab button.two {
	background-image: url('/wp-content/themes/sparkusd/img/tab-btn-right.svg');
	width: 250px;
	position: absolute;
	left: 200px;
}

#atm-tabs .tab button.one.active {
	z-index: 5;
}

#atm-tabs .tabcontent .first {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 48px;
}

#atm-tabs .tabcontent .first .left h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 40px;
line-height: 48px;
letter-spacing: 0%;
max-width: 720px;
}

#atm-tabs .tabcontent .first .left p {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
margin-top: 28px;
}

#atm-tabs .tabcontent .first .right a {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
padding: 12px 32px;
border-radius: 50px;
border: 1px solid #FFFFFF33
}

#atm-tabs .tabcontent .first .right a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #1C142B;
}

#atm-tabs .tabcontent .second {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 45px;
}

#atm-tabs .tabcontent .second .box .title {
	padding: 6px 16px;
	border-radius: 50px;
	font-family: Montserrat;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
background-color: #2D2145;
margin-bottom: 16px;
display: inline-block;
}

#atm-tabs #secondtab.tabcontent .second .box .title {
	background-color: #831a69;
}

#atm-tabs .tabcontent .second .box .text {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;

}

#find-atm {
	padding: 0 70px;
	margin-top: 120px;
	display: flex;
	flex-wrap: nowrap;
	gap: 90px;
	align-items: center;
	justify-content: space-between;
}

#find-atm .left {
	width: 52%;
	min-height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#find-atm .left img {
	max-width: 100%;
	height: auto;
}

#find-atm .left .mobile {
	display: none;
}

#find-atm .right {
	width: 48%;
}

#find-atm .right h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 40px;
line-height: 48px;
letter-spacing: 0%;
color: #1C142B;
margin-bottom: 24px;
}

#find-atm .right .content p,
#find-atm .right .content ul li {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #1C142B;
}

#find-atm .right .content b {
	font-family: Montserrat;
font-weight: 600;
font-size: 18px;
line-height: 26px;
letter-spacing: 0%;
color: #1C142B;
}

#find-atm .right .content p {
	margin-top: 24px;
}

#find-atm .right .content ul {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 25px;
}

#find-atm .right .content ul li {
	margin-bottom: 12px;
	list-style-image: url(/wp-content/themes/sparkusd/img/check-list.svg);
}

#pb.page-template-atm-page .directions .right.mob  {
	display: none;
}

#find-atm .right.mobile {
	display: none;
}

#pb.page-template-transparency-page #directions {
	margin-top: 80px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#pb.page-template-transparency-page #directions .left {
	width: 50%;
}

#pb.page-template-transparency-page #directions .right {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 50%;
	height: 600px;
}

#pb.page-template-transparency-page #directions .right.mob {
	display: none;
}

#pb.page-template-transparency-page .directions p.text {
	margin-top: 24px;
	margin-bottom: 24px;
}

#te-line {
	margin-top: 128px;
	padding: 0 70px;
	text-align: center;
}

#te-line h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #1C142B;
margin-bottom: 44px;
}

#te-line img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

#te-line img.mobile {
	display: none;
}

#te-line img.de {
	margin-bottom: 44px;
}

#te-line p {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color: #1C142B;
margin-bottom: 29px;
max-width: 680px;
margin-right: auto;
margin-left: auto;
}

#pb.page-template-transparency-page #te-line a,
#pb.page-template-transparency-page .directions .left ul.items li.item.one a {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #1C142B !important;
background: transparent;
border: 1px solid #1C142B33;
padding: 12px 32px;
border-radius: 50px;
box-shadow: unset;
display: flex;
align-items: center;
}

#pb.page-template-transparency-page #te-line a {
	width: fit-content;
}

#pb.page-template-transparency-page #te-line .center {
	display: flex;
	justify-content: center;
}

#pb.page-template-transparency-page #te-line a:before,
#pb.page-template-transparency-page .directions .left ul.items li.item.one a:before {
	content: "";
    display: inline-block;
    background-image: url(/wp-content/themes/sparkusd/img/btn-icon.svg);
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

#pb.page-template-transparency-page #te-line a:hover,
#pb.page-template-transparency-page .directions .left ul.items li.item.one a:hover {
	color: #1C142B !important;
    background-color: #ffffff;
    border-color: #ffffff;
}

#pb.page-template-transparency-page #sec-6 {
	margin-top: 104px;
	padding: 90px 70px;
}

#pb.page-template-transparency-page #sec-6 .right h2 {
	margin-top: 0;
	margin-bottom: 32px;
	font-family: Montserrat;
font-weight: 600;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
vertical-align: middle;

}

#pb.page-template-transparency-page #sec-6 .right .text {
	font-family: Montserrat;
font-weight: 500;
font-size: 20px;
line-height: 28px;
letter-spacing: 0%;
color: #ffffff;
margin-bottom: 24px;
}

#pb.page-template-transparency-page #sec-6 .right .text2 {
	color: #ffffff;
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
margin-bottom: 23px;
}

#pb.page-template-transparency-page #sec-6 .right a {
	display: inline-block;
}

#pb.page-template-transparency-page #sec-7 h2 {
	font-family: Montserrat;
font-weight: 600;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
margin-bottom: 24px;
}

#pb.page-template-transparency-page #sec-7 p.text {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
margin-bottom: 48px;
}

#pb.page-template-transparency-page #sec-7 .wrap {
	gap: 32px;
}

#pb.page-template-transparency-page #sec-7 .wrap .item {
	height: 160px;
	border-radius: 24px;
}

#pb.page-template-transparency-page #sec-7 .wrap .item .inside {
	display: block;
    height: 100%;
}

#pb.page-template-transparency-page #sec-7 .wrap .item .inside .left {
	    height: 100%;
    justify-content: center;
}

#pb.page-template-transparency-page #sec-7 .wrap .item .inside .left .img {
	width: 230px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 0;
}

#pb.page-template-transparency-page #sec-7 .wrap .item:nth-child(2) .inside .left .img,
#pb.page-template-transparency-page #sec-7 .wrap .item:nth-child(3) .inside .left .img,
#pb.page-template-transparency-page #sec-7 .wrap .item:nth-child(6) .inside .left .img {
	height: 40px;
}

#pb.page-template-transparency-page #sec-7 .wrap .item:nth-child(5) .inside .left .img {
	height: 70px;
}

#pb.page-template-transparency-page #sec-7.press .wrap .item .inside .left .img {
	height: 32px;
}

#pb.page-template-transparency-page #sec-7.press .wrap .item:nth-child(1) .inside .left .img {
	height: 73px;
}

#pb.page-template-transparency-page #sec-7.press .wrap .item:nth-child(3) .inside .left .img {
	height: 28px;
}

#pb.error404 .main-content {
	margin-top: 234px;
}

#pb.error404 .main-content .block-error-404 {
	text-align: center;
	margin-bottom: 144px;
}

#pb.error404 .main-content .block-error-404 img {
	width: 486px;
    height: auto;
    display: inline-block;
    margin-bottom: 63px;
}

#pb.error404 .main-content .block-error-404 h1 {
	font-family: Montserrat;
font-weight: 600;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
text-align: center;
color: #1C142B;
margin-bottom: 12px;
}

#pb.error404 .main-content .block-error-404 p {
	font-family: Montserrat;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 0;
color: #1C142B;
}

#pb.error404 .main-content .block-error-404 p.mobile {
	display: none;
}

#pb.error404 .main-content .block-error-404 p.line2 {
	margin-bottom: 24px;
}

#pb.error404 .main-content .block-error-404 a {
	font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #ffffff;
padding: 12px 32px;
border-radius: 50px;
background: #A6338A;
box-shadow: 0px 12px 16px 0px #A6338A33;
display: inline-block;
}

#pb.error404 .main-content .block-error-404 a:hover {
	background: #FF6F91;
	box-shadow: 0px 12px 16px 0px #FF6F9133;
}

.emission-slider-item-title {
    margin-bottom: 8px;    
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1B161F;
    justify-content: center;
    font-family: Montserrat;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
color:#1C142B;
}

.emission-slider-item-title.bottom {
	margin-top: 8px;
	margin-bottom: 0;
}

.emission-slider-item-title span {
	font-family: Montserrat;
font-weight: 500;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #1C142B;
}

.emission-slider-item-desc  {    
    font-style: normal;
    font-weight: 400;
    position: relative;    
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1B161F;
    justify-content: center;
    gap:8px;
    padding-bottom: 44px;   
}

.emission-slider {
    margin-left: 50px;  
    margin-right: 50px; 
    margin-bottom: 64px;
    position: relative;
}

.emission-slider:before {
    position: absolute;
    content: '';
    height: 2px;    
    width: 97%;  
    left: 50%;  
    transform: translateX(-50%);
    bottom: 44px;   
    background: linear-gradient(90deg, rgba(166, 51, 138, 0) 0%, #A6338A 48.08%, rgba(166, 51, 138, 0) 100%);
}

.emission-slider-item-desc:before {
    content: '';
    left: 50%;  
    transform: translateX(-50%);
    bottom: 0px;    
    width: 40px;    
    height: 40px;   
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.1' cx='20.5' cy='20' r='15' fill='%23A6338A'/%3E%3Ccircle cx='20.5' cy='20' r='8' fill='%23A6338A'/%3E%3Ccircle cx='20.5' cy='20' r='3' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.emission-slider .slick-preww {
    position: absolute;
    top: auto;
    right: auto;
    left: -50px;
    bottom: -6px;
}

.emission-slider .slick-pnext {
    position: absolute;
    top: auto;
    right: -50px;
    bottom: -6px;
}

.emission-slider .slick-arrow {
	cursor: pointer;
}

.emission-slider .slick-arrow svg {
	width: 48px;
	height: 48px;
}

.emission-slider .slick-next.pull-right.slick-arrow:before,
.emission-slider .slick-prev.pull-left.slick-arrow:before {
	display: none !important;
}

.emission-slider .slick-next.pull-right.slick-arrow,
.emission-slider .slick-prev.pull-left.slick-arrow {
	display: inline-block;
	cursor: pointer;
	width: auto;
	height: auto;
}

.emission-slider .slick-prev.pull-left.slick-arrow {
	left: -49px;
	top: 56%;
}

.emission-slider .slick-next.pull-right.slick-arrow {
	right: -49px;
	top: 56%;
}

.emission-slider .slick-next.pull-right.slick-arrow svg,
.emission-slider .slick-prev.pull-left.slick-arrow svg {
	display: inline-block;
}

.emission-slider .slick-dots {
	bottom: -50px;
}

.header_lang {
    height:50px;
    position: relative; 
    width: 100px;
	height: 40px;
}

.header_lang-iner {
    position: absolute;

    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start; 
}
.header_lang-iner {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 9px 16px;
	gap: 12px;
	background: #EEEEEE;
	border-radius: 24px;
}
.header_lang-inerin {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.header_lang li a {
	text-align: center;
	display: flex;
	gap: 4px;
    align-items: center;
    text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
.header_lang li {
    display: none;
    order:2;
}
.header_lang li.current-lang {
    display: flex; order:1;
}
.langsgk.header_lang .header_lang-iner > svg {
    transform: rotate(180deg);
    transition: 0.3s;
}
.langsgk.header_lang li {
    display: flex;
}

#pb .main-header .main-menu .item.extra,
.header_lang-iner {
	background-color: #EDEFFC;
}

.blog-page-archive-pagination {
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px;
}

.blog-page-archive-pagination > div {
	width: 155px;
	display: inline-block;
}

.blog-page-archive-pagination > div.right {
	display: flex;
	justify-content: flex-end;
}

.blog-page-archive-pagination > div.left {
	display: flex;
	justify-content: flex-start;
}

.blog-page-archive-pagination > div > a {
	display: flex;
    align-items: center;
    font-family: Montserrat;
font-weight: 500;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #1C142B;
}

.blog-page-archive-pagination > div > a svg.right {
	margin-left: 12px;
}

.blog-page-archive-pagination > div > a svg.left {
	margin-right: 12px;
}

#colophon.site-footer .wrap .col-2 {
	height: fit-content;
}
 












/* Media styles */
@media (max-width: 1440px) {

	#sec-5 .right {
		width: 750px;
	}

	.advantages .wrap .item .right {
		width: 350px;
	}
}

@media (max-width: 1440px) {
	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main {
		max-width: 700px;
	}
}

@media (max-width: 1300px) {
	.directions .graph-wrap {
		right: 75px;
	}

	#sec-5 .right {
		width: 650px;
	}
	#colophon.site-footer .wrap .col-2 {
		padding-right: 45px;
	}
	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .sidebar {
		display: none;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main {
		max-width: unset;
		width: 100%;
	}

	#atm-tabs .tabcontent .first {
		display: block;
	}

	#atm-tabs .tabcontent .first .right {
		margin-top: 35px;
	}
}

@media(max-width: 1259px) {
    .emission-slider:before {
        width: 100%;
    }
}

@media (max-width: 1200px) {
	.directions .graph-wrap {
		position: relative;
	    display: inline-block;
	    margin-top: 65px;
	    right: unset;
	    left: unset;
	    top: unset;
	    bottom: unset;
	}
	.directions .graph-wrap:before {
		display: none;
	}

	#sec-two .second p {
		width: 100%;
    display: block;
    order: 1;
    max-width: unset;
    margin-bottom: 25px;
	}
	#sec-two .second a {
		order: 2;
	}
	#sec-two .second {
		flex-wrap: wrap;
	}
	.advantages .wrap .item .left {
		width: 20%;
	}
	.advantages .wrap .item .right {
		width: 80%;
	}
	#sec-5 .slick-prev.pull-left.slick-arrow {
		left: unset;
    top: 118px;
    right: 198px;
	}
	#sec-5 .slick-next.pull-right.slick-arrow {
				left: unset;
    top: 118px;
    right: 130px;
	}
	#sec-5 {
		display: block;
	}
	#sec-5 .left {
		margin-bottom: 35px;
		margin-right: 0;
	}
	#sec-5 .right.slider {
		width: 100%;
	}
	#sec-6 .left {
		min-width: 350px;
	}
	#sec-5 .right .item .first {
		height: 200px;
	}
	#sec-4 {
		display: block;
	}

	#sec-4 .right {
		height: 450px;
	}

	#sec-4 .left {
		padding: 0 0 74px 0;
	}
	.advantages .wrap .left p {
		font-size: 20px;
	}
}

@media (max-width: 1100px) {
	.advantages,
	#sec-4,
	#colophon.site-footer,
	#sec-5,
	#sec-7,
	#sec-8,
	#sec-9,
	.directions {
		padding: 0 45px;
	}

	#colophon.site-footer .wrap .col-2 {
		padding-right: 30px;
	}

	#pb.blog .block.block-blog .posts-list,
	#pb.archive .block.block-blog .posts-list {
		grid-template-columns: 1fr 1fr;
	}

	#atm-tabs .tabcontent .second {
		grid-template-columns: 1fr 1fr 1fr;
	}

	#pb.page-template-transparency-page #sec-7 .wrap {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1000px) {
	.advantages .wrap {
		display: block;
	}

	.advantages .wrap .item .left {
		width: 25%;
	}

	.advantages .wrap .item .right {
		width: 75%;
	}

	.advantages .wrap .item {
		margin-bottom: 20px;
		align-items: flex-start;
	}

	#sec-6 .wrap {
		display: block;
	}

	#sec-6 .left {
		height: 300px;
		margin-bottom: 35px;
		margin-right: 0;
	}

	#sec-9 {
		display: block;
	}

	#sec-9 .left {
		margin-right: 0;
		width: 100%;
		max-width: unset;
		margin-bottom: 35px;
	}

	#colophon.site-footer .wrap .col-2 {
		margin-right: 15px;
	}
	#sec-two:before {
		display: none;
	}

	#find-atm {
		display: block;
	}

	#find-atm .left,
	#find-atm .right {
		width: 100%;
	}
	#find-atm .left {
		margin-bottom: 35px;
	}
}

@media(max-width: 940px) {
    .emission-slider-wrp {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {

	.blog-page-archive-pagination > div {
		display: none !important;
	}

	.blog-page-archive-pagination {
		justify-content: center !important;
	}

	.blog-page-archive-pagination {
		margin-top: 25px;
	}

	.hero .title p {
		font-size: 16px;
		line-height: 20px;
	}

	.hero .info .tag {
		padding: 4px 20px;
		font-size: 27px;
		line-height: 40px;
	}

	.hero .info {
		margin-top: 33px;
	}

	h2.h2 {
		font-size: 26px;
		line-height: 33px;
	}

	.directions {
		margin-top: 77px;
	}

	p.text {
		font-size: 14px;
		line-height: 19px;
	}

	.directions .items .item {
		font-size: 14px;
		line-height: 19px;
	}

	.directions .items {
		gap: 8px 14px;
	}

	.hero:before {
		width: 591px;
        height: 724px;
        top: -144px;
        left: -272px;
	}

	.advantages {
		margin-top: 70px;
	}

	.advantages .wrap .item {
		padding: 37px;
	}

	.directions p.text {
		margin-bottom: 20px;
	}

	.activity {
		margin-top: 70px;
	}

	.advantages h2.h2 {
		margin-bottom: 20px;
	}

	.advantages .wrap {
		gap: 16px 30px;
	}

	h3.h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.principles {
		margin-top: 70px;
	}

	.principles .item {
		padding: 24px 40px;
		margin-bottom: 12px;
	}

	.principles h2.h2 {
		margin-bottom: 20px;
	}

	.principles .item .wrap {
		max-width: 405px;
	}

	.principles .item.first:after {
		width: 136px;
        height: 165px;
        top: 26px;
	}

	.principles .item.second:after {
		width: 128px;
        height: 165px;
        top: 31px;
        right: 0;
	}

	.principles .item.third:after {
		width: 131px;
        height: 164px;
        top: 9px;
	}

	.technologies {
		margin-bottom: 70px;
	}

	.technologies h2.h2 {
		margin-bottom: 22px;
	}

	.technologies h3.h3 {
		margin-bottom: 12px;
	}

	.technologies .items {
		margin-bottom: 22px;
	}

	.technologies .items .wrap img {
		max-height: 30px;
	}

	.items.backend img:nth-child(3) {
		max-height: 40px;
	}

	.items.databases img {
		max-height: 35px;
	}

	.items.backend img:nth-child(1),
	.items.development img:nth-child(3) {
		max-height: 25px;
	}

	.technologies .items {
		padding: 20px 18px;
	}

	.contact-us {
		margin-top: 70px;
		margin-bottom: 158px;
	}

	.contact-us #contact-form input,
	.contact-us #contact-form textarea,
	.contact-us #contact-form .form-input label {
		font-size: 16px;
		line-height: 20px;
	}

	.main-footer {
		padding: 52px 35px 76px 35px;
	}

	.main-footer .desktop .footer-logo img {
		max-width: 119px;
	}

	.main-footer .desktop .footer-logo p {
		font-size: 15px;
		line-height: 18px;
	}

	.main-footer .desktop .info p {
		font-size: 12px;
		line-height: 15px;
	}

	.main-footer .desktop .footer-logo {
		padding-right: 22px;
	}

	.main-footer .desktop .info {
		padding-left: 22px;
	}

	.main-footer .desktop .right .year,
	.main-footer .desktop .right .email {
		font-size: 15px;
		line-height: 18px;
	}

	.main-footer .desktop .info p {
		max-width: 312px;
	}

	.advantages:before {
		width: 609px;
        height: 685px;
        top: -196px;
        right: -307px;
	}

	.advantages:after {
		width: 245px;
        height: 333px;
        top: 189px;
        left: -121px;
	}

	.activity:after {
		width: 140px;
        height: 263px;
        top: -30px;
        right: 0;
	}

	.principles:before {
		width: 399px;
        height: 91px;
        top: -30px;
        right: -229px;
	}

	.principles:after {
		width: 523px;
        height: 577px;
        top: 38px;
        left: -312px;
	}

	.contact-us:after {
	    width: 155px;
        height: 170px;
        bottom: -170px;
        right: -40px;
	}

	.advantages,
	#sec-4,
	#colophon.site-footer,
	#sec-5,
	#sec-7,
	#sec-8,
	#sec-9,
	.directions {
		padding: 0;
	}

	.hero .info .tag {
		font-family: Montserrat;
		font-weight: 600;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0%;
		text-align: center;
		vertical-align: middle;

	}

	.directions h1.h1 {
		font-family: Montserrat;
		font-weight: 600;
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 0%;
		vertical-align: middle;
	}

	.directions p.text {
		margin-top: 24px;
		margin-bottom: 16px;
		font-family: Montserrat;
		font-weight: 500;
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0%;
		vertical-align: middle;
	}

	.directions p.text-extra {
		font-family: Montserrat;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0%;
		vertical-align: middle;
		margin-bottom: 0;
	}

	#directions img.mobile {
		display: block;
		max-width: 350px;
	    height: auto;
	    width: 100%;
	    margin: 0 auto;
	}

	#pb.single.single-post .site-content.main-content #sec-8 {
		display: none;
	}

	#pb.single.single-post .site-content.main-content .block.block-single {
		padding: 0;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content {
		padding: 0;
	}

	#pb .breadcrumbs {
		display: none;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content {
		padding-top: 0;
	}

	#pb.single.single-post .site-content.main-content,
	#pb.blog .site-content.main-content,
	#pb.archive .site-content.main-content,
	#pb.page-template-atm-page .site-content.main-content,
	#pb.page-template-transparency-page .site-content.main-content {
		margin-top: 86px;
	    margin-bottom: 65px;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header {
		padding: 20px;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .cat a {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;

	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header h1 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 24px;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .extra {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;

	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .image img {
		max-width: 24px;
		height: auto;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .name {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info .date {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header .extra-info {
		gap: 12px 0;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .post-header {
		margin-bottom: 24px;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main p {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;

	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main h2 {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	margin-bottom: 16px !important;
	margin-top: 16px !important;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main h3 {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	margin-bottom: 16px !important;
	margin-top: 16px !important;
	}

	#pb.single.single-post ul.wp-block-list {
		margin-bottom: 16px !important;
	margin-top: 16px !important;
	}

	#pb.single.single-post ul.wp-block-list li {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap {
		padding: 20px;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	margin-top: 24px;
	}

	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .person .right .name {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;

	}
	#pb.single.single-post .site-content.main-content .block.block-single .article-content .content .main .blog-quote-wrap .person .right .info {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	}


		#pb .main-header.fixed {
			/*backdrop-filter: unset;*/
		}

		.directions .items .item.one a {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	width: 100%;
	}

	.directions .items .item {
		display: block;
		width: 100%;
		margin-bottom: 16px;
	}

	.directions .items .item.two a {
		width: 100%;
		display: block;
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	}

	.directions .items {
		display: block;
	}

	#sec-two,
	#sec-6 {
		margin-top: 40px;
		padding: 32px 20px;
	}

	#sec-two .first p,
	#sec-6 .right .sub {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#sec-two .first h2,
	#sec-6 .right h2 {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	margin-bottom: 0;
	margin-top: 0;
	}

	#sec-two .second p,
	#sec-6 .right .text {
		margin-top: 20px;
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 16px;
	}

	#sec-two .second a,
	#sec-6 .right a {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 16px;
	display: block;
	width: 100%;
	}

	#sec-6 .left {
		width: auto;
	    min-width: unset;
	    height: 200px;
	}

	#sec-two .first {
		margin-bottom: 0;
	}

	.advantages,
	#sec-4,
	#sec-4,
	#sec-5,
	#sec-7,
	#sec-8,
	#sec-9 {
		margin-top: 40px;
	}

	#colophon.site-footer {
		margin-bottom: 45px;
	}

	.advantages h2.h2 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 12px;
	}

	.advantages > p {
		display: none;
	}

	.advantages .wrap .item {
		display: block;
	    text-align: center;
	    padding: 20px;
	}

	.advantages .wrap .item .left {
		width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	    margin-right: 0;
	}

	.advantages .wrap .left p {
		margin-bottom: 12px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;

	}

	.advantages .wrap .item .left img {
		display: inline-block;
	    margin: 0 auto;
	}

	.advantages .wrap .item .right {
		width: 100%;
	    display: block;
	}

	.advantages h3.h3 {
		margin-bottom: 25px;
		font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 6px 24px;
	}

	.advantages p.text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;

	}

	.advantages .wrap .item {
		margin-bottom: 12px;
	}

	#sec-4 .left .sub {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 12px;
	}

	#sec-4 .left h2 {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	margin-bottom: 12px;
	}

	#sec-4 .left .text {
		display: none;
	}

	#sec-4 .left a {
		display: block;
		width: 100%;
		padding: 14px;
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;

	}

	#sec-4 .right {
		height: 350px;
	    width: auto;
	    min-width: unset;
	}

	#sec-4 .left {
		padding-bottom: 20px;
	}

	#sec-4 .right .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;

	}

	#sec-5 .slick-prev.pull-left.slick-arrow,
	#sec-5 .slick-next.pull-right.slick-arrow,
	#sec-8 .slick-prev.pull-left.slick-arrow,
	#sec-8 .slick-next.pull-right.slick-arrow {
		display: none !important;
	}

	#sec-5 .right .item {
		margin-right: 0;
	}

	#sec-5 .left .sub {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;

	}

	#sec-5 .left h2 {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	margin-bottom: 12px;
	margin-top: 12px;
	}

	#sec-5 .left .extra a {
		font-size: 12px;
	}

	#sec-5 .left {
		margin-bottom: 20px;
	}

	#sec-5 .right .item .first {
		height: 180px;
	}

	#sec-5 .right .item h3 {
		font-size: 16px;
	}

	#sec-5 .right .item .text {
		font-size: 14px;
	}

	#sec-6 {
		margin-top: 70px;
	}

	#sec-7 h2 {
		font-size: 20px;
		margin-bottom: 16px;
	}

	#sec-7 .wrap,
	#sec-7 .wrap .item {
		display: block;
	}

	#sec-7 .wrap .item .left p {
		font-size: 14px;
	}
	#sec-7 .wrap .item{
		padding: 12px;
		margin-bottom: 8px;
	}

	#sec-8 .first p {
		font-size: 14px;
	}

	#sec-8 .first h2 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-top: 12px;
	}

	#sec-8 .second .item.slide {
		margin-right: 0;
	}

	#sec-8 .second .item.slide h3 {
		font-size: 16px;
	}

	#sec-8 .second .item.slide .first {
		margin-bottom: 12px;
	}

	#sec-8 .second .item.slide .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;

	}

	#sec-8 .second .item.slide .date {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;

	}

	#sec-9 .left h2 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#sec-9 .left p {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;

	}

	#sec-9 .left {
		margin-bottom: 20px;
	}

	#sec-9 .right.accordion .item {
		padding: 18px 16px;
	}

	#sec-9 .right.accordion .title p {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;

	}

	#sec-9 .right.accordion .content {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	margin-top: 16px;
	}

	#sec-9 {
		margin-top: 50px;
	}

	#colophon.site-footer .wrap .col-1 .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;
	margin-top: 12px;
	width: 100%;
	max-width: unset;
	}

	#colophon.site-footer .wrap .col-1 .copy {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;
	margin-top: 16px;
	margin-bottom: 20px;
	}

	#colophon.site-footer .wrap .col-2 a {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	vertical-align: middle;

	}

	#colophon.site-footer .wrap {
		display: block;
	}

	#colophon.site-footer .wrap .col-3 .title {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	}

	#colophon.site-footer .wrap .col-3 .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;

	}

	#colophon.site-footer .wrap .col-2 {
		padding-right: 0;
	    margin-right: 0;
	    gap: 18px 75px;
	    margin-bottom: 20px;
	}


	#pb.blog .block.block-blog .posts-list,
	#pb.archive .block.block-blog .posts-list {
		grid-template-columns: 1fr;
	}

	#pb.blog .block.block-blog h1,
	#pb.archive .block.block-blog h1 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#pb.blog .block.block-blog,
	#pb.archive .block.block-blog {
		padding: 0;
	}

	#pb.blog .block.block-blog .posts-list article a img,
	#pb.archive .block.block-blog .posts-list article a img {
		max-width: 100%;
		height: auto;
	}
	#pb.blog .block.block-blog .posts-list article .extra,
	#pb.archive .block.block-blog .posts-list article .extra {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 3px 16px;
	bottom: 8px;
	    left: 8px;
	}

	#pb.blog .block.block-blog .posts-list article h2,
	#pb.archive .block.block-blog .posts-list article h2 {
		margin-top: 12px;
		font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	}

	#pb.blog .block.block-blog .posts-list article h2 a,
	#pb.archive .block.block-blog .posts-list article h2 a {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	}

	#pb.blog .block.block-blog .posts-list article .entry-content,
	#pb.archive .block.block-blog .posts-list article .entry-content {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	}

	#pb.blog .block.block-blog .posts-list article .date,
	#pb.archive .block.block-blog .posts-list article .date {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;
	}

	#pb.page-template-atm-page .directions {
		display: block;
	}

	#pb.page-template-atm-page .directions .right.de {
		display: none;
	}

	#pb.page-template-atm-page .directions .right.mob {
		display: block;
		width: 100%;
		height: 450px;
		min-height: unset;
		margin-bottom: 24px;
	}

	#pb.page-template-atm-page .directions p.text {
		margin-top: 12px;
	}

	#pb.page-template-atm-page .directions .items {
		margin-top: 24px;
	}

	#pb.page-template-atm-page .directions .items {
		display: flex;
	    flex-wrap: nowrap;
	    gap: 16px;
	}

	#atm-tabs {
		margin-top: 27px;
	}

	#find-atm {
		margin-top: 24px;
		padding: 0;
		display: block;
	}

	#find-atm .right.mobile {
		display: block;
	}

	#find-atm .right.de {
		display: none;
	}

	#find-atm .left .mobile {
		display: inline-block;
	}

	#find-atm .left .desktop {
		display: none;
	}

	#find-atm .right h2 {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;
	margin-bottom: 12px;
	}

	#find-atm .right .content p,
	#find-atm .right .content ul li {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	}

	#find-atm .right .content p {
		margin-top: 12px;
	}

	#find-atm .right .content b {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;

	}

	#find-atm .left {
		display: block;
		text-align: center;
		margin-top: 20px;
		min-height: unset;
	}

	#pb.page-template-atm-page #sec-9 {
		margin-top: 24px;
	}

	#atm-tabs .tab {
		height: 34px;
	}

	#atm-tabs .tab button.one {
		background-image: url('/wp-content/themes/sparkusd/img/tab-btn-left-mob.svg');
		font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 34px;
	}

	#atm-tabs .tab button.two {
		background-image: url('/wp-content/themes/sparkusd/img/tab-btn-right-mob.svg');
		font-family: Montserrat;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 34px;
	left: 135px;
	}

	#atm-tabs .tabcontent {
		padding: 32px 20px;
	}

	#atm-tabs .tabcontent .first .left h2 {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0%;

	}

	#atm-tabs .tabcontent .first .left p {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-top: 16px;
	}

	#atm-tabs .tabcontent .first .right {
		margin-top: 16px;
	}

	#atm-tabs .tabcontent .first .right a {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	display: block;
	width: 100%;
	}

	#atm-tabs .tabcontent .first {
		margin-bottom: 25px;
	}

	#atm-tabs .tabcontent .second {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	#atm-tabs .tabcontent .second .box .title {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 4px 12px;
	}

	#atm-tabs .tabcontent .second .box .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;

	}

	#pb.page-template-transparency-page #directions {
		display: block;
	}

	#pb.page-template-transparency-page #directions .right.mob {
		    display: block;
	    width: 100%;
	    height: 300px;
	}

	#pb.page-template-transparency-page #directions .left {
		width: 100%;
	}

	#pb.page-template-transparency-page #directions .right.de {
		display: none;
	}

	#pb.page-template-transparency-page #directions .hero .info {
		margin-top: 24px;
	}

	#pb.page-template-transparency-page #directions .hero {
		margin-bottom: 16px;
	}

	#pb.page-template-transparency-page .directions p.text {
		margin-top: 12px;
		margin-bottom: 16px;
	}

	#pb.page-template-transparency-page .directions p.text-extra {
		margin-bottom: 24px;
	}

	#pb.page-template-transparency-page #te-line a,
	#pb.page-template-transparency-page .directions .left ul.items li.item.one a {
		font-size: 14px;
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	padding: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	width: 100%;
	}

	#te-line {
		margin-top: 24px;
		padding: 0;
	}

	#te-line h2 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#te-line img.de {
		display: none;
	}

	#te-line img.mobile {
		display: inline-block;
		margin-bottom: 20px;
	}

	#te-line p {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#pb.page-template-transparency-page #sec-6 {
		margin-top: 32px;
		padding: 32px 20px;
	}

	#pb.page-template-transparency-page #sec-6 .right h2 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	margin-bottom: 20px;
	}

	#pb.page-template-transparency-page #sec-6 .right .text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#pb.page-template-transparency-page #sec-6 .right .text2 {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#pb.page-template-transparency-page #sec-6 .right a {
		padding: 12px;
		max-width: 350px;
	}

	#pb.page-template-transparency-page #sec-7 h2 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#pb.page-template-transparency-page #sec-7 p.text {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	}

	#pb.page-template-transparency-page #sec-7 .wrap .item {
		margin-bottom: 12px;
		height: 120px;
		border-radius: 16px;
	}

	#pb.error404 .main-content {
		margin-top: 127px;
	}

	#pb.error404 .main-content .block-error-404 img {
		max-width: 400px;
		width: 100%;
		margin-bottom: 25px;
	}

	#pb.error404 .main-content .block-error-404 h1 {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 12px;
	}

	#pb.error404 .main-content .block-error-404 p {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	}

	#pb.error404 .main-content .block-error-404 p.mobile {
		display: block;
	}

	#pb.error404 .main-content .block-error-404 p.de {
		display: none;
	}

	#pb.error404 .main-content .block-error-404 p.line2 {
		margin-bottom: 12px;
	}

	#pb.error404 .main-content .block-error-404 a {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	}

	#pb.error404 .main-content .block-error-404 {
		margin-bottom: 50px;
	}

	.emission-slider-item-title {
		font-family: Montserrat;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	}

	.emission-slider-item-title span {
		font-family: Montserrat;
	font-weight: 500;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	vertical-align: middle;
	}

	.emission-slider .slick-prev.pull-left.slick-arrow,
	.emission-slider .slick-next.pull-right.slick-arrow {
		top: 55%;
	}

	.directions .graph-wrap {
		margin: 0 auto !important;
		margin-top: 35px !important;
		display: block !important;
		max-width: 500px !important;
		padding: 30px 12px 15px 12px;
	}

	.directions .graph-wrap .chart-canvas-wrap {
		width: 100% !important;
	}


}



/* 700! */ 
@media (max-width: 700px) {
	.principles .item .wrap {
		max-width: 320px;
	}

	.principles .item.first:after {
		width: 160px;
        height: 165px;
        top: 30px;
	}

	.principles .item.second:after {
		width: 141px;
        height: 165px;
        top: 20px;
        right: 0;
	}

	.principles .item.third:after {
		width: 150px;
        height: 164px;
        top: 12px;
	}

}

@media(max-width: 620px) {
    .emission-slider .slick-arrow svg {
    	width: 32px;
    	height: 32px;
    }

    .emission-slider .slick-prev.pull-left.slick-arrow,
	.emission-slider .slick-next.pull-right.slick-arrow {
		top: 54%;
	}
}

@media (max-width: 600px) {
	#pb.single.single-post .site-content.main-content,
	#pb.blog .site-content.main-content,
	#pb.archive .site-content.main-content,
	#pb.page-template-atm-page .site-content.main-content,
	#pb.page-template-transparency-page .site-content.main-content {
		margin-bottom: 32px;
	}
	
}

@media (max-width: 450px) {
	#pb.page-template-atm-page .directions .right.mob {
		height: 309px;
	}
}

@media (max-width: 350px) {
	#atm-tabs .tabcontent {
		border-top-right-radius: 0;
	}
}
