@charset "utf-8";
/* CSS Document */

:root {
 --color1: #006fbc;
  --color2: #0091db;
  --color3: #c8161e;
  --main-color:#006fbc;
  --theme-color:#006fbc;
  --colorToRight:linear-gradient(to right, var(--color1) , var(--color2));
  --title:clamp(24px,3vw,46px);
  --subtitle:clamp(20px,2vw,28px);
}

*{
  font-family: "poppins-regular" !important;
}

.Ticon {
    width: 30px;
    height: 30px;
}

.p_c_mbtn{
  background: var(--color1) !important;
}
.p_c_mput{
  z-index: 9999 !important;
}
.p_c_tree{
  z-index: 99999 !important;
}


@media screen and (max-width: 1350px) and (min-width:769px) {
  #c_static_001-17333660035070 .e_button-10{
    width: 160px;
    font-size: 16px;
  }
  #c_static_001-17333660035070 .e_container-11{
    padding-left: 20px;
  }
  #c_static_001-17333660035070 .e_icon-12{
    width: 45px;
    height: 45px;
  }
  #c_static_001-17333660035070 .e_text-13{
    font-size: 14px;
  }
  #c_static_001-17333660035070 .e_text-14{
    line-height: 1;
    font-size: 24px;
  }
}


#c_grid-1734340453477{
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}
#c_grid-1734340453477 > .p_gridbox > .p_gridCell:nth-child(2n + 1){
    width: 350px;
}
#c_grid-1734340453477 > .p_gridbox > .p_gridCell:nth-child(2n + 2){
    width: calc(100% - 350px);
}

@media screen and (max-width: 768px) {
    #c_grid-1734340453477{
        width: 100%;
    }
    #c_grid-1734340453477 > .p_gridbox > .p_gridCell:nth-child(2n + 1){
        width: 100%;
    }
    #c_grid-1734340453477 > .p_gridbox > .p_gridCell:nth-child(2n + 2){
        width: 100%;
    }
}