<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    /* overflow-x: hidden;
    height: 100%;
    font-size: 16px;
    line-height: normal;
    font-family: "Trade Gothic W01 Roman";
    font-weight: normal;
    font-style: normal; */
    color: #323232;
}

.page-home-new {
    padding: 40px 0px 0px;
}

.template-wrapper {
    margin-top: 75px;
}

/* @media only screen and (max-width: 980px) {
    .template-wrapper {
        margin-top: 17px;
    }
} */

@media only screen and (max-width: 767px) {
    .template-wrapper {
        margin-top: 17px;
    }
}

.hidden {
    overflow-y: hidden;
    height: 100%;
}

.page-home-new ul,
.page-home-new ul li {
    list-style: none;
}

.page-home-new h1,
.page-home-new h2,
.page-home-new h3,
.page-home-new h4,
.page-home-new h5 {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

.page-home-new p {
    font-size: 16px;
    line-height: normal;
    color: #323232;
}

.page-home-new img {
    width: 100%;
    height: auto;
    border-style: none;
}

.page-home-new i {
    font-style: normal;
}

.page-home-new a {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    color: #323232;
}

.page-home-new a:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-home-new a:focus {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-home-new a:visited {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-home-new button {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border: none;
    background-color: transparent;
}

.page-home-new button:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-home-new button:focus {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-home-new button:visited {
    outline: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-home-new button,
input:not([type='checkbox']):not([type='radio']),
select,
.page-home-new textarea {
    -webkit-appearance: none;
    appearance: none;
}

.page-home-new button,
input[type='checkbox'],
.page-home-new input[type='radio'],
.page-home-new input[type='submit'] {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    background-color: transparent;
}

.page-home-new input {
    outline: none;
    border: none;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
}

.page-home-new select,
.page-home-new textarea {
    border-radius: 0;
    outline: none;
    border: none;
    resize: none;
    overflow: auto;
}

@keyframes forth {
    50% {
        transform: translate(0, -6px);
    }

    100% {
        transform: translate(0, 0px);
    }
}

@keyframes myleft {
    50% {
        -o-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -webkit-transform: translate(8px, 0);
        transform: translate(8px, 0);
    }

    100% {
        -o-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -webkit-transform: translate(8px, 0);
        transform: translate(8px, 0);
    }
}


@media only screen and (min-width: 641px) {
    .header-c {
        height: 90px;
    }

    .header-c .header-box .logo-menu .header-logo {
        margin-right: 115px;
    }

    .header-c .header-box .logo-menu .header-logo img {
        max-width: 80px;
    }

    .header-c .header-box .logo-menu .header-menu .level-1-menu&gt;li&gt;a {
        line-height: 90px;
    }

    .header-c .header-box .logo-menu .header-menu .level-1-menu&gt;li.active .sub-menu {
        top: 90px;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1180px) {

    .header-c .header-box .header-btn ul a,
    .header-c .header-box .header-btn ul button {
        margin: 5px 0;
        height: 30px;
        padding: 7px 20px;
    }
}

@media only screen and (min-width: 641px) {

    .header-c .header-box .header-btn ul a:hover,
    .header-c .header-box .header-btn ul button:hover {
        color: #dd6b4e;
        background-color: #fff;
    }
}

.banner .banner-img,
.banner .banner-img-m {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 31.5vw;
}

@media only screen and (max-width: 1110px) {

    .banner .banner-img,
    .banner .banner-img-m {
        height: 352px;
    }
}

@media only screen and (max-width: 320px) {
    .banner .banner-img {
        display: none;
    }
}

@media only screen and (min-width: 321px) {
    .banner .banner-img-m {
        display: none;
    }
}

.content-01 {
    background-color: #f1f1f2;
    padding: 0 50px;
    margin-bottom: -10px;
}

@media only screen and (max-width: 760px) {
    .content-01 {
        padding: 0 17px;
        margin-bottom: -35px;
    }
}

.content-01 .slogan-box {
    padding: 45px 30px;
    background-color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    position: relative;
    top: -60px;
}

@media only screen and (max-width: 760px) {
    .content-01 .slogan-box {
        padding: 20px 32px 30px;
        top: -75px;
    }
}

.content-01 .slogan-box h1 {
    font-size: 41px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: normal;
    font-style: italic;
    color: #46b8f7;
    margin-bottom: 15px;
}

@media only screen and (max-width: 980px) {
    .content-01 .slogan-box h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 760px) {
    .content-01 .slogan-box h1 {
        font-size: 22px;
        line-height: 1.14;
    }
}

.content-01 .slogan-box p {
    font-size: 24px;
    line-height: 1.5;
    font-family: "Trade Gothic W01 Bold";
    font-style: normal;
    margin-bottom: 25px;
}

@media only screen and (max-width: 980px) {
    .content-01 .slogan-box p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 760px) {
    .content-01 .slogan-box p {
        font-size: 18px;
    }
}

.content-01 .slogan-box p a {
    color: #46b8f7;
}

.content-01 .slogan-box p a em {
    font-family: "Trade Gothic W01 Bold";
    font-style: italic;
}

.content-01 .slogan-box p a:hover {
    color: #dd6b4e;
}

.content-01 .slogan-box .btn-box {
    display: flex;
    justify-content: center;
}

.content-01 .slogan-box .btn-box a,
.content-01 .slogan-box .btn-box button {
    padding: 0 25px;
    font-size: 22px;
    line-height: 52px;
    height: 52px;
    text-transform: uppercase;
    border: solid 2px #dd6b4e;
    display: block;
    width: 205px;
    text-align: center;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
}

@media only screen and (max-width: 980px) {

    .content-01 .slogan-box .btn-box a,
    .content-01 .slogan-box .btn-box button {
        padding: 0 15px;
        line-height: 42px;
        height: 42px;
        font-size: 18px;
        width: 160px;
    }
}

@media only screen and (max-width: 760px) {

    .content-01 .slogan-box .btn-box a,
    .content-01 .slogan-box .btn-box button {
        font-size: 14px;
        width: 120px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 460px) {

    .content-01 .slogan-box .btn-box a,
    .content-01 .slogan-box .btn-box button {
        padding: 0 8px;
    }
}

.content-01 .slogan-box .btn-box a:first-of-type,
.content-01 .slogan-box .btn-box button:first-of-type {
    background-color: #dd6b4e;
    color: #fff;
    margin-right: 20px;
}

.content-01 .slogan-box .btn-box a:first-of-type:hover,
.content-01 .slogan-box .btn-box button:first-of-type:hover {
    background-color: #fff;
    color: #dd6b4e;
}

.content-01 .slogan-box .btn-box a:last-of-type,
.content-01 .slogan-box .btn-box button:last-of-type {
    background-color: #fff;
    color: #dd6b4e;
}

.content-01 .slogan-box .btn-box a:last-of-type:hover,
.content-01 .slogan-box .btn-box button:last-of-type:hover {
    background-color: #dd6b4e;
    color: #fff;
}

.content-02 {
    display: flex;
    background-color: #fff;
}

@media only screen and (max-width: 760px) {
    .content-02 {
        display: block;
    }
}

.content-02 .img-box {
    width: 50%;
}

@media only screen and (max-width: 760px) {
    .content-02 .img-box {
        width: 100%;
    }
}

.content-02 .img-box img {
    display: block;
}

.content-02 .text-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

@media only screen and (max-width: 760px) {
    .content-02 .text-box {
        width: 100%;
        padding: 20px 20px 40px;
    }
}

.content-02 .text-box .text-c {
    max-width: 470px;
    text-align: center;
}

.content-02 .text-box .text-c p {
    font-size: 27px;
    line-height: 1.22;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1080px) {
    .content-02 .text-box .text-c p {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

.content-02 .text-box .text-c p span {
    font-size: 36px;
    line-height: normal;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: italic;
    color: #46b8f7;
    display: block;
    margin: 5px 0;
}

@media only screen and (max-width: 1080px) {
    .content-02 .text-box .text-c p span {
        font-size: 30px;
    }
}

.content-02 .text-box .text-c a,
.content-02 .text-box .text-c button {
    font-size: 20px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 10px;
    line-height: 52px;
    height: 52px;
    display: block;
    background-color: #dd6b4e;
    color: #fff;
    border: solid 2px #dd6b4e;
    max-width: 235px;
    margin: 0 auto;
}

.content-02 .text-box .text-c a:hover,
.content-02 .text-box .text-c button:hover {
    background-color: #fff;
    color: #dd6b4e;
}

@media only screen and (max-width: 1080px) {

    .content-02 .text-box .text-c a,
    .content-02 .text-box .text-c button {
        font-size: 14px;
        padding: 0 10px;
        max-width: 165px;
        line-height: 42px;
        height: 42px;
    }
}


.content-02 .owl-carousel .owl-item img {
    height: 100%;
    display: block;
    width: 100%;
    max-height: 442px;
    object-fit: cover;
}

@media only screen and (min-width: 1700px) {
    .content-02 .owl-carousel .owl-item img {
        max-height: 510px;
    }
}

@media only screen and (max-width: 1440px) {
    .content-02 .owl-carousel .owl-item img {
        width: auto;
    }
}

@media only screen and (max-width: 760px) {
    .content-02 .owl-carousel .owl-item img {
        width: 100%;
    }
}


.content-03 {
    background-color: #f1f1f2;
    padding: 100px 135px 100px;
}

@media only screen and (max-width: 1330px) {
    .content-03 {
        padding: 100px 50px 100px;
    }
}

@media only screen and (max-width: 980px) {
    .content-03 {
        padding: 50px;
    }
}

@media only screen and (max-width: 760px) {
    .content-03 {
        padding: 50px 20px;
    }
}

.content-03 .content-03-box {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.content-03 .content-03-box .top-box {
    margin-bottom: 45px;
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .top-box {
        margin-bottom: 25px;
    }
}

.content-03 .content-03-box .top-box h2 {
    font-size: 45px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: normal;
    font-style: normal;
    color: #323232;
}

@media only screen and (max-width: 980px) {
    .content-03 .content-03-box .top-box h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .top-box h2 {
        font-size: 24px;
    }
}

.content-03 .content-03-box .top-box h2 span {
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: italic;
    color: #46b8f7;
}

.content-03 .content-03-box .way-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px 60px;
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .way-box {
        display: block;
        margin: 0 0 30px;
    }
}

.content-03 .content-03-box .way-box .way-unit {
    background-color: #fff;
    margin: 0 18px;
    width: calc(33.3% - 36px);
    padding: 30px 10px 40px;
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .way-box .way-unit {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 360px;
    }
}

.content-03 .content-03-box .way-box .way-unit h3 {
    font-size: 28px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
    color: #323232;
}

@media only screen and (max-width: 1180px) {
    .content-03 .content-03-box .way-box .way-unit h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 980px) {
    .content-03 .content-03-box .way-box .way-unit h3 {
        max-width: 175px;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .way-box .way-unit h3 {
        max-width: 250px;
    }
}

.content-03 .content-03-box .way-box .way-unit img {
    display: block;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1180px) {
    .content-03 .content-03-box .way-box .way-unit img {
        margin-bottom: 30px;
    }
}

.content-03 .content-03-box .way-box .way-unit a,
.content-03 .content-03-box .way-box .way-unit button {
    font-size: 22px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    line-height: 52px;
    text-transform: uppercase;
    height: 52px;
    display: block;
    background-color: #dd6b4e;
    color: #fff;
    border: solid 2px #dd6b4e;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.content-03 .content-03-box .way-box .way-unit a:hover,
.content-03 .content-03-box .way-box .way-unit button:hover {
    background-color: #fff;
    color: #dd6b4e;
}

@media only screen and (max-width: 1180px) {

    .content-03 .content-03-box .way-box .way-unit a,
    .content-03 .content-03-box .way-box .way-unit button {
        font-size: 14px;
        padding: 0 10px;
        max-width: 145px;
        line-height: 42px;
        height: 42px;
    }
}

.content-03 .content-03-box .connect form {
    display: flex;
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .connect form {
        display: block;
    }
}

.content-03 .content-03-box .connect form div {
    width: 25%;
    height: 52px;
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .connect form div {
        width: 100%;
        height: 50px;
        max-width: 360px;
        margin: 0 auto;
    }
}

.content-03 .content-03-box .connect form div input {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Trade Gothic W01 Roman";
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    padding: 18px 0 9px;
    background-color: #fff;
    border: 1px solid #979797;
    border-right: 0px;
    color: #323232;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

/* ::-webkit-input-placeholder, ::-moz-placeholder  {
    padding: 6px 0 9px;
} */

input::placeholder {
    overflow: visible;
}


@media only screen and (max-width: 1180px) {
    .content-03 .content-03-box .connect form div input {
        font-size: 14px;
    }
}

@media only screen and (max-width: 760px) {
    .content-03 .content-03-box .connect form div input {
        border: 1px solid #979797;
        border-bottom: 0px;
        padding: 9px 0 9px;
    }
}

.content-03 .content-03-box .connect form div input:focus {
    border-color: #dd6b4e;
}

.content-03 .content-03-box .connect form div input[type="submit"] {
    background-color: #dd6b4e;
    color: #fff;
    font-family: "Trade Gothic W01 Bold";
    font-weight: bold;
    font-style: normal;
    border: solid 1px #dd6b4e;
}

.content-03 .content-03-box .connect form div input[type="submit"]:hover {
    background-color: #fff;
    color: #dd6b4e;
}

.content-03 .content-03-box .connect form div input::-webkit-input-placeholder {
    color: #c8c9cb;
    font-size: 22px;
    line-height: 27px;
    opacity: 1;
}

@media only screen and (max-width: 1180px) {
    .content-03 .content-03-box .connect form div input::-webkit-input-placeholder {
        font-size: 14px;
    }
}

.content-03 .content-03-box .connect form div input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c8c9cb;
    font-size: 22px;
    line-height: 27px;
    opacity: 1;
}

@media only screen and (max-width: 1180px) {
    .content-03 .content-03-box .connect form div input::-moz-placeholder {
        font-size: 14px;
    }
}

.content-03 .content-03-box .connect form div input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c8c9cb;
    font-size: 22px;
    line-height: 27px;
    opacity: 1;
}

@media only screen and (max-width: 1180px) {
    .content-03 .content-03-box .connect form div input:-moz-placeholder {
        font-size: 14px;
    }
}

.content-03 .content-03-box .connect form div input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c9cb;
    font-size: 22px;
    line-height: 27px;
    opacity: 1;
}

@media only screen and (max-width: 1180px) {
    .content-03 .content-03-box .connect form div input:-ms-input-placeholder {
        font-size: 14px;
    }
}

.content-04 {
    padding: 100px 135px 70px;
}

@media only screen and (max-width: 1330px) {
    .content-04 {
        padding: 100px 50px 70px;
    }
}

@media only screen and (max-width: 1080px) {
    .content-04 {
        padding: 50px 20px;
    }
}

.content-04 .content-04-box {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .content-04 .content-04-box {
        max-width: 335px;
    }
}

.content-04 .content-04-box .top-box {
    margin-bottom: 45px;
}

@media only screen and (max-width: 1080px) {
    .content-04 .content-04-box .top-box {
        margin-bottom: 15px;
    }
}

.content-04 .content-04-box .top-box h2 {
    font-size: 45px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: italic;
    color: #46b8f7;
}

@media only screen and (max-width: 1080px) {
    .content-04 .content-04-box .top-box h2 {
        font-size: 24px;
    }
}

.content-04 .content-04-box .events-box {
    display: flex;
    flex-wrap: wrap;
    margin: -17px;
}

@media only screen and (max-width: 640px) {
    .content-04 .content-04-box .events-box {
        margin: 0;
    }
}

.content-04 .content-04-box .events-box .event-unit {
    margin: 17px;
    border: 1px solid #cacaca;
    width: calc(50% - 34px);
    padding: 20px;
    padding-right: 8px;
    display: flex;
    /* align-items: center; */
}

@media only screen and (max-width: 1080px) {
    .content-04 .content-04-box .events-box .event-unit {
        display: block;
        padding: 20px;
    }
}

@media only screen and (max-width: 749px) {
    .content-04 .content-04-box .events-box .event-unit {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .content-04 .content-04-box .events-box .event-unit:last-child {
        margin-bottom: 0;
    }
}

.content-04 .content-04-box .events-box .event-unit .unit-left {
    margin-right: 20px;
    height: 224px;
}

@media only screen and (max-width: 1080px) {
    .content-04 .content-04-box .events-box .event-unit .unit-left {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.content-04 .content-04-box .events-box .event-unit .unit-left img {
    display: block;
    max-width: 224px;
    height: 100%;
    object-fit: cover;
    width: auto;
}

@media only screen and (max-width: 1080px) {
    .content-04 .content-04-box .events-box .event-unit .unit-left img {
        max-width: 300px;
        margin: 0 auto;
    }

    .content-04 .content-04-box .events-box .event-unit .unit-left {
        height: 300px;
    }
}

.content-04 .content-04-box .events-box .event-unit .unit-right {
    text-align: left;
    max-width: 285px;
}

@media only screen and (max-width: 1080px) {
    .content-04 .content-04-box .events-box .event-unit .unit-right {
        max-width: 423px;
    }
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 .date {
    background-color: #46b8f7;
    padding: 8px;
    padding-bottom: 2px;
    margin-right: 10px;
    align-self: flex-start;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 .date p {
    color: #fff;
    line-height: 0.9;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 .date p:first-child {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 .date p:last-child {
    font-size: 23px;
    margin-top: 5px;
    font-weight: 700;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 .title h3 {
    font-size: 20px;
    line-height: 1;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    color: #343434;
    /* padding-right: 20px; */
    margin-bottom: 2px;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 .title a:hover h3 {
    color: #46b8f7;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-01 .title h4 {
    font-size: 14px;
    line-height: 1.64;
    color: #7b7b7b;
}

.content-04 .content-04-box .events-box .event-unit .unit-right .right-02 p {
    font-size: 17px;
    line-height: 1.47;
}

.content-04 .content-04-box .btn-box a,
.content-04 .content-04-box .btn-box button {
    font-size: 22px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 52px;
    height: 52px;
    display: block;
    background-color: #dd6b4e;
    color: #fff;
    border: solid 2px #dd6b4e;
    max-width: 230px;
    margin: 50px auto 0;
}

.content-04 .content-04-box .btn-box a:hover,
.content-04 .content-04-box .btn-box button:hover {
    background-color: #fff;
    color: #dd6b4e;
}

@media only screen and (max-width: 760px) {

    .content-04 .content-04-box .btn-box a,
    .content-04 .content-04-box .btn-box button {
        padding: 0 10px;
        line-height: 42px;
        height: 42px;
        font-size: 14px;
        margin-top: 30px;
        max-width: 145px;
    }
}

@media only screen and (max-width: 600px) {
    .content-04 .content-04-box .events-box .event-unit .unit-left img {
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
    }

    .content-04 .content-04-box .events-box .event-unit .unit-left {
        height: 254px;
    }
}

.content-05 {
    padding: 100px 135px 70px;
    background-color: #f1f1f2;
}

@media only screen and (max-width: 1330px) {
    .content-05 {
        padding: 100px 50px 70px;
    }
}

@media only screen and (max-width: 1080px) {
    .content-05 {
        padding: 50px 20px;
    }
}

.content-05 .content-05-box {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.content-05 .content-05-box .c-05-unit {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}

@media only screen and (max-width: 880px) {
    .content-05 .content-05-box .c-05-unit {
        display: block;
        margin: 0;
    }
}

.content-05 .content-05-box .c-05-unit .unit-c {
    margin: 0 17px;
    width: calc(33.3% - 34px);
    padding: 30px 10px 50px;
    background-color: #fff;
}

@media only screen and (max-width: 1110px) {
    .content-05 .content-05-box .c-05-unit .unit-c {
        padding-bottom: 36px;
    }
}

@media only screen and (max-width: 880px) {
    .content-05 .content-05-box .c-05-unit .unit-c {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .content-05 .content-05-box .c-05-unit .unit-c:last-child {
        margin-bottom: 0;
    }
}

.content-05 .content-05-box .c-05-unit .unit-c h3 {
    font-size: 25px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    margin-bottom: 23px;
}

@media only screen and (max-width: 1110px) {
    .content-05 .content-05-box .c-05-unit .unit-c h3 {
        font-size: 22px;
    }
}

.content-05 .content-05-box .c-05-unit .unit-c img {
    display: block;
}

.content-05 .content-05-box .c-05-unit .unit-c a.link,
.content-05 .content-05-box .c-05-unit .unit-c button {
    font-size: 20px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    padding: 0 4px;
    text-transform: uppercase;
    line-height: 52px;
    height: 52px;
    display: block;
    background-color: #dd6b4e;
    color: #fff;
    border: solid 2px #dd6b4e;
    max-width: 240px;
    margin: 45px auto 0;
}

.content-05 .content-05-box .c-05-unit .unit-c a:hover,
.content-05 .content-05-box .c-05-unit .unit-c button:hover {
    background-color: #fff;
    color: #dd6b4e;
}

@media only screen and (max-width: 1110px) {

    .content-05 .content-05-box .c-05-unit .unit-c a,
    .content-05 .content-05-box .c-05-unit .unit-c button {
        padding: 0 10px;
        line-height: 42px;
        height: 42px;
        max-width: 150px;
        margin-top: 30px;
    }
}

.content-06 {
    padding: 80px 135px 70px;
}

@media only screen and (max-width: 1330px) {
    .content-06 {
        padding: 80px 50px 70px;
    }
}

@media only screen and (max-width: 1080px) {
    .content-06 {
        padding: 50px 33px;
    }
}

.content-06 .content-06-box {
    max-width: 682px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.content-06 .content-06-box h2 {
    font-size: 45px;
    color: #46b8f7;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
    .content-06 .content-06-box h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.content-06 .content-06-box .partner {
    display: flex;
    width: 100%;
}

@media only screen and (max-width: 460px) {
    .content-06 .content-06-box .partner {
        display: none;
    }
}

.content-06 .content-06-box .partner li {
    margin-right: 34px;
}

@media only screen and (max-width: 640px) {
    .content-06 .content-06-box .partner li {
        margin-right: 20px;
    }
}

.content-06 .content-06-box .partner li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 461px) {
    .content-06 .content-06-box .partner-m {
        display: none;
    }
}

footer .footer .information {
    margin-bottom: 50px;
    display: flex;
}

footer .footer .information h3 {
    font-size: 18px;
    color: #46b8f7;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    margin-bottom: 4px;
}

footer .footer .information h3 a {
    color: #46b8f7;
}

footer .footer .information h3 a:hover {
    text-decoration: underline;
}

footer .footer .information p {
    font-size: 16px;
    line-height: 1.19;
}

footer .footer .information p a:hover {
    color: #46b8f7;
}

footer .footer h4 a.site-foot__heading {
    color: #46b8f7;
}

footer .office-locations p.contact-info a:hover {
    color: #46b8f7;
}

@media only screen and (max-width: 830px) {
    footer .footer .information {
        display: block;
    }
}

footer .footer .information .contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 80px;
    max-width: 280px;
}

@media only screen and (max-width: 1080px) {
    footer .footer .information .contact {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 830px) {
    footer .footer .information .contact {
        margin-right: 0;
    }
}

@media only screen and (max-width: 830px) {
    footer .footer .information .contact div {
        margin-bottom: 20px;
    }
}

footer .footer .information .contact .address {
    max-width: 120px;
    margin-top: 4px;
}

footer .footer .information .entrance {
    max-width: 650px;
    width: 100%;
}

@media only screen and (max-width: 1080px) {
    footer .footer .information .entrance {
        max-width: 500px;
    }
}

@media only screen and (max-width: 830px) {
    footer .footer .information .entrance {
        max-width: 650px;
    }
}

footer .footer .information .entrance .social ul {
    display: flex;
    padding-top: 5px;
    margin-bottom: 35px;
}

footer .footer .information .entrance .social ul li {
    margin-right: 16px;
}

footer .footer .information .entrance .social ul li:last-child {
    margin-right: 0;
}

footer .footer .information .entrance .social ul li a i {
    font-size: 36px;
    transition: all 0.2s ease-in-out;
}

footer .footer .information .entrance .social ul li a:hover i {
    color: #46b8f7;
}

footer .footer .information .entrance .entry ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px -35px;
}

@media only screen and (max-width: 1080px) {
    footer .footer .information .entrance .entry ul {
        margin: 0 -18px -35px;
    }
}

@media only screen and (max-width: 580px) {
    footer .footer .information .entrance .entry ul {
        margin: 0 -10px -23px;
    }
}

footer .footer .information .entrance .entry ul li {
    margin: 0 28px 35px;
    width: calc(33% - 56px);
}

@media only screen and (max-width: 1080px) {
    footer .footer .information .entrance .entry ul li {
        margin: 0 18px 35px;
        width: calc(33% - 36px);
    }
}

@media only screen and (max-width: 580px) {
    footer .footer .information .entrance .entry ul li {
        margin: 0 10px 23px;
        width: calc(50% - 20px);
    }

    footer .footer .information .entrance .entry ul li:first-child {
        width: 100%;
    }
}

@media only screen and (max-width: 980px) {
    footer .footer .copyright {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 830px) {
    footer .footer .copyright {
        margin: 0;
    }
}

@media only screen and (max-width: 480px) {
    footer .footer .copyright {
        max-width: 280px;
    }
}

footer .footer .copyright p {
    font-size: 14px;
    line-height: 1.75;
}

@media only screen and (max-width: 580px) {
    footer .footer .copyright p {
        font-size: 12px;
    }
}

footer .footer .copyright a:hover {
    color: #46b8f7;
}

/* @font-face {
    font-family: "TGLT";
    src: url("../fonts/TGLT.woff2") format("woff2"), url("../fonts/TGLT.woff") format("woff"), url("../fonts/TGLT.ttf") format("truetype"), url("../fonts/TGLT.eot") format("embedded-opentype"), url("../fonts/TGLT.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TGLT";
    src: url("../fonts/TGLT-Bold.woff2") format("woff2"), url("../fonts/TGLT-Bold.woff") format("woff"), url("../fonts/TGLT-Bold.ttf") format("truetype"), url("../fonts/TGLT-Bold.eot") format("embedded-opentype"), url("../fonts/TGLT-Bold.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "TGLT";
    src: url("../fonts/TGLT-BoldObl.woff2") format("woff2"), url("../fonts/TGLT-BoldObl.woff") format("woff"), url("../fonts/TGLT-BoldObl.ttf") format("truetype"), url("../fonts/TGLT-BoldObl.eot") format("embedded-opentype"), url("../fonts/TGLT-BoldObl.svg") format("svg");
    font-weight: bold;
    font-style: italic;
} */

html.hidden-c .wowo {
    opacity: 0;
}

html.hidden-c .wowo.animated {
    animation-duration: 0.6s;
    visibility: visible;
    animation-fill-mode: both;
}

.leftshow.animated {
    animation-name: leftshow;
}

.leftshowtwo.animated {
    animation-name: leftshowtwo;
}

.leftor.animated {
    animation-name: leftors;
}

@-webkit-keyframes leftors {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes leftshow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-900px, 0, 0);
        transform: translate3d(-900px, 0, 0);
    }

    100% {
        opacity: 0.61;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes leftshowtwo {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-900px, 0, 0);
        transform: translate3d(-900px, 0, 0);
    }

    100% {
        opacity: 0.8;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInBigUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-30%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(30%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft.animated {
    animation-name: fadeInLeft;
}

.fadeInRight.animated {
    animation-name: fadeInRight;
}

.fadeIn.animated {
    animation-name: fadeIn;
}

.fadeInUp.animated {
    animation-name: fadeInUp;
}

.fadeInBigUp.animated {
    animation-name: fadeInBigUp;
}

.fadeInDown.animated {
    animation-name: fadeInDown;
}

.delay-in-1 {
    animation-delay: 0.1s;
}

.delay-in-2 {
    animation-delay: 0.2s;
}

.delay-in-3 {
    animation-delay: 0.3s;
}

.delay-in-4 {
    animation-delay: 0.4s;
}

@keyframes myleft {
    50% {
        -o-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -webkit-transform: translate(8px, 0);
        transform: translate(8px, 0);
    }

    100% {
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes myleft {
    50% {
        -o-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -webkit-transform: translate(8px, 0);
        transform: translate(8px, 0);
    }

    100% {
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes myleft {
    50% {
        -o-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -webkit-transform: translate(8px, 0);
        transform: translate(8px, 0);
    }

    100% {
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes myleft {
    50% {
        -o-transform: translate(8px, 0);
        -moz-transform: translate(8px, 0);
        -webkit-transform: translate(8px, 0);
        transform: translate(8px, 0);
    }

    100% {
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes myright {
    50% {
        -o-transform: rotate(180deg) translate(8px, 0);
        -moz-transform: rotate(180deg) translate(8px, 0);
        -webkit-transform: rotate(180deg) translate(8px, 0);
        transform: rotate(180deg) translate(8px, 0);
    }

    100% {
        -o-transform: rotate(180deg) translate(0, 0);
        -moz-transform: rotate(180deg) translate(0, 0);
        -webkit-transform: rotate(180deg) translate(0, 0);
        transform: rotate(180deg) translate(0, 0);
    }
}

@-o-keyframes myright {
    50% {
        -o-transform: rotate(180deg) translate(8px, 0);
        -moz-transform: rotate(180deg) translate(8px, 0);
        -webkit-transform: rotate(180deg) translate(8px, 0);
        transform: rotate(180deg) translate(8px, 0);
    }

    100% {
        -o-transform: rotate(180deg) translate(0, 0);
        -moz-transform: rotate(180deg) translate(0, 0);
        -webkit-transform: rotate(180deg) translate(0, 0);
        transform: rotate(180deg) translate(0, 0);
    }
}

@-moz-keyframes myright {
    50% {
        -o-transform: rotate(180deg) translate(8px, 0);
        -moz-transform: rotate(180deg) translate(8px, 0);
        -webkit-transform: rotate(180deg) translate(8px, 0);
        transform: rotate(180deg) translate(8px, 0);
    }

    100% {
        -o-transform: rotate(180deg) translate(0, 0);
        -moz-transform: rotate(180deg) translate(0, 0);
        -webkit-transform: rotate(180deg) translate(0, 0);
        transform: rotate(180deg) translate(0, 0);
    }
}

@-webkit-keyframes myright {
    50% {
        -o-transform: rotate(180deg) translate(8px, 0);
        -moz-transform: rotate(180deg) translate(8px, 0);
        -webkit-transform: rotate(180deg) translate(8px, 0);
        transform: rotate(180deg) translate(8px, 0);
    }

    100% {
        -o-transform: rotate(180deg) translate(0, 0);
        -moz-transform: rotate(180deg) translate(0, 0);
        -webkit-transform: rotate(180deg) translate(0, 0);
        transform: rotate(180deg) translate(0, 0);
    }
}

@keyframes bgmyleft {
    50% {
        background-position: 60% center;
    }

    100% {
        background-position: center center;
    }
}

@-moz-keyframes bgmyleft {
    50% {
        background-position: 60% center;
    }

    100% {
        background-position: center center;
    }
}

@-o-keyframes bgmyleft {
    50% {
        background-position: 60% center;
    }

    100% {
        background-position: center center;
    }
}

@-webkit-keyframes bgmyleft {
    50% {
        background-position: 60% center;
    }

    100% {
        background-position: center center;
    }
}


/*# sourceMappingURL=style.css.map */




/* EVENTS PAGE HERO CSS */
.page-template-default .btn-box a,
.page-template-default .btn-box button {
    font-size: 19px;
    letter-spacing: 0.7px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 20px;
    display: block;
    background-color: #dd6b4e;
    color: #fff;
    border: solid 2px #dd6b4e;
    max-width: 197px;
    text-align: center;
    line-height: 50px;
    height: 47px;
    margin-top: 30px;
}

.page-template-default .btn-box a:hover,
.page-template-default .btn-box button:hover {
    background-color: #fff;
    color: #dd6b4e;
}

.page-template-default .featured-title {
    font-size: 45px;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
    font-style: italic;
    color: #323232;
    padding: 60px 0 15px;
}

.featured-event-hero .event_header,
.featured-event-hero .content {
    color: #fff;
}

.featured_container {
    position: relative;
}

.featured-event-hero .content {
    position: absolute;
    bottom: 55px;
    max-width: 695px;
    padding-left: 40px;
}

.featured-event-hero .content .date h4 {
    font-size: 17px;
    line-height: 1.47;
    text-transform: uppercase;
    font-weight: 400;
}

.featured_container .event_description p {
    font-size: 17px;
    line-height: 1.47;
}

.page-elevated-events-test .page__header .page__title {
    display: none !important;
}



/* CSS ADJUSTMENTS ON EXISTING PAGE BUILDER MODULES */
.general_content {
    padding: 20px 0 20px 0;
}

.featured-content--centred .wrapper {
    max-width: 840px;
}

.featured-content--centred .way-give-two-col .tow_column {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}

.way-give-two-col .featured-content--centred .tow_column .col-lg-6 {
    margin: 0 0px 28px 0px;
    width: 43%;
}


.way-give-two-col .tow_column h3,
.way-give-two-col .tow_column h4 {
    font-family: "Trade Gothic W01 Bold";
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #323232;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


/* global header + p tag re-styling */
.general_content p {
    /* font-size: 1.3rem;
    line-height: 1.3em; */
    font-size: 16px;
    line-height: 1.5rem;
}

.page-our-impact .fundraise_banner .hero {
    padding: 17% 0% !important;
    margin-top: 58px;
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
}

@media screen and (max-width:768px) {
    .page-our-impact .fundraise_banner .hero {
        margin-top: 0px;
    }
}

.page-our-impact .fundraise_banner .hero__content--follows-video {
    padding-top: 0%;
}

.page-our-impact .hero .hero__content {
    padding-top: 0px;
}

.page-our-impact .hero .hero__content .hero__heading__wrapper {
    margin-bottom: 0px;
    vertical-align: middle;
}

.page-our-impact .hero .hero__content p.hero__heading.slide-text {
    margin-bottom: 0px;
}


.page-our-impact .way-give-two-col .tow_column {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.page-our-impact .featured-content__title--medium,
.page-our-impact .heading--secondary,
.page-our-impact .widget__title,
.page-our-impact h2,
.page-our-impact .caf_athlete h2 {
    font-size: 2.7rem;
    line-height: 2.8rem;
}

@media screen and (max-width:749px) {

    .page-our-impact .featured-content__title--medium,
    .page-our-impact .heading--secondary,
    .page-our-impact .widget__title,
    .page-our-impact h2,
    .page-our-impact .caf_athlete h2 {
        font-size: 2.2rem;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .page-our-impact .way-give-two-col .tow_column .col-lg-6 {
        text-align: center;
    }
}

/*--Home Updates--*/
.home .content-05 h3 a {
    color: #4d4d4f;
}

.home .content-05 h3 a:hover {
    color: #4d4d4f !important;
    text-decoration: none;
}

footer .flickr {
    background: url('../images/flickr.png') no-repeat;
    height: 37px;
    width: 35px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.home .template-wrapper {
    margin-top: 0;
}

.menu-part.menu--mobile.is-hidden--portable-and-up li:nth-child(3),
.menu-part.menu--mobile.is-hidden--portable-and-up li:nth-child(4) {
    display: none;
}

@media(max-width:879px) {
    .home .content-05 .content-05-box .c-05-unit .unit-c img {
        margin: 0 auto;
    }

    .home .content-05 .content-05-box .c-05-unit .unit-c {
        text-align: center;
    }

    .home .content-05 .content-05-box .c-05-unit .unit-c a.link {
        font-size: 14px;
        padding: 0 10px;
        max-width: 145px;
        line-height: 42px;
        height: 42px;
    }
}


/* VIDEO TEMPLATE - PAGE BUILDER */
.video_gallery_intro {
    max-width: 840px;
    margin: 60px auto 50px;
    text-align: center;
    font-size: 3rem;
    line-height: 3.75rem;
}

.video-list {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

@media screen and (max-width:1024px) {
    .video-list {
        width: 100%;
    }
}

.video-list .video-list-wrapper {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}

.video-list .video-list-wrapper .video-single {
    width: 31%;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

@media screen and (max-width:1024px) {
    .video-list .video-list-wrapper .video-single {
        width: 33%;
        padding: 0px 5px;
    }
}

@media screen and (max-width:992px) {
    .video-list .video-list-wrapper .video-single {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .video-list .video-list-wrapper .video-single {
        width: 100%;
        padding: 0px 5px;
        margin-bottom: 60px;
    }
}

.video-list .video-list-wrapper .video-single h4 {
    color: #4d4d4f;
    font-weight: 400;
    font-family: "Trade Gothic W01 Bold";
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin-bottom: 8px;
    cursor: default;
    max-width: 400px;
    margin: 0 auto;
}

.video-list .video-list-wrapper .video-single .video-contents {
    position: relative;
    margin-top: 10px;
    height: 200px;
}

/* @media screen and (max-width:767px) {
    .video-list .video-list-wrapper .video-single .video-contents {
        height: 360px;
    }
} */

.video-list .video-list-wrapper .video-single .video-contents .modal a:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4d4d4f;
    z-index: 2;
}

.video-list .video-list-wrapper .video-single .video-contents .modal a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 15px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    z-index: 2;
}

.video-list .video-list-wrapper .video-single .video-contents span.modal a {
    /* position: relative; */
    overflow: hidden;
    width: 100%;
    height: 0;
}


.video-list .video-list-wrapper .video-single .video-contents img {
    display: block;
    max-width: 300px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    margin: 0 auto;
}

/* @media screen and (max-width:767px) {
    .video-list .video-list-wrapper .video-single .video-contents img {
        max-width: 470px;
    }
} */


.modal-container {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background: rgba(0, 0, 0, .75);
}

.modal-container span.close {
    display: block;
    text-align: right;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Trade Gothic W01 Bold";
    font-weight: 400;
}

.modal-container span.close::after {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f00d";
}

.modal-container .modal-content {
    background-color: #000;
    /* 15% from the top and centered */
    padding: 20px;
    width: 90%;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 768px) {
    .modal-container .modal-content {
        width: 90vw;
    }
}

.modal-container .modal-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.modal-container .modal-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}</pre></body></html>