/**
 * Finergy Core CSS
 * Lightweight replacement for Tilda CSS dependencies
 * Combines: grid system, animations, typography, and component styles
 */

/* ==========================================================================
   Reset & Base
   ========================================================================== */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,img,b,u,i,center,table,tr,th,td,video{margin:0;padding:0;border:0}
sup{line-height:0;font-size:smaller;vertical-align:super}
sub{line-height:0;font-size:smaller;vertical-align:sub}

.t-body{margin:0}
#allrecords,body{background-color:none}
#allrecords{-webkit-font-smoothing:antialiased}
#allrecords a{color:#ff8562;text-decoration:none}
#allrecords a:focus-visible,#allrecords button:focus-visible{outline-color:#2015FF;outline-offset:4px;outline-style:auto}
#allrecords a[href^=tel]{color:inherit;text-decoration:none}
#allrecords ol{padding-left:22px}
#allrecords ul{padding-left:20px}
#allrecords b,#allrecords strong{font-weight:700}

.t-records{-webkit-font-smoothing:antialiased;background-color:none}
.t-records a{color:#ff8562;text-decoration:none}
.t-records a[href^=tel]{color:inherit;text-decoration:none}
.t-records ol{padding-left:22px;margin-top:0;margin-bottom:10px}
.t-records ul{padding-left:20px;margin-top:0;margin-bottom:10px}

img:not([src]){visibility:hidden}
.t-body_scroll-locked{position:fixed;left:0;width:100%;height:100%;overflow:hidden}

/* ==========================================================================
   Grid System
   ========================================================================== */
.t-clear{clear:both}
.t-row{margin:0}
.t-container{margin-left:auto;margin-right:auto;width:100%;max-width:1200px;padding:0}
.t-container_flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.t-container_100{width:100%;padding:0}
.t-container_10{margin-left:auto;margin-right:auto;width:100%;max-width:1000px;padding:0}
.t-container_8{margin-left:auto;margin-right:auto;width:100%;max-width:800px;padding:0}
.t-container:before,.t-container:after{display:table;content:" ";width:0}
.t-container:after{clear:both}

.t-col{display:inline;float:left;margin-left:20px;margin-right:20px;width:100%}
.t-col_flex{align-items:stretch;height:inherit;margin-top:auto;margin-bottom:auto}
.t-col_1{max-width:60px}.t-col_2{max-width:160px}.t-col_3{max-width:260px}
.t-col_4{max-width:360px}.t-col_5{max-width:460px}.t-col_6{max-width:560px}
.t-col_7{max-width:660px}.t-col_8{max-width:760px}.t-col_9{max-width:860px}
.t-col_10{max-width:960px}.t-col_11{max-width:1060px}.t-col_12{max-width:1160px}

.t-prefix_1{padding-left:100px}.t-prefix_2{padding-left:200px}.t-prefix_3{padding-left:300px}
.t-prefix_4{padding-left:400px}.t-prefix_5{padding-left:500px}.t-prefix_6{padding-left:600px}

.t-width{width:100%}
.t-align_center{text-align:center}
.t-align_left{text-align:left}
.t-margin_auto{margin-left:auto;margin-right:auto}

/* Grid responsive */
@media screen and (max-width:1200px){
  .t-container{max-width:960px}
  .t-container_10{max-width:780px}
  .t-container_8{max-width:640px}
  .t-col{margin-left:10px;margin-right:10px}
  .t-col_1{max-width:60px}.t-col_2{max-width:140px}.t-col_3{max-width:220px}
  .t-col_4{max-width:300px}.t-col_5{max-width:380px}.t-col_6{max-width:460px}
  .t-col_7{max-width:540px}.t-col_8{max-width:620px}.t-col_9{max-width:700px}
  .t-col_10{max-width:780px}.t-col_11{max-width:860px}.t-col_12{max-width:940px}
  .t-prefix_1{padding-left:80px}.t-prefix_2{padding-left:160px}.t-prefix_3{padding-left:240px}
  .t-prefix_4{padding-left:320px}.t-prefix_5{padding-left:400px}.t-prefix_6{padding-left:480px}
}
@media screen and (max-width:960px){
  .t-container{max-width:640px}
  .t-container_flex{display:block}
  .t-col{display:block;float:none;padding-left:20px;padding-right:20px;margin:0;width:100%;max-width:100%;box-sizing:border-box}
  .t-col_1,.t-col_2,.t-col_3,.t-col_4,.t-col_5,.t-col_6,.t-col_7,.t-col_8,.t-col_9,.t-col_10,.t-col_11,.t-col_12{width:100%;max-width:100%}
  .t-prefix_1,.t-prefix_2,.t-prefix_3,.t-prefix_4,.t-prefix_5,.t-prefix_6{padding-left:0}
}

/* ==========================================================================
   Typography
   ========================================================================== */
.t-text{font-family:'Roboto',Arial,sans-serif;font-weight:300;color:#000}
.t-text_xs{font-size:15px;line-height:1.55}
.t-text_sm{font-size:18px;line-height:1.55}
.t-text_md{font-size:20px;line-height:1.55}

.t-name{font-family:'Roboto',Arial,sans-serif;font-weight:600;color:#000}
.t-name_xs{font-size:16px;line-height:1.35}

.t-title{font-family:'Roboto',Arial,sans-serif;font-weight:600;color:#000}
.t-title_xs{font-size:42px;line-height:1.23}

.t-descr{font-family:'Roboto',Arial,sans-serif;font-weight:300;color:#000}
.t-descr_xxs{font-size:14px;line-height:1.55}
.t-descr_xl{font-size:24px;line-height:1.5}
.t-descr_xxxl{font-size:30px;line-height:1.45;letter-spacing:.45px}

/* Typography responsive */
@media screen and (max-width:1200px){
  .t-text_xs{font-size:14px}.t-text_sm{font-size:16px}.t-text_md{font-size:18px}
  .t-descr_xxs{font-size:12px}.t-descr_xl{font-size:22px}.t-descr_xxxl{font-size:26px}
  .t-title_xs{font-size:38px}.t-name_xs{font-size:14px}
}
@media screen and (max-width:640px){
  .t-text_xs{font-size:12px;line-height:1.45}.t-text_sm{font-size:14px;line-height:1.45}.t-text_md{font-size:16px;line-height:1.45}
  .t-descr_xl{font-size:20px;line-height:1.4}.t-descr_xxxl{font-size:22px}
  .t-title_xs{font-size:30px}.t-name_xs{font-size:12px}
}

/* ==========================================================================
   Padding/Spacing Utilities
   ========================================================================== */
.t-rec_pt_15{padding-top:15px}
.t-rec_pt_75{padding-top:75px}
.t-rec_pt_150{padding-top:150px}
.t-rec_pb_15{padding-bottom:15px}
.t-rec_pb_90{padding-bottom:90px}
.t-rec_pb_150{padding-bottom:150px}

@media screen and (max-width:480px){
  .t-rec_pt_150{padding-top:90px!important}
  .t-rec_pb_150{padding-bottom:90px!important}
}

/* ==========================================================================
   Animations (CSS-only with Intersection Observer triggers)
   ========================================================================== */
@media screen and (min-width:980px){
  .t-animate[data-animate-style=fadein],
  .t-animate[data-animate-style=fadeindown],
  .t-animate[data-animate-style=fadeinleft],
  .t-animate[data-animate-style=fadeinright],
  .t-animate[data-animate-style=fadeinup],
  .t-animate[data-animate-style=zoomin],
  .t-animate[data-animate-style=zoomout]{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    opacity:0;
    transition-duration:1s;
    transition-property:opacity,transform;
    transition-timing-function:cubic-bezier(.19,1,.22,1)
  }
  .t-title.t-animate{transition-duration:1.2s}
  .t-descr.t-animate,.t-subtitle.t-animate,.t-text.t-animate{transition-duration:.7s}
  .t-item.t-animate{transition-duration:.5s}

  .t-animate_started[data-animate-style=fadein]{opacity:1}

  .t-animate[data-animate-style=fadeinup]{transform:translateY(100px)}
  .t-animate_started[data-animate-style=fadeinup]{opacity:1;transform:none}

  .t-animate[data-animate-style=fadeindown]{transform:translateY(-100px)}
  .t-animate_started[data-animate-style=fadeindown]{opacity:1;transform:none}

  .t-animate[data-animate-style=fadeinleft]{transform:translate(100px)}
  .t-animate_started[data-animate-style=fadeinleft]{opacity:1;transform:none}

  .t-animate[data-animate-style=fadeinright]{transform:translate(-100px)}
  .t-animate_started[data-animate-style=fadeinright]{opacity:1;transform:none}

  .t-animate[data-animate-style=zoomin]{transform:scale(.9)}
  .t-animate_started[data-animate-style=zoomin]{opacity:1;transform:scale(1)}

  .t-animate[data-animate-style=zoomout]{transform:scale(1.2)}
  .t-animate_started[data-animate-style=zoomout]{opacity:1;transform:scale(1)}
}

/* ==========================================================================
   Header / Navigation (t199)
   ========================================================================== */
#allrecords ul.t199__menu-items{margin:0;padding:0;list-style-type:none}
.t199__holder{margin:auto;padding:0 40px;max-width:1200px}
@media only screen and (max-width:478px){.t199__holder{padding:0 20px;min-width:320px}}

.t199__header{
  position:fixed;top:0;right:0;left:0;z-index:990;
  height:99px;background-color:rgba(255,255,255,0);
  color:#000;text-align:right;line-height:98px;
  transition:0.4s ease;transition-property:background-color,box-shadow
}
@media only screen and (max-width:1024px){
  .t199__header{padding:0;height:50px;text-align:center;line-height:50px}
}
.t199__header.t199__is__active{background-color:#fff;box-shadow:rgba(0,0,0,.13) 0 4px 16px}
.t199__header.t199__is__active,.t199__header.t199__is__active .t199__holder,.t199__header.t199__is__active .t199__holder a{color:#000}
@media only screen and (max-width:1024px){.t199__header .t199__holder{padding:0}}

.t199__logo{float:left;color:inherit!important}
@media only screen and (max-width:1024px){.t199__logo{float:none;margin:0}}

.t199__logo-image{display:inline-block;vertical-align:middle;margin-top:-6px}
@media only screen and (max-width:1024px){.t199__logo-image{display:none}}

.t199__logo-text-mobile{display:none;vertical-align:middle;letter-spacing:.03em;font-size:16px;color:inherit!important}
@media only screen and (max-width:1024px){.t199__logo-text-mobile{display:inline-block}}

.t199__menu{display:inline-block;letter-spacing:.12em;font-weight:500}
.t199__menu-item{text-transform:uppercase;font-size:13px;text-decoration:none;margin-left:20px;color:inherit!important}
.t199__menu-item:hover,.t199__menu-item:focus-visible,.t199__menu-item.t-active{color:#db7857}
.t199__menu-item-wrap{display:inline-block}
@media screen and (max-width:1024px){.t199__menu-item-wrap{display:block}}

.t199__lang{display:inline-block;margin-left:40px;letter-spacing:.12em;font-weight:600}
.t199__lang-item{text-transform:uppercase;font-size:13px;font-family:Arial,sans-serif;text-decoration:none;margin-left:11px;color:inherit!important}
.t199__lang-item.t199__is__active{border-bottom:1px solid;opacity:.7}

/* Mobile menu toggle */
.t199__mmenu-toggler{
  position:absolute;top:0;left:0;width:50px;height:50px;
  text-align:center;line-height:50px;
  transition:background-color 0.4s ease;background-color:#000
}
.t199__mmenu-toggler:focus{outline:0}
.t199__header.t199__is__active .t199__mmenu-toggler,.t199__is__menu .t199__mmenu-toggler{background-color:#000}

/* Mobile menu panel */
@media only screen and (max-width:1024px){
  .t199__mmenu{
    position:fixed;top:50px;bottom:0;left:0;padding:10vh 0;
    width:100%;background:#fff;color:#000;
    opacity:0;transition:all 0.4s ease;transform:translateX(-140%)
  }
  .t199__mmenu .t199__menu{display:block;font-size:20px}
  .t199__mmenu .t199__menu-item{display:block;margin:0;font-size:4vh;line-height:12vh;transition:none}
  .t199__mmenu .t199__menu-item:hover,.t199__mmenu .t199__menu-item:focus-visible{color:#fff;text-decoration:underline}
  .t199__mmenu .t199__lang{margin:0;font-size:3vh;line-height:15vh}
  .t199__mmenu .t199__lang-item{margin:0 6px}
  .t199__is__menu .t199__mmenu{opacity:1;transform:translateX(0);overflow:scroll}
}
.t199__mmenu-item,.t199__mmenu-toggler{display:none}
@media only screen and (max-width:1024px){
  .t199__mmenu-item{display:block}
  .t199__mmenu-toggler{display:flex;align-items:center;justify-content:center}
}

/* ==========================================================================
   Menu Burger Icon
   ========================================================================== */
.t-menuburger{
  position:relative;flex-shrink:0;width:28px;height:20px;padding:0;
  border:none;background-color:transparent;outline:none;
  transform:rotate(0deg);transition:transform .5s ease-in-out;cursor:pointer;z-index:999
}
.t-menuburger span{
  display:block;position:absolute;width:100%;opacity:1;left:0;
  transform:rotate(0deg);transition:.25s ease-in-out;height:3px;background-color:#000
}
.t-menuburger span:nth-child(1){top:0}
.t-menuburger span:nth-child(2),.t-menuburger span:nth-child(3){top:8px}
.t-menuburger span:nth-child(4){top:16px}

.t-menuburger-opened span:nth-child(1){top:8px;width:0%;left:50%}
.t-menuburger-opened span:nth-child(2){transform:rotate(45deg)}
.t-menuburger-opened span:nth-child(3){transform:rotate(-45deg)}
.t-menuburger-opened span:nth-child(4){top:8px;width:0%;left:50%}

.t-menuburger_second span:nth-child(2),.t-menuburger_second span:nth-child(3){width:80%;left:20%;right:0}
.t-menuburger_second.t-menuburger-opened span:nth-child(2),.t-menuburger_second.t-menuburger-opened span:nth-child(3){left:0;right:0;width:100%!important}

/* ==========================================================================
   Contact Form Section (t718)
   ========================================================================== */
.t718 .t718__contentwrapper{display:table-cell;vertical-align:middle}
.t718 .t718__contentbox{display:table;width:100%;color:#fff}
.t718 .t718__contacts{margin-bottom:40px}

@media screen and (max-width:960px){
  .t718 .t718__contentwrapper{padding:0 0 40px;text-align:center}
}
@media screen and (max-width:750px){
  .t718 .t718__col{float:none;width:100%;min-height:auto!important}
  .t718 .t718__contentbox{float:none;width:100%;height:auto!important}
}
@media screen and (max-width:480px){
  .t718 .t718__contacts{font-size:18px}
}

/* ==========================================================================
   Footer (t464)
   ========================================================================== */
.t464__descr ul{padding:0!important;margin:0}
.t464__descr li{display:block;margin-bottom:10px}
.t464__descr li:last-child{margin-bottom:0}
.t464__title{margin-bottom:14px;color:#fff;letter-spacing:1px}
.t464__floatbeaker_lr3{display:none}
.t464__logo-link{display:inline-block}
.t464__logo{display:block;max-width:120px;width:100%}
.t464__text{color:#525252;margin-top:40px}

@media screen and (max-width:960px){
  .t464__col{max-width:320px;display:inline;float:left;margin-bottom:30px}
  .t464__floatbeaker_lr3{display:block;width:100%;content:' ';clear:both}
}
@media screen and (max-width:640px){.t464__col{max-width:50%;width:100%}}
@media screen and (max-width:464px){.t464__col{max-width:100%;width:100%}}

/* ==========================================================================
   Section Styles
   ========================================================================== */
.t-section__descr{max-width:560px}

/* ==========================================================================
   Cover Section
   ========================================================================== */
.t-cover{
  background-attachment:fixed;background-color:#000;background-position:50%;
  background-repeat:no-repeat;background-size:cover;min-height:500px;
  position:relative;text-align:center;vertical-align:middle;width:100%
}
.t-cover__carrier{
  background-attachment:fixed;background-position:50%;background-repeat:no-repeat;
  background-size:cover;position:absolute;top:0;left:0;right:0;bottom:0;
  text-align:center;vertical-align:middle;width:100%
}
.t-cover__filter{left:0;position:absolute;top:0;right:0;bottom:0;width:100%}
.t-cover .t-container{position:relative;padding:120px 0 60px}
.t-cover__wrapper{display:block;width:100%;max-width:1200px;margin:0 auto}

@media screen and (max-device-width:1032px){.t-cover,.t-cover__carrier{background-attachment:scroll}}
@media screen and (max-width:640px){
  .t-cover{background-attachment:fixed}
  .t-cover__carrier{background-attachment:scroll!important;background-position:50%;background-size:cover}
}

/* Cover Arrow */
@keyframes t-arrow-bottom{
  0%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
  55%{transform:translateY(-7px)}
  to{transform:translateY(0)}
}
.t-cover__arrow-wrapper_animated{animation:t-arrow-bottom 1.7s ease infinite}
.t-cover__arrow{bottom:40px;left:0;position:absolute;right:0;text-align:center;z-index:9}
.t-cover__arrow-wrapper{cursor:pointer;display:inline-block;transition:all .2s ease-in-out}
.t-cover__arrow-wrapper:hover{opacity:.7}
.t-cover__arrow-svg{fill:#fff}
@media screen and (max-width:640px){
  .t-cover__arrow_mobile{transform:scale(.7)}
  .t-cover__arrow{bottom:14px}
}

/* ==========================================================================
   Cover Content (t189)
   ========================================================================== */
.t189{text-align:left}
.t189__wrapper{padding-top:160px;padding-bottom:42px}
.t189__title{padding:20px 0;font-size:30px;letter-spacing:1px;line-height:1.4;color:#fff}
.t189__descr{padding:0 0 30px;color:#afafaf}
.t189__buttons-wrapper{display:flex;flex-wrap:wrap;margin-top:20px;margin-bottom:20px;gap:12px;align-items:center}
@media screen and (max-width:640px){.t189__title{font-size:26px;line-height:30px}}

/* ==========================================================================
   Preface Section (t119)
   ========================================================================== */
.t119__preface{color:#000;font-size:30px;line-height:1.35}
@media screen and (max-width:640px){.t119__preface{font-size:22px}}
@media screen and (min-width:960px){.t119__preface{margin-top:-1px}}

/* ==========================================================================
   Form Section (t678)
   ========================================================================== */
.t678 .t-form__submit{display:block;text-align:center;vertical-align:middle;height:100%;margin-top:30px;margin-bottom:10px}
@media screen and (max-width:640px){
  .t678 .t-form__submit{display:block;width:100%;padding-bottom:20px;text-align:center}
}

/* ==========================================================================
   Buttons (t-btnflex)
   ========================================================================== */
.t-btn{
  display:inline-block;font-family:'Roboto',Arial,sans-serif;border:0 none;
  text-align:center;white-space:nowrap;vertical-align:middle;font-weight:700;
  background-image:none;cursor:pointer;user-select:none;box-sizing:border-box
}
.t-btnflex,.t-btn.t-btnflex{
  display:inline-flex;align-items:center;justify-content:center;gap:1ch;
  max-width:100%;height:unset;overflow:hidden;
  font-family:'Roboto',Arial,sans-serif;font-weight:600;line-height:var(--line-height,1.4);
  padding-top:calc(((var(--height,60px) - 1em * var(--line-height,1.4)) / 2) - var(--border-width,0px));
  padding-bottom:calc(((var(--height,60px) - 1em * var(--line-height,1.4)) / 2) - var(--border-width,0px));
  padding-left:60px;padding-right:60px;
  box-sizing:border-box;border-style:solid;border-color:transparent;border-width:var(--border-width,0);
  background-image:none;cursor:pointer;user-select:none;text-decoration:none;
  color:inherit;border-radius:0;background-color:transparent;white-space:nowrap
}
.t-btnflex__text{max-width:100%;overflow:hidden;text-align:center;white-space:inherit;text-overflow:ellipsis}

.t-btnflex_xs{--height:35px;font-size:13px;padding-left:15px;padding-right:15px}
.t-btnflex_sm{--height:45px;font-size:14px;padding-left:30px;padding-right:30px}
.t-btnflex_smd{--height:50px;font-size:15px;padding-left:44px;padding-right:44px}
.t-btnflex_md{--height:60px;font-size:16px;padding-left:60px;padding-right:60px}
.t-btnflex_lg{--height:60px;font-size:22px;padding-left:70px;padding-right:70px}

@media screen and (max-width:1200px){
  .t-btnflex_sm{padding-left:25px;padding-right:25px}
  .t-btnflex_smd{padding-left:30px;padding-right:30px}
  .t-btnflex_md{padding-left:45px;padding-right:45px}
  .t-btnflex_lg{padding-left:55px;padding-right:55px}
}
@media screen and (max-width:640px){
  .t-btn,.t-btnflex{white-space:normal}
  .t-btnflex_sm{padding-left:20px;padding-right:20px}
  .t-btnflex_smd{padding-left:25px;padding-right:25px}
  .t-btnflex_md{padding-left:30px;padding-right:30px}
  .t-btnflex_lg{font-size:18px;padding-left:40px;padding-right:40px}
}
@media screen and (max-width:480px){
  .t-btnflex_xs{--height:40px}
  .t-btnflex_sm{--height:50px}
}

/* ==========================================================================
   Additional Padding Utilities
   ========================================================================== */
.t-rec_pt_45{padding-top:45px}
.t-rec_pt_60{padding-top:60px}
.t-rec_pb_45{padding-bottom:45px}
.t-rec_pb_60{padding-bottom:60px}

/* ==========================================================================
   Additional Typography
   ========================================================================== */
.t-descr_sm{font-size:18px;line-height:1.55}
.t-descr_md{font-size:20px;line-height:1.55}
@media screen and (max-width:1200px){.t-descr_sm{font-size:16px}.t-descr_md{font-size:18px}}
@media screen and (max-width:640px){.t-descr_sm{font-size:14px;line-height:1.45}.t-descr_md{font-size:16px;line-height:1.45}}

.t-valign_middle{vertical-align:middle}

/* ==========================================================================
   Cover Content Centered (t001)
   ========================================================================== */
.t001__wrapper{padding-top:42px;padding-bottom:42px}
.t001__uptitle{padding-top:30px;padding-bottom:60px;color:#fff}
.t001__title{padding:24px 0 38px;letter-spacing:.5px;color:#fff}
.t001__descr{padding:0 0 30px;color:#fff}
.t001__descr_center{max-width:700px;margin:0 auto}
.t001__descr_center a{font-weight:600}
.t-align_center .t001__title,.t-align_center .t001__descr,.t-align_center .t001__uptitle{margin-left:auto;margin-right:auto}
@media screen and (max-width:640px){
  .t001__title{padding-right:10px;padding-left:10px}
  .t001__uptitle{padding-right:10px;padding-left:10px}
  .t001__descr{padding-right:10px;padding-left:10px;font-size:14px;line-height:20px}
}

/* ==========================================================================
   Product Cards (t843)
   ========================================================================== */
.t843 .t-section__bottomwrapper{margin-top:105px}
.t843__separator{margin-bottom:120px}
.t843__mobileimg{display:none}
.t843__imgwrapper{margin:0 auto}
.t843__blockimg{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;max-width:100%;width:100%}
.t843__textwrapper{display:table;width:100%}
.t843__content{display:table-cell}
.t843 .t-card__title{margin-bottom:24px}
.t843__rightcol{margin-right:0}
.t843__leftcol{margin-left:0}
.t843 .t843__content .t-btn{margin-top:30px}
.t843__colwrapper{padding:0}

@media screen and (max-width:960px){
  .t843 .t-section__bottomwrapper{margin-top:45px}
  .t843__textwrapper{padding:0!important}
  .t843__separator{margin-bottom:75px!important}
  .t843__col{padding:0!important}
  .t843__textwrapper{height:auto!important;margin-top:30px}
  .t843 .t-card__title{margin-bottom:15px}
  .t843__mobileimg{display:block}
  .t843__desktopimg{display:none}
}

/* Card image aspect ratio */
.t843__blockimg{padding-bottom:75%;height:0}

/* ==========================================================================
   Cards General
   ========================================================================== */
.t-card__title{font-family:'Roboto',Arial,sans-serif;font-weight:600;color:#333}
.t-card__descr{font-family:'Roboto',Arial,sans-serif;font-weight:300;color:#333}
.t-card__container{width:100%}

/* ==========================================================================
   Headings
   ========================================================================== */
.t-heading{font-family:'Roboto',Arial,sans-serif;font-weight:600;color:#000}
.t-heading_xs{font-size:26px;line-height:1.23}
@media screen and (max-width:1200px){.t-heading_xs{font-size:24px}}
@media screen and (max-width:640px){.t-heading_xs{font-size:22px}}

/* ==========================================================================
   Title XL
   ========================================================================== */
.t-title_xl{font-size:72px;line-height:1.17}
@media screen and (max-width:1200px){.t-title_xl{font-size:68px}}
@media screen and (max-width:640px){.t-title_xl{font-size:32px}}
@media screen and (max-width:480px){.t-title_xl{font-size:30px}}

/* ==========================================================================
   Uptitle
   ========================================================================== */
.t-uptitle{font-family:'Roboto',Arial,sans-serif;font-weight:600;color:#000;letter-spacing:2.5px}
.t-uptitle_sm{font-size:14px}
@media screen and (max-width:640px){.t-uptitle_sm{font-size:10px}}

/* ==========================================================================
   Background Image
   ========================================================================== */
.t-bgimg{background-size:cover;background-position:center;background-repeat:no-repeat}

/* ==========================================================================
   Cover with Buttons (t986)
   ========================================================================== */
.t986{text-align:center}
.t986__mainblock{display:table;position:relative;width:100%;height:100%}
.t986__wrapper{padding:30px 0;display:table-cell;vertical-align:middle}
.t986__title{padding:0 0 30px;letter-spacing:.5px;color:#fff}
.t986__descr{padding:0 0 40px;color:rgba(255,255,255,.8)}
.t986__buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:30px}
.t986__buttons_center{justify-content:center}

.t-title_lg{font-size:56px;line-height:1.2}
.t-descr_lg{font-size:22px;line-height:1.5}
@media screen and (max-width:1200px){.t-title_lg{font-size:48px}.t-descr_lg{font-size:20px}}
@media screen and (max-width:640px){.t-title_lg{font-size:32px}.t-descr_lg{font-size:16px}}

/* ==========================================================================
   Title/Divider/Description Section (t482)
   ========================================================================== */
.t482{padding:0 40px}
.t482__title{margin-bottom:30px}
.t482__line{width:60px;height:3px;margin:30px auto}
.t482__descr{margin-top:30px}
.t-divider{display:block}
.t-title_xxs{font-size:32px;line-height:1.3}
@media screen and (max-width:1200px){.t-title_xxs{font-size:28px}}
@media screen and (max-width:640px){.t482{padding:0 20px}.t-title_xxs{font-size:24px}}

/* ==========================================================================
   Numbered List (t510)
   ========================================================================== */
.t510{padding:0 40px;max-width:900px;margin:0 auto}
.t510__container{list-style:none;padding:0;margin:0}
.t510 .t-list__item{display:flex;align-items:flex-start;margin-bottom:40px;padding-left:0!important}
.t510 .t-list__item:last-child{margin-bottom:0}
.t510__circle{width:32px;height:32px;min-width:32px;border-radius:50%;margin-right:20px;display:flex;align-items:center;justify-content:center;font-family:'Roboto',Arial,sans-serif;font-weight:600;font-size:16px}
.t510__textwrapper{flex:1}
.t510__bottommargin{margin-bottom:10px}
.t-name_md{font-size:20px;line-height:1.4}
.t-cell{display:table-cell}
.t-valign_top{vertical-align:top}
@media screen and (max-width:640px){.t510{padding:0 20px}.t-name_md{font-size:18px}}

/* ==========================================================================
   Vertical Timeline (t547)
   ========================================================================== */
.t547{padding:0 40px}
.t547__container{display:flex;flex-direction:column;align-items:center;position:relative;max-width:600px;margin:0 auto}
.t547__item{display:flex;align-items:flex-start;width:100%;margin-bottom:40px;position:relative}
.t547__item:last-child{margin-bottom:0}
.t547__mainblock{display:flex;align-items:flex-start;width:100%}
.t547__col{flex:1;padding-left:30px}
.t547__block{text-align:left}
.t547__title{margin-bottom:8px;font-weight:600}
.t547__descr{color:#666}
.t547__line{position:absolute;width:2px;height:calc(100% + 40px);top:20px;left:8px;z-index:0}
.t547__item:last-child .t547__line{display:none}
.t547__circle{width:18px;height:18px;min-width:18px;border-radius:50%;background:#30d4c8;position:relative;z-index:1;flex-shrink:0}
.t-name_lg{font-size:22px;line-height:1.35}
@media screen and (max-width:640px){.t547{padding:0 20px}.t-name_lg{font-size:20px}}

/* ==========================================================================
   Highlight Quote Box (t672)
   ========================================================================== */
.t672{padding:0 40px}
.t672 .t-container{max-width:800px;margin:0 auto}
.t672 .t-col{max-width:100%;margin:0 auto;float:none}
.t672__textwrapper{padding:60px;border-radius:20px;text-align:center}
.t672__text{color:#fff}
.t-heading_md{font-size:28px;line-height:1.4}
@media screen and (max-width:960px){.t672__textwrapper{padding:40px}}
@media screen and (max-width:640px){.t672{padding:0 20px}.t672__textwrapper{padding:30px}.t-heading_md{font-size:22px}}

/* ==========================================================================
   Icon Cards Grid (t490)
   ========================================================================== */
.t490{padding:0 40px}
.t490__container{display:flex;flex-wrap:wrap;justify-content:center}
.t490__col{padding:30px 20px;flex:0 0 auto}
.t490__img{display:block;width:80px;height:80px;margin:0 auto 30px}
.t490__wrappercenter{text-align:center}
.t-card__title{margin-bottom:15px}
.t-card__descr{color:#666}
.t-descr_xs{font-size:16px;line-height:1.5}
@media screen and (max-width:960px){.t490__col{width:50%!important;max-width:50%!important}}
@media screen and (max-width:640px){.t490{padding:0 20px}.t490__col{width:100%!important;max-width:100%!important}.t-descr_xs{font-size:14px}}

/* ==========================================================================
   Image Gallery (t156)
   ========================================================================== */
.t156{padding:0 40px}
.t156__wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}
.t156__item{flex:0 0 auto;max-width:300px}
.t156__item img{width:100%;height:auto;cursor:pointer}
@media screen and (max-width:640px){.t156{padding:0 20px}.t156__item{max-width:100%}}

/* ==========================================================================
   Simple Title Section (t795)
   ========================================================================== */
.t795{padding:0 40px}
.t795__title{text-align:center}
@media screen and (max-width:640px){.t795{padding:0 20px}}

/* ==========================================================================
   Circle Icon Cards (t1029)
   ========================================================================== */
.t1029{padding:0 40px}
.t1029 .t-container{max-width:1000px;margin:0 auto}
.t1029__row{display:flex;flex-wrap:nowrap;justify-content:center;gap:40px}
.t1029__col{padding:30px 20px;flex:1;max-width:300px}
.t1029__bgimg{width:100px;height:100px;border-radius:50%;background-size:60%;background-repeat:no-repeat;background-position:center;background-color:#f5f5f5}
.t1029__img_circle{border-radius:50%}
.t1029__wrappercenter{text-align:center;margin-top:20px}
.t-text1{font-size:16px;line-height:1.5;color:#333}
@media screen and (max-width:960px){.t1029__row{flex-wrap:wrap}.t1029__col{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}
@media screen and (max-width:640px){.t1029{padding:0 20px}.t1029__col{flex:0 0 100%;max-width:100%}}

/* ==========================================================================
   Checkmark List (t508)
   ========================================================================== */
.t508{padding:0 40px}
.t508__container{list-style:none;padding:0;margin:0;max-width:700px;margin-left:auto;margin-right:auto}
.t508 .t-list__item{display:flex;align-items:center;margin-bottom:20px;padding:15px 25px;background:#f8f8f8;border-radius:10px;transition:background .2s}
.t508 .t-list__item:hover{background:#f0f0f0}
.t508 .t-list__item:last-child{margin-bottom:0}
.t508__bgimg{width:28px;height:28px;min-width:28px;margin-right:20px;background-size:contain;background-repeat:no-repeat;background-position:center}
.t508__textwrapper{flex:1}
.t508__descr{color:#333;font-weight:500}
@media screen and (max-width:640px){.t508{padding:0 20px}.t508 .t-list__item{padding:12px 20px}}

/* ==========================================================================
   Numbered Columns (t1053)
   ========================================================================== */
.t1053{padding:0 40px}
.t1053__container{display:flex;flex-wrap:nowrap;list-style:none;padding:0;margin:0;justify-content:center;gap:0}
.t1053__col{padding:30px 30px;flex:1;max-width:350px;position:relative}
.t1053__col-wrapper{padding-left:20px;border-left:1px solid #d1d1d1;text-align:center}
.t1053__col:first-child .t1053__col-wrapper{border-left:none;padding-left:0}
.t1053__line{display:none}
.t1053__line_mobile{display:none}
.t1053__uptitle{color:#30d4c8;margin-bottom:10px;font-weight:700}
.t1053__title{margin-bottom:15px}
.t1053__descr{color:#666}
.t-uptitle_md{font-size:16px;letter-spacing:2px}
.t-name_xl{font-size:24px;line-height:1.3}
@media screen and (max-width:960px){
  .t1053__container{flex-wrap:wrap}
  .t1053__col{flex:0 0 100%;max-width:100%;padding:20px 0}
  .t1053__col-wrapper{border-left:none;padding-left:0;border-top:1px solid #d1d1d1;padding-top:20px}
  .t1053__col:first-child .t1053__col-wrapper{border-top:none;padding-top:0}
}
@media screen and (max-width:640px){.t1053{padding:0 20px}.t-name_xl{font-size:20px}}

/* ==========================================================================
   Full-Width Image (t107)
   ========================================================================== */
.t107{padding:0 40px}
.t107__width{display:block;width:100%;height:auto}
@media screen and (max-width:640px){.t107{padding:0 20px}}

/* ==========================================================================
   Split Form with Image (t823)
   ========================================================================== */
.t823{width:100%}
.t823__container{width:100%}
.t823__wrapper{width:100%;border-collapse:collapse}
.t823__wrapper_mobile{display:table}
.t823__col{vertical-align:middle}
.t823__col_img{position:relative}
.t823__imgblock{width:100%;height:100%}
.t823__imgwrapper{width:100%;height:100%;position:absolute;top:0;left:0}
.t823__bgimg{width:100%;height:100%;background-size:cover;background-position:center}
.t823__col_form{padding:60px}
.t823__main-wrapper{max-width:500px}
.t823__title{margin-bottom:20px}
.t823__descr{margin-bottom:40px;color:#666}
@media screen and (max-width:960px){
  .t823__wrapper_mobile{display:block}
  .t823__wrapper_mobile tr,.t823__wrapper_mobile td{display:block;width:100%!important}
  .t823__col_img_mobile{height:300px}
  .t823__imgwrapper{position:relative;height:300px}
  .t823__col_form_mobile{padding:40px 20px}
}

/* ==========================================================================
   Additional Padding Utilities (ekyc)
   ========================================================================== */
.t-rec_pt_30{padding-top:30px}
.t-rec_pb_30{padding-bottom:30px}
.t-rec_pt_90{padding-top:90px}
.t-rec_pb_0{padding-bottom:0}

/* ==========================================================================
   List Styling
   ========================================================================== */
.t-list__item ul{list-style:disc;padding-left:20px;margin:10px 0 0}
.t-list__item ul li{margin-bottom:5px}
.t-list__container_inrow3{justify-content:center}

/* ==========================================================================
   Hero Cover with Cards (t997)
   ========================================================================== */
.t997__cards-wrapper{display:flex;flex-wrap:nowrap;gap:30px;margin-top:60px}
.t997__col{flex:0 0 auto}
.t997__card-headline{display:flex;align-items:center}
.t997__img-title-wrapper{display:flex;align-items:center;gap:12px}
.t997__imgwrapper{flex-shrink:0;width:24px;height:24px}
.t997__img{width:100%;height:auto;filter:brightness(0) invert(1)}
.t997__card-title{color:#fff;font-size:18px;line-height:1.4;font-weight:500}
.t-title_md{font-size:42px;line-height:1.25}
@media screen and (max-width:960px){.t997__cards-wrapper{flex-wrap:wrap;gap:20px;margin-top:40px}}
@media screen and (max-width:640px){.t-title_md{font-size:30px}.t997__card-title{font-size:16px}}

/* ==========================================================================
   About Section (t469)
   ========================================================================== */
.t469{padding:0 40px}
.t469 .t-container{text-align:center}
.t469 .t-col{float:none;margin:0 auto}
.t469__title{margin-bottom:30px;text-align:center}
.t469__line{width:60px;height:3px;margin:30px auto}
.t469__descr{margin-top:30px;text-align:center}
@media screen and (max-width:640px){.t469{padding:0 20px}}

/* ==========================================================================
   Advantages Cards (t490)
   ========================================================================== */
.t490{padding:0 40px;max-width:1200px;margin:0 auto}
.t490__container{display:flex;flex-wrap:nowrap;justify-content:center;gap:30px}
.t490__col{flex:1;text-align:center;min-width:0}
.t490__img{width:80px;height:80px;margin:0 auto 20px;display:block}
.t490__wrappercenter{text-align:center}
.t490 .t-card__title{margin-bottom:15px}
.t490 .t-card__descr{color:#666}
@media screen and (max-width:960px){.t490__container{flex-wrap:wrap}.t490__col{flex:0 0 calc(50% - 15px)}}
@media screen and (max-width:640px){.t490{padding:0 20px}.t490__col{flex:0 0 100%}}

/* ==========================================================================
   Product Cards Grid (t856)
   ========================================================================== */
.t856{padding:0 40px;max-width:1200px;margin:0 auto}
.t856__container{display:grid;grid-template-columns:repeat(3,1fr);list-style:none;padding:0;margin:0;gap:20px}
.t856__col{position:relative}
.t856__table{position:relative;overflow:hidden;border-radius:10px;height:300px}
.t856__cell{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:flex-end;padding:20px}
.t856__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;transition:transform .3s}
.t856__col:hover .t856__bg{transform:scale(1.05)}
.t856__overlay{position:absolute;top:0;left:0;right:0;bottom:0}
.t856__textwrapper{position:relative;z-index:1;width:100%}
.t856__textwrapper__content{color:#fff}
.t856 .t-card__title,.t856 .t-card__title a,.t856 .t-name{color:#fff!important;margin-bottom:0}
.t856 .t-card__title a:hover{text-decoration:underline}
.t856 .t-card__descr{margin-top:15px;color:#333}
.t856 .t-card__btn-wrapper{margin-top:15px}
.t856 .t-card__btn{cursor:pointer}
@media screen and (max-width:960px){.t856__container{grid-template-columns:repeat(2,1fr)}}
@media screen and (max-width:640px){.t856{padding:0 20px}.t856__container{grid-template-columns:1fr}}

/* ==========================================================================
   Centered Button (t142)
   ========================================================================== */
.t142{text-align:center;padding:0 40px}
@media screen and (max-width:640px){.t142{padding:0 20px}}

/* ==========================================================================
   Two-Column Checklist (t820)
   ========================================================================== */
.t820{padding:0 40px;max-width:1200px;margin:0 auto}
.t820__container{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;justify-content:center}
.t820__container .t-list__item{flex:0 0 calc(50% - 20px);display:flex;align-items:flex-start;margin-bottom:20px;padding:20px;box-sizing:border-box;background:#f9f9f9;border-radius:8px;margin-right:20px}
.t820__container .t-list__item:nth-child(2n){margin-right:0}
.t820__bgimg{width:32px;height:32px;min-width:32px;margin-right:15px;background-size:contain;background-repeat:no-repeat;background-position:center}
.t820__textwrapper{flex:1}
.t820 .t-descr{line-height:1.5}
.t820 .t-section__bottomwrapper{margin-top:60px}
@media screen and (max-width:960px){.t820__container .t-list__item{flex:0 0 100%;margin-right:0}}
@media screen and (max-width:640px){.t820{padding:0 20px}}

/* ==========================================================================
   Simple Title (t030)
   ========================================================================== */
.t030{padding:0 40px;max-width:900px;margin:0 auto;text-align:center}
.t030 .t-col{float:none;width:100%;padding-left:0!important}
.t030__title{text-align:center}
@media screen and (max-width:640px){.t030{padding:0 20px}}

/* ==========================================================================
   Description with Background (t470)
   ========================================================================== */
.t470{padding:0 40px;max-width:900px;margin:0 auto;text-align:center}
.t470 .t-col{float:none;width:100%;padding-left:0!important}
.t470__title{text-transform:uppercase;margin-bottom:20px}
.t470__imgdescrwrapper{position:relative;display:flex;justify-content:center;align-items:center}
.t470__descr{position:relative;z-index:1;max-width:800px;margin:0 auto}
.t470__bgimg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:250px;pointer-events:none}
.t-descr_xxl{font-size:20px;line-height:1.55}
@media screen and (max-width:640px){.t470{padding:0 20px}.t470__bgimg{display:none}}

/* ==========================================================================
   CTA Section (t588)
   ========================================================================== */
.t588{padding:0 40px;max-width:900px;margin:0 auto;text-align:center}
.t588 .t-col{float:none;width:100%;padding-left:0!important}
.t588__title{margin-bottom:20px}
.t588__descr{margin-bottom:30px}
.t588__buttons{margin-top:30px}
.t588__buttons-wrapper{display:inline-block}
.t-heading_lg{font-size:36px;line-height:1.3}
@media screen and (max-width:640px){.t588{padding:0 20px}.t-heading_lg{font-size:28px}}

/* ==========================================================================
   Name Sizes
   ========================================================================== */
.t-name_sm{font-size:14px;line-height:1.4}

/* ==========================================================================
   Blog Cover (t001)
   ========================================================================== */
.t001{text-align:center}
.t001__wrapper{padding:40px 0}
.t001__uptitle{color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}
.t001__title{color:#fff;margin-bottom:20px}
.t001__descr{color:rgba(255,255,255,0.8);max-width:700px;margin:0 auto}

/* ==========================================================================
   Blog Cards Grid (t404)
   ========================================================================== */
.t404{padding:0 40px;max-width:1200px;margin:0 auto}
.t404__container{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.t404__col{position:relative}
.t404__link{display:block;text-decoration:none;color:inherit}
.t404__imgbox{position:relative;overflow:hidden;border-radius:10px;margin-bottom:20px}
.t404__img{width:100%;height:180px;background-size:cover;background-position:center;transition:transform 0.3s}
.t404__link:hover .t404__img{transform:scale(1.05)}
.t404__textwrapper{padding:0 10px}
.t404__uptitle{margin-bottom:10px}
.t404__date{color:#888;font-size:12px;text-transform:uppercase;letter-spacing:1px}
.t404__title{color:#333;font-size:20px;line-height:1.4}
.t404__link:hover .t404__title{color:#30d4c8}
@media screen and (max-width:768px){.t404__container{grid-template-columns:1fr}.t404{padding:0 20px}}

/* ==========================================================================
   Blog Article Cover (t032)
   ========================================================================== */
.t032{text-align:center}
.t032__wrapper{padding:40px 0}
.t032__title{color:#fff;margin-bottom:20px}
.t032__line{width:180px;height:0.5px;background:rgba(255,255,255,0.7);margin:40px auto}
.t032__descr{color:#fff}

/* ==========================================================================
   Blog Article Title (t017)
   ========================================================================== */
.t017{padding:0 40px;max-width:800px;margin:0 auto;text-align:center}
.t017__title{font-size:28px;line-height:1.4}
@media screen and (max-width:640px){.t017{padding:0 20px}.t017__title{font-size:22px}}

/* ==========================================================================
   Blog Article Text (t004)
   ========================================================================== */
.t004{padding:0 40px;max-width:800px;margin:0 auto}
.t004 .t-col{float:none;width:100%;padding-left:0!important}
.t-text{font-size:16px;line-height:1.7;color:#333}
.t-text strong{font-weight:600}
.t-text ul,.t-text ol{padding-left:20px;margin:15px 0}
.t-text li{margin-bottom:10px}
@media screen and (max-width:640px){.t004{padding:0 20px}}

/* ==========================================================================
   Blog Author Note (t006)
   ========================================================================== */
.t006{padding:0 40px;max-width:800px;margin:0 auto}
.t006__line_top{border-top:1px solid #ddd;padding-top:20px;margin-bottom:20px}
.t006__uptitle{font-weight:600;margin-bottom:10px}
.t006__text-impact{font-size:16px;line-height:1.6;color:#666}
.t006__line_bottom{border-top:1px solid #ddd;margin-top:20px}
@media screen and (max-width:640px){.t006{padding:0 20px}}

/* ==========================================================================
   Footer
   ========================================================================== */
.t-footer{background-color:#171717;min-height:22vh;display:flex;align-items:center;justify-content:center}
.t-footer__inner{text-align:center}
.t-footer__logo{display:inline-block;margin-bottom:20px}
.t-footer__logo img{max-width:120px;height:auto}
.t-footer__copyright{color:rgba(255,255,255,0.6);font-size:13px;font-family:'Roboto',Arial,sans-serif}
