*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role='list'],
ol[role='list'] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

input,
button,
textarea,
select {
    font: inherit
}

ul.dotted-list {
    margin-left: 0;
    padding-left: 0
}

.dotted-list li div {
    width: 25%;
    text-align: right
}

.dotted-list li div.width-reset {
    width: unset !important;
    text-align: right
}

.dotted-list li div.title-left {
    width: 50%;
    text-align: left
}

ul.dotted-list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid #eee
}

ul.dotted-list li div * {
    margin-bottom: 0 !important
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

body {
    color: #4B5562
}

@font-face {
    font-family: Univers;
    src: url(UniversLTCYRW05-65Bold.woff2) format("woff2"), url(UniversLTCYRW05-65Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Univers;
    src: url(UniversLTW04-55Roman.woff2) format("woff2"), url(UniversLTW04-55Roman.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Futura PT";
    src: url(FuturaPT-Demi.woff2) format("woff2"), url(FuturaPT-Demi.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Futura PT";
    src: url(FuturaPT-Heavy.woff2) format("woff2"), url(FuturaPT-Heavy.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: 15px;
    font-family: Univers, Helvetica, sans-serif;
    overflow-x: hidden
}


.shadow-light {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 4%);
}

.shadow-bold {box-shadow: 20px 13px 35px 0px rgba(0, 0, 0, 0.1);}

    .max-width-400{ max-width: 800px !important; margin: 0 auto}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #003580;
    font-family: "Futura PT", sans-serif !important;
    margin-bottom: 16px;
    margin-top: 0
}

h1 {
    font-size: 50px;
    max-width: 500px;
    line-height: 60px
}

h2 {
    font-size: 40px;
    line-height: 48px
}

h3 {
    font-size: 26px;
    line-height:28px;

}

h4 {
    font-size: 22px;
        margin-bottom:8px;
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 15px
}

h6.uppercase {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: bold;
    text-transform: uppercase
}

p {
    font-family: Univers, Helvetica, sans-serif;
    color: #4B5562;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 400;
    max-width: 550px
}

.icons-row svg {
    flex: 1
}

.cart-count {
    font-family: "Futura PT";
    border: 3px solid #fff;
    font-size: 11px;
    border-radius: 100px;
    height: 22px;
    width: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-left: -10px;
    margin-top: -10px;
    font-weight: 600
}

.bg-grey .cart-count {
    border: 3px solid #f5f5f5
}

.d-inline-block {
    display: inline-block
}

.p-1 {
    padding: 8px !important
}

.p-2 {
    padding: 16px !important
}

.p-3 {
    padding: 24px !important
}

.p-4 {
    padding: 32px !important
}

.p-5 {
    padding: 40px !important
}

.m-05 {
    margin-right: 4px !important
}

.m-1 {
    margin: 8px !important
}

.m-2 {
    margin: 16px !important
}

.m-3 {
    margin: 24px !important
}

.m-4 {
    margin: 32px !important
}

.m-5 {
    padding: 40px !important
}

.mr-05 {
    margin-right: 4px !important
}

.mr-1 {
    margin-right: 8px !important
}

.mr-2 {
    margin-right: 16px !important
}

.mr-3 {
    margin-right: 24px !important
}

.mr-4 {
    margin-right: 32px !important
}

.mb-05 {
    margin-bottom: 4px !important
}

.mb-1 {
    margin-bottom: 8px !important
}

.mb-2 {
    margin-bottom: 16px !important
}

.mb-3 {
    margin-bottom: 24px !important
}

.mb-4 {
    margin-bottom: 32px !important
}

.mt-05 {
    margin-top: 4px !important
}

.mt-1 {
    margin-top: 8px !important
}

.mt-2 {
    margin-top: 16px !important
}

.mt-3 {
    margin-top: 24px !important
}

.mt-4 {
    margin-top: 32px !important
}

.ml-05 {
    margin-left: 4px !important
}

.ml-1 {
    margin-left: 8px !important
}

.ml-2 {
    margin-left: 16px !important
}

.ml-3 {
    margin-left: 24px !important
}

.ml-4 {
    margin-left: 32px !important
}

.fade-color {
    opacity: 0.6
}

hr {
    border-top: 0px solid #eee !important;
    box-sizing: content-box;
    height: 0;
    margin: 20px 0 30px 0;
    overflow: visible;
    max-width: 500px
}

input[type="text"] {
    color: #4B5562;
    line-height: 25px;
    padding: 10px 15px;
    ;
    border-radius: 3px;
    border: 1px solid #ddd
}

input[type="text"]:focus {
    outline: none;
    border-color: #91a1b8
}

input[type="text"]::placeholder {
    color: #9da5af;
    font-size: 13px
}

label {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 0.2px
}

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    top: 2px;
    background-color: #ddd !important
}

    .input-invalid input[type="text"] {
            border: 1px solid #da4a4a !important;
 }

.input-validated input[type="text"] {
            border: 1px solid #2bb07d !important;
    
        }

.position-relative { position: relative;}
.input-invalid svg, .input-validated svg {
    position: absolute;
    right: 16px;
    height: 100%;} 

.text-red {  color:#da4a4a;}
.text-green {color:#2bb07d;}
.badge {
    padding: 4px 12px 4px 8px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px
}

.badge svg {
    height: 11px;
    margin-right: 4px
}

a {
    color: #4dbaeb
}

.list {
    padding-left: 20px
}

.ml-auto { margin-left: auto;}

.icon {
    width: 60px;
    height: 60px
}

.tiny-icon {
    line-height: 1
}

.tiny-icon .icon {
    height: 34px;
    width: 34px
}

.row {
    justify-content: space-between
}

p.small {
    font-size: 15px;
    line-height: 22px;

}

p.lead {
    font-size: 19px;
    line-height: 30px
}

.small {
    font-size: 15px;
 
}

.tiny {
    font-size: 12px;
    letter-spacing: 0.2px
}

.faded {
    opacity: 0.6
}

.border-light {
    border: 1px solid #eee
}

.border {
    border: 1px solid #eee
}

.border-bottom {
    border-bottom: 1px solid #eee
}

.bright-color {
    color: #1b9dd9 !important
}

section {
    padding: 90px 0
}

.circle-50 {
    height: 50px;
    width: 50px;
    border-radius: 50px
}

.btn {
    border-radius: 155px;
    height: 64px;
    text-transform: uppercase;
    font-family: "Futura PT";
    display: inline-flex;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 14px;
    letter-spacing: 0.3px
}

.btn-lg {
    height: 50px;
    padding: 0 50px
}

.btn-lg svg {
    margin-right: 10px
}

.btn-text {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    height: auto;
    padding: 0;
    color: #009fe3
}

.btn-text:hover {
    border-bottom: 2px solid
}

.btn-text svg {
    margin-left: 8px
}

.btn-sm {
    height: 23px;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 0.6px
}

.box {
    padding: 40px;
    border-radius: 3px
}



.btn.bg-blue:hover {
    background: #003580
}

.btn.bg-green:hover {
    background: #1e7b58
}

.bg-blue {
    background: #1b9dd9;
    color: #fff
}

.bg-dark-blue {
    background: #003580;
    color: #fff
}

.bg-dark-blue p,
.bg-dark-blue h4,
.bg-blue p,
.bg-blue h4 {
    color: #fff
}
.width-100 { width: 100% !important;}
.half-bg {     
    background: url( modalimg.png);
    background-size: cover;
}

.bg-modal {     
       background-position: top center;
    background-size: cover;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    justify-content: center;
    background-image: url(bg-modal.jpg);
    flex-direction: column;
 
}


.close-icon {  position: absolute;     right: 30px;
    top: 20px;}

.bg-green {
    background: #2bb07d;
    color: #fff
}

.bg-white  { background-color:#fff; } 

.bg-light-green {
    background: #e9f7f2;
    color: #2bb07d
}

.bg-light-red {
background: #fcebeb;
    color: #da4a4a;
}

.bg-yellow {
    background: #fab624;
    color: #fff
}

.bg-light-blue {
    background: #eaf2fc
}

.bg-grey {
    background: #f5f5f5
}

.bg-text-color {
    background: #4B5562
}

.text-blue {
    color: #1b9dd9
}

.text-dark-blue {
    color: #003580
}

.text-center {
    text-align: center
}

.text-yellow {
    color: #fab624
}

.text-green {
    color: #2bb07d
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 40px !important;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 0.9
    }
    h2 {
        font-size: 28px
    }
    .input-invalid input[type="text"] {
        border: 1px solid #000 !important;
    }
  