@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');

/*** var ***/



/*** font-family: "Montserrat", sans-serif; ***/



























































































:root {
    --header-font: Metropolis;
    --base-font: Metropolis;
    --footer-font: Metropolis;
 
    --color1: #103044;
    --color2: #3e5d70;
    --color3: #d8e8ed;
    --color4: #95AAB1;
    --color5: #505e62;
    --color6: #080808;
    --color7: #C65A34;
    --color8: #853a1e;
    --color9: #fffdf9;
    --color10: #eae9ec;
}
    
* { box-sizing: border-box; }
*:focus { outline: none; }
::-moz-focus-inner { border: 0; }

body { margin: 0; padding: 0; font-family: Metropolis; font-weight: 500; color: #080808; font-size: 18px; line-height: 1.667em; background: #fffdf9; letter-spacing: -0.5px; }

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

strong { font-weight: 700; }

a { transition:400ms; text-decoration: none; color: #C65A34; }
a:hover,
a:focus { text-decoration: none; color: #853a1e; }

p { margin:0 0 15px 0; }
p:last-child { margin:0; }

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; }

h1,h2,h3,h4,h5,h6 { margin-top: 0px; font-weight: 400; margin-bottom: 16px; }
.h1, .h2, .h3, h1, h2, h3 { margin-top: 0; margin-bottom: 16px; }
h1,.h1 { font-family: Metropolis; font-style: normal; font-weight: 600; text-decoration: none; font-size: 70px; color: #080808; line-height: 1.2em; }
h2,.h2 { font-family: Metropolis; font-style: normal; font-weight: 600; text-decoration: none; font-size: 50px; color: #080808; line-height: 1.2em; }
h3,.h3 { font-family: Metropolis; font-style: normal; font-weight: 600; text-decoration: none; font-size: 34px; color: #080808; line-height: 1.2em; }
h4,.h4 { font-family: Metropolis; font-style: normal; font-weight: 600; text-decoration: none; font-size: 24px; color: #080808; line-height: 1.2em; }
h5,.h5 { font-family: Metropolis; font-style: normal; font-weight: 600; text-decoration: none; font-size: 20px; color: #080808; line-height: 1.2em; }
h6,.h6 { font-family: Metropolis; font-style: normal; font-weight: 600; text-decoration: none; font-size: 18px; color: #080808; line-height: 1.2em; }

.white-text, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6{ color: #FFF; }

/*** button ***/
a.cta_button { box-sizing: border-box !important; }

[class*="button-"] a { border: solid 1px; padding: 22px 32px; display: inline-block; font-size: 18px; line-height: 1.111em; text-align: center; border-radius: 16px; font-weight: 700; transition: border-color .3s, box-shadow .3s, background-color .3s, transform .3s, color .3s; transform-style: preserve-3d; cursor:pointer; }
[class*="button-"] a:hover { transform: translate3d(0, -3px, .01px); box-shadow: 0 4px 10px rgba(0,0,0,0.4); }
[class*="button-"].small a { padding: 18px 24px; font-size: 16px; line-height: 1.125em; border-radius: 12px; }

.button-1 a { background-color: #C65A34; color: #FFFFFF; border-color: #C65A34; }
.button-1 a:hover { background-color: #853a1e; border-color: #853a1e; color: #FFFFFF; }

.button-2 a { background-color: #FFFFFF; color: #C65A34; border-color: #eae9ec; box-shadow: 0 4px 10px 0 #14142b0a; font-weight: 400; }
.button-2 a:hover { background-color: #C65A34; border-color: #C65A34; color: #FFFFFF; }
.button-2.no-border a { border: none; }

.button-3 a { background-color: 
    
    
        
    
    rgba(#null, 1)
; color: ; border-color: ; }
.button-3 a:hover { background-color: ; border-color: ; color: ; }
.button-3.no-border a { border: none; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-uppercase { text-transform: uppercase; }

.ul-style ul { list-style: none; padding: 0; margin: 0; }
.ul-style li { padding-left: 20px; position: relative; margin-bottom: 20px; list-style: none; }
.ul-style li:after { content: ''; width: 8px; height: 8px; background-color: #103044; border-radius: 100%; position: absolute; top: 11px; left: 0; }

.ul-check ul { list-style: none; padding: 0; margin: 0; font-size: 19px; }
.ul-check li { padding-left: 40px; position: relative; margin-bottom: 28px; }
.ul-check li:after { content: ''; width: 26px; height: 21px; background: url(https://f.hubspotusercontent00.net/hubfs/1616151/theme-hippo/images/checkmark.svg) no-repeat center / 26px 21px; position: absolute; top: 4px; left: 0; }

.row-fluid [class*="span"] { min-height: auto; }
.container { margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px; max-width:1340px; width: 100%; float: none; box-sizing: border-box; }
.container:after { clear: both; content: ""; display: table; }

.padding-topbottom { padding-top: 150px; padding-bottom: 150px; }
.padding-top { padding-top: 150px; }
.padding-bottom { padding-bottom: 150px; }

a.boxLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/***** Form *****/
input{ font-family: var(--base-font); }
::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 1; color: var(--color2); }
::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: var(--color2); }
:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: var(--color2); }
:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder { opacity: 1; color: var(--color2); }

.hs-error-msgs label { display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px); }
.hs_error_rollup { display: none; }
.inputs-list { margin: 0 0 15px; }

.hs-form-field { margin-bottom: 16px; width: 100% !important; }
.hs-form-field > label { margin-bottom: 14px; line-height: 1.333em; font-weight: 600; display: flex; }
ul.no-list.hs-error-msgs { margin: 0; padding: 0; list-style: none; }
ul.no-list.hs-error-msgs label { transform: inherit; color: var(--color1); }

textarea, select, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) 
{ padding: 16px 24px; background: transparent; font-size: 16px; line-height: 1.125em; width: 100%; border: 1px solid #eae9ec; min-height: 68px; font-family: var(--base-font); border-radius: 16px; color: var(--color2); box-shadow: 0 2px 6px 0 #14142b0a; transition: .3s; }
textarea { padding: 24px; height: 144px; resize: none; }
form fieldset.form-columns-1,
form fieldset.form-columns-2 { max-width: 100%; }
fieldset.form-columns-1 textarea.hs-input, 
fieldset.form-columns-1, select.hs-input,
fieldset.form-columns-1 input[type="text"].hs-input,
fieldset.form-columns-1 input[type="password"].hs-input,
fieldset.form-columns-1 input[type="datetime"].hs-input,
fieldset.form-columns-1 input[type="datetime-local"].hs-input,
fieldset.form-columns-1 input[type="date"].hs-input,
fieldset.form-columns-1 input[type="file"].hs-input,
fieldset.form-columns-1 input[type="month"].hs-input,
fieldset.form-columns-1 input[type="time"].hs-input,
fieldset.form-columns-1 input[type="week"].hs-input,
fieldset.form-columns-1 input[type="number"].hs-input,
fieldset.form-columns-1 input[type="email"].hs-input,
fieldset.form-columns-1 input[type="url"].hs-input,
fieldset.form-columns-1 input[type="search"].hs-input,
fieldset.form-columns-1 input[type="tel"].hs-input,
fieldset.form-columns-1 input[type="color"].hs-input { width: 100%; }
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input { width: 100%; }

input[type="radio"], input[type="checkbox"] { margin-right: 10px; }
input[type="file"] { background-color: var(--color3); color: var(--color2); }

select { cursor: pointer; }
.input select { background:#fff url(https://242552556.fs1.hubspotusercontent-na2.net/hubfs/242552556/dental-care/images/arrow-down.svg) no-repeat right 15px center; background-size: 10px; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
select::-ms-expand { display: none; }
fieldset .hs-form-field > label span.hs-form-required { display: none; }
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required { display: inherit; }

input[type="submit"] { padding: 22px 32px; font-size: 18px; line-height: 1.111em; background-color: #C65A34; color: #FFFFFF; border:1px solid #C65A34; display: inline-block; border-radius: 16px; text-align: center; cursor: pointer; transition:400ms; -webkit-appearance: none; font-weight: 700; }
input[type="submit"]::-moz-focus-inner { border: 0; }
input[type="submit"]:hover { background-color: #853a1e; border-color: #853a1e; color: #FFFFFF; transform: translate3d(0, -3px, .01px); box-shadow: 0 4px 10px #2f205680; }
textarea:hover, select:hover, input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):hover { border-color: #bdbbc4; 0 4px 10px rgba(0,0,0,0.4) }

fieldset { display: flex; gap: 32px; }
fieldset.form-columns-2 .input , fieldset.form-columns-1 .input { margin-right: 0 !important; }

/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required { display: none; }
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required { display: inline-block; }
.default-form .hs-form .hs-form-field .input { margin: 0; }
.default-form .hs-form label { display: block; padding: 0 0 15px; }
.default-form .hs-form fieldset { border: none; margin: 0; max-width: none; padding: 0; }
.default-form .hs-form fieldset.form-columns-2 { margin: 0 -14px; }
.default-form .hs-form fieldset.form-columns-2 .hs-form-field { width: calc(50% - 28px); margin: 0 14px; float: left; }
.default-form .hs-form fieldset.form-columns-3 { margin: 0 -14px; }
.default-form .hs-form fieldset.form-columns-3 .hs-form-field { width: calc(33.33% - 28px); margin: 0 14px; float: left; }
.default-form .hs-form .hs_submit { padding: 25px 0 0; }
.default-form .hs-form .legal-consent-container { font-size: 13px; padding: 17px 0 0; }
.default-form .hs-form .inputs-list { list-style: none; margin: 0; padding: 0; }
.default-form .hs-form .inputs-list input[type="checkbox"] { opacity: 0; position: absolute; }
.default-form .hs-form .inputs-list span { margin: 0; padding: 2px 0 0 40px; position: relative; cursor: pointer; display: inline-block; }
.default-form .hs-form .inputs-list span:after { background-color: var(--color3); border: solid 2px #bfc6d8; content: ''; height: 20px; left: 0; position: absolute; top: 5px; width: 20px; border-radius: 6px; }
.default-form .hs-form .inputs-list span:before { border-bottom: 2px solid #175ca4; border-left: 2px solid #175ca4; content: ''; height: 4px; left: 6px; position: absolute; top: 13px; transform: rotate(-41deg); width: 10px; z-index: 1; }
.default-form .hs-form .inputs-list span:before { border-bottom-width: 0; border-left-width: 0; }
.default-form .hs-form .inputs-list input[type="checkbox"]:checked + span:before { border-bottom-width: 2px; border-left-width: 2px; }
.default-form .hs-form .inputs-list span span { display: none; }
.default-form .hs-form fieldset[class*="form-columns-"] select { width: 100% !important; }
.default-form div.hs_error_rollup { display: none; }

/*  */
.custom-form form { font-family: var(--footer-font); }
.custom-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .custom-form select, .custom-form textarea 
{ font-family: var(--footer-font); background-color: #E6E7E8; padding: 10px 15px; font-size: 12px; height: 42px; border: none; width: 100%; margin: 0px; }
.custom-form select { background-image: url(); background-repeat: no-repeat; background-position: right center; -webkit-appearance: none; cursor: pointer; color: var(--color2); }
.custom-form textarea { height: 88px; }
.custom-form .hs-form-field { margin: 0px 0px 12px; }
.custom-form input[type=submit] { font-family: var(--footer-font); background-color: #939598; border: none; color: var(--color3); padding: 7px 30px; }
.custom-form input[type=submit]:hover { background-color: var(--color2); }

.custom-form input:focus-visible, .custom-form select:focus-visible, .custom-form textarea:focus-visible { outline: 2px solid var(--color2); border-radius: 3px !important; }
.custom-form ::-webkit-input-placeholder, .custom-form input::-webkit-input-placeholder, .custom-form textarea::-webkit-input-placeholder { opacity: 1; color: var(--color6); }
.custom-form ::-moz-placeholder, .custom-form input::-moz-placeholder, .custom-form textarea::-moz-placeholder { opacity: 1; color: var(--color6); }
.custom-form :-ms-input-placeholder, .custom-form input:-ms-input-placeholder, .custom-form textarea:-ms-input-placeholder { opacity: 1; color: var(--color6); }
.custom-form :-moz-placeholder, .custom-form input:-moz-placeholder, .custom-form textarea:-moz-placeholder { opacity: 1; color: var(--color6); }

@media (max-width:767px) {
  
  fieldset { gap: 0; flex-flow: wrap; }
  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), select, textarea { min-height: 58px; border-radius: 13px; }
  input[type="submit"] { border-radius: 13px; padding: 18px 26px; font-size: 16px; min-width: auto; }
  .hs-form-field .hs-input { width: 100% !important; }
  
  textarea { height: 124px; }
  
  .default-form .hs-form fieldset.form-columns-2,
  .default-form .hs-form fieldset.form-columns-3 { margin: 0; }
  .default-form .hs-form fieldset.form-columns-2 .hs-form-field,
  .default-form .hs-form fieldset.form-columns-3 .hs-form-field { width: 100%; margin: 0; float: none; }
  .default-form .hs-form fieldset .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .default-form .hs-form fieldset.form-columns-2 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  .default-form .hs-form fieldset.form-columns-3 .input .hs-input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { width: 100%; }
  .default-form .hs-form label { padding: 0; }

}

.submitted-message { padding: .75rem 1.25rem; margin-bottom: 1rem; color: #155724; background-color: #d4edda; border-color: #c3e6cb; text-align: center; border: 1px solid #c3e6cb; border-radius: .25rem; position: relative; }
.submitted-message p { margin: 0 !important; }

.section-bg { position: absolute; width: 98%; height: 100%; left: 50%; top: 0; background: #d8e8ed; border-radius: 12px; transform: translateX(-50%); z-index: -1; }
.section-bg .bg-shape { width: 128px; height: auto; position: absolute; bottom: 0; right: -10px; }
.section-bg .bg-shape img{ width: 100%; }

/***** Header *****/

.progress-bar-container { position: absolute; top: 0; left: 0; width: 100%; height: 6px; }
.progress-bar-container .progress-bar { height: 100%; background-color: var(--color7); transition: all 0.1s ease; }

header.header { padding: 32px 0; position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: 
    
    
        
    
    rgba(0, 0, 0, 0.0)
; transition:400ms; }
header.header .container { display: flex; flex-wrap: wrap; justify-content: space-between; }
header.header .container:after { display: none; }

header.header .logo { margin-right: 40px; width: 160px; line-height: 0; }
header.header .logo a { transform-style: preserve-3d; transition: transform .3s, color .3s; display: inline-block; }
header.header .logo a:hover { transform: scale3d(.96, .96, 1.01); }
header.header .contact { gap: 16px; }
header.header.fixed { padding: 17px 0 12px; background: #fff; box-shadow: 0 4px 12px #e5e3e066; }

.mainmenu ul { margin: 0; padding: 0; list-style-type: none; }
.mainmenu ul li a { font-size: 18px; line-height: 1.111em; color: #222; display: inline-block; padding: 8px; padding-left:12px; }
.mainmenu ul li:first-child a { padding-left:8px; }
.mainmenu ul li a:hover { color: #c65a34; }

.mainmenu ul li.hs-item-has-children h5 { margin-bottom: 24px; font-weight: 700; color: #080808; }
.mainmenu .menu-inner ul li { margin-bottom: 15px; line-height: 1em; }
.mainmenu .menu-inner ul li a { padding: 0; color: #080808; }
.mainmenu .menu-inner ul li a:hover { color: #c65a34; }

.mainmenu .menu-inner ul.menu-split { display: flex; gap: 28px; }
.mainmenu .menu-inner ul.menu-split > div { width: 130px; }

@media(min-width: 992px) {

  .mainmenu ul li.hs-item-has-children:before { content: ''; width: 100%; height: 14px; position: absolute; top: 100%; }

  .mainmenu ul li.hs-item-has-children { position: relative; }
  .mainmenu ul li.hs-item-has-children > a svg { margin-left: 4px; height: auto; width: 12px; vertical-align: middle; transition:400ms; }
  .mainmenu ul li.hs-item-has-children > a svg path { fill: #222; transition:400ms; }
  .mainmenu ul li.hs-item-has-children > ul { padding: 30px 20px 15px; width: auto; min-width: 250px; position: absolute; top: calc(100% + 14px); left: 50%; transform: inherit; background: 
    
    
        
    
    rgba(255, 255, 255, 1.0)
; border: 1px solid #eae9ec; transform: translate(-44%); border-radius: 20px; overflow: hidden; opacity: 0; transform: translate3d(-40%, 0px, 0px) scale3d(0.95, 0.95, 1.001) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(4deg, 0deg); transform-style: preserve-3d; transition:400ms; pointer-events: none; }
/*   .mainmenu ul li.hs-item-has-children > ul.no-megamenu { width:auto; min-width:250px; left:100px; } */
  .mainmenu ul li.hs-item-has-children > ul > div { display: flex; flex-wrap: wrap; gap: 60px; }
  .mainmenu ul li.hs-item-has-children > ul.mega-menu { left: auto; padding: 40px; width: 800px; transform: translate(-44%); transform: translate3d(-40%, 0px, 0px) scale3d(0.95, 0.95, 1.001) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(4deg, 0deg); transform-style: preserve-3d; }
  
  .mainmenu ul li.hs-item-has-children:hover > a { color: #c65a34; }
  .mainmenu ul li.hs-item-has-children:hover > a svg path { fill: #c65a34; }
  .mainmenu ul li.hs-item-has-children:hover > a svg { transform: rotate(-180deg); }
  .mainmenu ul li.hs-item-has-children:hover > ul { overflow: visible; opacity: 1; transform: translate3d(-44%, 0px, 0px) scale3d(1, 1, 1.001) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; pointer-events: auto; }

}


/***** *****/
.banner-section { position: relative; padding: 165px 0 185px; padding-right: calc((100% - 1290px) / 2); }
.banner-section .section-bg { top: 20px; height: calc(100% - 20px); }
.banner-section .section-bg .bg-shape { bottom: auto; top: 135px; width: 160px; transform: scaleY(-1); }
.banner-section .main { justify-content: space-between; gap: 48px; }
.banner-section .image { width: calc(100% - 730px); height: 590px; border-radius: 0 400px 400px 0; overflow: hidden; margin-left: 1.1vw; }
.banner-section .image img { width: 100%; height: 100% !important; object-fit: cover; }
.banner-section .text { width: 590px; }
.banner-section .text .btn-group { margin: 40px 0 0; gap: 16px; }
.banner-section .social { margin: 48px 0 0; font-size: 20px; font-weight: 400; gap: 10px; }
.banner-section .social a { color: var(--color7); }
.banner-section .social a:hover { color: var(--color8); }


.banner-v2 { padding: 200px 0 0; position: relative; }
.banner-v2 .section-bg { height: 79%; margin-top: 16px; }
.banner-v2 .section-bg .bg-shape { bottom: unset; top: 214px; right: unset; transform: scaleX(-1); left: -10px; }
.banner-v2 .inner { margin: 0 auto; max-width: 1140px; width: 100%; }
.banner-v2 .title-part { max-width: 912px; margin: 0 auto; }
.banner-v2 .title-part .content { max-width: 630px; margin: 0 auto; }
.banner-v2 .btn-wrapper { margin-top: 40px; gap: 16px; }
.banner-v2 .image { margin-top: 60px; border-radius: 26px; overflow: hidden; line-height: 0; }
.banner-v2 .image img { width: 100%; height: 100%; object-fit: cover; }


.banner-form { padding: 200px 0 0; position: relative; }
.banner-form .section-bg { top: 20px; height: 540px;   height:550px; }
.banner-form .left { padding-right: 20px; width: calc(100% - 366px); }
.banner-form.v2 .left { width:calc(100% - 566px); }
.banner-content { max-width: 630px; width: 100%; }
.banner-content .icon { line-height: 0; width: 126px; margin-bottom: 32px; }
.banner-content h1 { margin-bottom: 6px; }

.details-content { margin: 100px 0 0; max-width: 724px; }
.banner-form.v2 .details-content { margin: 65px 0; }
.details-content h3 { margin-bottom: 14px; font-size: 36px; line-height: 1.389em; }
.details-content ul { margin: 24px 0 32px; padding-left: 40px; }
.details-content ul li { margin-bottom: 8px; padding-left: 8px; }

.banner-form .right { padding: 48px 30px; width: 366px; background: #fff; border-radius: 20px; border: 1px solid #eae9ec; box-shadow: 0 4px 12px #e5e3e066; position: sticky; top: 100px; }
.banner-form.v2 .right { width:566px; }
.banner-form .right .title { margin-bottom: 16px; }
.banner-form .right .title .icon { line-height: 0; width: 82px; margin-bottom: 24px; }
.banner-form .right .title  h4 { margin-bottom: 8px; }
.banner-form .right input[type=submit] { width: 100%; }
.banner-form .right .hs-form-field > label { display: none; }
.banner-form .right.no-form .title,
.banner-form .right.no-form .button-1,
.banner-form .right.no-form .button-1 a { width:100%; }

.banner-section-V4 { position: relative; padding: 210px 0; }
.banner-section-V4 .section-bg { width: 100%; height: 596px; }

.banner-section-V4 .cover { display: flex; flex-wrap: wrap; }
.banner-section-V4 .left { width: calc(100% - 465px); padding-right: 30px; }
.banner-section-V4 .left .title-part { max-width: 600px; margin-bottom: 35px; }
.banner-section-V4 .right { width: 465px; }
.banner-section-V4 .form { padding: 48px 63px; max-width: 659px; box-shadow: 0 4px 12px #e5e3e066; border: 1px solid #eae9ec; border-radius: 20px; background: #FFF; }
.banner-section-V4 .form .hs-form-field { margin-bottom: 30px; }
.banner-section-V4 .form h3.form-title { display: none; }


.banner-section-V3 { padding: 200px 0 70px; position: relative; }
.banner-section-V3 .content-row .col { max-width: 500px; width: 100%; }
.banner-section-V3 .content-row { gap: 42px; margin-top: 60px; }
.banner-section-V3 .content-row .col .social { margin-top: 46px; }
.banner-section-V3 .content-row .col .social > div { gap: 16px; line-height: 0; }
.banner-section-V3 .content-row .col .social a{ font-size: 20px; }
.banner-section-V3 .content-row .col .info { flex-direction: column; row-gap: 24px; margin-top: 24px; }
.banner-section-V3 .content-row .col .info .icon { width: 30px; flex-shrink: 0; line-height: 0; }
.banner-section-V3 .content-row .col .info .box { gap: 16px; }
.banner-section-V3 .content-row .col .info .box .text a { color: var(--color6); }
.banner-section-V3 .content-row .col .info .box .text a:hover { color: var(--color7); }

.info-content { margin: 80px 0 0; }
.info-content .social { margin-top: 46px; }
.info-content .social > div { gap:   16px; line-height: 0; }

.info-contact { margin: 190px 0 0; }
.info-contact .info { flex-direction: column; margin-top: 24px; row-gap: 24px; }
.info-contact .info .box { gap: 16px; }
.info-contact .info .box .icon { flex-shrink: 0; line-height: 0; width: 30px; }
.info-contact .info .box a { color: var(--color6); }
.info-contact .info .box a:hover { color: var(--color7); }



@media (min-width:768px) {

  .flex { display: flex }
  .flex-wrap { flex-wrap: wrap; }
  .flex-reverse { flex-flow: row-reverse; }
  .align-center { align-items: center; }
  .align-top { align-items: flex-start; }
  .align-bottom { align-items: flex-end; }
  .space-between { justify-content: space-between; }
  .justify-center { justify-content: center; }
  .justify-right { justify-content: flex-end; }
  .justify-left { justify-content: flex-start; }
  .row-wrap { flex-flow: row wrap; }
  .mobile-show { display: none }
}

@media(max-width: 1349px) {

  .banner-section .image { width: calc(100% - 600px); }
  .banner-section .text { width: 560px; }
  .banner-section .main { gap: 20px; }

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

  .banner-section-V4 .left { width: 60%; }
  .banner-section-V4 .right { width: 40%; }
  .banner-form.v2 .left { width:calc(100% - 466px); }
  .banner-form.v2 .right { width:466px; }

}

@media(max-width: 991px) {
  
  .mainmenu ul li a,
  .mainmenu ul li:first-child a { padding-left:0; }

  h1,.h1 { font-size: 60px; }
  h2,.h2 { font-size: 48px; }
  h3,.h3 { font-size: 28px; }

  .banner-section { padding: 165px 0 100px; }
  .banner-section .section-bg { top: 0; height: 100%; }
  .banner-section .section-bg .bg-shape { width: 174px; right: -57px; top: 104px; }
  .banner-section .main { flex-direction: column-reverse; gap: 60px; }
  .banner-section .text { max-width: 590px; width: 100%; text-align: center; }
  .banner-section .text h1 { max-width: 500px; margin-left: auto; margin-right: auto; }
  .banner-section .text .btn-group { justify-content: center; }
  .banner-section .social { justify-content: center; }
  .banner-section .image { width: calc(100% - 24px); margin-left: -24px; height: 550px; }

  .section-bg { width: 100%; overflow-x: clip; }
  .banner-v2 { padding: 164px 0 0; }
  .banner-v2 .section-bg{ margin-top: 0; }
  .banner-v2 .section-bg .bg-shape { top: 88px; }
  .banner-v2 .title-part {max-width: 760px;}

  .banner-form { padding: 160px 0 0; }
  .banner-form .container { max-width: 748px; }
  .banner-form .section-bg { top: 0; height: calc(100% - 300px); }
  .banner-form .left { width: 100%; }
  .banner-form .right { width: 100%; margin: 80px 0 0; display: flex; flex-wrap: wrap; }
  .banner-form .right .title { width: 50%; padding: 0 15px 0 0; }
  .banner-form .right .form { width: 50%; }
  .banner-form.v2 .left { width:calc(100% - 366px); }
  .banner-form.v2 .right { width:366px; }
  .banner-form.v2 .right .title,
  .banner-form.v2 .right .form { width:100%; }

  .details-content { max-width: 100%; margin: 50px 0 0; }

  .banner-section-V4 { padding: 160px 0; }
  .banner-section-V4 .section-bg { height: 60%; }
  .banner-section-V4 .container { max-width: 748px; }
  .banner-section-V4 .left { width: 100%; padding: 0; }
  .banner-section-V4 .left .title-part { margin: 0; max-width: 100%; text-align: center; }
  .info-content.mobile-show { display: block; margin: 0; text-align: center; }
  .info-content.desktop-show { display: none; }
  
  .info-content .social { margin-top: 40px; }
  .info-content .social > div { justify-content: center; }
  .banner-section-V4 .form { max-width: 100%; margin: 60px 0 0; padding: 40px 63px; }
  
  .banner-section-V4 .right { width: 100%; margin: 60px 0 0; }
  .info-contact { margin: 0; }
  .info-contact .info { flex-flow: nowrap; flex-wrap: wrap; gap: 24px 40px; }
  .info-contact .info > div { width: calc(50% - 20px); }
  .info-contact .info > div:first-child { width: 100%; }

  .banner-section-V3 { padding: 164px 0 70px; }
  .banner-section-V3 .section-bg { background: #f5f5ff; width: 100%; }
  .banner-section-V3 .container { max-width: 740px; }


  /*** ***/

}

@media(max-width: 767px) {

  body { font-size: 16px; }

  h1,.h1 { font-size: 40px; }
  h2,.h2 { font-size: 38px; }
  h3,.h3 { font-size: 24px; }

  [class*=button-] a { padding: 18px 26px; font-size: 16px; border-radius: 13px; }
  [class*=button-].small a { border-radius: 10px; padding: 15px 20px; font-size: 14px; }

  .section-bg .bg-shape { width: 100px; } 

  .banner-section { padding: 125px 0 80px; }
  .banner-section .section-bg .bg-shape {width: 20%;right: -39px;}
  .banner-section .main { display: flex; }
  .banner-section .text { max-width: 500px; margin: 0 auto; }
  .banner-section .text h1 { max-width: 370px; margin-left: auto; margin-right: auto; }
  .banner-section .text .btn-group { display: flex; }
  .banner-section .social { margin-top: 40px; }
  .banner-section .social { display: flex; }
  .banner-section .image { margin-left: 0; height: 450px; }

  .banner-v2 { padding: 125px 0 0; }
  .banner-v2 .section-bg .bg-shape { top: 360px; }
  .banner-v2 .title-part { max-width: 500px; }
  .banner-v2 .btn-wrapper { display: flex; justify-content: center; }
  .banner-v2 .image { margin-top: 50px; }
  .banner-form.v2 .left,
  .banner-form.v2 .right { width: 100%; }

  .banner-form { padding: 120px 0 0; }
  .banner-form .container { max-width: 548px; }
  .banner-content .icon { width: 100px; margin-bottom: 26px; }
  .details-content h3 { font-size: 30px; }
  .details-content ul { margin: 20px 0 26px; padding-left: 32px; }
  
  .banner-form .right { margin-top: 60px; padding: 32px 30px 40px; }
  .banner-form .right .title { width: 100%; padding: 0; max-width: 320px; }
  .banner-form .right .title .icon { width: 67px; margin-bottom: 16px; }
  .banner-form .right .form { width: 100%; }

  .banner-section-V4 { padding: 130px 0; }
  .banner-section-V4 .section-bg { height: 55%; }
  .banner-section-V4 .container { max-width: 548px; }
  .banner-section-V4 .form { margin: 50px 0 0; padding: 40px 32px; }
  .banner-section-V4 .form .hs-form-field { margin-bottom: 26px; }
  
  .info-contact .info { display: flex; flex-wrap: wrap; }
  .info-contact .info .box { display: flex; }

  .banner-section-V3 { padding: 125px 0 80px; }
  .banner-section-V3 .inner { max-width: 500px; margin: 0 auto; }
  .banner-section-V3 .content-row { margin-top: 50px; display: flex; flex-direction: column; }
  .banner-section-V3 .content-row .col .social { margin-top: 24px; text-align: center; }
  .banner-section-V3 .content-row .col .content { text-align: center; }
  .banner-section-V3 .content-row .col .info { display: flex; }
  .banner-section-V3 .content-row .col .info .box { display: flex; }
  .banner-section-V3 .content-row .col:nth-child(2) { max-width: 480px; margin: 0 auto; }

}

@media (max-width:640px) {

  fieldset.form-columns-2 .hs-form-field { width: 100% !important; }

}

@media(max-width: 479px) {

  h1,.h1 { font-size: 36px; }
  h2,.h2 { font-size: 30px; }
  h3,.h3 { font-size: 22px; }

  .container{ padding: 0 20px; }

  .section-bg .bg-shape { width: 80px; }

  .banner-section { padding: 114px 0 60px; }
  .banner-section .section-bg .bg-shape { top: 44px; }
  .banner-section .text h1 { max-width: 300px; }
  .banner-section .text { padding: 0 20px; }
  .banner-section .text .btn-group { flex-direction: column; }
  .banner-section .text .btn-group [class*=button-] a { width: 100%; }
  .banner-section .image { margin-left: 0; height: 100%; }

  .banner-v2 .section-bg { height: 85%; }
  .banner-v2 .btn-wrapper { flex-direction: column; }
  .banner-v2 .btn-wrapper [class*=button-] a { width: 100%; }
  .banner-v2 .section-bg .bg-shape { width: 80px; top: 476px; }
  .banner-v2 .image { border-radius: 20px; }

  .details-content h3 { font-size: 24px; }
  .details-content ul { padding-left: 20px; }
  .banner-form .right { padding: 32px 24px 40px; }

  .banner-section-V4 { padding: 120px 0; }
  .info-content .social { margin-top: 30px; }
  .info-contact .info .box { width: 100%; }
  .banner-section-V4 .form { margin: 40px 0 0; padding: 40px 24px; }

  .banner-section-V3 { padding: 114px 0 60px; }
  .banner-section-V3 .content-row .col .info .icon { width: 24px; }
  
 
}

/***** Header And Footer ****/

@media(max-width: 1200px) {

  header.header .logo { margin-right: 10px; }
  header.header .contact  [class*="button-"] a { padding: 18px 14px; }
  .mainmenu ul li a { padding: 8px 6px; font-size: 16px; }
  
  
  .nav-manu > div:first-child { width: calc(50% - 8px); }
  .nav-manu ul.menu-split { gap: 10px; }
  .nav-manu { gap: 14px; }
  
  

}

@media(min-width: 992px) {

  .mainmenu .button-1 { display: none; }
  a.mobile-trigger { display: none; }
  span.child-triggerm { display: none; }

}

@media(max-width: 991px) {

  .mainmenu ul li.hs-item-has-children > a svg { display: none; }
  .mainmenu .hs-menu-flow-horizontal { display: none; }
  
  header.header .contact [class*="button-"] a { padding: 15px 20px; }

  header.header { padding: 24px 0; }
  header.header .contact { margin-right: 60px; }
  header.header.fixed .mobile-trigger { top: 29px; }

  header.header .contact { margin-right: 60px; }

  /*** toggle ***/
  .mobile-trigger { display: flex; align-items: center; width: 36px; height: 24px; position: absolute; top: 40px; right: 27px; }
  .mobile-trigger span:after,
  .mobile-trigger span:before { content: ""; position: absolute; left: 0; top: -9px; }
  .mobile-trigger span:after { top: 9px; }
  .mobile-trigger span { position: relative; display: block; }
  .mobile-trigger span,
  .mobile-trigger span:after,
  .mobile-trigger span:before { width: 100%; height: 4px; background: #2f2056; transition: all 0.3s; backface-visibility: hidden; border-radius: 2px; }

  .mobile-open .mobile-trigger span { background-color: transparent; }
  .mobile-open .mobile-trigger span:before { transform: rotate(45deg) translate(5px, 5px); }
  .mobile-open .mobile-trigger span:after { transform: rotate(-45deg) translate(7px, -8px); }
  .mobile-open .mobile-trigger + #menu { opacity: 1; visibility: visible; }

  span.child-triggerm { font-size: 14px; font-weight: 200; margin-left: 5px; }

  /*** ***/
  .mainmenu .hs-menu-flow-horizontal { position: absolute; top: 100%; left: 0; width: 100%; padding: 30px 24px 40px; background: #FFFFFF; border-top: 1px solid #eae9ec; border-bottom: 1px solid #eae9ec; }
  .mainmenu ul li.hs-menu-item { width: 100%; }
  .mainmenu ul li a { padding: 8px 0; }

  .mainmenu ul.hs-menu-children-wrapper { padding: 15px 0 10px; }
  .mainmenu ul.hs-menu-children-wrapper > div { display: flex; flex-wrap: wrap; gap: 60px; justify-content: space-between; }
  .mainmenu ul.hs-menu-children-wrapper > div > li { width: 200px; }
  .mainmenu ul.hs-menu-children-wrapper > div > li:first-child { width: calc(100% - 520px); }

  .mainmenu .button-1 { margin: 30px 0 18px; width: 100%; }
  .mainmenu .button-1 a { width: 100%; }


}

@media(max-width: 767px) {

  /**** ****/
  header.header { padding: 24px 0; }
  header.header .left-side { display: flex; align-items: center; }
  header.header .contact { display: flex; align-items: center; flex-wrap: wrap; }
  header.header.fixed { padding: 18px 0 18px; }
  header.header.fixed .mobile-trigger { top: 30px; }

  .mobile-trigger { top: 34px; }

  .mainmenu ul li.hs-item-has-children h5 { font-size: 18px; margin-bottom: 16px; }
  .mainmenu ul li a { font-size: 16px; }
  .mainmenu ul.hs-menu-children-wrapper > div > li { width: 177px; }
  .mainmenu ul.hs-menu-children-wrapper > div > li:first-child { width: 100%; }
  .mainmenu ul.hs-menu-children-wrapper > div { gap: 20px; justify-content: flex-start; }

  .mainmenu .menu-inner ul.menu-split > div { width: 177px; }
  .mainmenu .menu-inner ul.menu-split { gap: 20px; }

  .mainmenu .button-1 { margin: 20px 0 0; }

}

@media(max-width: 575px) {
  header.header .contact .button-1 { display: none; }
  header.header.fixed .mobile-trigger,
  .mobile-trigger { top:22px; }
}

@media(max-width: 479px) {

}

@media(max-width: 500px) {

  .mainmenu ul.hs-menu-children-wrapper > div > li { width: calc(50% - 10px); }
  .mainmenu .menu-inner ul.menu-split > div { width: calc(50% - 10px); }
}