<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;300;700&amp;display=swap');


@font-face {
 font-family: 'PetitaLight';
    src: url('../petita/PetitaLight.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../petita/PetitaLight.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../petita/PetitaLight.woff') format('woff'),  /* Newer browsers */
         url('../petita/PetitaLight.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../petita/PetitaLight.svg#PetitaLight') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
 font-family: 'PetitaMedium';
    src: url('../petita/PetitaMedium.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../petita/PetitaMedium.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../petita/PetitaMedium.woff') format('woff'),  /* Newer browsers */
         url('../petita/PetitaMedium.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../petita/PetitaMedium.svg#PetitaMedium') format('svg'); /*IE og iOS earlier than version 5*/
}
@font-face {
 font-family: 'PetitaBold';
    src: url('../petita/PetitaBold.eot') format('embedded-opentype'); /* IE9 + later */
    src: url('../petita/PetitaBold.eot?#iefix') format('embedded-opentype'), /* IE6 to IE8  */
         url('../petita/PetitaBold.woff') format('woff'),  /* Newer browsers */
         url('../petita/PetitaBold.ttf') format('truetype'), /* Safari og iOS, Chrome, Android, Firefox and Opera except Opera Mini  */
        url('../petita/PetitaBold.svg#PetitaBold') format('svg'); /*IE og iOS earlier than version 5*/
}
*
{
	font-family: 'PetitaMedium';
	font-size:16px;

}
html , body
{
	overflow-x:hidden;	color:#363636
}
a {
	color:#18f0a3;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

.displaynone
{
	display:none !important
}
.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{
	color:red;
	font-size:10px;
}
.h100{
	height:100%
}
.FormResult  , .FormResult1
{
	color:green;
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:12px;
}
.success
{
	padding-top:25px;display: block;
}
.dnone
{
	display:none
}
.d-flex
{
	display:flex;    flex-wrap: wrap;
}
.white
{
	color:#FFF
}
.fontw-100 , .fontw-100 *
{
	font-weight:100;
}
.fontw-300 , .fontw-300 *
{
	font-weight:300;
}
.fontw-400 , .fontw-400 *
{
	font-weight:400;
}
.fontw-900 , .fontw-900 *
{
	font-weight:900;
}
.font-light , .font-light *
{
	font-family: 'PetitaLight';
}
.font-normal , .font-normal *
{
	font-family: 'PetitaMedium';
}
.font-bold , .font-bold *
{
	font-family: 'PetitaBold';
}



.font-9, .font-9 *
{
	font-size:0.5625rem
}
.font-10, .font-10 *
{
	font-size:0.625rem
}
.font-12, .font-12 *
{
	font-size:0.75rem
}
.font-13, .font-13 *
{
	font-size:0.8125rem
}
.font-14, .font-14 *
{
	font-size:0.875rem
}
.font-16, .font-16, *
{
	font-size:1rem
}
.font-18, .font-18 *
{
	font-size:1.125rem
}
.font-20, .font-20 *
{
	font-size:1.25rem
}
.font-22, .font-22 *
{
	font-size:1.375rem
}
.font-26, .font-26 *
{
	font-size:1.625rem
}
.font-32, .font-32 *
{
	font-size:2rem
}
.font-36, .font-36 *
{
	font-size:2rem
}
.font-40, .font-40 *
{
	font-size:2.5rem
}
.font-42 , .font-42 *
{
	font-size:2.625rem
}
.font-45, .font-45 *
{
	font-size:2.8125rem
}
.font-50, .font-50 *
{
	font-size:3.125rem
}
.font-55, .font-55 *
{
	font-size:2.8125rem
}
.font-62, .font-62 *
{
	font-size:3.875rem
}
.font-90, .font-90 *
{
	font-size:5.625rem
}
.text-center
{
	text-align:center
}
.line-height13
{
	line-height:1.3rem
}
.line-height15
{
	line-height:1.5rem
}
.line-height2
{
	line-height:2rem
}
.top-header
{
	background:#F7F7F7;
	color:#707070
}
.cur
{
	cursor:pointer
}
.inline-block
{
	display:inline-block
}
.flex-row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.flex-column {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.jc-fs
{
	    justify-content: flex-start !important;
}
.al-fs
{
	    align-items: flex-start;
}
iframe
{
	display:none
}
.jc-sb
{
	justify-content: space-between;
}
.py-100
{
	padding-top:100px;
	padding-bottom:100px;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.bg_darkgrey
{
	background:#363636;
}
.bg_grey
{
	background:#F2F2F2;
}
.bg_grey1
{
	background:#FAFAFA;
}
.slick-dots li button:before
{
	font-size:12px !important;
}
.slick-dots li.slick-active button:before
{
	color:#ED4815 !important;
}
footer a:hover
{
	color:#E65978;
}
.social_footer li a:hover span
{

	color:#ED4815
}


.ai-fs
{
	    align-items: flex-start;
}

nav li a
{
	text-transform:uppercase
}
.logo img
{

}

.insideImg
{
	overflow:hidden
}
footer
{
	background:#F7F7F7;
    z-index: 50000;
    position: relative;
}
a
{
	text-decoration:none;
	color:inherit
}
.d-block
{
	display:block !important
}
.w-100
{
	width:100%
}
.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 23px;
    right: 0;
	z-index: 999999;
	display: none;

}

.trigger &gt; div{
	position: relative;
}

.trigger &gt; div &gt; span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #24262A;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger &gt; div &gt; span:nth-child(2){
	top:19px;
}

.trigger &gt; div &gt; span:nth-child(3){
	top:27px;
}

.trigger &gt; div.close &gt; span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger &gt; div.close &gt; span:nth-child(2){
	display: none;
}

.trigger &gt; div.close &gt; span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}
.relative
{
	position:relative
}
.jc-sa
{
	justify-content: space-around;
}
.jc-se
{
	justify-content: space-evenly;
}
.h250
{
	height:250px;
}
#submit_form input::placeholder , #submit_form textarea::placeholder { 
  color: #BEBEBE;
  opacity: 1; 
}

#submit_form input:-ms-input-placeholder , #submit_form textarea:-ms-input-placeholder { 
  color: #BEBEBE;
}

#submit_form input::-ms-input-placeholder , #submit_form textarea::-ms-input-placeholder { 
  color: #BEBEBE;
}
.order1
{
	order:1
}
.order2
{
	order:2
}
.underline{
text-decoration:underline
}
.bg_white
{
	background:#FFF
}
.uppercase
{
	text-transform:uppercase
}
html , body{  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;}
  
.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}


.tracking-in-expand {
	-webkit-animation: tracking-in-expand 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}@-webkit-keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}@keyframes tracking-in-expand{0%{letter-spacing:-.5em;opacity:0}40%{opacity:.6}100%{opacity:1}}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.insideImg .img-bg {
    width: 100%;
    position: relative;
    height: 580px;
}
.img-bg {
    background-size: 100% 100%;
}
nav li a
{
	text-transform:uppercase;
	color:#707070;
	font-size:18px;
	font-family: 'PetitaMedium';
}
header nav li a.active  , header nav li a:hover{
    color: #213D77;
}
.logo{
	position:absolute;
	top:-45px;
	left:0;
	z-index:50
}
header {
    z-index: 999;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.top-header
{
	background:rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
}
.top-header-right a
{
	color:#FFF
}
.top-header-right a:hover
{
	color:#E65978
}
.mix-color{
	/*background:linear-gradient(190deg, #EB836B, #FFE815);*/
	/*background: radial-gradient(circle, rgba(255,232,21,1) 0%, rgba(235,131,107,1) 40%);*/
	background:#E65978;
	  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pt-120
{
	padding-top:120px;
}
.bg_blue
{
	background:#062F65
}
.pink
{
	color:#E65978
}	
.blue
{
	color:#213D77
}
.footer-social li
{
	padding-right:15px;
}
.footer-social a , .footer-social a span
{
	color:#FFF;
    text-decoration: none;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}.footer-social a:hover span
{
	color:#E65978;
}

.heebo , .heebo *
{
	font-family: 'Heebo', sans-serif;

}
.footer-box
{
	color:#FFF
}
.footer-box .icons
{
	font-size:24px;
}
.creatis_bg
{
	background-image:url('../images/C.png');
	background-repeat:no-repeat;
	background-position:-60px -90px
}
.first-word
{
	 font-family: 'PetitaBold';
}
.cr_box
{
	background:#F2F2F2;
	border-radius:10px;
	display:inline-block;
	box-shadow: 0 0 25px rgba(0,0,0,0.2)
}
.bg_hover , .bg_hover img
{
	transition:all 1s ease-in-out;
	overflow:hidden
}
.bg_hover:hover img
{
	transform:scale(1.1);
}


.footer_img:before
{
    position: absolute;
	content:'';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    background: rgba(0,0,0,0.5);	
}
.bg_grey
{
	background:#F2F2F2;
}
.lear_more
{
	background:linear-gradient(190deg, #E65978 , #EB836B);
	letter-spacing:1px;
	padding:15px 35px;transition:all 1s ease-in-out;
	 box-shadow: 0 0 5px #9C3B50;
	 clip-path:polygon(20px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 20px 100%, 0% calc(100% - 0px), 0% 20px);
	 -webkit-clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 20px 100%, 0% calc(100% - 0px), 0% 20px);	
}
.lear_more:hover
{
	background:linear-gradient(190deg, #EB836B , #E65978);


	transform:translateY(-5px)
}
.we_do
{
	max-width:350px;
	height:100%
}
.pt-100
{
	padding-top:100px;
}
.display-block
{
	display:inline-block !important
}
.contact_links a:hover
{
	color:#E65978;
}
.contact_links .icons
{
	font-size:40px;
}
.mx-220
{
	max-width:220px;
}
.filter a
{
	color:#213D77;
	text-transform:uppercase
}
.filter a.active{
	border-bottom:1px solid #213D77;
}
.filter a:hover
{
	border-bottom:1px solid #213D77;
}
.work_overlay
{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:500;
	background:rgba(0,0,0,0.5);
	opacity:0;transition:all 0.5s ease-in-out;
}
.work_listing:hover .work_overlay
{
	opacity:1
}
.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  } 
  100% {
    transform: none;
  }
}
.lightblue
{
	color:rgba(33,61,119,0.75);
}

.gallery_slick .slick-list , .clients_slick .slick-list
{
	overflow:inherit
}
.slick-dots
{
	bottom:-50px !important;
}
.clients_slick img {
    filter: grayscale(100%);
	max-width:100px;transition: all 0.2s ease-in-out;
}.clients_slick img:hover
{
	  filter: grayscale(0);
	  transform:scale(1.3)

}
.work_quote .bg_hover:after
{
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);transition:all 0.2s ease-in-out;
	z-index:50
}
.work_quote .bg_hover:hover
{
	/*overflow:inherit;*/
	z-index:500
}
.work_quote .bg_hover:hover:after
{
	background:transparent
}
input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], input[type=search], input[type=file], select , textarea{
background:transparent;
border:0;
border-bottom:1px solid #132E61;
height:30px;
padding-left:0;
font-family: 'Heebo', sans-serif;
font-size:15px;
font-weight:200
}
textarea{
height:100px;resize:none
}
.ai-se
{
	    align-items: self-end;
}
.letter-spacing
{
	letter-spacing:2px;padding: 20px 60px;
}select {
    width: 100%;
    background: url(../images/down.svg) right no-repeat;
}.leftLst
{
	position:absolute;
	top:50%;
	-webkit-transform: translate(50%,0);
	left:-50px;
	z-index:50;
	cursor:pointer;
	background:none;
}
.rightLst
{
	position:absolute;
	top:50%;
	-webkit-transform: translate(50%,0);
	right:0;
	z-index:50;
	cursor:pointer;
	background:none;
}.banners {
    overflow: hidden;
    height: 95vh; 
    position: relative;
}
.main_bg {
    width: 100%;
    height: 95vh;
    overflow: hidden;
    position: relative;
}
.slick-slider
{
	margin-bottom:0 !important
}
.banners .slick-current .banners_bgss {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banners_bg {
    position: absolute;transition: all 1s ease-in;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
}
.banners_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
	padding-top:20vh
}
.banners_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 50;
    content: '';
}

.banners .slick-dots
{
	bottom:20px !important
}
.banners .slick-dots li button:before{
color:#FFF;
opacity:1;
}
.fixed_wp
{
	position:fixed;
	bottom:5vh;    transition: all 0.5s ease-in-out;
	right:0;
	z-index:5000;
background:#1153AA;    align-items: inherit !important;
    clip-path:polygon(20px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 10px) 100%, 20px 100%, 0% calc(100% - 0px), 0% 20px);
    -webkit-clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 10px) 100%, 20px 100%, 0% calc(100% - 0px), 0% 20px);

}

.fixed_wp .r_box
{
	background:#003A85; transition: all 0.5s ease-in-out;
    clip-path:polygon(20px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 10px) 100%, 20px 100%, 0% calc(100% - 0px), 0% 20px);
    -webkit-clip-path: polygon(20px 0%, calc(100% - 0px) 0%, 100% 10px, 100% calc(100% - 0px), calc(100% - 10px) 100%, 20px 100%, 0% calc(100% - 0px), 0% 20px);
}
.fixed_wp:hover , .fixed_wp:hover .r_box
{
	    background: linear-gradient(190deg, #E65978 , #EB836B);
}
.services_slick .bg_grey1
{
	transition: all 0.5s ease-in-out;
}
.services_slick .colw-33:hover .bg_grey1
{
	background:#c7c7c7
}
textarea:hover
{
	border-top:0;border-left:0;border-right:0;
}
.tracking-in-expand
{
	font-weight:400
}

#overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#1153AA;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay &gt; div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay &gt; div &gt; div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #FFF;
}
.work_overlay a{
	display:block;

}
.go_down {
  position: fixed;

  right: 15px;
  bottom: 15vh;
  z-index: 99999;
}
.go_down i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #05579e;
    color: #fff;
    transition: all 0.4s;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15vh;
  z-index: 99999;
}
.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #05579e;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #E65978;
  color: #fff;
}
.fancybox-bg
{
	    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
}
.fancybox-is-open .fancybox-bg
{
	opacity:1
}
.fancybox-close-small:after
{
	color:#FFF;
	background:#E65978;
}


.clients_slick  .slick-track
{
    display: flex !important;
}

.clients_slick  .slick-slide
{
    height: inherit !important;
}

.clients_slick  .slick-slide &gt; div , .clients_slick  .slick-slide &gt; div .clients_box  
{
    height: 100%
}
.fancybox-container
{
	z-index:999999 !important
}
.ai-s
{
	align-items: stretch;
}
@media all and (max-width: 960px){
	.top-header-phone{display:none}
	.top-header .inline-block.ml-45{display:none}
	#hidden-content{width:100%;margin :0;padding-top:10vh}
.slided {
    -ms-transform: translate(-320px,0);
    -webkit-transform: translate(-320px,0);
    transform: translate(-320px,0);
}
.trigger{
		display: block;
	}

	nav{
		position: fixed;
		z-index: 500;
		width: 320px;
		height: 100vh;
		box-sizing: border-box;
		background: #1153AA;
		left: 100%;
		padding: 20px;
		top: 0;
		transition: .7s;
		-moz-transition: .7s;
		-webkit-transition: .7s;
		z-index:100000
	}

	nav ul{
		margin:0;
	}

	nav ul li{
		margin:0;
		padding: 10px;
	}

	nav ul li a{
		padding: 5px 15px;
		line-height: 30px;
		text-align: left;
		position: relative;
		width: 100%;
		color:#FFF;
		box-sizing: border-box;
		display: block;
	}

	header li .ddm{
		position: relative;
		top: 10px;
		padding: 10px;
		opacity:1;
		overflow:inherit;
		background:none;
		top:-5px;
		left:20px;
		visibility:visible
	}

	.ddm li {
    		display: block;
    		float: none;
    		width: 100%;
		box-sizing: border-box;
    		padding: 0 15px;
		text-align: left;
	}

	.ddm li a{
		text-align: left;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang {
		margin-right: 60px;
	}

	header .tophd ul.hdlang li{
		display: inline-block;
		width: auto !important;
	}
.slided .trigger &gt; div &gt; span{background:#FFF}
.slided .trigger {top: 5px;}
.flex-row-m{display:inline-block !important}
.txt-cntr-m{text-align:center}
.mx-220{max-width:100%}
.pb-50-m{padding-bottom:50px;}.pb-25-m{padding-bottom:25px;}
.insideImg .img-bg{height:300px;background-size:cover}
.logo{position:relative;top:0;}
.logo img{max-width:200px;}
.py-15-m{padding:15px 0}
.w-100-m{width:100%}
header{position:relative;}
.top-header {background: rgba(0,0,0,0.4);}
.pt-120{padding-top:0}
.font-62, .font-62 * {font-size: 2.5rem !important;}
header nav li a.active, header nav li a:hover {color: #E65978;}
.trigger &gt; div.close &gt; span:nth-child(1) , .trigger &gt; div.close &gt; span:nth-child(3){background: #FFF;}
header ul{padding-top:140px !important;}
.footer-box div:first-child{width:20px;}
.footer-box div:nth-child(2){width:200px;}
.pl-40 , .pl-50 , .pl-25{padding-left:0}
.pr-25{padding-right:0}
.send{padding-top:25px;}
.work_listing img {width:100%}
.work_listing{text-align:center}
.py-50-m{padding:50px 0}
.line-height-m{line-height:normal}
.pt-50-m{padding-top:50px;}
.d-inline-m{display:inline-block }
.pl-20{padding-left:0}
.rightLst{right:10px;}
.leftLst{left:-35px;}
.banners_text{padding-top:0}
.work_quote img{width:100%}
.main_bg , .banners{height:65vh}

.filter a , .tracking-in-expand{text-transform:capitalize !important}
.banners_text   h2{font-size:2rem !important;line-height:normal}
.filter {flex-wrap: wrap;
    gap: 35px;}
}
.d-block-im {
    display: block !important;
}</pre></body></html>