/* global style css - act as theme child style css */

:root {
	--subTitle: clamp(11.5px, calc(11.5px + (13.5 - 11.5) * ((100vw - 375px) / (1920 - 375))), 13.5px);
	--subTittleBiggerMobile: clamp(13px, calc(13px + (13.5 - 13) * ((100vw - 375px) / (1920 - 375))), 13.5px); 
	--white: #fff;
	--black: #0b1014;
	/*
	--brandColor: #00a2d4;
	--brandColorDarker: #0059a8;
	*/
	--gray: rgb(11 16 20/60%);
	--squareRadius: calc(6px + (7.5 - 6) * ((100vw - 375px) / (1920 - 375)));
	--sectionMargin: clamp(75px, calc(75px + (162 - 75) * ((100vw - 480px) / (1920 - 480))), 162px);
	--sectionMarginSmall: clamp(50px, calc(50px + (86 - 50) * ((100vw - 375px) / (1920 - 375))), 86px);
	--roundedRadius: 100px;
	--circleRadius: 100%;
	
	--innerWidth: 88.6vw;
	--brandColorBlue: #083157;
	--brandColorYellow: #fccc0e;
	--brandColorMagenta: #911373;
	--baseTextColor: #363636;
	
	--theme-font-family: 'Primary', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	--footer-font-size: calc(90% + .0175vw);
}
/*
*, *::before, *::after,
html {
	scroll-behavior: smooth;
}

html, * {
	will-change: auto;
}
*/

html {
    scroll-behavior: smooth;
}

html.slide-opened {
	overflow: hidden;
}

:target:before {
    content: '';
    display: block;
    height: 200px;
    margin: -200px 0 0;
}

body {
	line-height: 1.515;
	letter-spacing: .05px;
}

.entry-content ul, .entry-content ol {
    padding-inline-start: 1.35em;
}

.entry-content ul li, .entry-content ol li {
    padding-left: .35em;
}

a, a.button {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .45s, color .4s;
  width: fit-content
}

a.button.rotated svg {
	transform-style: preserve-3d;
    transition: transform .475s cubic-bezier(.215, .61, .355, 1), margin .475s cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
}

a.button.rotated:hover svg {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    margin: 0 -2.5px 0 2.5px;
}

a:hover {
  background-size: 100% 2px;
}

a.no-bg-img,
.ct-social-box a,
a.site-logo-container {
	background-image: none;
}

mark {
	background: none;
}


h2 {
    letter-spacing: -.25px;
	line-height: 1.25;
}

#header {
	font-family: 'Brand';
	background-color: var(--white);
	/* padding:  calc(4.4px + (10.8 - 4.4) * ((100vw - 375px) / (1920 - 375))) 0;
	will-change: transform; */
	z-index: 999;
	box-shadow: 0px 25px 70px -25px #1d1d1d18;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    --theme-font-weight: 550;
	letter-spacing: .1px;
}

#header .ct-container {
	margin-left: calc( -1 * var(--innerWidth) / 2 + 50%);
    margin-right: calc( -1 * var(--innerWidth) / 2 + 50%);
    max-width: var(--innerWidth) !important;
    width: auto !important;
}

.text-hover-is-white:hover,
.text-is-white {
	color: var(--white)
}

.text-is-blue {
	color: var(--brandColorBlue)
}

.text-is-yellow {
	color: var(--brandColorYellow)
}

.text-is-magenta {
	color: var(--brandColorMagenta)
}

.background-is-white {
	background-color: var(--white)
}

.background-is-blue {
	background-color: var(--brandColorBlue)
}

.background-is-yellow {
	background-color: var(--brandColorYellow)
}

.background-is-magenta {
	background-color: var(--brandColorMagenta)
}

/* blocksy spesific */


.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: auto;
    margin-right: auto;
}

#header{
	height: fit-content
}

.with-icon svg,
a.button.with-icon svg {
	width: .99em;
    height: auto;
    aspect-ratio: 1 / 1;
	display: flex;
}

a.global-bg-button {
    color: var(--white);
    background-color: #072ac8;
    /* background-image: radial-gradient(circle farthest-corner at 100% 0%, #072ac8, #6006c7 65%, #06a3c7); */
	background-image: radial-gradient(circle farthest-corner at 100% 0%, #13a3d6, #0a5fab 65%, #06a3c7);
    background-size: 100% 100%;
    transition: background-size .35s;
}

#header .right a.button.global-bg-button:hover,
a.global-bg-button:hover {
    animation: backgroundZoom 3.15s infinite ease-in-out;
}

@keyframes backgroundZoom {
    0% {
        background-size: 100% 100%;
    }
    25% {
        background-size: 100% 200%;
    }
    50% {
        background-size: 200% 300%;
    }
    75% {
        background-size: 100% 200%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.main-navigation .main-nav ul li a {
	display: flex;
    align-items: center;
	gap: 5px;
	padding-bottom: 2.5px;
    margin-top: 2.5px;
}

.main-nav ul > li a:after {
	width: auto;
    height: 15.75px;
	aspect-ratio: 1 / 1;
    line-height: 1;
}

a.button {
	
}

a.button.slide-hover {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size .35s;
}

a.button.slide-hover {
  background-image: linear-gradient(#ed367a, #ed367a);
}

a.button.slide-hover:hover {
  background-size: 100% 100%;
}

a.button.with-icon {
	column-gap: 7px;
}

.section-margin-top {
	margin-top: var(--sectionMargin)
}

.section-margin-top-small {
	margin-top: var(--sectionMarginSmall)
}

.section-margin-bottom {
	margin-bottom: var(--sectionMargin)
}
.section-margin-bottom-small {
	margin-bottom: var(--sectionMarginSmall)
}

.global-margin-top {
	margin-top: 1.25em
}

.global-margin-bottom {
	margin-bottom: 1.25em
}

.medium-margin-top {
	margin-top: .75em
}

.small-margin-top {
	margin-top: .65em
}

.very-small-margin-top {
	margin-top: .4em
}

.small-margin-bottom {
	margin-bottom: .65em
}

.global-gap {
	gap: calc(18px + .5vw);
}

.small-global-gap {
	gap: calc(8px + .5vw);
}

.very-small-global-gap {
	gap: calc(4px + .25vw);
}

.large-global-gap {
	gap: clamp(18px,calc(18px + (42 - 18) * ((100vw - 360px) / (1920 - 360))),42px)
}

.rounded-radius {
	border-radius: var(--roundedRadius)
}

.square-radius {
	border-radius: var(--squareRadius)
}

.scroll-vertical, .scroll-horizontal {
    will-change: transform;
}

.text-is-larger {
	font-size: clamp(17.65px,calc(17.65px + (22 - 17.65) * ((100vw - 360px) / (1920 - 360))),22px)
}

.text-is-larger {
	font-size: clamp(17.65px,calc(17.65px + (22 - 17.65) * ((100vw - 360px) / (1920 - 360))),22px)
}

.box-with-padding {
	padding: calc(1.65em + .45vw) calc(1.55em + .35vw);
}

.has-light-border {
	border: .065rem solid #e3e8ef;
}

.has-tight-box-shadow {
    box-shadow: 0 0 #6a696900, 0 .7px .3px #6a69691a, 0 2.2px 1.9px #6a69691d, 0 6.9px 9.4px #6a696920;
}

.has-square-radius {
	border-radius: var(--squareRadius);
}

.has-brand-linear-bg-img {
	background-image: linear-gradient(#fff, #fafafa 5%, #fafafa82 50%, #fff), linear-gradient(314deg, #072ac8, #072ac8 17.5%, #00a2d4 32.5%, #072ac8 50%, #0a5fab 65%, #0059a8 82.5%, #00a2d4);
}

.entry-content ul.list-is-none{
    padding-inline-start: 0;
}

.entry-content ul.list-is-none li {
    padding-left: 0;
}

/*
 
.site-footer .inner a:not(:hover) {
	opacity: .96
}
*/

.svg-underline {
	position: relative;
	width: fit-content;
}

.svg-underline:after {
	content: '';
}

.svg-underline:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.svg-underline:after {
	background-repeat: no-repeat;
    background-position: bottom;
    height: -webkit-fill-available;
    z-index: -1;
}

.svg-underline.yellow-1:after {
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="292" height="12" fill="none"%3E%3Cpath stroke="%23fccc0e" stroke-linecap=" round " stroke-width="3.625" d="M2.5 9.885c59.265-3.911 199.636-10.56 287-5.867"/%3E%3C/svg%3E');
    transform: skew(0.05turn, 180deg);
    margin-left: -6px;
    margin-right: -2px;
    bottom: -5px;
}

.svg-underline.yellow-2:after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1418 125" fill="%23fccc0e"><path d="M1412.29 72.17c-11.04-5.78-20.07-14.33-85.46-25.24-22.37-3.63-44.69-7.56-67.07-11.04-167.11-22.06-181.65-21.24-304.94-30.56C888.78 1.39 822.57 1.1 756.44 0c-46.63-.11-93.27 1.56-139.89 2.5C365.5 13.55 452.86 7.68 277.94 23.15 202.57 33.32 127.38 45.01 52.07 55.69c-11.23 2.41-22.63 4.17-33.71 7.22C6.1 66.33 5.64 66.19 3.89 67.79c-7.99 5.78-2.98 20.14 8.72 17.5 33.99-9.47 32.28-8.57 178.06-29.66 4.26 4.48 7.29 3.38 18.42 3.11 13.19-.32 26.38-.53 39.56-1.12 53.51-3.81 106.88-9.62 160.36-13.95 18.41-1.3 36.8-3.12 55.21-4.7 23.21-1.16 46.43-2.29 69.65-3.4 120.28-2.16 85.46-3.13 234.65-1.52 23.42.99 1.57-.18 125.72 6.9 96.61 8.88 200.92 27.94 295.42 46.12 40.87 7.91 116.67 23.2 156.31 36.78 3.81 1.05 8.28-.27 10.51-3.58 3.17-3.72 2.66-9.7-.78-13.13-3.25-3.12-8.14-3.44-12.18-5.08-17.89-5.85-44.19-12.09-63.67-16.56l26.16 3.28c23.02 3.13 46.28 3.92 69.34 6.75 10.8.96 25.43 1.81 34.34-4.39 2.26-1.54 4.86-2.75 6.21-5.27 2.76-4.59 1.13-11.06-3.59-13.68ZM925.4 23.77c37.64 1.4 153.99 10.85 196.64 14.94 45.95 5.51 91.89 11.03 137.76 17.19 24.25 4.77 74.13 11.21 101.72 18.14-11.87-1.15-23.77-1.97-35.65-3.06-133.46-15.9-266.8-33.02-400.47-47.21Z"></path></svg>');
    transform: translate(calc(6px + (10 - 6) * ((100vw - 375px) / (1920 - 375))), 0) rotate(357deg);
    bottom: -15px;
}

.has-small-shadow {
    box-shadow: 0 0 #6a696900, 0 .6px .2px #6a696912, 0 1.5px .6px #6a696915, 0 3px 2px #6a696917, 0 6.4px 5.7px #6a696918, 0 15.5px 16.9px #6a69691a;
}

.wk-toggle-item {
    display: flex !important;
    flex-direction: column !important;
    will-change: height;
}

.wk-toggle-item,
.wk-toggle-label {
    padding: 30px 25px;
}

.wk-toggle-label {
    cursor: pointer;
    margin: -30px -25px;
}

.wk-toggle-label h3 {
	flex-direction: row-reverse;
	margin-bottom: calc(1px + .05vw);
}

.wk-toggle-label svg {
    width: 1.365em;
    height: auto;
    aspect-ratio: 1 / 1;
    fill: currentColor;
    /* transition: .165s transform ease; */
	transition: transform .165s ease, color .3s;
}

.wk-toggle-item.active .wk-toggle-label svg {
   /*  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg); */
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(225deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	color: var(--brandColorMagenta);
}

.wk-toggle-item.active h3 {
	color: var(--brandColorMagenta);
}

.wk-toggle-content-container {
	grid-template-rows: 0fr;
	will-change: height, grid-template-rows;
    transition: .235s grid-template-rows cubic-bezier(.16,.68,.43,.99), margin-top .25s;
}

.wk-toggle-content {
	font-size: calc(92% + .05vw);
	overflow: hidden
}

.wk-toggle-item.active .wk-toggle-content-container {
	margin-top: calc(7px + .25vw);
	grid-template-rows: 1fr;
}


/* footer */

#footer {
	display: grid;
    row-gap: 24px;
	background-color: #fcfcfc;
	margin-top: calc(39px + (68 - 39) * ((100vw - 360px) / (1920 - 360))) ;
	padding: calc(39px + (68 - 39) * ((100vw - 360px) / (1920 - 360)))  0 calc(18px + (26 - 18) * ((100vw - 360px) / (1920 - 360)));
	font-size: var(--footer-font-size)
}

#footer .top .column {
	row-gap: calc(7px + (14 - 7) * ((100vw - 360px) / (1920 - 360)))
}

#footer h2 {
	font-weight: 560;
    font-size: 102%
}

#footer ul.list-is-none {
	row-gap: 4.25px
}

#footer a {
	color: var(--brandColorBlue)
}

#footer a:hover {
	color: var(--brandColorMagenta)
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
	/* padding-top: 24px; */
}

#footer .top img {
	margin-left: -8px;
	margin-bottom: -4px
}

#footer .middle {
	border-top: 1px solid;
    border-bottom: 1px solid;
	border-color: #dddddd;
	grid-template-columns: repeat(7, 1fr);
	margin-top: 1.8em;
}

#footer .middle.payments figure {
	text-align: center
}

#footer .middle.payments img {
	width: auto;
	object-fit: contain
}

.popup-button-container {
	position: fixed;
    right: .5em;
    bottom: 4em;
	z-index: 999
}

a.popup-button span:first-child:before {
	content: '';
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: var(--brandColorMagenta);
	animation: pulse 2s infinite;
    animation-delay: .05s;
	border-radius: var(--circleRadius);
    aspect-ratio: 1 / 1;
    z-index: -1;
}

a.popup-button:hover span:first-child:before {
	animation: none
}

@keyframes pulse {
   0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		opacity: .5;
	}
	100% {
		-webkit-transform: scale(1.33);
		transform: scale(1.33);
    	opacity: 0;
	}
}

a.popup-button span:first-child {
    display: flex;
    justify-content: center;
    background-color: var(--brandColorMagenta);
    border-radius: var(--circleRadius);
    width: calc(60px + .5vw);
    aspect-ratio: 1 / 1;
    padding: .46em;
    height: auto;
}

.popup-chat a svg,
a.popup-button svg {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    fill: currentColor;
    color: var(--white);
}

a.popup-button span:last-child {
	font-size: 15px;
	font-weight: 440;
}

#ct-popup-360 .ct-popup-inner:before {
	/* content: '▲'; */
	content: '';
    position: absolute;
    transform: rotate(137deg) scale(2.2);
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #fff;
    bottom: -5px;
    right: -3.5px;
	z-index: 1;
}

#ct-popup-360 .ct-popup-inner {
    bottom: 7em;
    right: 1.8em;
    max-width: calc(318px + (390 - 318) * ((100vw - 360px) / (1920 - 360)))
}

#ct-popup-360 .ct-popup-inner .ct-popup-content {
	padding: 30px calc(20px + (32 - 20) * ((100vw - 360px) / (1920 - 360)))
}

.popup-chat.contact {
	font-size: calc(82% + .025vw);
	letter-spacing: -.15px;
	width: 100%;
}

.popup-chat.contact a strong {
	font-size: 105%;
	font-weight: 580
}

.popup-chat.contact a {
	color: #888;
	
    width: 100%;
	column-gap: 12px;
    border-radius: var(--squareRadius);
    padding: 8px;
	padding: calc(6px + (9.5 - 6) * ((100vw - 360px) / (1920 - 360)));
	transition: all .35s!important
}

.popup-chat.contact a:hover {
	/* color: var(--brandColorMagenta); */
	background-color: #f7f7f7;
}

/* .popup-chat.contact a */
.popup-chat.contact a strong {
	transition: color .1s;
	color: var(--black)
}

.popup-chat.contact a:not(:hover) strong {
	color: var(--black)
}


.popup-chat a span:first-child {
	display: flex;
	width: 3.3em;
	height: 3.3em;
    border-radius: var(--circleRadius);
    aspect-ratio: 1 / 1;
	padding: .65em;
}

.popup-chat a.whatsapp span:first-child {
	background-color: #25D366;
	padding: .525em;
}

.popup-chat a.instagram span:first-child {
	background-color: var(--brandColorMagenta);
}
.popup-chat a.messenger span:first-child {
	background-color: #567AFF;
}

.popup-chat a.email span:first-child {
	background-color: #FF643A;
	padding: .775em;
}

.popup-chat a.feedback span:first-child {
	background-color: #FF0000;
	padding: .89em;
}

@media (min-width: 768px) {
	
	[class*=header-menu] .menu {
		align-items: center;
	}
	
	.menu li.menu-item {
		height: fit-content;
	}
	
	.inner,
	.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		width: var(--theme-normal-container-max-width)
	}
	
	iframe.visa-form {
    	min-height: calc(445px - 2vw);
	}
	
	/* footer */
	
	#footer .top .address {
		min-width: 333px
	}
	
	#footer .top img {
		width: 222px;
	}
	
	#footer .middle {
		padding: 38px 20em;
	}
	
	#footer .middle.payments img {
		height: 40px;
	}
}

@media (min-width: 3540px) {
	
	
}

@media (min-width: 1025px) and (max-width: 1366px) {
	
	
}

@media (min-width: 768px) and (max-width: 1024px) {

	
	
}

@media (max-width: 767px) {
	
	:root {
		--gp-slideout-width: 310px!important;
	}
	
	.inner,
	.is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
		width: var(--theme-container-edge-spacing)
	}
	
	.global-gap {
		gap: calc(16px + .5vw);
	}
	
	iframe.visa-form {
    	min-height: calc(600px - 1vw);
	}
	
	/* footer */
	
	#footer .top .address {
		text-align: center;
		border-bottom: 1px solid;
		border-color: #dddddd;
		margin-bottom: 13px;
		padding-bottom: 24px;
	}
	
	#footer .top img {
		width: 192px;
	}
	
	#footer .top .affiliate {
		order: 3
	}
	
	#footer .top .policies {
		order: 4
	}
	
	#footer .middle {
		padding: 20px 0.3em;
	}
	
	#footer .middle.payments img {
		height: 28px;
	}
	
	[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
		font-size: 105%;
	}
	
	#ct-popup-360 .ct-popup-inner:before {
		transform: rotate(137deg) scale(2.1);
	}
	
	/* nav */
	
	#offcanvas .ct-panel-inner {
		background-image: linear-gradient(315deg, var(--brandColorBlue) -250%, transparent 90%);
	}
	
	#offcanvas .ct-panel-content-inner {
		min-height: 88svh
	}
	
	#offcanvas .site-logo-container {
		margin-top: auto;
		margin-bottom: 0;
	}
	
	#offcanvas .site-logo-container img {
		max-width: 180px;
    	margin-left: -8px;
	}
	
	.mobile-menu>ul {
		display: grid;
    	row-gap: 10px;
	}
	
	.mobile-menu .ct-menu-link {
		width: fit-content;
    	line-height: 1;
		font-weight: 444
	}
	
}

@media (max-width: 499px) {
	
	
	
}