.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows:auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px
}

.body {
    padding: 0;
    background-color: #fff;
    -webkit-transition: none 0s ease;
    transition: none 0s ease;
    font-family: AttackIO, sans-serif;
    color: #005ca9;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    cursor: default
}

.h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-family: Benzin, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: left
}

.h1.big {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 55px
}

.h1.light {
    font-family: Benzin, sans-serif;
    color: #e5e5e5;
    font-weight: 600
}

.h3 {
    margin-bottom: 33px;
    color: #fff;
    font-size: 34px;
    line-height: 40px;
    font-weight: 600
}

.h3.txt-center {
    margin-top: 36px;
    margin-bottom: 12px;
    padding-right: 30px;
    padding-left: 30px;
    color: #005ca9;
    text-align: center
}

.h3.right {
    margin-bottom: 20px
}

.h3.less-bottom {
    margin-bottom: 20px
}

.h3.top-customer {
    margin-top: 0;
    margin-bottom: 5px
}

.h3.video {
    margin-top: 5px;
    margin-bottom: 5px
}

.paragraph {
    color: #fff;
    line-height: 30px;
    font-weight: 400
}

.button-text {
    font-weight: 700
}

.button {
    margin-top: 0;
    padding: 13px 25px;
    border-radius: 10px;
    background-color: #0984e3;
    -webkit-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
    color: #fff;
    font-weight: 700
}

.button:hover {
    background-color: #0984e3;
    box-shadow: -1px 11px 19px -6px rgba(5, 236, 230, .14);
    color: #fff
}

.button.alt {
    background-color: #fc643f
}

.button.alt:hover {
    background-color: #005ca9
}

.button.alt.last-child {
    margin-left: 15px
}

.button.cta {
    display: inline-block;
    max-width: 180px;
    margin-top: 25px;
    padding: 10px 23px;
    background-color: #16f69d;
    color: #131313;
    font-weight: 900;
    text-align: center
}

.button.cta:hover {
    background-color: #16f69d;
    color: #000
}

.button.cta.primary-bottom {
    max-width: 250px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 45px
}

.button.cta.primary-bottom:hover {
    background-image: none
}

.button-icon {
    display: inline-block;
    padding: 16px 43px;
    border-radius: 10px;
    background-color: #005ca9;
    color: #fff
}

.button-icon.button {
    display: inline-block;
    padding-left: 39px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer
}

.button-icon.button.last-child {
    margin-left: 15px;
    color: #000;
    text-decoration: none
}

.button-icon.button.model-leave-btn {
    margin-top: 10px;
    background-color: #16f69d
}

.text-block {
    display: inline-block;
    padding-left: 15px;
    color: #000;
    font-size: 29px;
    line-height: 32px;
    font-weight: 700
}

.app-feature-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 29px 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: all 275ms ease-in-out;
    transition: all 275ms ease-in-out;
    text-align: center;
    cursor: default
}

.app-feature-card:hover {
    background-color: #fff;
    box-shadow: 0 7px 15px -5px rgba(191, 235, 243, .39)
}

.app-feature-card.start-link {
    text-decoration: none;
    cursor: pointer
}

.app-feature-card.start-link:hover {
    background-color: #16f69d
}

.feature-label {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    font-weight: 800
}

.feature-icon {
    margin-bottom: 15px
}

.section {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: right;
    border-top: 1px none #052746;
    border-bottom: 1px none #052746;
    border-left: 0 none #000;
    border-radius: 0;
    background-color: #111
}

.section.alt {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0;
    background-color: #1b1b1b
}

.section.alt.slider-class {
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0;
    background-color: #1b1b1b
}

.section.alt.slider-class.enroll {
    background-color: #111
}

.section.footer {
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #111;
    text-align: center
}

.section.testimonial-section {
    padding-top: 30px;
    padding-bottom: 45px;
    border-top-color: #052746;
    border-bottom-color: #052746;
    background-color: #111
}

.section.invisbg {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-style: none;
    border-bottom-style: none;
    background-color: transparent
}

.wrapper {
    position: relative;
    z-index: 1;
    max-width: 1450px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px
}

.wrapper.hero {
    max-width: 1450px;
    padding-top: 0;
    padding-bottom: 80px
}

.wrapper.videos {
    max-width: 1450px;
    padding-right: 15px;
    padding-left: 15px
}

.grid {
    margin-top: 65px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

.downloads {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.navbar {
    z-index: 9;
    display: block;
    padding-top: 19px;
    padding-bottom: 19px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent
}

.brand {
    margin-top: 34px
}

.brand.w--current {
    margin-top: 0
}

.header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 12px;
    background-color: transparent;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

._2-col-img-grid {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-rows: auto;
    grid-template-rows:auto
}

._2-col-img-grid.pt {
    padding-top: 0
}

.feature-dec {
    padding-right: 100px
}

.feature-dec.right {
    position: relative;
    z-index: 0;
    margin-left: 0;
    padding: 25px 0 25px 60px
}

.image {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 440px;
    border-radius: 3px
}

.image-4 {
    width: 200px
}

.footer {
    padding: 48px 3%;
    background-color: #111
}

.container-2 {
    max-width: 1405px;
    margin-right: auto;
    margin-left: auto
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-link-2 {
    margin-right: 24px;
    padding: 4px
}

.link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto
}

.text-link-legal {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    color: #fff;
    text-decoration: none
}

.text-link-legal:hover {
    color: #fff
}

.text-link {
    color: #fff;
    text-decoration: none
}

.header-block {
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, .3))), url(../images/cam.png), url(../images/UEm5iF1.png);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/cam.png), url(../images/UEm5iF1.png);
    background-position: 0 0, 50% 50%, 50% 50%;
    background-size: auto, cover, cover;
    background-repeat: repeat, repeat, repeat
}

.smooth-wrapper {
    padding: 0 0;
    background-color: #e7e7e7
}

.list-item {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    color: #fff
}

.bold-text {
    font-family: Benzin, sans-serif;
    color: #fff
}

.bold-text-3 {
    font-family: Benzin, sans-serif;
    color: #fff
}

.bold-text-3.white {
    color: #fff
}

.bold-poppins {
    font-weight: 700
}

.text-block-3 {
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    color: #fff;
    line-height: 30px
}

.bold-text-4 {
    font-weight: 500
}

.covid-warning {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 13px 15px 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 8px solid #ffd440;
    background-color: #fdf1c9;
    color: #000;
    line-height: 29px
}

.poppins-covid-bold {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700
}

.text-span-2 {
    display: inline-block;
    margin-top: 10px
}

.covid-warning-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px 10px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 0 none transparent;
    background-color: transparent;
    color: #000;
    line-height: 29px;
    text-align: center
}

.text-span-4 {
    margin-left: 10px;
    font-size: 17px;
    line-height: 19px
}

.covid-warning-block {
    position: static;
    z-index: 999;
    display: none;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #ffd440
}

.center-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.paragraph-3 {
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    line-height: 19px
}

.link-3 {
    margin-right: 2px;
    margin-left: 2px;
    color: #001eff
}

.where-to-start {
    margin-top: 37px;
    margin-bottom: 30px;
    padding-right: 65px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows:auto auto
}

.link-4 {
    color: #16f69d;
    text-decoration: none
}

.list-item-small {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    color: #111
}

.image-pm {
    position: static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 650px;
    border-radius: 3px
}

.price-match-holder {
    padding: 100px 25px;
    border-radius: 5px;
    background-color: #111;
    background-image: url(../images/cam.png);
    background-position: 0 0;
    background-size: cover
}

.slide-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5000px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 35px 40px 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-img._50-r-m {
    margin-right: 200px
}

.client-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.horizontal-logo {
    margin-bottom: 25px
}

.author-name {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.testimonial-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, .18), 11px 0 20px -9px rgba(79, 94, 120, .1)
}

.play-button {
    position: absolute
}

.right-arrow {
    top: 17px;
    right: -17px;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background-color: #0984e3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px
}

.right-arrow:hover {
    -webkit-transform: translate(2px, 0);
    -ms-transform: translate(2px, 0);
    transform: translate(2px, 0)
}

.author-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.horizontal-quote-h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500
}

.slider-horizontal {
    width: 100%;
    height: 100%;
    background-color: transparent
}

.testimonial-image {
    width: auto;
    height: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover
}

.left-arrow {
    left: -17px;
    top: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #0984e3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 14px
}

.left-arrow:hover {
    -webkit-transform: translate(-2px, 0);
    -ms-transform: translate(-2px, 0);
    transform: translate(-2px, 0)
}

.play-icon {
    width: 60px
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 40px auto 20px;
    border-radius: 6px;
    background-color: #1b1b1b
}

.slide-nav {
    top: 575.901px;
    display: none;
    max-width: 150px;
    border-radius: 500px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .05)
}

.horizontal-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding: 20px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mask-horizontal {
    overflow: visible
}

.horizontal-fixed-height {
    min-height: 100px
}

.author-job {
    color: rgba(255, 255, 255, .5)
}

.testimonial-image-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 40%;
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.column-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.author-image {
    width: 50px;
    margin-right: 14px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 11px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .14)
}

.icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 105px;
    height: 105px;
    padding: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #f5e5ff
}

.icon {
    width: 70px
}

.close {
    opacity: .5;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.close:hover {
    opacity: 1
}

.modal-detail {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600;
    white-space: nowrap
}

.slider-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .5;
    color: #151c34;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none
}

.slider-right:hover {
    opacity: 1
}

.paragraph-standard {
    margin-top: 10px;
    color: rgba(21, 28, 52, .8);
    font-size: 16px;
    line-height: 1.5
}

.paragraph-standard.ip-phone {
    margin-top: 18px;
    color: #000;
    font-size: 24px;
    line-height: 29px
}

.feature-text {
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 500
}

.feature-text.out {
    color: #fff
}

.slider-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #8c54ff;
    border-radius: 100px
}

.slider-right-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #8c54ff;
    border-radius: 500px;
    box-shadow: 1px 1px 55px 0 rgba(0, 22, 50, .08)
}

.feature-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.d-128-3d-card-wrapper {
    position: relative;
    overflow: visible;
    width: 400px;
    height: 300px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 6px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    cursor: pointer
}

.success-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.checkmark-icon {
    width: 35px;
    margin-right: 14px
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.column-2 {
    display: block;
    padding-left: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-sub {
    margin-bottom: 15px;
    font-family: Poppins, sans-serif;
    color: #fff
}

.video-grid {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr 1fr
}

.product-card-bottom {
    display: block;
    padding: 15px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tagline {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.tagline.tagline-promo-40 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0;
    color: hsla(0, 0%, 100%, .85)
}

.product-card-image {
    height: 260px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 96.1%, .5)), to(hsla(0, 0%, 96.1%, .5)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 96.1%, .5), hsla(0, 0%, 96.1%, .5))
}

.product-card-image.product-card-1 {
    position: static;
    top: 0;
    width: auto;
    height: 10.2vw;
    background-position: 50% 50%;
    background-size: cover
}

.product-name-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    color: #fff
}

.product-card {
    border-radius: 8px;
    background-color: #111;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
    -webkit-transition: box-shadow .4s ease, -webkit-transform .4s ease;
    transition: box-shadow .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, box-shadow .4s ease;
    transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease;
    cursor: pointer
}

.product-card:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate(0, -6px) scale(1.02);
    -ms-transform: translate(0, -6px) scale(1.02);
    transform: translate(0, -6px) scale(1.02)
}

.text-card-video-img {
    position: relative;
    left: auto;
    top: 10px;
    right: 15px;
    bottom: auto;
    display: inline-block;
    padding: 7px;
    float: right;
    border-radius: 3px;
    background-color: rgba(17, 17, 17, .7);
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-align: left
}

.product-card-header-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.div-block {
    position: relative;
    top: 0;
    background-color: rgba(0, 0, 0, .77)
}

.image-7 {
    width: 75%
}

.button-2 {
    display: block;
    margin-bottom: 5px;
    font-family: Poppins, sans-serif
}

.unlock-video-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0984e3;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    color: #fff;
    text-decoration: none
}

.unlock-video-btn:hover {
    background-color: #414b4e
}

.play-video-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #0984e3;
    border-radius: 5px;
    background-color: transparent;
    -webkit-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    transition: all .2s cubic-bezier(.645, .045, .355, 1);
    color: #fff;
    text-decoration: none
}

.play-video-btn:hover {
    background-color: #414b4e
}

.text-block-6 {
    display: inline-block;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-weight: 600;
    text-decoration: none
}

.card-animator {
    margin-top: 0;
    margin-bottom: 0
}

.play-video {
    display: none
}

.lottie-animation-locked {
    width: 80%
}

.lottie-animation-unlocked {
    width: 50%
}

.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    padding-right: 3%;
    padding-left: 3%;
    justify-content: center;
    align-items: center;
    background-color: #0e0e0e
}

.modal-element {
    font-family: Poppins, sans-serif;
    width: 100%;
    max-width: 430px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #0e0e0e
}

.modal-header {
    font-family: Poppins, sans-serif;
    display: flex;
    min-height: 40px;
    justify-content: space-between;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(226.4516129032258, 42.47%, 14.31%, .1)
}

.modal {
    background: #0e0e0e !important
}

.modal-content {
    width: 100%;
    padding-top: 5px;
    padding-right: 38px;
    padding-bottom: 25px
}

.header-mdl-sub {
    margin-bottom: 8px;
    font-family: Poppins, sans-serif;
    color: #fff
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #111
}

::-webkit-scrollbar-thumb {
    background: #00eef0;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: #333
}

.video-modal {
    max-width: 75% !important;
    width: 75% !important;
    padding: 0 !important;
    border-radius: 3em !important
}

.plyr--video {
    border-radius: .2em !important
}

@media screen and (min-width: 1920px) {
    .product-card-image.product-card-1 {
        height: 10.5em
    }
}

@media screen and (max-width: 991px) {
    .video-modal {
        max-width: 75% !important;
        width: 75% !important;
        padding: 0 !important;
        border-radius: 3em !important
    }

    .h1.big {
        font-size: 40px;
        line-height: 45px
    }

    .h1.light {
        font-size: 23px;
        line-height: 30px
    }

    .section.alt {
        padding-top: 23px
    }

    .section.testimonial-section {
        padding: 0 15px 35px
    }

    .section.invisbg {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .wrapper {
        padding-right: 20px;
        padding-left: 20px
    }

    .wrapper.hero {
        margin-top: -15px;
        padding-top: 0;
        padding-bottom: 55px
    }

    .wrapper.videos {
        padding: 20px 25px
    }

    .wrapper.hs {
        padding-top: 20px
    }

    .navbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center
    }

    .brand.w--current {
        display: block;
        margin-right: auto;
        margin-left: auto
    }

    .header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 18px;
        padding-right: 100px;
        padding-bottom: 0;
        padding-left: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    ._2-col-img-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .feature-dec.right {
        padding: 25px 45px
    }

    .image {
        width: 430px
    }

    .nav-menu {
        display: none
    }

    .covid-warning-block {
        padding-bottom: 3px
    }

    .paragraph-3 {
        display: none
    }

    .where-to-start {
        margin-top: 0;
        padding-right: 0;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns:1fr 1fr 1fr
    }

    .image-pm {
        width: 430px
    }

    .price-match-holder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .testimonial-image {
        position: relative
    }

    .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .horizontal-content-block {
        padding-right: 40px;
        padding-left: 25px
    }

    .column-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider-left {
        width: 80px;
        height: 50px;
        padding: 7px;
        border-style: none;
        border-radius: 0;
        background-color: #8c54ff
    }

    .slider-right-2 {
        width: 80px;
        height: 50px;
        padding: 7px;
        border-style: none;
        border-radius: 0;
        background-color: #8c54ff
    }

    .feature-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .d-128-3d-card-wrapper {
        margin-bottom: 60px
    }

    .success-holder {
        padding: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .columns {
        display: block;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .column {
        display: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .header-sub {
        font-size: 17px;
        line-height: 25px
    }

    .video-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }

    .product-card-image.product-card-1 {
        height: 30vw
    }

    .image-7 {
        width: 60%
    }
}

@media screen and (max-width: 767px) {
    .video-modal {
        max-width: 85% !important;
        width: 85% !important;
        padding: 0 !important;
        border-radius: 3em !important
    }

    .h1 {
        display: none
    }

    .h1.big {
        display: block
    }

    .h1.light {
        display: block
    }

    .h3 {
        font-size: 30px
    }

    .h3.txt-center {
        padding-right: 15px;
        padding-left: 15px
    }

    .h3.top-customer {
        text-align: left
    }

    .h3.video {
        text-align: left
    }

    .section.alt {
        padding-top: 16px;
        text-align: center
    }

    .wrapper.hero {
        margin-top: -15px;
        padding-bottom: 55px
    }

    .wrapper.videos {
        padding-right: 40px;
        padding-left: 40px
    }

    .wrapper.hs {
        padding-top: 20px;
        padding-right: 50px;
        padding-left: 50px
    }

    .header {
        margin-top: 18px;
        padding-right: 25px;
        padding-bottom: 70px;
        padding-left: 25px
    }

    ._2-col-img-grid {
        display: block;
        text-align: center
    }

    .feature-dec.right {
        margin-left: 0;
        padding-right: 25px;
        padding-left: 25px
    }

    .image {
        width: 360px
    }

    .image-4 {
        margin-right: 20px
    }

    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .social-wrap {
        margin-bottom: 32px
    }

    .social-link-2 {
        margin-right: 14px;
        margin-left: 14px
    }

    .link-wrap {
        margin-bottom: 32px
    }

    .bold-text {
        text-align: left
    }

    .covid-warning {
        text-align: left
    }

    .poppins-covid-bold {
        font-size: 14px;
        line-height: 15px
    }

    .covid-warning-navbar {
        display: block;
        padding: 5px 5px 5px 7px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto
    }

    .text-span-4 {
        margin-left: 5px;
        font-size: 14px;
        line-height: 15px
    }

    .where-to-start {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }

    .image-pm {
        width: 360px
    }

    .testimonial-card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .slider-horizontal {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto
    }

    .testimonial-image {
        width: 100%
    }

    .horizontal-content-block {
        width: 100%;
        padding: 45px
    }

    .testimonial-image-wrap {
        width: 100%;
        height: 280px
    }

    .success-holder {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .video-grid {
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr
    }

    .product-card-image.product-card-1 {
        height: 55vw
    }
}

@media screen and (max-width: 479px) {
    .video-modal {
        max-width: 98% !important;
        width: 98% !important;
        padding: 0 !important;
        border-radius: 3em !important
    }

    .section.wow {
        display: none
    }

    .h1 {
        display: none;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
        font-size: 50px
    }

    .h1.big {
        font-size: 30px;
        line-height: 38px;
        text-align: left
    }

    .h1.light {
        text-align: left
    }

    .h3 {
        margin-top: 23px
    }

    .h3.txt-center {
        font-size: 23px;
        line-height: 30px
    }

    .h3.video {
        text-align: left
    }

    .button-icon.button {
        display: block;
        margin: 5px 39px;
        padding-right: 2px;
        padding-left: 2px
    }

    .button-icon.button.last-child {
        margin-right: 39px;
        margin-left: 39px
    }

    .app-feature-card {
        margin-right: 31px;
        margin-bottom: 29px;
        margin-left: 31px;
        padding-right: 28px;
        padding-left: 28px
    }

    .section {
        margin-top: 0
    }

    .section.testimonial-section {
        padding-top: 25px
    }

    .wrapper {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto
    }

    .wrapper.hero {
        margin-top: -20px;
        padding-right: 10px;
        padding-bottom: 25px;
        padding-left: 10px
    }

    .wrapper.videos {
        padding-right: 30px;
        padding-left: 30px
    }

    .wrapper.hs {
        padding-top: 0;
        padding-right: 30px;
        padding-left: 30px
    }

    .wrapper.pmbl {
        padding-right: 30px;
        padding-left: 30px
    }

    .downloads {
        display: block;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header {
        margin-top: 18px;
        padding: 30px 21px
    }

    ._2-col-img-grid.pt {
        padding-top: 0
    }

    .feature-dec.right {
        display: block;
        padding-right: 11px;
        padding-left: 11px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .image {
        width: 530px
    }

    .image-4 {
        margin-right: 20px;
        padding-right: 0
    }

    .footer-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .list {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .list.show-phone {
        display: block;
        margin-bottom: 0
    }

    .bold-text {
        font-size: 25px;
        line-height: 30px;
        text-align: center
    }

    .covid-warning {
        text-align: left
    }

    .poppins-covid-bold {
        text-align: left
    }

    .covid-warning-navbar {
        padding-left: 5px;
        line-height: 20px
    }

    .covid-warning-block {
        display: none;
        padding-right: 5px;
        padding-left: 5px
    }

    .where-to-start {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        -ms-grid-rows: auto;
        grid-template-rows:auto
    }

    .image-pm {
        width: 530px
    }

    .right-arrow {
        left: auto;
        top: auto;
        right: 20%;
        bottom: -3%
    }

    .author-block {
        margin-top: 15px
    }

    .testimonial-image {
        width: 100%
    }

    .left-arrow {
        left: 20%;
        top: auto;
        right: auto;
        bottom: -3%
    }

    .horizontal-content-block {
        padding-right: 15px;
        padding-bottom: 70px;
        padding-left: 15px
    }

    .testimonial-image-wrap {
        height: 260px
    }

    .modal-content {
        padding-right: 30px;
        padding-left: 30px
    }

    .feature-block {
        margin-top: 0;
        margin-bottom: 0;
        padding: 7px 8px
    }

    .feature-block.mobile-bfe {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .d-128-3d-card-wrapper {
        width: 100%
    }

    .success-holder {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .checkmark-icon {
        margin-right: 8px
    }

    .header-sub {
        text-align: left
    }

    .video-grid {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .product-card-image.product-card-1 {
        height: 60vw;
        background-size: cover
    }

    .card-animator {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@font-face {
    font-family: 'Benzin extra';
    src: url(../fonts/Benzin_Extra_Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Benzin;
    src: url(../fonts/Benzin_Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Benzin;
    src: url(../fonts/Benzin_Semibold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Benzin;
    src: url(../fonts/Benzin_Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Benzin;
    src: url(../fonts/Benzin_Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: AttackIO;
    src: url(../fonts/SF-Pro-Display-Regular.otf) format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: AttackIO;
    src: url(../fonts/SF-Pro-Display-Light.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: AttackIO;
    src: url(../fonts/SF-Pro-Display-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: AttackIO;
    src: url(../fonts/SF-Pro-Display-Heavy.otf) format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: AttackIO;
    src: url(../fonts/SF-Pro-Display-Bold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: auto
}

@font-face {
    font-family: AttackIO;
    src: url(../fonts/SF-Pro-Display-Semibold.otf) format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: auto
}