/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CORE */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    list-style-position: inside;
}
small{
    display: block;
}
/*/////////////////////////*/
@media (max-width: 767px){
    br.dt-set{
        display: none;
    }
    br.mb-set{
        display: block ;
    }
}
@media (min-width: 768px){
    br.mb-set{
        display: none;
    }
}
/*//////////////////////////////////////////////////*/
/* SIZE */
/*//////////////////////////////////////////////////*/
.heading,
.footer,
.container{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;    
}
.flex{
    width: 100%;
    display: flex;
}
.col,
.col1,
.col2{
    flex: 1;
    box-sizing: border-box;
}
.heading{
    text-align: center;
}
.heading.left{
    text-align: left;
}
/*/////////////////////////*/
@media (min-width: 1024px){
    .flex{
        flex-wrap: wrap;
    }
    .col,
    .col1,
    .col2{
        width: 50%;
    }
}
/*/////////////////////////*/
@media (max-width: 1023px){
    .flex{
        flex-direction: column;
    }
}
/*//////////////////////////////////////////////////*/    
/* BTN */
/*//////////////////////////////////////////////////*/
.btns{
    display: flex;
}
.btns.center{
    justify-content: center;
}
.btn{
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-decoration: none;
}
.btn.snd{
    border-width: 2px;
    border-style: solid;
}
.btn .icn{
    margin-right: 0;
}
.btn .icn svg{
    width: 24px;
    height: 24px;
}
/*/////////////////////////*/
@media (max-width: 767px){
    #hero .btns{
        display: none;
    }
    section .btns{
        flex-direction: column;
    }
    section .btn{
        width: 100%;
        text-align: center;
    }
    #service .btn{
        width: auto;
    }
}
/*//////////////////////////////////////////////////*/
/* ICON */
/*//////////////////////////////////////////////////*/
.icn{
    width: 24px;
    height: 24px;
    /*margin-left: 4px;*/
    margin-right: 4px;
    display: inline-block;
}
/*//////////////////////////////////////////////////*/
/* TAG */
/*//////////////////////////////////////////////////*/
.tag{
    line-height: 2.25rem;
    padding: 0 1.25rem;
    display: inline-block;
}
.tag.sm{
    line-height: 24px;  
}
.tag.circle{
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    padding: 0;
    font-weight: bold;
    aspect-ratio: 1/1;
    transform: rotate(6deg);
}
/*/////////////////////////*/
@media (max-width: 768px){
    .tag{
    line-height: 1.75rem;
    padding: 0 1rem;
    }
}
/*//////////////////////////////////////////////////*/
/* CHECKLIST */
/*//////////////////////////////////////////////////*/
.checklist{
    text-align: left;
    list-style-type: none;
}
/*//////////////////////////////////////////////////*/
/* NOTIFICATION */
/*//////////////////////////////////////////////////*/
.notification:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 4px 0 0;
}
/*//////////////////////////////////////////////////*/
/* CHAT */
/*//////////////////////////////////////////////////*/
.chat-link{
    padding: 8px 24px 8px 8px;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
}
.chat-link button{
    cursor: pointer;
    align-items: center;
    text-align: left;
    background: none;
    border: 0;
}
.chat-link a,
.chat-link button{
    display: flex;
    gap: 12px;
}
.chat-link a{
    align-items: center;
    text-decoration: none;
    display: none;
}
/*/////////////////////////*/
@media (max-width: 1023px){
    .chat-link{
        right: 16px;
        bottom: 16px;
    }
}
@media (max-width: 767px){
    .chat-link{
        padding: 0;
        display: flex;
        flex-direction: row;
    }
    .chat-link a,
    .chat-link button{
        padding: 8px;
        gap: 8px;
        justify-content: center;
        display: flex;
        flex: 1;
    }
    .chat-link span{
        font-size: 0.9rem;
    }    
    .chat-link{
        right: 0;
        bottom: 0;
        left: 0;
    }
}
/*//////////////////////////////////////////////////*/
/* LOGO */
/*//////////////////////////////////////////////////*/
.logo-container{
    width: 200px;
    height: 40px;
    text-indent: -5000px;
    overflow: hidden;
}
.logo{
    aspect-ratio: 6/1;
    display: block;
}
/*/////////////////////////*/
@media (max-width: 440px){
    .logo-container{
        height: 40px;
    }
}
/*//////////////////////////////////////////////////*/
/* LINK */
/*//////////////////////////////////////////////////*/
.link{
     text-decoration: underline;
}
.link:hover{
    text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* SECTIONS */

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* HEADER */
/*//////////////////////////////////////////////////*/
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}
header .container{
    height: 72px;
}
header .logo-container{
    width: 364px;
}
header .logo{
    height: 100%;
    aspect-ratio: 6/1;
}
header .btns{
    padding: 0;
}
header .btns .btn:first-of-type{
    padding: 0;
}
header .btns .btn:last-of-type{
    display: none;
}
header .container{
    gap: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: stretch;
    justify-content: space-between;
}
header nav:first-of-type{
    display: flex;
    gap: 24px;
}
header nav:first-of-type a{
    line-height: 40px;
    text-decoration: none;
}
/*//////////////////////////////////////////////////*/
#menu-icon{
    padding: 9px 10px 9px 10px;
    display: none;
}
#menu-icon div {
    width: 20px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
    transition: 0.4s;
}
.change .bar1 {
    transform: rotate(-45deg) translate(-4px, 4px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
    transform: rotate(45deg) translate(-4px, -5px);
}
/*/////////////////////////*/
@media (max-width: 1279px){
    header .logo-container{
        width: 240px;
    }
    header .btns .btn:first-of-type span{
        display: none;
    }
    header .btns .btn:first-of-type .icn{
        display: block;
    }
}
/*/////////////////////////*/
@media (max-width: 1024px){
    header .flex{
        flex-direction: row;
    }
    header .btns .btn:nth-child(1) span,
    header nav:first-of-type,
    header .btns .btn{
    display: none;
    }
    #menu-icon{
        display: block;
    }
    header .btns .btn:last-of-type,
    header .btns .btn.otl{
        display: flex;
    }
    header .btns .btn .icn{
        width: 24px;
        height: 24px;
        display: block!important;
    }
    header .btns .btn.otl{
        overflow: hidden;
    }
    header .btns .btn{
        width: 40px;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    header.open nav:first-of-type{
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        position: absolute;
        top: 72px;
        left: 50%;
        right: 0;
    }
    header nav:first-of-type a{
        line-height: 150%;
    }
}
/*/////////////////////////*/
@media (max-width: 440px){
    header.open{
        bottom: 0;
    }
    header.open nav:first-of-type{
        padding: 16px;
        top: 64px;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
/*//////////////////////////////////////////////////*/
/* FOOTER */
/*//////////////////////////////////////////////////*/
footer .container{
    border-width: 1px 0 0 0;
    border-style: solid;
}
footer nav{
    display: flex;
}
footer nav a{
    text-decoration: none;
}
footer nav a:hover{
    text-decoration: underline;
}
footer .col{
    flex: 1;
}
footer .col.chat{
    padding-right: 76px;
    flex: 0;
    white-space: nowrap;
    position: relative;
}
footer .col.chat p{
    margin: 0;
}
footer .col.chat:after{
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
footer .truste a{
    width: 60px;
    height: 20px;
    text-indent: -5000px;
    overflow: hidden;
}
/*/////////////////////////*/
    @media (min-width: 1024px){
        footer nav,
        footer .copyright,
        footer .truste{
            margin-right: 1rem;
            float: left;
        }
    }
/*/////////////////////////*/
@media (max-width: 768px){
    footer nav a{
        line-height: 45px;
    }
}
/*//////////////////////////////////////////////////*/
/* CAMPAIGN */
/*//////////////////////////////////////////////////*/
.campaign{
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}
.campaign img{
    width: 100%;
}
/*/////////////////////////*/
@media (min-width: 769px){
    .campaign img.mb{
        display: none;
    }
}
@media (max-width: 768px){
    .campaign{
        margin-bottom: 0;
    }
    .campaign img.dt{
        display: none;
    }
}
/*//////////////////////////////////////////////////*/
/* HERO */
/*//////////////////////////////////////////////////*/
#hero .flex{
    align-items: center;
}
#hero .service-logo{
    display: block;
    margin-bottom: 12px;
    aspect-ratio: 6/1;
    height: 72px;
}
/*/////////////////////////*/
@media (max-width: 1279px) and (min-width: 1024px){
    #hero .icn{
        display: none;
    }
    #hero .col1{
        max-width: 55%;
    }
    #hero .col2{
        max-width: 45%;
    }
}
/*/////////////////////////*/
@media (max-width: 1024px){
    #hero .col1{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #hero .col2{
        width: 50%;
        margin: 0 auto;
    }
}
/*/////////////////////////*/
@media (max-width: 767px){
    #hero .col1{
        align-items: start;
    }
    #hero .col1 h1{
        margin-bottom: 0;
    }
    #hero .col2{
        width: 80%;
    }
    #hero .service-logo{
        height: 60px;
    }
}
/*/////////////////////////*/
@media (max-width: 767px){
    #hero .service-logo{
        height: 48px;
    }
}
/*/////////////////////////*/
@media (max-width: 374px){
    #hero .col2{
        width: 100%;
    }
}
/*//////////////////////////////////////////////////*/
/* SERVICE */
/*//////////////////////////////////////////////////*/
#service .col1 h5,
#service .col h3{
    text-align: center;
}
#service .col1 .img{
    margin-left: auto;
    margin-right: auto;
}
#service .col2{
    position: relative;
}
#service .col2 .tag{
    position: absolute;
    top: -16px;
    right: -16px;
}
#service .col2 h3{
    display: flex;
    justify-content: center;
    align-items: center;
}
#service .col2 h3:before{
    content: '';
    width: 42px;
    height: 42px;
    margin-right: 8px;
    display: inline-block;
}
/*//////////////////////////////////////////////////*/
#service #compensation,
#service #compensation > div{
    display: flex;
}
#service #compensation{
    flex-direction: column;
}
#service #compensation > div{
    align-items: center;
}
#service #compensation > div h5,
#service #compensation > div small{
    margin: 0;
}
/*//////////////////////////////////////////////////*/
#service .footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
#service .footer small,
#service .footer h3{
    margin: 0;
}
/*//////////////////////////////////////////////////*/
/* PRODUCT */
/*//////////////////////////////////////////////////*/
#products ul{
    list-style-type: none;
}
#products ul.checklist{
    column-count: 3;
    column-gap: 20;
    /*display: grid;
    gap: 20;
    grid-template-rows: repeat(auto-fill,auto);
    grid-template-columns: 33% 1fr 1.5fr;
    grid-auto-flow: row;*/
    /*display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;*/
}
/*#products ul.checklist li{
    width: 32%;
}*/
#products ul.checklist li:nth-child(10),
#products ul.checklist li:nth-child(9),
#products ul.checklist li:nth-child(8),
#products ul.checklist li:nth-child(7),
#products ul.checklist li:nth-child(6),
#products ul.checklist li:nth-child(5){
    margin-left: -34px;
}
#products ul.checklist li{
    margin-bottom: 8px;
}
#products ul.checklist li:before{
    content: '';
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    display: inline-block;
}
/*/////////////////////////*/
#products ul.ctas{
    display: flex;
}
#products ul.ctas li{
    width: 25%;
    aspect-ratio: 1/1;
    text-align: center;
    align-content: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
/*/////////////////////////*/
@media (max-width: 1279px){
#products ul.checklist li:nth-child(10),
#products ul.checklist li:nth-child(9),
#products ul.checklist li:nth-child(8),
#products ul.checklist li:nth-child(7),
#products ul.checklist li:nth-child(6),
#products ul.checklist li:nth-child(5){
    margin-left: -24px;
}
}
/*/////////////////////////*/
@media (max-width: 440px){
    #products ul.checklist{
        column-count: 2;
    }
    #products ul.checklist li{
        margin-left: 0!important;
    }
}
/*//////////////////////////////////////////////////*/
/* COVERAGE */
/*//////////////////////////////////////////////////*/
#coverage .info-graphic{
    padding: 0 0 8px 0;
}
#coverage .info-graphic{
    margin: 0 auto;
    position: relative;
}
#coverage .info-graphic .center-text{
    width: 200px;
    line-height: 200%;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    position: relative;
    z-index: 100;
    margin: 0 auto 32px auto;
}
#coverage .info-graphic .center-text:before,
#coverage .info-graphic .center-text:after{
    content: '';
    position: absolute;
    left: 50%;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
#coverage .info-graphic .center-text:before{
    bottom: -14px;
    margin-left: -14px;
    border-width: 14px 14px 0 14px;
}
#coverage .info-graphic .center-text:after{
    bottom: -12px;
    margin-left: -12px;
    border-width: 12px 12px 0 12px;
}
#coverage .info-graphic .center-line{
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    display: block;
}
#coverage .info-graphic .row{
     margin: 0 0 16px 0;
     gap: 0;
}
#coverage .info-graphic .row:nth-child(2) .left .inner{
    width: 20%;
}
#coverage .info-graphic .row:nth-child(2) .right .inner{
    width: 80%;
}
#coverage .info-graphic .row > div,
#coverage .info-graphic .row:nth-child(3) .left .inner,
#coverage .info-graphic .row:nth-child(3) .right .inner{
    width: 50%;
}
#coverage .info-graphic .row .right,
#coverage .info-graphic .row .inner{
    height: 80px;
    justify-content: center;
}
#coverage .info-graphic .row p{
    width: 140px;
}
#coverage .info-graphic .row .product{
    width: 80px;
    height: 80px;
    padding: 0;
}
#coverage .info-graphic .row .right .inner{
    align-content: center;
    text-align: center;
    vertical-align: middle;
}
#coverage .info-graphic .row .left{
    gap: 12px;
    justify-content: right;
}
/*/////////////////////////*/
@media (min-width: 1025px){
    #coverage .info-graphic{
        width: 1024px;
    }
}
/*/////////////////////////*/
@media (max-width: 1024px){
    #coverage .flex{
        flex-direction: row;
    }
}
/*/////////////////////////*/
@media (max-width: 767px){
    #coverage .info-graphic .row{
        margin: 0 0 8px 0;
    }
    #coverage .info-graphic .row .right,
    #coverage .info-graphic .row .inner{
        height: 48px;
    }
    #coverage .info-graphic .row .product{
        width: 48px;
        height: 48px;
    }
    #coverage .info-graphic .row p{
        width: auto;
    }
    #coverage .info-graphic .row p span{
        display: none;
    }
    #coverage .info-graphic .row p b span{
        display: block;
    }
}
/*//////////////////////////////////////////////////*/
/* HOW TO */
/*//////////////////////////////////////////////////*/
#howto nav a{
    text-decoration: none;
    display: block;
}
/*#howto .col2 > div{
    display: none;
}
#howto .col2 > div.active{
    display: block;
}*/
#howto #steppanel2 .col{
    text-align: center;
}
/*/////////////////////////*/
#howto .contact{
    display: flex;
    flex-direction: column;
}
#howto .contact .flex{
    align-items: center;
}
#howto .contact p{
    margin: 0;
}
#howto .contact .box p:first-of-type{
    width: 200px;
}
#howto .contact .box p:first-of-type a{
    text-decoration: none;
}
/*/////////////////////////*/
@media (max-width: 1280px){
    #howto .contact .box p:first-of-type{
        width: 170px;
    }
    #howto .contact .box .mb-set{
        display: block!important;
    }
}
/*/////////////////////////*/
@media (max-width: 1024px){
    #howto .col2 .flex{
        flex-direction: row;
    }
    #howto h3{
        margin-bottom: 0;
    }
    #howto nav{
        display: none;
    }
    #howto .col2 > div{
        display: block;
    }
    #howto .col2{
        width: 100%;
    }
}
/*/////////////////////////*/
@media (max-width: 440px){
    #howto .contact .box p:first-of-type{
        width: 130px;
    }
    #howto .contact .img {
    width: 40px!important;
    height: 40px!important;
    }
    #howto .contact .box p:first-of-type b{
        font-size: 0.9rem!important;
    }
    #howto .contact p.sm{
        font-size: 0.8rem!important;
    }
    #howto .contact .flex{
        gap: 0.75rem;
    }
}
/*/////////////////////////*/
@media (min-height: 721px) and (max-height: 950px){
 
    #howto .col1{
        transform: scale(0.9);
        transform-origin: top left;
    }
  }
 
    @media (max-height: 720px){
 
    #howto .col1{
        transform: scale(0.75);
        transform-origin: top left;
    }
  }
/*//////////////////////////////////////////////////*/
/* PLANS */
/*//////////////////////////////////////////////////*/
#plan{
    text-align: center;
}
#plan h2,
#plan p{
    margin-bottom: 4px;
}
#plan .plan-card,
#plan .plan-cards{
    width: 306px;
    margin-left: auto;
    margin-right: auto;
}
#plan p.sm{
    text-align: left;
}
/*//////////////////////////////////////////////////*/
#plan .plan-cards{   
    display: flex;
}
#plan .plan-cards .card{
    aspect-ratio: 1/1;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#plan .plan-cards .card .tag{
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
}
#plan .plan-cards .card:last-of-type h5:before{
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 4px;
    display: inline-block;
}
/*//////////////////////////////////////////////////*/
#plan .plan-card{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
}
#plan .plan-card .col:first-of-type{
    position: relative;
}
#plan .plan-card .col:first-of-type:after{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 8px;
}
#plan .plan-card small,
#plan .plan-card .img{
    margin-bottom: 0;
}
#plan .img{
    margin-left: auto;
    margin-right: auto;
}
/*/////////////////////////*/
@media (min-width: 768px){
    #plan .container.r1{
        width: 540px;
    }
}
/*/////////////////////////*/
@media (max-width: 440px){
    #plan .plan-card,
    #plan .plan-cards,
    #plan .container.r1{
        width: 100%;
    }
    #plan p.sm{
        font-size: 0.95rem;
    }
}
/*//////////////////////////////////////////////////*/
/* PERSONA */
/*//////////////////////////////////////////////////*/
#persona{
    position: relative;
}
#persona .col2 .products small,
#persona{
    text-align: center;
}
#persona small{
    text-align: left;
}
#persona:after{
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 34px;
    margin-left: -30px;
    margin-top: -15px;
}
#persona .col1 .flex{
    flex-grow: 1;
}
#persona .col1 .flex .col{
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#persona .col1{
    padding-top: 32px;
    display: flex;
    flex-direction: column;
}
#persona .col1 .img{
    margin-left: auto;
    margin-right: auto;
}
#persona .col1 .bubble{
    margin-bottom: 28px;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
#persona .col1 .bubble:after {
    content: "";
    position: absolute;
    bottom: -20px; /* Adjust this to control the stem position */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 32px solid transparent;
    border-top-width: 32px;
    border-top-style: solid;
}
#persona .col2 p,
#persona .col2 h3,
#persona .col2 h4,
#persona .bubble h3{
    margin-bottom: 0;
}
#persona .col2 .box{
    border-width: 4px;
    border-style: solid;
}
#persona .col2 .products{
    flex-wrap: nowrap;
    align-items: center;
}
#persona .col2 .products .col{
    box-sizing: border-box;
}
#persona .col2 .img.lg{
    margin-left: auto;
    margin-right: auto;
}
#persona .col2 .products .col:last-of-type{
    aspect-ratio: 1/1;
    text-align: center;
    display: flex;
    align-items: center;
}
#persona .col2 .products .col:last-of-type span{
    display: block;
    width: 100%;
}
#persona .col2 .products .col .img{
    margin-left: auto;
    margin-right: auto;
}
/*/////////////////////////*/
@media (max-width: 1024px){
    #persona .col1 .flex,
    #persona .products{
        flex-direction: row;
    }
    #persona .col1{
        padding-top: 0;
    }
    #persona:after{
        transform: rotate(90deg);
        top: 46%;
    }
}
/*/////////////////////////*/
@media (max-width: 1024px){
    #persona:after{
        width: 40px;
        height: 24px;
        margin-left: -20px;
        margin-top: -12px;
    }
}
/*/////////////////////////*/
@media (max-width: 767px){
    #persona .col2 .flex .col:nth-child(3){
        flex: 0.2;
    }
    #persona .col1 .bubble p{
        margin-bottom: 8px;
    }
    #persona .col1 .bubble h4{
        margin-bottom: 0;
    }

}
/*/////////////////////////*/
@media (max-width: 584px){
    #persona:after{
        margin-top: 4px;
    }
}
/*/////////////////////////*/
@media (max-width: 440px){
    #persona:after{
        margin-top: 12px;
    }
}
/*/////////////////////////*/
@media (max-width: 390px){
    #persona .col2 .flex{
        position: relative;
    }
    #persona .col2 .products{
        gap: 0!important;
    }
    #persona .col2 .flex .col:nth-child(3){
        position: absolute;
        top: 25%;
        left: 65%;
    }
}
/*//////////////////////////////////////////////////*/
/* MINI FAQS */
/*//////////////////////////////////////////////////*/
#minifaq dt{
    padding: 13px 64px 13px 24px;
}
#minifaq dt:after{
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 20px;
}
#minifaq h3{
    text-align: center;
}
#minifaq dt{
    position: relative;
    cursor: pointer;
}
#minifaq dt:after{
    content: '';
    position: absolute;
    top: 50%;
}
#minifaq dd{
    display: none;
}
/*/////////////////////////*/
@media (max-width: 1024px){
    #minifaq dt:after{
        width: 20px;
        height: 20px;
        margin-top: -10px;
        right: 20px;
    }
    #minifaq dt{
        padding: 20px 56px 20px 20px;
    }
}
/*//////////////////////////////////////////////////*/
/* CONTACT */
/*//////////////////////////////////////////////////*/
#contact .heading{
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .img{
    padding: 0;
}
#contact .cards{
    display: flex;
}
#contact .box{
    flex: 1;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
}
#contact .box .img{
    margin-left: auto;
    margin-right: auto;
}
#contact .box .sm{
    text-align: center;
}
/*/////////////////////////*/
@media (min-width: 1024px){
    #contact .flex{
        gap: 0;
    }
    #contact .flex .col1{
        padding-right: 40px;
        border-width: 0 1px 0 0;
        border-style: solid;
    }
    #contact .flex .col2{
        padding-left: 40px;
    }
}
/*/////////////////////////*/
@media (max-width: 1279px){
    #contact .btn{
        padding: 0 0.75rem;
    }
    #contact .btn .icn{
        display: none;
    }
}
/*/////////////////////////*/
@media (max-width: 1024px){
    #contact .flex .col1{
        border-width: 0 0 1px 0;
    }
}
/*/////////////////////////*/
@media (max-width: 768px){
    #contact .heading{
        flex-direction: column;
    }
}
/*//////////////////////////////////////////////////*/
/* TERMS */
/*//////////////////////////////////////////////////*/
#terms .box{
    text-align: center;
}
#terms ul{
    list-style-type: none;
}
#terms ul ul{
    list-style-type: initial;
}
#terms ul ul li{
    padding-left: 4px;
}
#terms .box p{
    margin: 0;
}
#terms .flex{
    justify-content: center;
    align-items: center;
}
#terms .flex div{
    width: 280px;
    border-width: 1px;
    border-style: solid;
    align-content: center;
    align-self: stretch;
}
#terms ul{
    text-align: left;
}
#terms .icn-pdf{
    width: 16px;
    height: 22px;
    display: inline-block;
}
/**** OVERRIDES since 03 31 **/

#howto .flex {
    align-items: flex-start;
  }
  
  #howto .pin-spacer {
    flex: 0 0 auto !important;
    max-width: none !important;
  }

