*
{/*outline: 1px solid white;*/
    box-sizing: border-box;
}
.mob-menuicon
{
    display: none;
    background-image: url("../image/menu.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.mob-menuicon.mn-open
{
    background-image: url("../image/close.svg");
    transform: rotate(90deg);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.menu-bg
{
    display: none;
}
html
{
    scroll-behavior: smooth;
}
body
{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}
a
{
    text-decoration: none;
}
header
{
    display: flex;
    display: -webkit-flex;
    margin: auto;
    background-color: #182842;
    min-height: 96px;
    width: 100%;
    z-index: 9999;
    justify-content: center;
}
.wrap-hdr
{
    width: 100%;
    background-color: #fff0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.main-hdr
{
    margin: auto;
    max-width: 1300px;
    justify-content: space-between;
    display: flex;
    display: -webkit-flex;
    flex: 1 1 0px;
    padding: 23px 50px;
    position: relative;
    transition: padding .2s ease;
    -webkit-transition: padding .2s ease;
}
.wrap-hdr.sticky
{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fffd;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 50px -5px #00000030;
}
.wrap-hdr.sticky .main-hdr
{
    padding: 10px 50px;
}
.wrap-hdr.sticky .menu-link a
{
    color: #172134;
}
.wrap-hdr.sticky .menu-link a:hover
{
    color: #ea3636;
}
.wrap-hdr.sticky .menu-active a
{
    color: #ea3636;
}
.wrap-hdr.sticky .logo img
{
    width: 106.5px;
    height: 48px;
    padding-left: 106.5px;
    background-image: url("404.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 4px;
}
.logo
{
    margin: auto 0;
}
.logo img
{
    display: block;
    height: 48px;
}
.menu-item
{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.menu-link a
{
    padding: 0 0 0 32px;
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.menu-link a:hover
{
    color: #ea3636;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.menu-light.menu-link a
{
    padding: 0 0 0 32px;
    color: #000;
}
.menu-active a
{
    color: #ea3636;
    font-weight: 700;
}
footer
{
    width: 100%;
    margin: auto;
    height: auto;
    background-color: #172134;
}
.main-ftr
{
    margin: auto;
    max-width: 1300px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 16px;
}
.main-ftr>div
{
    max-width: 1300px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    gap: 145px;
}
.ftr-heading
{
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -.01em;
}
.ftr-cont
{
    padding: 64px 50px;
}
.ftrcol
{
    flex: 1 1 0px;
}
.ftrcol a
{
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
}
.attribu
{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 24px 0;
}
section
{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
    position: relative;
}
.sect-short
{
    padding: 104px 0;
}
.sect-icon
{
    width: min-content;
    height: min-content;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.sect-row
{
    max-width: 1300px;
    padding: 0 50px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin: auto;
    gap: 24px;
}
.inner-sect-row
{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 24px;
}
.inner-sect-row>div
{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 32px;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    border-radius: 8px;
}
.inner-sect-row>.shadowed-box
{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 10px;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    border-radius: 8px;
    box-shadow: 0 16px 64px rgba(85,122,115,.1);
    padding: 32px;
    min-height: max-content;
}
.sect-column
{
    max-width: 1300px;
    padding: 0 50px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin: auto;
}
.column
{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    margin: auto 0;
}
.column>div
{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.img-fill
{
    object-fit: cover;
    display: flex;
    display: -webkit-flex;
    height: inherit;
}
.al-left
{
    align-items: flex-start;
}
.al-center
{
    align-items: center;
}
.al-right
{
    align-items: flex-end;
}
h1
{
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    letter-spacing: -.01em;
    margin: 0;
}
h2
{
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: -.01em;
    margin: 0;
}
h3
{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    margin: 0;
}
p
{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    margin: 0;
}
.par-desc
{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #666;
}
.small-title
{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.title-with-sub
{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 16px;
}
.tx-white
{
    color: #fff;
}
.tx-red
{
    color: #ea3636;
}
.wid-0
{
    width: 0;
}
.wid-10
{
    width: 10%;
}
.wid-20
{
    width: 20%;
}
.wid-30
{
    width: 30%;
}
.wid-35
{
    width: 35%;
}
.wid-40
{
    width: 40%;
}
.wid-50
{
    width: 50%;
}
.wid-60
{
    width: 60%;
}
.wid-65
{
    width: 65%;
}
.wid-70
{
    width: 70%;
}
.wid-80
{
    width: 80%;
}
.wid-90
{
    width: 90%;
}
.wid-100
{
    width: 100%;
}
.scrl-top
{
    position: fixed;
    z-index: 999999;
    width: 95px;
    height: 95px;
    border-radius: 20px;
    bottom: 30px;
    right: 30px;
    background-image: url("../image/top.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    background-color: #00000040;
    opacity: .75;
    visibility: visible;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    cursor: pointer;
}
.scrl-top:hover
{
    background-color: #00000020;
}
.scrl-top:active
{
    background-color: #00000069;
}
.scrl-top.top-hid
{
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    bottom: -10px;
}
.accordion .acc-item
{
    border-bottom: 1px solid #c2c2c2;
    display: block;
    padding: unset;
    position: relative;
    padding: 24px 0;
}
.accordion .acc-item:last-child
{
    border-bottom: none;
}
.accordion .acc-item .acc-heading
{
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.accordion .acc-item .acc-heading.active
{
    color: #ea3636;
}
.accordion .acc-item .acc-content
{
    margin: 0;
    overflow: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.accordion .acc-item .acc-content .acc-inner
{
    padding: 0;
}
.acc-expcol
{
    display: block;
    width: 24px;
    height: 24px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.acc-heading.active>.acc-expcol
{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.flex-center
{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.flex-flstart
{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
}
.flex-flend
{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
}
.flex-row
{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.flex-column
{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.prod-heading
{
    font-size: 32px;
}
.gap-24
{
    gap: 24px!important;
}
.gap-32
{
    gap: 32px!important;
}
.gap-64
{
    gap: 64px!important;
}
.link-to
{
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #3875f0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.link-to:after
{
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    background-image: url("../image/link-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    margin-left: 8px;
}
.link-to:hover
{
    color: #6897f7;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.link-to:hover:after
{
    fill: #6897f7;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.news-box
{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    gap: 24px;
    flex-basis: 0;
    -webkit-flex-basis: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    border-radius: 8px;
    box-shadow: 0 16px 64px rgba(85,122,115,.1);
    padding: 32px;
    align-items: center;
}
.news-grid
{
    display: grid;
    grid-template-columns: auto auto;
    gap: 24px;
}
.news-icon
{
    min-width: 80px;
    min-height: 80px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    position: relative;
}
.news-icon>img
{
    position: absolute;
    display: flex;
    display: -webkit-flex;
    width: 80px;
}
.news-meta
{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 8px;
}
.news-title
{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #333;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.news-box:hover .news-title
{
    color: #ea3636;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.news-snippet
{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #666;
    height: 55px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}