/*-----------------------------------------------------------------------------------
	2025-01-1-2-1-1
	About: A shiny new Blocs website.
	Author: RC_imac
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}
.bg-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}
.bg-br-edge{
	background-position: bottom right!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}



/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"PT Serif Caption";
}
.container{
	max-width:1140px;
}
.build-with-blocs-bloc p{
	font-size:11px;
	font-family:"helvetica";
	font-weight:bold;
	color:rgba(255,255,255,0.8);
}
.hero-bloc-h3{
	font-weight: 300;
	font-family: PT Sans;
}
.hero-bloc-h1{
	font-size: 50px;
	font-weight: 400;
	font-family: PT Sans;
}
.img-style{
	width:275px;
	opacity:1.0;
	height:420px;
	border-radius:0px 0px 0px 0px;
}
.navbar-brand img{
	height:111px;
	width:160px;
}
.link-style{
	font-size:25px;
	font-family:"PT Sans";
	font-weight:400;
	line-height:25px;
	width:300px;
	border-radius:0px 0px 0px 0px;
}
.img-bloc-1-style{
	width:400px;
}
.img-0000-style{
	width:333px;
}
.h3-style{
	font-family:Vollkorn;
	width:78.95%;
	font-size:27px;
}
.h4-style{
	line-height:32px;
	letter-spacing:0px;
	text-indent:-8px;
	width:100%;
}
.h4-1-style{
	line-height:32px;
	text-indent:-8px;
}
.h4-3-style{
	line-height:32px;
	text-indent:-8px;
}
.h4-4-style{
	line-height:32px;
	text-indent:-8px;
	width:100%;
}
.h4-5-style{
	line-height:32px;
	text-indent:-8px;
	font-size:24px;
}
.h4-6-style{
	line-height:32px;
	text-indent:-8px;
}
.p-style{
	font-size:12px;
	line-height:18px;
	width:81.39%;
}
.p-2-style{
	width:100%;
	font-size:15px;
}
.p-3-style{
	font-size:14px;
	line-height:16px;
	width:100%;
}
.p-91-style{
	font-size:14px;
	line-height:16px;
	width:84.17%;
}
.h6-style{
	line-height:32px;
	font-family:"PT Serif Caption";
	font-size:22px;
}
.h6-bloc-6-style{
	line-height:21px;
	font-family:"PT Sans";
}
.img-bloc-6-style{
	width:300px;
}
.img-011-4wdnaaroj-style{
	width:300px;
}
.img-12-style{
	width:400px;
}
.h4-7992-style{
	line-height:32px;
}
.img-5-style{
	width:600px;
}
.h3-3-style{
	font-family:"PT Sans";
	width:100%;
}
.html-widget-style{
	height:1513px;
}
.h4-bloc-5-style{
	font-family:"PT Sans";
}
.h4-8-style{
	font-family:"PT Sans";
}
.h4-9-style{
	font-family:"PT Sans";
	line-height:28px;
}
.h3-выгодно--style{
	font-family:"PT Sans";
}
.btn-style{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	font-family:"PT Serif Caption";
	font-size:15px;
}
.h5-style{
	line-height:28px;
	font-family:"PT Sans";
	width:100%;
}
.link-подать-заявку-style{
	;
}
.img-9-style{
	height:1561px;
	width:1000px;
}
.img-eikfu-logo-0-style{
	width:177px;
}
.row-style{
	width:75.61%;
}
.img-1-style{
	width:221px;
}
.h6-bloc-2-style{
	font-size:18px;
}
.h6-3-style{
	font-size:18px;
}
.h6-4-style{
	font-size:18px;
}
.h6-5-style{
	font-size:18px;
}
.h6-6-style{
	font-size:18px;
}
.h6-bur-style{
	font-size:18px;
	line-height:24px;
}
.h6-7-style{
	font-size:18px;
}
.h6-8-style{
	font-size:18px;
}
.h6-9-style{
	font-size:18px;
}
.h6-10-style{
	font-size:18px;
}
.h6-11-style{
	font-size:18px;
}
.img-5-tb-00-style{
	width:458px;
}
.container-div-style{
	width:100%;
}
.h4-bloc-1-style{
	width:100%;
}
.container-div-bloc-1-style{
	width:100%;
}
.bloc-6-h1{
	font-family:"PT Sans";
}
.partners-h1{
	font-family:"PT Sans";
}
.img-tb-org-style{
	width:400px;
}
.img-11-style{
	width:400px;
}
.img-13-style{
	width:300px;
	height:209px;
}
.h2-style{
	width:45.88%;
	font-family:"PT Serif Caption";
}
.p-1-style{
	width:46.23%;
}
.h5-2-style{
	width:100%;
}
.img-13-tb-00-style{
	width:190px;
}
.img-tugan-batir-0-style{
	width:765px;
}
.team-card{
	min-height:350px;
}
.img-tb-partn-style{
	width:300px;
	height:130px;
}
.img-14-style{
	width:300px;
	height:130px;
}
.img-11-tb-org-style{
	height:145px;
}
.link-bloc-5-style{
	height:145px;
}
.img-12-tb-org-style{
	height:145px;
}
.img-13-tb-org-style{
	height:140px;
}
.img-tb-tease-style{
	width:685px;
}
.img-2-style{
	width:800px;
}
.img-16-style{
	width:647px;
}
.h6-bloc-4-style{
	line-height:24px;
	font-family:"PT Serif Caption";
}
.h3-5-style{
	font-family:"PT Serif";
}
.h4-bloc-9-style{
	font-family:"PT Serif Caption";
}
.h6-bloc-9-style{
	font-family:"PT Serif Caption";
}
.h5-bloc-12-style{
	font-family:"PT Serif Caption";
}
.h5-18-style{
	font-family:"PT Serif Caption";
	line-height:30px;
}
.h5-17-style{
	font-family:"PT Serif Caption";
}
.h5-16-style{
	font-family:"PT Serif Caption";
}
.h5-15-style{
	font-family:"PT Serif Caption";
}
.h5-14-style{
	font-family:"PT Serif Caption";
	line-height:28px;
	font-size:18px;
}
.h6-bloc-28-style{
	font-family:"PT Serif Caption";
	line-height:26px;
}
.h5-bloc-33-style{
	font-family:"PT Serif Caption";
}
.h6-bloc-33-style{
	font-family:"PT Serif Caption";
}
.h4-приглашаем-style{
	font-family:"PT Serif Caption";
}
.h6-22-style{
	font-family:"PT Serif Caption";
}
.h6-23-style{
	font-family:"PT Serif Caption";
}
.h6-24-style{
	font-family:"PT Serif Caption";
}
.h6-25-style{
	font-family:"PT Serif Caption";
}
.h6-26-style{
	font-family:"PT Serif Caption";
	line-height:25px;
}
.btn-padding{
	padding-top:20px;
	padding-bottom:20px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-985:rgba(103,182,69,1.00);
	
	--swatch-var-1:rgba(84,84,84,1.00);
	
	--swatch-var-718:rgba(232,201,92,1.00);
	
	--swatch-var-6871:rgba(44,63,117,1.00);
	
	--swatch-var-7582:rgba(15,133,227,1.00);
	
	--swatch-var-4086:rgba(118,131,191,1.00);
	
	--swatch-var-2032:rgba(82,84,84,1.00);
	
	--swatch-var-3827:rgba(255,142,0,1.00);
	
	--swatch-var-520:rgba(0,0,0,1.00);
	
	--swatch-var-4525:rgba(255,255,255,1.00);
	
	--swatch-var-846:rgba(4,125,181,1.00);
	
	--swatch-var-5636:rgba(27,68,138,1.00);
	
	--swatch-var-3251:rgba(255,101,0,1.00);
	
	--swatch-var-4860:rgba(41,105,170,0.83);
	
	--swatch-var-3468:rgba(21,141,68,1.00);
	
	--swatch-var-6967:rgba(0,180,86,1.00);
	
	--swatch-var-135:rgba(220,95,37,1.00);
	
	--swatch-var-6349:rgba(69,99,172,0.84);
	
	--swatch-var-1673:#77C6DA;
	
	--swatch-var-7472:rgba(199,224,239,1.00);
	
	--swatch-var-4812:rgba(255,255,255,1.00);
	
	--swatch-var-12:rgba(237,241,245,1.00);
	
	--swatch-var-658:rgba(4,100,159,1.00);
	
	--swatch-var-7847:rgba(24,155,215,1.00);
	
	--swatch-var-29:rgba(0,144,194,1.00);
	
	--swatch-var-5071:rgba(15,172,222,1.00);
	
	--swatch-var-6602:rgba(209,229,242,1.00);
	
	--swatch-var-7362:rgba(82,84,84,1.00);
	
	--swatch-var-3085:rgba(178,181,183,1.00);
	
	--swatch-var-69:rgba(0,189,104,1.00);
	
	--swatch-var-2542:rgba(100,102,102,1.00);
	
	--swatch-var-6934:rgba(82,84,84,1.00);
	
	--swatch-var-4731:rgba(254,255,255,1.00);
	
	--swatch-var-575:rgba(0,113,188,1.00);
	
	--swatch-var-297:rgba(254,255,255,1.00);
	
	--swatch-var-5947:rgba(103,102,102,1.00);
	
	--swatch-var-4661:rgba(217,234,244,1.00);
	
	--swatch-var-6035:rgba(0,0,0,0.00);
	
	--swatch-var-3723:rgba(254,254,255,1.00);
	
	--swatch-var-7410:rgba(209,229,242,1.00);
	
	--swatch-var-5780:rgba(4,100,157,0.80);
	
	--swatch-var-5490:rgba(9,95,181,1.00);
	
	--swatch-var-7162:rgba(87,103,142,1.00);
	
	--swatch-var-4450:rgba(0,143,208,1.00);
	
	--swatch-var-926:rgba(152,102,45,1.00);
	
	--swatch-var-4726:rgba(255,255,255,1.00);
	
}


/* Background colour styles */

.bgc-5780{
	background-color:var(--swatch-var-5780);
}
.bgc-846{
	background-color:var(--swatch-var-846);
}
.bgc-4525{
	background-color:var(--swatch-var-4525);
}
.bgc-7472{
	background-color:var(--swatch-var-7472);
}
.bgc-5071{
	background-color:var(--swatch-var-5071);
}
.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-5636{
	background-color:var(--swatch-var-5636);
}
.bgc-12{
	background-color:var(--swatch-var-12);
}
.bgc-7362{
	background-color:var(--swatch-var-7362);
}

/* Text colour styles */

.tc-4812{
	color:var(--swatch-var-4812)!important;
}
.tc-7472{
	color:var(--swatch-var-7472)!important;
}
.tc-4731{
	color:var(--swatch-var-4731)!important;
}
.tc-4525{
	color:var(--swatch-var-4525)!important;
}
.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-520{
	color:var(--swatch-var-520)!important;
}
.tc-658{
	color:var(--swatch-var-658)!important;
}
.tc-2032{
	color:var(--swatch-var-2032)!important;
}
.tc-1673{
	color:var(--swatch-var-1673)!important;
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.tc-846{
	color:var(--swatch-var-846)!important;
}
.tc-3085{
	color:var(--swatch-var-3085)!important;
}

/* Button colour styles */

.btn-c-846{
	background:var(--swatch-var-846);
	color:#FFFFFF!important;
}
.btn-c-846:hover{
	background:#004A82!important;
	color:#FFFFFF!important;
}
.btn-c-2{
	background:var(--swatch-var-2);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-2{
	color:var(--swatch-var-2)!important;
}
.ltc-2:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-2{
	color:var(--swatch-var-2)!important;
	border-color:var(--swatch-var-2)!important;
}
.icon-7847{
	color:var(--swatch-var-7847)!important;
	border-color:var(--swatch-var-7847)!important;
}
.icon-6967{
	color:var(--swatch-var-6967)!important;
	border-color:var(--swatch-var-6967)!important;
}
.icon-5071{
	color:var(--swatch-var-5071)!important;
	border-color:var(--swatch-var-5071)!important;
}

/* Bloc image backgrounds */

.bg-TB-0002{
	background-image:url("img/TB_0002.png");
	background-image: -webkit-image-set(url("img/TB_0002.webp") 1x,
url("img/TB_0002.webp") 2x);background-image: image-set(url("img/TB_0002.png") 1x,
url("img/TB_0002.png") 2x,url("img/TB_0002.webp") 1x,
url("img/TB_0002.webp") 2x);
}
.bg-TB-0002{
	background-image:url("img/TB_0002.png");
	background-image: -webkit-image-set(url("img/TB_0002.webp") 1x,
url("img/TB_0002.webp") 2x);background-image: image-set(url("img/TB_0002.png") 1x,
url("img/TB_0002.png") 2x,url("img/TB_0002.webp") 1x,
url("img/TB_0002.webp") 2x);
}
.bg-TB-0245-140{
	background-image:url("img/TB_0245_140.png");
	background-image: -webkit-image-set(url("img/TB_0245_140.webp") 1x,
url("img/TB_0245_140.webp") 2x);background-image: image-set(url("img/TB_0245_140.png") 1x,
url("img/TB_0245_140.png") 2x,url("img/TB_0245_140.webp") 1x,
url("img/TB_0245_140.webp") 2x);
}
.bg-TB-0002-23-2{
	background-image:url("img/TB_0002-23-2.png");
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
}
.bg-TB-promo-2024-V-10-2-RIM1140{
	background-image:url("img/TB_promo-2024_V_10-2_RIM1140.png");
	background-image: -webkit-image-set(url("img/TB_promo-2024_V_10-2_RIM1140.webp") 1x,
url("img/TB_promo-2024_V_10-2_RIM1140.webp") 2x);background-image: image-set(url("img/TB_promo-2024_V_10-2_RIM1140.png") 1x,
url("img/TB_promo-2024_V_10-2_RIM1140.png") 2x,url("img/TB_promo-2024_V_10-2_RIM1140.webp") 1x,
url("img/TB_promo-2024_V_10-2_RIM1140.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_promo-2024_V_10-2_RIM1140.webp") 1x,
url("img/TB_promo-2024_V_10-2_RIM1140.webp") 2x);background-image: image-set(url("img/TB_promo-2024_V_10-2_RIM1140.png") 1x,
url("img/TB_promo-2024_V_10-2_RIM1140.png") 2x,url("img/TB_promo-2024_V_10-2_RIM1140.webp") 1x,
url("img/TB_promo-2024_V_10-2_RIM1140.webp") 2x);
}
.bg-TB-0002-23-2{
	background-image:url("img/TB_0002-23-2.png");
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);background-image: image-set(url("img/TB_0002-23-2.png") 1x,
url("img/TB_0002-23-2.png") 2x,url("img/TB_0002-23-2.webp") 1x,
url("img/TB_0002-23-2.webp") 2x);
}
.bg-TB-0009{
	background-image:url("img/TB_0009.png");
	background-image: -webkit-image-set(url("img/TB_0009.webp") 1x,
url("img/TB_0009.webp") 2x);background-image: image-set(url("img/TB_0009.png") 1x,
url("img/TB_0009.png") 2x,url("img/TB_0009.webp") 1x,
url("img/TB_0009.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0009.webp") 1x,
url("img/TB_0009.webp") 2x);background-image: image-set(url("img/TB_0009.png") 1x,
url("img/TB_0009.png") 2x,url("img/TB_0009.webp") 1x,
url("img/TB_0009.webp") 2x);
	background-image: -webkit-image-set(url("img/TB_0009.webp") 1x,
url("img/TB_0009.webp") 2x);background-image: image-set(url("img/TB_0009.png") 1x,
url("img/TB_0009.png") 2x,url("img/TB_0009.webp") 1x,
url("img/TB_0009.webp") 2x);
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"PT Sans";
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"PT Sans";
	}
	.img-2-style{
		width:400px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"PT Sans";
	}
	.btn-style{
		width:100%;
	}
	.footer-link{
		text-align:center;
	}
	.navbar-brand img{
		height:55px;
		width:80px;
	}
	.img-2-style{
		width:245px;
	}
	.p-style{
		opacity:0.1;
	}
	.h6-style{
		font-size:14px;
	}
	.h6-3-style{
		line-height:24px;
	}
	.img-13-style{
		width:175px;
	}
	.h6-8-style{
		line-height:20px;
		font-family:"PT Serif Caption";
		font-size:14px;
	}
	.h3-5-style{
		font-size:18px;
	}
	.h6-bloc-1-style{
		font-family:"PT Serif Caption";
		font-size:13px;
	}
	.h6-6-style{
		font-size:14px;
	}
	.h6-0-style{
		font-size:12px;
	}
	.h6-7-style{
		font-size:14px;
	}
	.h3-bloc-3-style{
		font-family:"PT Serif Caption";
	}
	.h4-bloc-4-style{
		font-family:"PT Serif Caption";
		font-size:18px;
	}
	.h6-bloc-4-style{
		font-size:14px;
		line-height:20px;
	}
	.h4-bloc-12-style{
		font-family:"PT Serif Caption";
		font-size:18px;
	}
	.h5-bloc-17-style{
		font-family:"PT Serif Caption";
		font-size:18px;
	}
	.h5-контакты-style{
		font-family:"PT Serif Caption";
	}
	.h6-bloc-19-style{
		font-family:"PT Serif Caption";
	}
	.h6-20-style{
		font-family:"PT Serif Caption";
	}
	.h4-7-style{
		font-family:"PT Serif Caption";
		font-size:22px;
	}
	.h6-bloc-12-style{
		font-family:"PT Serif Caption";
		font-size:14px;
	}
	.h6-12-style{
		font-family:"PT Serif Caption";
		font-size:14px;
	}
	.h6-13-style{
		font-family:"PT Serif Caption";
		font-size:14px;
	}
	.h6-14-style{
		font-family:"PT Serif Caption";
		font-size:14px;
	}
	.h6-22-style{
		line-height:23px;
	}
	.h6-23-style{
		line-height:23px;
	}
	.h6-24-style{
		line-height:23px;
	}
	.h6-25-style{
		line-height:23px;
	}
	.h6-26-style{
		line-height:23px;
	}
	.img-38-style{
		width:111px;
	}
	.img-style{
		width:100px;
	}
	.h4-bloc-19-style{
		font-family:"PT Serif";
		font-size:18px;
	}
	.h6-37-style{
		font-family:"PT Serif Caption";
		font-size:12px;
	}
	.h6-36-style{
		font-family:"PT Serif Caption";
		font-size:12px;
	}
	.link-padding-top{
		padding-top:4px;
		padding-bottom:4px;
	}
	.h6-5-style{
		font-family:"PT Serif Caption";
		font-size:14px;
	}
	.h6-26923-style{
		font-family:"PT Serif Caption";
		font-size:14px;
	}
	.h2-style{
		width:100%;
		font-size:18px;
	}
	.h5-15-style{
		font-size:14px;
		line-height:20px;
	}
	.h5-16-style{
		font-size:14px;
		line-height:20px;
	}
	.h5-17-style{
		font-size:14px;
		line-height:20px;
	}
	.h5-18-style{
		font-size:14px;
		line-height:20px;
	}
	.h5-bloc-12-style{
		font-size:15px;
		line-height:20px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

