/* Fonts */
@font-face {
    font-family: 'Literal';
    src: url('/fonts/LiteralLight.otf');
    font-weight: 300;
    font-style: normal;
  }
  
@font-face {
    font-family: 'Literal';
    src: url('/fonts/LiteralRegular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Literal';
    src: url('/fonts/LiteralBold.otf');
    font-weight: 700;
    font-style: normal;
}
/* Fonts End */

/* Presets */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font: 400 15px 'Literal', sans-serif;
    color: #2a2507;
    position: relative;
}

.wrapper {
    width: 1260px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
/* Presets End */

/* Header */


@media (max-width: 1300px) {
  .resize-content {
      margin-left: auto !important;
      margin-right: auto !important;
  }
    .parent {
        margin-left: 0 !important;
    }
}

@media (max-width:500px) {
    .left {
        margin-top: 30px !important;
    }
    .parent {
        display: block !important;
        margin: auto !important;
    }
}



.left {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    height: 70px;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 3px;
    background: #ca0000;
    border: 1px solid rgb(29, 39, 46, .5);
    font-size: 17px;
    transition: all .2s;
    margin-left: 53%;
    margin-bottom: 55px;
}

.right {
    height: 70px;
    cursor: pointer;
    margin-bottom: 55px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 22px 10px;
    border-radius: 3px;
    background: #272727;
    border: 1px solid rgb(29, 39, 46, .5);
    font-size: 17px;
    transition: all .2s;
}
.parent {
    margin-left: 18%;
    text-align: center;
    display: flex;
}
.header-wrapper {
    position: relative;
}

header {
    background: url(/images/img/header-bg.jpg) 50% 50% / cover;
}

.header-logo {
    position: absolute;
    right: calc(100% + 70px);
    top: 0;
}

.header-container {
    max-width: 830px;
    padding: 50px 0 70px;
}

.header-title {
    margin: 0 0 30px;
}

.header-title, .header-subtitle {
    font-size: 34px;
    font-weight: 700;
}

.header-subtitle span {
    display: block;
    padding: 0 0 0 220px;
}

.header-text {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 70px;
}
/* Header End */

/* Main */
main .wrapper {
    padding-top: 60px;
    padding-bottom: 70px;
}

.section-title {
    font-size: 34px;
    font-weight: 400;
    margin: 0 0 50px;
    text-align: center;
}

.hiw-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
}

.hiw-grid-item {
    width: calc(33.333% - 30px);
    text-align: center;
    background: #f7f3f2;
    margin: 0 0 40px;
    padding: 25px;
}

.hiw-grid-item .img {
    min-height: 100px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiw-grid-item .txt {
    font-size: 20px;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefits-grid-item {
    width: calc(33.333% - 50px);
    margin: 0 0 80px;
    background-position: center center;
    background-size: cover;
    padding: 60px 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
}

.benefits-grid-item-wrp {
    max-width: 100%;
}

.benefits-grid-item-ttl {
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 1.3em;
}

.benefits-grid-item-txt {
    margin: 0 0 20px;
}

.benefits-grid-item.white-text {
    color: #fff;
}

.partner-btn-container {
    text-align: center;
}

.partner-btn {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 3px;
    background: rgba(29, 39, 46, .5);
    border: 1px solid rgb(29, 39, 46, .5);
    font-size: 17px;
    transition: all .2s;
}

.partner-btn.white-bg {
    background: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .5);
}

.partner-btn:hover {
    opacity: .9;
}
/* Main End */

/* Footer */
footer {
    background: #efedec;
}

.footer-wrp {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 70px;
    font-size: 20px;
    line-height: 1.5em;
}

.footer-left {
    max-width: 350px;
}

.footer-right {
    text-align: right;
}
/* Footer End */

/* Popup */
.popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.popup {
    background: #fff;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 20px;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
    display: none;
}

.popupIl {
    background: #fff;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 20px;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
    display: none;
}

.popup-empty {
    background: #fff;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    padding: 20px;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
    display: none;
}

.popup-ttl {
    font-size: 30px;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.close-popup {
    text-decoration: none;
    color: #2a2507;
}

.close-popup-response {
    text-decoration: none;
    color: #2a2507;
}

.popup input[type=text] {
    display: block;
    margin: 0 0 15px;
    width: 100%;
    border: 1px solid rgb(29, 39, 46, .5);
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
    outline: none;
}

.popupIl input[type=text] {
    display: block;
    margin: 0 0 15px;
    width: 100%;
    border: 1px solid rgb(29, 39, 46, .5);
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
    outline: none;
}

.popup-empty input[type=text] {
    display: block;
    margin: 0 0 15px;
    width: 100%;
    border: 1px solid rgb(29, 39, 46, .5);
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
    outline: none;
}

.popup button {
    display: inline-block;
    color: #fff;
    padding: 12px 40px;
    border-radius: 3px;
    background: rgba(29, 39, 46, .5);
    border: 1px solid rgb(29, 39, 46, .5);
    font-size: 17px;
    transition: all .2s;
    cursor: pointer;
}

.popupIl button {
    display: inline-block;
    color: #fff;
    padding: 12px 40px;
    border-radius: 3px;
    background: rgba(29, 39, 46, .5);
    border: 1px solid rgb(29, 39, 46, .5);
    font-size: 17px;
    transition: all .2s;
    cursor: pointer;
}

.popup-empty button {
    display: inline-block;
    color: #fff;
    padding: 12px 40px;
    border-radius: 3px;
    background: rgba(29, 39, 46, .5);
    border: 1px solid rgb(29, 39, 46, .5);
    font-size: 17px;
    transition: all .2s;
    cursor: pointer;
}

.popup button:hover {
    opacity: .9;
}

.popupIl button:hover {
    opacity: .9;
}

.popup-empty button:hover {
    opacity: .9;
}
/* Popup End */

/* Fixed Button */
.partner-fixed-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 997;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 15px 20px;
    border-radius: 3px;
    background: rgba(29, 39, 46, .5);
    border: 1px solid rgb(29, 39, 46, .5);
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s;
    text-decoration: none;
}
.partner-fixed-button:hover {
    opacity: .9;
}
/* Fixed Button End */

/* Media Queries*/
@media all and (max-width: 1630px) {
    .header-logo {
        position: static;
    }
}
@media all and (max-width: 1199px) {
    .header-container {
        max-width: 100%;
        padding: 30px 0;
    }

    .header-subtitle span {
        padding: 0;
        display: inline;
    }

    .header-wrapper {
        text-align: center;
    }
    
    .header-text {
        margin: 0 0 30px;
    }

    .benefits-grid-item {
        width: calc(33.333% - 30px);
        margin: 0 0 50px;
    }
}

@media all and (max-width: 991px) {
    .hiw-grid-item, .benefits-grid-item {
        width: calc(50% - 15px);
        margin: 0 0 30px;
    }

    .popup {
        top: 0;
    }
    .popupIl {
        top: 0;
    }
    .popup-empty {
        top: 0;
    }
}

@media all and (max-width: 768px) {
    .header-title, .header-subtitle {
        font-size: 24px;
    }

    .hiw-grid-item, .benefits-grid-item {
        width: 100%;
        margin: 0 0 20px;
    }

    .benefits-grid-item {
        align-items: center;
        text-align: center;
    }

    main .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-title {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .footer-wrp {
        padding: 30px 0;
        display: block;
        text-align: center;
    }

    .footer-left {
        max-width: 100%;
    }

    .footer-right {
        text-align: center;
    }

    .partner-fixed-button {
        display: none;
    }
}
/* Media Queries End */