<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
Template Byond
Version: 1.0.1;
Author: onpixel.co
Copyright: onpixel.co
License: MIT

[Table of contents]

1. imports
2. general
3. colors
4. backgrounds
5. buttons
6. menus
7. headers
8. contents
9. grids
10. footers
11. responsive
-------------------------------------------------------------------*/

/* 1. imports */
@import url(fonts/font-awesome/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');

/* 2. general */
body{ background: #EEEEEE; color:#444; margin:0; padding:0; font-family: 'Raleway', sans-serif; font-size:14px; font-weight:400; line-height: 170%; letter-spacing: 2px; }
.f-extra-light{ font-weight:200; } 
.f-light{ font-weight:300; } 
.f-regular{ font-weight:400; } 
.f-medium{ font-weight:500; } 
.f-semi-bold{ font-weight:600; } 
.f-bold{ font-weight:700; }
.f-extra-bold{ font-weight:800; }
.t-uppercase{text-transform: uppercase;}
ul{ padding: 0; margin: 0; }
ul li{ margin:10px 0; padding:0 0 0 30px; list-style: none; }
ul li::before{ font-family:'FontAwesome'; content: "\f00c"; margin:0 10px 0 -25px; color:#888888; }
.underline-hover{ transition: 0.3s; border-bottom: 2px solid transparent; cursor: pointer; }
.underline-hover:hover{ border-bottom: 2px solid #FFF; }
p{ padding:0; }
.charger{ z-index: 999; }
.box-shadow1{ box-shadow:0px 8px 20px rgba(81, 102, 255, 0.4); }
.box-shadow2{ box-shadow:0px 8px 20px rgba(0, 110, 255, 0.4); }
.box-shadow3{ box-shadow:0px 8px 20px rgba(0, 181, 107, 0.4); }
.box-shadow4{ box-shadow:0px 8px 20px rgba(114, 0, 244, 0.4); }
.box-shadow5{ box-shadow: 0 8px 13px rgba(0, 131, 255, 0.4) }
.box-shadow6{ box-shadow: -15px 35px 22px rgba(51, 51, 51, 0.14); }
.box-shadow7{ box-shadow: 0px 5px 10px rgba(51, 51, 51, 0.2); }
.box-shadow8{ box-shadow:0px 8px 20px rgba(35, 52, 58, 0.6); }
.box-shadow9{ box-shadow:0px 8px 20px rgba(255, 55, 70, 0.4); }

.line1{ width:5px; height:86px; position: absolute; bottom: 0; display:inline-block; transform-origin: right center; }
.video-bg{ position: absolute; top: 0; left: 0;width: 100%; height: auto; }

/* 3. colors */
.color1{ color:#363b44 !important; } .color1 *{ fill: #363b44 !important; }
.color2{ color:#ec7e3c !important; } .color2 *{ fill: #ec7e3c !important; }
.color3{ color:#FFFFFF !important; } .color3 *{ fill: #FFFFFF !important; }
.color4{ color:#819e76 !important; } .color4 *{ fill: #819e76 !important; }

.color5{ color:#5267FF !important; } .color5 *{ fill: #5267FF !important; }
.color6{ color:#211A29 !important; } .color6 *{ fill: #211A29 !important; }
.color7{ color:#00B353 !important; } .color7 *{ fill: #00B353 !important; }
.color8{ color:#878787 !important; } .color8 *{ fill: #878787 !important; }
.color9{ color:#4A57FF !important; } .color8 *{ fill: #4A57FF !important; }
.color10{ color:#28AECD !important; } .color10 *{ fill: #28AECD !important; }
.color11{ color:#111 !important; } .color10 *{ fill: #111 !important; }
.color12{ color:#FF334A !important; } .color12 *{ fill: #FF334A !important; }

/* 4. backgrounds */
.bg1{ background:#FFF !important; }
.bg2{ background:#363b44 !important; }
.bg3{ background:#d56929 !important; }
.bg4{ background:#485643 !important; }
.bg5{ background:#484e5a !important; }
.bg5rgba{ background:rgba(72,78,90,0.6) !important; }
.bg6{ background:#dddddd !important; }
.bg7{ background:#dadada !important; }
.bg8{ background:#E3E3E3 !important; }
.bg12{ background: #f5f4f4 !important; }

.bg9{ background:#2A394A !important; }
.bg10{ background:#F6F6F6 !important; }
.bg11{ background: #211F3A !important; }
.bg13{ background:#4A57FF !important; }
.bg14{ background:#28AECD !important; }
.bg15{ background:#112640 !important; }
.bg16{ background:#111 !important; }
.bg17{ background:#FF334A !important; }
.bg18{ background:#E0193C !important; }
.bg19{ background:#252525 !important; }
.bg20{ background:#1BAFD0 !important; }

/* 5. buttons */
.button-style { cursor: pointer; font-size:14px; font-weight:700; color:#363b44 !important; padding:15px 40px 15px 0; overflow: visible; }
.button-style .iconpro { width: 70px; height: auto;display:inline-block;bottom: 0;}
.button-style .arrow2{  transition:0.3s; transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); position:absolute; overflow: hidden; line-height: 0px; width: 39px; height: 10px; top:50%; margin-top:3.5px; left:calc(100% - 29px);  }
.button-style:hover .arrow2{ transition-delay: 0.2s;  left:calc(100% + 19px); }
.button-style .arrow3{  transition:0.3s; transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); position:absolute; overflow: hidden; line-height: 0px; width: 40px; height: 40px; top:50%; margin-top:3.5px; left:calc(100% - 29px);  }
.button-style:hover .arrow3{ transition-delay: 0.2s;  left:calc(100% + 19px); }
.button-style h3 { font-size: 24px; text-transform: uppercase;padding: 25px 0 10px;}
.button-style1{ cursor: pointer; font-size:14px; font-weight:700; color:#FFF !important; padding:15px 40px; overflow: visible; }
.button-style1 .arrow *{ fill: transparent !important; }
.button-style1 .bg-fx{  transition:0.3s; transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);  position:absolute; left:0px; top:0px; right:0px; bottom:0px; background:#1BAFD0;  }
.button-style1 .arrow{ transition:0.3s; position:absolute; line-height: 0px; width: 6px; height: 10px; top:50%; margin-top: -5px; left:calc(100% + 13px); }
.button-style1 .download{ transition:0.3s; position:absolute; line-height: 0px; width: 27px; height: 25px; top:30%; margin-top: -5px; left:calc(100% - 35px);z-index: 1; }
.button-style1 .arrow2{ transition:0.3s; transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); position:absolute; overflow: hidden; line-height: 0px; width: 0px; height: 10px; top:50%; margin-top:-3.5px; left:calc(100% - 19px);  }
.button-style1:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0, 174,209, 0.4); }
.button-style1:hover .arrow{ margin-left:-20px }
.button-style1:hover .arrow2{ transition-delay: 0.2s;  width:39px; }
.button-style1:hover .download{ margin-left:35px; z-index: 0; }
    
    .button-style1.type2 .bg-fx{ background: #5267FF;  }
    .button-style1.type2:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(82, 103,255, 0.4); }
    
    .button-style1.type3 span{ color:#fff; }
    .button-style1.type3 .arrow path{ stroke:#fff !important; }
	.button-style1.type3 .arrow.bis path{ stroke:#576652 !important; }
    .button-style1.type3 .bg-fx{ background: #ec7e3c; }
    .button-style1.type3:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type3:hover span{ color:#FFF; }
    .button-style1.type3:hover .bg-fx{ background: #576652; }
     input.button-style1{ background: #ec7e3c; text-transform:uppercase; color:#fff;  box-shadow:0px 4px 13px rgba(0,0,0,0.1);}
     input.button-style1:hover{ background: #110701; }
	
	.button-style1.type4 span{ color:#fff; }
    .button-style1.type4 .arrow path{ stroke:#fff !important; }
    .button-style1.type4 .bg-fx{ background: #363b44; }
    .button-style1.type4:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type4:hover span{ color:#FFF; }
    .button-style1.type4:hover .bg-fx{ background: #576652; }
	
	.button-style1.type34 span{ color:#FF3746; }
    .button-style1.type34 .arrow path{ stroke:#FF3746 !important; }
    .button-style1.type34 .bg-fx{ background: #FFF; }
    .button-style1.type34:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type34:hover span{ color:#FFF; }
    .button-style1.type34:hover .bg-fx{ background: #FF3746; }

    

    .button-style1.type5 span{ color:#FFF; }
    .button-style1.type5 .arrow path{ stroke:#FFF !important; }
    .button-style1.type5 .bg-fx{ background: #485643; }
    .button-style1.type5:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.1); }
    .button-style1.type5:hover span{ color:#FFF; }
    .button-style1.type5:hover .bg-fx{ background: #363b44; }

    .button-style1.type6 span{ color:#7200F8; }
    .button-style1.type6 .arrow path{ stroke:#7200F8 !important; }
    .button-style1.type6 .bg-fx{ background: #FFF; box-shadow:0px 4px 13px rgba(0,0,0,0.05);  }
    .button-style1.type6:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.2); }
    .button-style1.type6:hover span{ color:#FFF; }
    .button-style1.type6:hover .bg-fx{ background: #7200F8; }
	
    .button-style1.type66 span{ color:#111; }
    .button-style1.type66 .arrow path{ stroke:#fff !important; }
    .button-style1.type66 .bg-fx{ background: #FFF; box-shadow:0px 4px 13px rgba(0,0,0,0.05);  }
    .button-style1.type66:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.2); }
    .button-style1.type66:hover span{ color:#FFF; }
    .button-style1.type66:hover .bg-fx{ background: #111; }
	
	.button-style1.type7 span{ color:#7200F8; }
    .button-style1.type7 .arrow path{ stroke:#7200F8 !important; }
    .button-style1.type7 .bg-fx{ background: #FFF; box-shadow:0px 4px 13px rgba(0,0,0,0.05);  }
    .button-style1.type7:hover .bg-fx{ right:-40px; box-shadow:0px 4px 13px rgba(0,0,0,0.2); }
    .button-style1.type7:hover span{ color:#FFF; }
    .button-style1.type7:hover .bg-fx{ background: #7200F8; }

.button-style2{ display: inline-block; transition:0.3s; cursor: pointer; font-size:14px; font-weight:700; background:#1BAFD0 !important; padding:15px 40px; }
    .button-style2 .bg{ transition-duration:0.3s; position: absolute; top:0; left:0; bottom:0; right:auto; width: 0%; background:rgba(0,0,0,0.3); }
    .button-style2:hover .bg{ width:100%; }
    .button-style2 i{ font-size: 22px; }
    .button-style2:hover{ background:#079ab7 !important; color:#FFF; }
    .button-style2.type2{ background: #5267FF !important; }
    .button-style2.type2:hover{ background: #1533FF !important; }
    .button-style2.type3{ background: #FFF !important; color:#444 !important; }
    .button-style2.type3:hover{ background: #FFF !important; }

    .button-style2.type4{ background: #FFF !important;  }
    .button-style2.type4:hover{ color:#fff !important; }

.button-style3{ display: inline-block; transition:0.3s; cursor: pointer; font-size:14px; font-weight:700; color:#FFF !important; padding:15px 40px; }
    .button-style3 .bg{ transition-duration:0.3s; right:auto; width: 0%; background:rgba(0,0,0,0.3); }
    .button-style3 i{ font-size: 22px; }
    .button-style3:hover .bg{ width:100%; }

.button-style4{ transition:0.3s; }
    .button-style4 svg *{ transition: 0.3s; }
    .button-style4:hover{ color:#2D39B4;}
    .button-style4:hover svg *{ fill:#2D39B4; }

    .button-style4.type2:hover{ color:#5267FF; }
    .button-style4.type2:hover svg *{ fill:#5267FF; }

    .button-style4.type3:hover{ color:#00B353; }
    .button-style4.type3:hover svg *{ fill:#00B353; }

    .button-style4.type4:hover{ color:#7200F4; }
    .button-style4.type4:hover svg *{ fill:#7200F4; }
	
	.button-style4.type5:hover{ color:#aaa; }
    .button-style4.type5:hover svg *{ fill:#aaa; }
	
	.button-style4.type6:hover{ color:#FF334A; }
    .button-style4.type6:hover svg *{ fill:#FF334A; }

.button-style5{ transition:0.3s; padding:0 5px; }
    .button-style5:hover{ background-color:#2D39B4 !important; color:#FFF; }

    .button-style5.type2:hover{ background-color:#0083FF !important; color:#FFF; }
    .button-style5.type3:hover{ background-color:#00B353 !important; color:#FFF; }
    .button-style5.type4:hover{ background-color:#7200F4 !important; color:#FFF; }

.button-style6{ transition: 0.3s; padding:0 5px; }
    .button-style6 .bg{ transition: 0.3s; background:#2D39B4; position: absolute; left:0; top:0; bottom:0; width: 0; }
    .button-style6:hover .bg{ width: 100%; }
    .button-style6:hover{ color:#FFF; }
	
	.button-style6.type2 .bg{ background:#5267FF;}
	.button-style6.type3 .bg{ background:#00B353;}
	.button-style6.type4 .bg{ background:#7200F4;}
	.button-style6.type5 .bg{ background:#111;}
	.button-style6.type6 .bg{ background:#FF334A;}

.icon-ball{ border-radius:100%; width:52px; height:52px; display:inline-block;  }
    .icon-ball *{ position: absolute; top: 50%; left:0; right:0; margin:0 auto; transform: translate(0%, -50%); text-align:center; }
    .icon-ball i{ font-size: 26px; color: #FFF; }

.video{ cursor: pointer; }
    .video .bg-black{ transition: 1s; opacity: 0; background: #000; }
    .video .video-play{ transition: 0.3s; position: absolute; width:71px; height: 71px; top: 50%; left:50%; transform: translate(-50%, -50%); transform-origin: 550% 550%; }
    .video .video-play #arrow{ transition: 0.2s; }
    .video:hover .bg-black{  opacity: 0.7; }
    .video:hover .video-play{ transform: scale(1.1); }
    .video:hover .video-play #arrow{  fill: #FFF; }

.gallery .item{ width: 100vw; height: auto; padding-bottom: 65%; margin:0 20px; }
.plans .item{ width: 100vw; height: auto; padding-bottom: 65%; margin:0 20px; }
.slide .item{ width: 100vw; height: auto; padding-bottom: 60%; margin:0 20px; }

.flickity-page-dots{ text-align: center;  list-style: none; padding:20px 0; }
    .flickity-page-dots .dot{ cursor: pointer; transition: 0.3s; width:7px; height: 7px; border-radius: 13px; background:#C6C6C6; display: inline-block; vertical-align: middle; margin:0 20px; padding:0; }
    .flickity-page-dots .dot.is-selected{ cursor: default; width:13px; height: 13px; border-radius: 13px; background:#5267FF; }
    .flickity-viewport{ cursor: -webkit-grab; cursor: grab; }
    .flickity-viewport.is-pointer-down{ cursor: -webkit-grabbing ; cursor: grabbing; }

label{ font-size:12px; font-weight:700; padding:15px 0px 5px !important; }
label.error{ background:#FA5A6D; }
label.error:before{ border-bottom: 5px solid #FA5A6D; }
input, textarea{ transition:0.3s;  width:100%; height:43px; border-radius: 5px;color: #000!important;border:1px solid #eee; background:rgba(255,255,255,0.8); font-family: 'Raleway', sans-serif;  font-weight:500; padding:0px 10px; }
textarea{ height:125px; padding:10px !important; }
::placeholder {opacity: 1; color:#000;}
input:focus, input.valid{ background:rgba(255,255,255,1); border:1px solid rgba(255,255,255,0); box-shadow:0px 7px 14px rgba(0,0,0,0.05); }
textarea:focus, textarea.valid{ background:rgba(255,255,255,1); border:1px solid rgba(255,255,255,0); box-shadow:0px 7px 14px rgba(0,0,0,0.05); }
button{ font-family: 'Raleway', sans-serif;  }
input[type="checkbox"], input[type="radio"] { width: 25px; height: 25px;}
span.wpcf7-not-valid-tip { color: #ec7e3c!important; font-size: 1em; font-weight: normal; display: block;}
/* 6. menus */
.main-menu-1.cu-menu-fixed-top{ transition: 0s background-color;  background-color: #FFF !important; box-shadow: 0 1px 4px rgba(0,0,0,0.1) }
.main-menu-1.cu-menu-fixed-top .logo.main *{ fill:#444; }
.main-menu-1.cu-menu-fixed-top .button1{ color:#444; }
.main-menu-1.cu-menu-fixed-top .button1 .line{ border-bottom-color:#444; }
.main-menu-1.cu-menu-fixed-top .content{ height: 80px; }
.main-menu-1.cu-menu-fixed-top .btn-menu *{ fill:#444 !important; }

.main-menu-3.cu-menu-fixed-top{ transition: 0s background-color;  background-color: #FFF !important; box-shadow: 0 1px 4px rgba(0,0,0,0.1) }
.main-menu-3.cu-menu-fixed-top .content{  }
.main-menu-3.cu-menu-fixed-top .logo.main *{ fill:#444 !important; }
.main-menu-3.cu-menu-fixed-top .btn-menu *{ fill:#444 !important; }

.main-menu-1{ transition: 0.2s background-color; top: 0; left: 0; right: 0; position: absolute; z-index: 20; background-color: transparent; }
    .main-menu-1 .content{ transition: 0.3s; height: 112px; }
    .main-menu-1 .buttons{ list-style: none; display: block !important; }
    .main-menu-1 .buttons li{ padding:0; margin: 0 auto; }
    .main-menu-1 .buttons li::before{ content: none !important; }
    .main-menu-1 .buttons &gt; li{ display: inline-block; margin: 0; padding: 0; }
    .main-menu-1 .buttons &gt; li &gt; ul{ transition: 0.3s opacity, 0s 0.3s margin-top, 0s 0.3s top; opacity: 0; margin-top: 5px; display: block; padding:10px; position: absolute; width: auto; top:-9999px; border-radius: 3px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
    .main-menu-1 .buttons &gt; li:hover &gt; ul{ transition: 0.3s opacity, 0.3s margin-top, 0s top; opacity: 1; margin-top:0; top:100%; }
    .main-menu-1 .buttons &gt; li &gt; ul &gt; li &gt; ul{ transition: 0.3s opacity, 0s 0.3s margin-top, 0s 0.3s top; opacity: 0; margin-top: 5px;  position: absolute; display: block; padding:10px; top:-9999px; left: 100%; width: auto; border-radius: 3px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
    .main-menu-1 .buttons &gt; li &gt; ul &gt; li:hover &gt; ul{ transition: 0.3s opacity, 0.3s margin-top; opacity: 1; margin-top:0; top:0; }

    .main-menu-1 .button1{ display: inline-block; transition:0.3s; padding:15px 24px; text-align: center;  }
        .main-menu-1 .button1{  color:#FFF; }
        .main-menu-1 .button1 .line{ transition: 0.3s; position: absolute; bottom: -7px; left: 0; width: 0%; border-bottom:2px solid #FFF; }
        .main-menu-1 .button1 .bg{ transition: 0.3s; position: absolute; top: 0; bottom: 0; left: 0; width: 0%; }
        .main-menu-1 .button1:hover .line{ width: 100%; }
        .main-menu-1 .button1:hover .bg{ width:100%; }
       
        .main-menu-1 .button1.type2{ background: rgba(255,255,255,1); color: #00ACD2 !important; overflow: hidden; }
            .main-menu-1 .button1.type2:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type2{ background:#00ACD2; color:#FFF !important; }
			
		.main-menu-1 .button1.type7{ background: rgba(255,255,255,1); color: #FF334A !important; overflow: hidden; }
            .main-menu-1 .button1.type7:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type7{ background:#FF334A; color:#FFF !important; }
			
		.main-menu-1 .button1.type6{ background: rgba(255,255,255,1); color: #5167FF !important; overflow: hidden; }
            .main-menu-1 .button1.type6:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type6{ background:#5167FF; color:#FFF !important; }
			
		.main-menu-1 .button1.type5{ background: rgba(255,255,255,1); color: #00B353 !important; overflow: hidden; }
            .main-menu-1 .button1.type5:hover{ color:#FFF !important; }
            .cu-menu-fixed-top .button1.type5{ background:#00B353; color:#FFF !important; }
			
        .main-menu-1 .button1.type3{ background: rgba(255,255,255,1); color: #5267FF !important; overflow: hidden; }
            .main-menu-1 .button1.type3:hover{ color:#FFF !important; } 
            .cu-menu-fixed-top .button1.type3{ background:#5267FF; color:#FFF !important; }

    .main-menu-1 .buttons .sub_button{ transition: 0.3s; display: block; padding: 2px 5px; cursor: pointer; }
    .main-menu-1 .buttons .sub_button .icon{ margin:0px 10px 0 0; top:1px; font-size: 18px; }
    .main-menu-1 .buttons .sub_button:hover{ background: rgba(0,0,0,0.1); }

    .main-menu-1 .buttons .sub_button2{  transition: 0.3s; display: block; padding: 5px 40px 5px 20px; cursor: pointer; white-space: nowrap; }
    .main-menu-1 .buttons .sub_button2 .icon{ margin:0 10px 0 0; top:1px; font-size: 18px; }
    .main-menu-1 .buttons .sub_button2:hover{ background: rgba(0,0,0,0.1); }

    .main-menu-1 .btn-menu{ cursor: pointer; display: none; transition:0.3s; padding:10px; background: rgba(0,0,0,0); }
    .main-menu-1 .btn-menu svg *{ fill:#FFF; }
    .main-menu-1 .btn-menu:hover{ background: rgba(0,0,0,0.1); }
   

.main-menu-2{ transition: 0.4s; top: 0; left: 0; right: 0; position: absolute; z-index: 20; }
    .main-menu-2 .content{ height: 112px; }
    .main-menu-2 .content .btn-menu *{ transition: 0.3s; }
    .main-menu-2 .btn-menu{ cursor: pointer; transition:0.3s; padding:10px; }
    .main-menu-2 .btn-menu:hover{ background: rgba(255,255,255,0.1); }
    .menu-fixed .main-menu-2{ position: fixed; background: #FFF; top: 0; left: 0; right: 0; z-index: 10; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
    .menu-fixed .main-menu-2 .content{ height: 80px; }
    .menu-fixed .main-menu-2 .content .logo *{ fill:#444; }
    .menu-fixed .main-menu-2 .btn-menu:hover{ background: rgba(0,0,0,0.05); }
    .menu-fixed .main-menu-2 .content .btn-menu *{ fill:#211A29; }
    .menu-fixed .main-menu-2 .content-dropdown .logo{ margin-top: 14px; }

.main-menu-3{ transition: 0.2s background-color; top: 0; left: 0; right: 0; position: absolute; z-index: 20; background-color: transparent;  }
    .main-menu-3 .top-bar {width: calc(100% - 60px); top: 0; left:60px; position: relative; transition: 0.3s; height: 82px; }
    .main-menu-3 .top-bar.cu-menu-fixed-top {position: fixed; right: 0; top: 0; left: 60px; height: 60px;}
    .main-menu-3 .content{ }
    .menu-1{ height:100% }
    .main-menu-3 .btn-menu{ cursor: pointer; transition:0.3s; padding:10px 5px; }
    .main-menu-3 .btn-menu:hover{ background: rgba(0,0,0,0.05); }
    .menu-fixed .main-menu-3{ position: fixed; background: #FFF; top: 0; left: 0; right: 0; box-shadow: 0 0 3px rgba(0,0,0,0.1); }
    .menu-fixed .main-menu-3 .content{ height: 80px; }
    .menu-fixed .main-menu-3 .content-dropdown .logo{ margin-top: 14px; }

.main-menu-dropdown{ display: none; z-index: 100; }
    .main-menu-dropdown .logo *{ fill:#FFF !important; z-index: 2; }
    .main-menu-dropdown .buttons .button{ margin:5px 0; }
    .main-menu-dropdown .social .button{ width: 30px; }
    .main-menu-dropdown .btn-menu-close{ cursor: pointer; width: 40px; height: 40px; padding:10px; }
    .main-menu-dropdown .btn-menu-close:hover{ background: rgba(0,0,0,0.2); }

/* 7. headers */
.header-1 .frame{ position:absolute; top:15px; left:15px; bottom:15px; right:15px; }
.header-5{ background-size:100% auto;  min-height: 550px; }

/* 8. contents */
.content-1 .image{ width:100%; height:550px; position:absolute;  top:150px; }
    .content-1.type2 .image{ width:calc(100% + 30%); height:620px; position:absolute; right:0px; top:60px; }
    .content-1.type3 .image{ width:calc(100% + 3%); height:580px; position:absolute; right:0px; top:calc(50% - 290px); }
    .content-1.type3 .image{ width:calc(100% + 3%); height:580px; position:absolute; right:0px; top:calc(50% - 290px); }
    .content-1.type4 .column1{ order:2; }
    .content-1.type4 .image{ width:calc(100% + 3%); height:630px; position:absolute; left:0px; top:calc(50% - 315px); }   

.content-2 .image{ width:calc(100% + 20%); height:508px; position:absolute; left:0%; margin-right: -20px; z-index: 1; }

.content-3 .image{ width:calc(100% - 20%); padding-bottom: 45%; }

.content-5 .image1{ width: calc(100% - 10%); padding-bottom: 50%; }
    .content-5 .image2{ right:610px; }
.content-6 .number{ width: 200px; }
.content-7{ padding: 60px 0; }
    .content-7 .bg{  right: -9999px; }
    .content-7 .title{ text-align: center; color: #FFF; }
    .content-7 .icon{ height: 100px; background-size:100px auto; width: 16.666%; }    

.content-8 .column{ padding:0px 7px; }

.content-9 .boxes{ width:266px; height:266px; text-align: center;  }
    .content-9 .boxes .box1{ background:#363b44; position:absolute; transform:rotate(60deg); }
    .content-9 .boxes .box2{ background:#5267FF; box-shadow:0px 8px 13px rgba(79, 96, 255, 0.4); }
	.content-9 .boxes .box3{ background:#5267FF; box-shadow:0px 8px 13px rgba(255, 55, 70, 0.4); }

.content-11 .item{ transition: 0.4s; transition-property:  box-shadow, transform; width:100%; max-width: 365px; padding: 70px 40px 40px; margin:0 12px 30px; box-shadow: 0 5px 5px rgba(0,0,0,0); }
    .content-11 .item:hover{ transform: scale(1.02) !important; box-shadow: 0 20px 60px rgba(0,0,0,0.10) !important; }

.content-13{ background:#FFF; padding-left:80px; padding-right: 80px; }

.content-20 .column1:hover .bg{ background: #2946d8; }
    .content-20 .column2:hover .bg{ opacity: 0 !important; }
    .content-20 .column2 .title{ transition: 0.3s; border-bottom: 2px solid transparent;  }
    .content-20 .column2:hover .title{ border-bottom: 2px solid #FFF; }

/* 9. grids */
.grid-items-1 .item{ width: 33.33%; text-align:center; padding:60px 40px; border-right:2px solid rgba(0,0,0,0.1); margin-bottom:10px; border-right:2px solid rgba(0,0,0,0.1); }
    .grid-items-1 .item .content{ max-width:900px; margin:0 auto; }
    .grid-items-1 .item:last-of-type{ border-right:none; }

.grid-items-2{ margin-bottom:-40px; }
    .grid-items-2 .item{ width: 50%; }
    .grid-items-2 .item .content{ width:calc(100%); background:#FFF; padding:72px 52px; text-align:center; }
    .grid-items-2 .item .content .image{ width:135px; height:135px; border-radius:100%; background-color:#FFF; position:absolute; left:50%; top:-100px; transform:translate(-50%,0); box-shadow:0px 21px 14px rgba(0,0,0,0.14); }
    .grid-items-2 .item .content .text{ text-align:left; margin:20px 0 0; }
    .grid-items-2 .flickity-page-dots{ padding:60px 0 20px; }

.grid-items-3 .bg{ position: absolute; bottom: 0; left: -40px; right: -40px; height: 350px; background: #FFF; }
    .grid-items-3 .item{ width: 33.33%; padding: 0 30px 60px; }
    .grid-items-3 .item &gt; .image{ background: #FFF no-repeat center; background-size: cover; padding-bottom: 67%; box-shadow:-30px 20px 50px rgba(0,0,0,0.1); }

.grid-items-4 .item{ width: 33.33%; margin: 20px 0; }
    .grid-items-4 .item .data{ width: 100%; max-width: 450px; padding: 20px; margin: 0 auto; }
    .grid-items-4 .item .data .content{  padding-left: 50px; }
    .grid-items-4 .item .data .content .desc{ margin:20px 0 0; }
    .grid-items-4 .item .data .icon{ font-size: 28px; position: absolute; }

.grid-items-5 .item{ overflow: hidden; width: 33.3333%; height: auto; color:#FFF; }
    .grid-items-5 .item .wrap{ padding-bottom: 70%; }
    .grid-items-5 .item .texts{ position: absolute; left: 40px; bottom: 40px; max-width: 300px; padding: 0 20px 0 0; }
    .grid-items-5 .item img.cover{ transition: 1s transform; transform: scale(1); }
    .grid-items-5 .item:hover img.cover{ transform: scale(1.1); }

.grid-items-6 .item .content{ position: absolute; top:20px; left:20px; right:20px; bottom:20px; }
    .grid-items-6 .item .content .bg{ opacity: 0; background:rgba(35, 34, 49, 0.8); }
    .grid-items-6 .item .content .data{ transform: translateZ(50px); transition:0.3s; opacity: 0; position: absolute; color:#FFF; }
    .grid-items-6 .item .content .border{ border:5px solid #7000F2; top:70px; left:70px; right: 70px; bottom: 70px; }
    .grid-items-6 .item .content img.cover{ transition: 1s transform; transform: scale(1); }
    .grid-items-6 .item .content:hover .bg{ opacity: 1; }
    .grid-items-6 .item .content:hover .data{ opacity: 1; }
    .grid-items-6 .item .content:hover img.cover{ transform: scale(1.1); }
	.grid-items-6.type2 .item .content .bg{ background:rgba(0, 0, 0, 0.8); }
	.grid-items-6.type2 .item .content .border{ border:5px solid #444; top:70px; left:70px; right: 70px; bottom: 70px; }
	
.grid-items-7{ overflow: hidden; padding: 0 0 40px; }
    .grid-items-7 .item{ width:33.33%; padding: 5px; }
    .grid-items-7 .item .content{ transition: 0.3s; padding-bottom: 74%; }
    .grid-items-7 .item .hover{ transition: 0.3s; opacity: 0; }
    .grid-items-7 .item .hover .title{ transition: 0.6s 0.1s; opacity: 0; top:20px; }
    .grid-items-7 .item .hover .text{ transition: 0.6s 0.2s; opacity: 0; top:20px; }
    .grid-items-7 .item .content:hover{ box-shadow: 0 25px 40px rgba(79, 96, 255, 0.4); }
    .grid-items-7 .item .content:hover .hover{ opacity: 1; }
    .grid-items-7 .item .content:hover .hover .title{ opacity: 1; top:0; }
    .grid-items-7 .item .content:hover .hover .text{ opacity: 1; top:0; }
	.grid-items-7.type2 .item .content:hover{ box-shadow: 0 25px 40px rgba(14, 37, 64, 0.4); }
	.grid-items-7.type3 .item .content:hover{ box-shadow: 0 25px 40px rgba(255, 55, 70, 0.4); }

.grid-items-8 .item{  padding-bottom: 5%; background: center no-repeat; background-size: 50%; margin:30px 0; }

.grid-items-9 .list .item .data{ overflow: hidden; }
    .grid-items-9 .item .data img.cover{ transition: 1s transform; transform: scale(1); }
    .grid-items-9 .list .item .more{ transition: 0.3s; opacity: 0; }
    .grid-items-9 .list .item .data .desc span:nth-child(1){ transition: 0.5s; bottom:-50px; opacity: 0; }
    .grid-items-9 .list .item .data .desc span:nth-child(2){ transition: 0.5s 0.08s; bottom:-50px; opacity: 0; }
    .grid-items-9 .list .item .data:hover .more{ opacity: 1; }
    .grid-items-9 .list .item .data:hover .desc span:nth-child(1){ bottom:0px; opacity: 1; }
    .grid-items-9 .list .item .data:hover .desc span:nth-child(2){ bottom:0px; opacity: 1; }
    .grid-items-9 .item .data:hover img.cover{ transform: scale(1.1); }
   
    
.grid-items-10 .list .item{ padding:40px; }
.grid-items-10 .item .title{ transform: 0.3s; }
    .grid-items-10 .item:hover .title{ color: #4A57FF; }

/* 10. footers */
footer{width: calc(100% - 60px);
    right: 0;
    left: 60px;
}
.footer-1 .social .icon{ width:30px; height:30px;}
    .footer-1 .list li{ margin:6px 0; }
    .footer-1 .chat-button .ball{ display: inline-block; width: 105px; height: 105px; border-radius: 200px; color:#FFF; font-size: 50px; text-align: center;  }
    .footer-1 .chat-button .ball i{ position: relative; top: 23px; }
    .footer-1 .chat-button .text{ display: inline-block; margin: 10px 0 10px 20px; }
.footer-2{ border-top:1px solid #E5E5E5; background:#FFF; padding:30px 20px; color:#888888; }

/* responsive */
@media (min-width:1600px){
    .menu-1.m-r-300 {
        margin-right: 30%;
    }
}
@media (max-width:1400px){
    .content-1 .column1{ width: 55%; }   
    .content-3 .image{ width:calc(100% - 10%); padding-bottom: 50%; }
    .content-5 .column2{ padding: 220px 0 200px; }
        .content-5 .image1{ display: none; }
        .content-5 .image2{ position: absolute; left: calc(25% - 290px); padding: 0; }
    .content-13 .flex{ padding:60px 0; }
        .content-13 .texts{ max-width: 500px; }
    .grid-items-5 .t-18{ font-size: 14px; }
    .grid-items-7 .item .normal .title{ margin: 0 !important; }
        .grid-items-7 .item .hover .title{ margin: 0 !important; }
    
}
@media (max-width:1100px){
    section{ overflow: hidden; }
    .header-2{ height: auto; }
        .header-2 .content{ position: relative; padding:140px 40px 50px; }
        .header-2 .content .column1{ display: none; }
    .header-3{ height: 300px !important; padding:80px 0; }
    .header-4{ height: 600px; }
        .header-4 .contents{  transform: scale(0.8); }
    .header-6 .content{ padding-top: 500px !important; }
        .header-6 .texts{ margin-bottom: -70px; }
        .header-6 .arrow{ width: 10%; top: -98px !important; }
    .menu-1{ margin:0; padding:0;height:auto }
        .menu-1 .col-menu{ width: 100% !important; flex-direction:column;margin-top:60px;}
        .menu-1 .column.flex-box-50p{ width: 100% !important; }
        .menu-1 .column2{ width: 100% !important;}
        .main-menu-dropdown.bg5rgba {background-color:#484e5a !important;}
    .content-1{ margin:0; padding:0; }
        .content-1 .column{ width: 100% !important; }
        .content-1.home .column{ width: 100% !important; flex:none;-webkit-flex:none }
        .content-1 .column2{ border:none; }
        .content-1 .column2 .texts.m-l-70{ margin-left:0!important }
        .content-1 .image{ width: calc(100% - 20px) !important; height: auto !important; position: relative !important;  margin:0 auto !important; border:1px solid transparent !important; padding-bottom: 60% !important; top: 0 !important; right: 0 !important; margin-top: 20px !important; }
        .content-1.type2 .column1{ padding:100px 40px 80px; }
        .content-1.type3{ padding:0 0px 40px; }
        .content-1.type4 .column1{ order:-1; }
    .content-2{ margin:0; padding:0; }
        .content-2 .column{ width: 100% !important; }
        .content-2 .column2{ order:-1; padding:80px 20px 100px; }
        .content-2 .image{ width: calc(100% - 20px); transform: none; height: auto; position: relative; margin:0 auto; border:1px solid transparent; padding-bottom: 60% !important; top: 0; right: 0; margin-top: -40px; }
    .content-3{ margin:0; padding:0; }
        .content-3 .column{ width: 100% !important; flex: none;   }
        .content-3 .column1{ padding:40px 20px 0px 20px;  }
        .content-3 .column2 { padding:0px 40px 0px 20px;  }
        .content-3.map-content .column2 { padding:0px;  }
        .content-3 .column2 .texts { margin-right:0px}
        .content-3 .column1 .bg{ left:0 !important; margin-right:0 !important; }
        .content-3 .image{ width: calc(100% - 20px); height: auto; position: relative; margin:0 auto; border:1px solid transparent; padding-bottom: 60% !important; top: 0; right: 0; margin-top: -40px; }
    .content-4 .texts{ padding-top:80px; }
    .content-5 .column1{ display: none; }
        .content-5 .column2{ padding: 160px 20px 100px; }
        .content-5 .image2{ display: none; }
        .content-5 .texts{ margin-left: auto; }
    .content-6{ padding: 120px 0 40px; background: #FFF; }
        .content-6 .number{ width: 100%;  }
        .content-6 .bg-svg{ display: none; }
        .content-6.type2{ margin:40px 0 10px; }
        .content-6 .not, .content-6 .item{ flex:none; width: 100%; text-align: center; }
    .content-7 .icon{  width: 25%; }
    .content-8 {margin:0; padding:0; }
        .content-8 .column{width: 100%!important;}
        .content-8.contact .column1{margin-bottom:20px;}
    .content-10 .content{  width: 100%; padding:80px 20px 100px 40px !important; background: #E3E3E3;  }
        .content-10 .image{ position: relative; width: calc(100% - 20px);  left: 0 !important; height: auto; padding-bottom: 60%; order: 2; margin-top: -40px; z-index: 2; }
    .content-12{ padding:40px 20px; margin:0; }
        .content-12 .columns{ justify-content: center; text-align: center; }
        .content-12 .column{ width: 100%; }
        .content-12 .column2{ text-align: center; margin:20px 0; }
        .content-12 .button{ margin:10px 0; }
    .content-13 .flex{ padding:60px 0 0; }
        .content-13.type2 .flex{ padding:60px 0 60px; }
        .content-13 .column{ width: 100%; }
        .content-13 .column.image{ position: relative; text-align: center; }
    .content-15.type2{ padding:40px 20px 20px; }
    .content-17 .list{ height: auto !important; }
        .content-17 .item{ width: 100%; }
        .content-17 .content{ padding-bottom: 0; height: auto !important; padding:40px 0; }
    .content-18{ padding:40px 40px 0; }
        .content-18 .column{ width: 100%; padding:0; border:1px solid transparent; }
        .content-18 .column2{ padding:40px 0 0; }
        .content-18 .column2 iframe{ max-width: none; }
    .title-1{ margin:65px 0 40px; } 
    .grid-items-1{ padding: 20px 0; }
        .grid-items-1 .item{ width: 50%; border:0; padding: 20px 40px; }
    .grid-items-2{ padding:120px 0 0; }
        .grid-items-2.about2{ padding:40px 0 80px; }
    .grid-items-3{ padding: 120px 0 40px;  }
        .grid-items-3 .bg{ display: none; }
    .grid-items-4 .item{ width: 50%; }
    .grid-items-5 .item{ width:100%; margin: 2px 0px; height: 356px; padding-bottom: 0; }
        .grid-items-5 .item .wrap{ padding-bottom: 0; height: 100%; }
        .grid-items-5 .item .texts{ left: 20px; bottom: 20px; }
    .grid-items-6 .item{ width:50% !important; padding-bottom:76%; }
        .grid-items-6 .item .content{ top:0px; left:10px; right:10px; bottom:10px; }
        .grid-items-6.type2{ margin:20px 0 0; }
        .grid-items-6.type2 .item{ padding-bottom: 40%; }
    .grid-items-7 .item{ width: 50%; }
        .grid-items-7 .item .content{ min-height: 300px; }
        .grid-items-7 .item .hover{ padding:0 40px; }
    .grid-items-8 .list &gt; *{ width: 20%; }
    .grid-items-9{ padding:150px 0 0; }
        .grid-items-9 .item{ width: 50%; }

    body{ margin-bottom: 0 !important; }
    .footer-fixed{ position: relative !important; }
}    
@media (max-width:900px){
    .parallax-bg-img{ display: none !important; }
    .video-bg{ display: none !important; }
    .main-menu-1 .content{ height: 60px !important; padding:0 20px; }
        .main-menu-1 .content .buttons{ display: none !important; }
        .main-menu-1 .content .btn-menu{ display: block; }
    .main-menu-1 .logo{ margin-left:0; }
    .main-menu-dropdown .logo { margin-left:20px !important; margin-top:30px !important; }
    .main-menu-dropdown .btn-menu-close{ margin-top:10px !important; }
    .main-menu-dropdown .menu-1{margin-right:0;}

    .main-menu-3 .language-ex { display:none;}
        .main-menu-3 .logo.main{ margin-left: 0 !important;  }
    .header-1{ height: auto; }
        .header-1 .frame{ position: relative; left: 0; right: 0; top: 0; bottom: 0; }
        .header-1 .content{ position: relative; padding:100px 40px 50px; }
        .header-1 .texts{ position: relative; padding: 0; margin:0; transform: none; }
    .header-4{ height: 600px; }
        .header-4 .contents{  transform: scale(0.6) !important; }
    .header-5{ background-size: cover; min-height: 400px; height:auto !important; }
        .header-5.type2{ padding:120px 20px; }
        .header-5.type2 .t-70{ font-size:50px; }
    .content-5.about{ padding:0; }
    .content-6{ margin:80px 0 0;  }
        .content-6 .column{ width: 100%; max-width: none; flex: none; }
        .content-6 .bg-svg{ display: none; }
        .content-6 .column2{  margin: 20px 0 0; padding: 0; }
    .content-9{ padding:0; }
        .content-9 .column{ width: 100%; flex: none; }
        .content-9 .column1{ padding:100px 0 0; justify-content: center; }
        .content-9 .column2{ justify-content: center; padding:60px 0 60px ; }
        .content-9 .texts{ margin:0 auto; text-align: center; }
        .content-9 .texts .line1{ display: none; }
    .content-16{ padding:0 20px 20px; }
        .content-16 .column{ width: 100%; flex: none; }
        .content-16 .column1{ text-align: center; padding:0 0 20px 0; }
        .content-16 .column2{ padding:0 20px 40px; }   
        .content-16 .column2 .texts{  max-width: none; }
        .content-16.type2{ margin:40px 0 0; }
    .grid-items-2 .item{ width: 100% !important; }
    .grid-items-3 .item{ width: 100%; }
    .grid-items-5{ padding:40px 0 0; }
        .grid-items-5 .main-title{ padding:0 20px; text-align: center; }
    .grid-items-10{ margin:-40px 0 20px; }
        .grid-items-10 .main-title{ padding:0 40px !important;  }
        .grid-items-10 .title{ padding:0; }
        .grid-items-10 .list .item{ width: 100%; padding: 20px; }
    .video-bg{ display: none; }
    .footer-1{ padding:40px 20px;}
        .footer-1 .column{  width: 100%; flex: none; padding: 20px 0; }
        .footer-1 .column1{ text-align: center; }
        
}
@media (max-width:700px){
    .t-70{ font-size: 30px; }
    .t-60{ font-size: 30px; }
    .t-40{ font-size: 24px; }
    .t-20{ font-size: 14px; }
    .t-18{ font-size: 14px; }
    .line1{ display: none; }
    .header-1 .content{ position: relative; padding:60px 20px 40px; }
    .header-2 .content{ position: relative; padding:40px 0; }
    .header-5 .content{ padding-bottom: 50px; margin:60px 0 0; }
        .header-5 .texts{ margin:0; }
    .header-3{ padding:40px 0; }
    .header-4{ height: 500px; }
        .header-4 .contents{  transform: scale(0.5) !important; top:-80px; }
        .header-4 .texts{ top: auto; right:0; bottom:40px; text-align: center; margin:0; }
    .header-5.type3 .t-70{ font-size: 40px; }
    .header-6 .content{ padding-top: 450px !important; }
        .header-6 .texts{ margin-bottom: 0px; }
        .header-6 .arrow{ top: -68px !important; }
    .menu-1{ padding:0; }
       .content-form { padding:0; }
    .content-1{ padding:0; }
        .content-1 .column1{ padding:0px 30px !important; width: 100%!important; }
        .content-1.home .column{ padding:0px !important; }
        
    .content-2 .column2{ padding:40px 20px 80px; }
    .content-3 .column1{ padding:40px 20px 0px 20px; }
    .content-4{ padding:0 20px; }
        .content-4 .texts{ padding-top:40px; }
        .content-4 .image{ margin-bottom:-60px; }
    .content-5 .column2{ padding: 90px 20px 60px; }
    .content-6{ margin: 30px 0; }
        .content-6 .column1{ padding: 0 20px; text-align: center; }
        .content-6 .column2 .item{ margin:10px 20px; }
        .content-6{ padding:60px 0 20px; }
    .content-7 .icon{  width: 50%; }
    .content-8{ padding:0px 20px; }
    .content-10 .content{  padding:40px 20px 80px 20px !important; }
        .grid-items-10 .main-title{ padding:0 20px !important;  }
        .content-10 .texts{  margin: 0 auto; }
    .content-13{ padding:0 30px 0 50px; }
        .content-13 .quotation{ width:20px !important; margin-left: -33px; }
    .content-14{ padding:40px 20px 0; }
    .content-14.type2{ padding:100px 20px 0; }
    .content-15{ padding:60px 20px; }
        .content-15 .content{ padding:100px 20px !important; }
    .content-16 .column2{ padding:0; }
        .content-16 .column2 .texts{ padding:40px 0 0; }   
    .content-15.type2{ padding:20px 0 0px; }
    .content-18{ padding:40px 20px 0; }
    .content-19{ padding:10px 0 20px; }
        .content-19 .column{ margin:0; padding:10px 20px; width: 100%; }
    .content-20{ padding:0; margin:0; }
        .content-20 .column{ width: 100% !important; margin:0; }
        .content-20 .column1{ height:auto !important; padding:40px 0; order: 2; transform: none !important;  }
            .content-20 .column1 &gt; *{ transform: none !important; }
        .content-20 .column2{ padding:40px 40px; }
        .content-20 .column2 .content{ margin:0 auto; text-align: center; }
    .title-1{ margin:0px 0 40px; }
        .title-1 *{ text-align: center; }
    .grid-items-1{ margin:20px 0; }
        .grid-items-1 .item{ width: 100%; }
    .grid-items-2{ padding:60px 0 40px; }
    .grid-items-3{ padding: 60px 20px 40px; }
        .grid-items-3 .main-title{ padding: 0 20px; }
        .grid-items-3 .item{ padding:10px 0 20px }
    .grid-items-4 .item{ width: 100%; }
        .grid-items-4.type2{ padding:20px 0; }
    .grid-items-6{ margin-left:0; margin-right: 0; }
        .grid-items-6 .item{ width:100% !important; padding-bottom:50% !important; }
        .grid-items-6 .item .content .border{ top:20px !important; left:20px !important; bottom:20px !important; right:20px !important; }
        .grid-items-6.type2 .item{ padding-bottom:70% !important;  }
    .grid-items-7 .item{ width: 100%; }
        .grid-items-7 .item .hover{ padding:0 30px; }
    .grid-items-8{ margin:20px 0; padding:0; }
        .grid-items-8 .list &gt; *{ width: 50%; background-size: contain; }
    .grid-items-9 .item{ width: 100%; padding:10px 0; }
    .grid-items-9{ padding:60px 20px 10px; }
    .footer-1 .column2 &gt; div{ width: 100%; margin: 10px 0 20px; text-align: center; }
        .footer-1 .column2 .list{ margin-top: 10px; }
        .footer-1 .chat-button .ball{ width: 70px; height: 70px; font-size: 40px; }
        .footer-1 .chat-button .ball i{ top:11px; }
    .footer-2 .flex{ flex-direction: column; align-items: center; text-align: center; }
        .footer-2 .flex &gt; div{ margin:5px 0; }
        
}
@media (max-width:500px){
    h1.t-48 {font-size:34px }
    h1.p-t-90 { padding-top: 40px; }
    .tit-header.m-t-50{ margin-top: 20px; }
    .contact{ margin-top: 20px; }
    .header-2 .column2{ margin-left:20px; }
    .header-4{ height: 400px; }
        .header-4 .contents{  transform: scale(0.25) !important; top:-40px; }
    .header-6 .content{ padding-top: 410px !important; }
        .header-6 .texts{  top: 150px !important; }
        .header-6 .texts .t-60{font-size: 26px !important; }
        .header-6 .arrow{ top: -48px !important; }
        .slide .flickity-page-dots {display: none;}
    .content-5.about .not{ width: 100% !important; text-align: center; flex: none; }
    .content-8 .column{ width: 100%; }
    .content-17 .texts{ padding:0 20px !important; }
    .grid-items-2 .item{ padding-left:20px; padding-right: 20px; }
        .grid-items-2 .item .content{ padding:72px 30px; }
    .grid-items-5 .item{ height: 260px; }
    .grid-items-6 .item{ padding-bottom:75% !important; }
    .grid-items-6 .item .content img.cover { left: 0px !important; }
    #menu-nav.t-24 {font-size:18px;}
    .menu-1 .m-l-50{margin-left: 20px!important}
    #menu-nav li{margin: 10px 0!important;}
    .contact-menu li {font-size:14px!important;}
    #menu-nav .sub-menu .button1 {font-size:14px!important;}
    .content-16  .list{ width: 100%; flex:none; padding:10px 0 10px 20px; }
    .txt2-map .l-h-200, .txt1-map .l-h-200 {line-height: normal}
    .txt2-map.h-30vh, .txt1-map.h-40vh {height: auto;}
}

.contents {width:calc(100% - 60px);right: 0;left: 60px;}

/*mappa*/

.acf-map {
	width: 100%;
	height: 100%;
	border: none!important;
	margin: 0 0 0px 0;
}
.acf-map.page {
	width: 100%;
	height: 500px;
	border: none!important;
	margin: 0 0 0px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.acf-map h3 {
    margin:10px 0;
}
@media (max-width: 1100px){
    .map-content.content-3 .column1 {
        padding: 0px; 
    }
    .map-content .acf-map {
	width: 100%;
	height: 600px;
    }
}
.whd-60 {
    width: 60px;
    position: fixed;
        left:0;
        top: 0;
        bottom: 0;
        z-index: 9
}
.slide .flickity-page-dots {
    text-align: center;
    list-style: none;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 20%;
}
.slide  .flickity-page-dots .dot{ 
    cursor: pointer; 
    transition: 0.3s; 
    width:15px; 
    height: 15px; 
    border-radius: 13px; 
    background:#fff; 
    display: block; 
    vertical-align: middle; 
    margin: 25px 20px; 
    padding:0;
    box-shadow:0px 8px 20px rgba(0, 0, 0, 0.6);}
    .slide  .flickity-page-dots .dot.is-selected{ cursor: default; width:20px; height: 20px; border-radius: 13px; background:#FF6600; }
    .slide  .flickity-viewport{ cursor: -webkit-grab; cursor: grab; }
    .slide  .flickity-viewport.is-pointer-down{ cursor: -webkit-grabbing ; cursor: grabbing; }
    .slide-txt h2{
        font-family: 'Hind', sans-serif;
        font-size: 74px;
        line-height: 84px;
        letter-spacing: .02em;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 600px;
    }
    .slide-txt.a-c-c{position:absolute;top:40%;left:30%;transform:translate(-30%,-30%)}
    
.bg-overlay{position:absolute;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.2);} 
.box-shadow-light{ text-shadow:0px 2px 10px rgba(0, 0, 0, 0.8); }

.featured-pr .box-xl {width:50%; padding-bottom:50%;}
.featured-pr .box-xxl {width:100%; padding-bottom:25%;}
.featured-pr .box-xs {width:50%; padding-bottom:25%;}
.featured-pr h2.title, .content-3 h2.title {text-transform:uppercase;font-size: 20px;display: inline-block;}
.featured-pr .button-style .arrow2 path{ stroke:#363b44 !important;}
.content-3 .button-style .arrow2 path{ stroke:#ffffff !important;}
.featured-pr.grid-items-6 .item .content .nowview-hover{ opacity: 1; position: absolute; bottom: 0; left:0;right: 0; background-color: rgba(0,0,0,0.5);}
.featured-pr.grid-items-6 .item .content:hover .nowview-hover{ opacity: 0; }
.img-cover {position:absolute;top:0;left:0;bottom:0;right:0;background-position:center;background-size:cover;background-repeat:no-repeat;max-width: 100%;width: 100%}

.icon-box-dx {    
    width: 50px;
    height:auto;
    display: block;
    right: 60px;
    color: #fff;
    position: absolute;    
    fill: #ffff;
    opacity: 0.3;
}
.letter-upper {text-transform:uppercase}
ul.contact-list li::before {content: '';}
ul.contact-list li span.fa {width: 30px;margin-right: 20px;}
ul.contact-list li span.indirizzo {display: inline-block;}

@media (min-width:1920px){
    .slide .item{ width: 100vw; height: auto; padding-bottom: 50%; margin:0 ; }
}
@media (max-width:1360px){
.slide-txt h2{
        font-family: 'Hind', sans-serif;
        font-size: 60px;
        line-height: 68px;
        letter-spacing: .02em;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 600px;
    }
}
@media (max-width:900px){
    .main-menu-3 .content.p-x-40{ padding:0px; }
    .whd-60.menu-svg{
        width: 60px;
    height: 70px;
    }
    .main-menu-3 .top-bar, .main-menu-3 .top-bar.cu-menu-fixed-top {
    height: 70px;
    }
    .main-menu-3 .logo img{
        max-width: 80% 
    }
    
    .contents {
        width: 100%;
        right: 0;
        left: 0;
    }
    .content-1 .column2 .texts.m-l-70{margin-left: 0px;}
    .slide .item{ width: 100vw; height: auto; padding-bottom: 100%; margin:0 ; }
    .slide-txt h2{
        font-family: 'Hind', sans-serif;
        font-size: 50px;
        line-height: 60px;
        letter-spacing: .02em;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 600px;
    }
    footer {
        width: 100%;
        right: 0;
        left: 0;
    }
    
}
@media (max-width:500px){
    .slide-txt{top: 50%;}
.slide-txt h2{
        font-family: 'Hind', sans-serif;
        font-size: 28px;
        line-height: 32px;
        letter-spacing: .02em;
        text-transform: uppercase;
        font-weight: 700;
        max-width: 600px;
    }
}

.language {z-index: 2;}
.language li a {
    border-right:1px solid #fff;
}
.language li:last-child a {
    border-right:none;
}

#menu-nav, .contact-menu {
    display: inline-block;
    width: 450px;
    text-align: left;
}
@media (max-width:1400px){
    #menu-nav {
        width: 350px;
   }
   .contact-menu {
        width: 350px;
   }
}
@media (max-width:1280px){
    .menu-1.m-r-300 {
        margin-right: 0px;
    }
}
@media (max-width:1024px){
    
   .contact-menu {
       display:block;
       width: 350px;
       margin:auto;
   }
}
@media (max-width:990px){
    #menu-nav {
        display: block;
        width: 100%;
   }
   .contact-menu {
       display:block;
       width: 100%;
   }
}

@media (max-width:375px){
    .language.m-r-60{margin-right: 10px!important;}
    .language.m-t-50{margin-top: 80px!important;}
}
.contact-menu li {
    font-size: 18px;
    margin: 20px 0;
}
.contact-menu span.fa{
    font-size: 26px;    
}
#menu-nav li {
    margin: 25px 0;
    text-align: left;
    font-weight: 700;  
    font-family: 'Hind', sans-serif;
}
.main-menu-dropdown li:before {
    content: "";
}
#menu-nav li .button1::after {
    transition:0.3s; 
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    content: ""; 
    overflow: hidden; 
    line-height: 0px;   
    margin-right: 0;
    opacity: 0;   
}
#menu-nav li:hover .button1:after {
    font-family:'FontAwesome'; 
    content: "\f061"; 
    font-weight: 400;
    margin:0 10px 0 35px; 
    color:#819e76;
    transition-delay: 0.1s; 
    opacity: 1;    
}
#menu-nav li .button1 span{
    transition:0.3s;
    border-bottom: 2px solid transparent;
    line-height: 22px;
    display: inline-block;
}
#menu-nav li:hover .button1 span{
    border-bottom: 2px solid #819e76;
}
#menu-nav .buton1{
    line-height: 36px;
      
}
#menu-nav .sub-menu{
    margin-left: 20px;
}
#menu-nav .sub-menu li{
    padding-left: 0px;
    margin: 5px 0;
    font-weight: 500;
}
#menu-nav .sub-menu .button1{
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-transform: none;
}
#menu-nav li:hover .sub-menu .button1:after {
    content: "";
}
#menu-nav li  .sub-menu li .button1 span{
    transition:0.3s;
    border-bottom: 2px solid transparent;
    line-height: 22px;
    display: inline-block;
}
#menu-nav li  .sub-menu li:hover .button1 span{
    border-bottom: 1px solid #fff;
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}
.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}
.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
table.policy tbody tr td {
    font-size:16px;
    padding: 10px;
	    border: 1px solid #d1d1d1!important;
}
.cookies-set .content-1 a{color:#669803;}
</pre></body></html>