
body {
    font-family: 'FuturaPT';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    background: #F2F2F2;
}

img {
    max-width: 100%;
    height: auto;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none !important;
}

.flex-column {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.mb-10 {
    margin-bottom: 10px;
}

h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 59px;
    margin: 0;
}

h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 54px;
    margin: 0;
}

h3 {
    font-size: 40px;
    line-height: 51px;
    letter-spacing: 1.12px;
    margin: 0;
}

h4 {
    font-size: 33.5px;
    line-height: 38px;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    margin: 0;
}

h6 {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}

h6.sm {
    font-size: 13px;
    line-height: 17px;
}

.font-600 {
    font-weight: 600;
}

.common-btn {
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    padding: 22px 42px;
    border-radius: 3px;
    box-sizing: border-box;
}

.common-btn.transparent {
    background: rgba(255, 255, 255, 0.45);
    color: #000000;
    border: 2px solid #B02533;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
}

.common-btn:focus, .common-btn.focus,
.common-btn:active, .common-btn.active {
    outline: none;
}

.common-btn.white {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.common-btn.red {
    color: #FCFCFC;
    background: #B02533;
    border: 2px solid #B02533;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.common-btn.light-red {
    background: #CD3B48;
    border: 2px solid #CD3B48;
    color: #FFFFFF;
}

.common-btn.sm {
    font-size: 13px;
    line-height: 17px;
    padding: 14px 26px;
}

.common-btn.md-2 {
    padding: 21px 27px 18px 26px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}

.common-btn.md {
    padding: 22px 42px 21px 43px;
}

.common-btn.lg {
    width: 288px;
    height: 61px;
    padding: 0;
}

.common-btn span {
    padding-left: 10px;
}

.divider {
    background: #D9D9D9;
    width: calc(100% - 165px);
    height: 1px;
    margin: auto;
}

.header-bottom-decoration {
    background: rgb(250, 250, 250) !important;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15)) !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
