@charset "UTF-8";
* {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    width: 100%;
    height: auto;
}
a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button {
    outline: none;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}
button:hover {
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button:focus {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button:visited {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button,
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button,
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
input {
    outline: none;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
input:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
input:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
textarea {
    border-radius: 0;
    outline: none;
    border: none;
    resize: none;
}
select {
    border-radius: 0;
    outline: none;
    border: none;
}
.slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
.slick-slider {
    -moz-user-select: text;
    cursor: auto !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
}
.slick-slider .slick-list {
    width: 100%;
    height: 100%;
}
.slick-slider .slick-list .slick-track {
    width: 100%;
    height: 100%;
}
input::-webkit-input-placeholder {
    color: #333333;
}
input:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
input::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: #333333;
}
textarea::-webkit-input-placeholder {
    color: #333333;
}
textarea:-moz-placeholder {
    color: #333333;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #333333;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #333333;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
@media screen and (max-width: 991px) {
    .hidden {
        overflow-y: hidden;
        height: 100%;
    }
}
html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
.container {
    width: 100%;
}
@media screen and (min-width: 1340px) {
    .container {
        max-width: 1270px;
    }
}
@media (max-width: 575px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}
.banner-r,
.inner-banner,
.section,
.service-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.btn {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1.72727;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 9px 23px 7px;
}
@media (max-width: 1400px) {
    .btn {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    .btn {
        font-size: 17px;
    }
}
@media (max-width: 768px) {
    .btn {
        font-size: 14px;
    }
}
@media (max-width: 414px) {
    .btn {
        font-size: 10px;
        padding: 0 20px;
    }
}
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.gold {
    background-color: #c7b299;
    border: solid 1px #c7b299;
}
.btn.gold:hover {
    background-color: transparent;
    color: #c7b299;
}
.btn.white {
    background-color: #ffffff;
    border: solid 1px #993333;
    color: #993333;
    text-transform: none;
    margin-top: 14px;
    padding: 1px 18px;
}
.btn.white:hover {
    background-color: #993333;
    color: #ffffff;
}
.btn.red {
    background-color: #0ea89e;
    border: solid 1px #0ea89e;
}
.btn.red:hover {
    background-color: transparent;
    color: #0ea89e;
}
.btn.grey {
    background-color: rgba(153, 153, 153, 0.4);
    border: solid 1px rgba(153, 153, 153, 0.4);
}
.btn.grey:hover {
    border: solid 1px #993333;
    background-color: transparent;
    color: #993333;
}
.section {
    overflow: hidden;
}
.hid-form {
    display: none;
}
@-webkit-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -webkit-transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
    }
}
@-moz-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -moz-transform: none;
    }
    to {
        opacity: 0;
        -moz-transform: translate3d(30%, 0, 0);
    }
}
@-o-keyframes bounceOutRight {
    0% {
        opacity: 1;
        -o-transform: none;
    }
    to {
        opacity: 0;
        -o-transform: translate3d(30%, 0, 0);
    }
}
@keyframes bounceOutRight {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
}
.menu-outer.open nav {
    right: 0;
    opacity: 1;
}
.body-shadow {
    display: none;
}
@media (max-width: 991px) {
    .body-shadow {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
    }
}
@media (max-width: 991px) {
    nav {
        position: fixed;
        z-index: 2;
        right: -100%;
        width: 68%;
        height: 100%;
        background: #000000;
        top: 0;
        opacity: 0;
        transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), right 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    }
}
nav .nav-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1400px) {
    nav .nav-c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media (max-width: 991px) {
    nav .nav-c {
        max-height: 75%;
        border-bottom: 0;
        margin-top: 80px;
        padding-left: 60px;
        overflow: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
nav .nav-c ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-right: 15px;
    padding-left: 0;
}
@media (max-width: 1400px) {
    nav .nav-c ul {
        margin-right: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    nav .nav-c ul {
        margin-top: 0;
        display: block;
        text-align: left;
        margin-bottom: 15px;
    }
}
nav .nav-c ul li {
    list-style-type: none;
    text-transform: uppercase;
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.125;
}
@media (max-width: 991px) {
    nav .nav-c ul li {
        font-family: "Myriad Pro";
        text-transform: capitalize;
        line-height: 2.375;
    }
}
nav .nav-c ul li:after {
    content: "";
    display: inline-block;
    background-color: #000000;
    width: 1px;
    height: 14px;
}
@media (max-width: 991px) {
    nav .nav-c ul li:after {
        display: none;
    }
}
nav .nav-c ul li:last-child:after {
    display: none;
}
@media (max-width: 1400px) {
    nav .nav-c ul li:last-child a {
        margin-right: 0;
    }
}
nav .nav-c ul li a {
    color: #000000;
    margin: 0 9px;
    border: none;
}
@media (max-width: 991px) {
    nav .nav-c ul li a {
        color: #ffffff;
        margin: 0;
    }
}
nav .nav-c ul li a:hover {
    color: #0ea89e;
    border: none;
}
nav .nav-c ul li a:not([href]):not([tabindex]) {
    color: #000000;
    margin: 0 9px;
}
@media (max-width: 991px) {
    nav .nav-c ul li a:not([href]):not([tabindex]) {
        color: #ffffff;
        margin: 0;
    }
}
nav .nav-c ul li a:not([href]):not([tabindex]):hover {
    color: #0ea89e;
}
nav .nav-c ul li.is-active a {
    color: #0ea89e;
    font-weight: 800;
}
nav .nav-c ul li.is-active a:not([href]):not([tabindex]) {
    color: #0ea89e;
    margin: 0 9px;
}
@media (max-width: 991px) {
    nav .nav-c ul li.is-active a:not([href]):not([tabindex]) {
        color: #c7b299;
        margin: 0;
    }
}
nav .nav-c ul li.is-active a:not([href]):not([tabindex]):hover {
    color: #0ea89e;
}
nav .nav-c ul li.menu-item-has-children {
    position: relative;
}
nav .nav-c ul li.menu-item-has-children i {
    margin-left: 25px;
}
@media (min-width: 992px) {
    nav .nav-c ul li.menu-item-has-children i {
        display: none;
    }
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #ffffff;
    padding-top: 30px;
}
@media (max-width: 991px) {
    nav .nav-c ul li.menu-item-has-children .sub-menu-outer {
        background-color: transparent;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        padding-top: 0;
    }
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 15px;
    -webkit-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
}
@media (max-width: 991px) {
    nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin: 10px 0;
    }
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li {
    white-space: nowrap;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li {
        font-family: "Myriad Pro";
        text-transform: capitalize;
        line-height: 1.2;
        margin-bottom: 10px;
        white-space: normal;
    }
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li:after {
    display: none;
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li:last-child {
    margin-bottom: 0;
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li.is-active a {
    color: #0ea89e;
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li a {
    color: #000000;
    margin: 0 9px;
    border: none;
}
@media (max-width: 991px) {
    nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li a {
        color: #ffffff;
        margin: 0;
    }
}
nav .nav-c ul li.menu-item-has-children .sub-menu-outer ul li a:hover {
    color: #993333;
    border: none;
}
nav .nav-c .menu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1400px) {
    nav .nav-c .menu-link {
        margin-bottom: 10px;
    }
}
@media (max-width: 991px) {
    nav .nav-c .menu-link {
        margin-bottom: 0;
        display: inline-block;
    }
}
nav .nav-c .menu-link .link-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
}
@media (max-width: 991px) {
    nav .nav-c .menu-link .link-c {
        display: none;
    }
}
nav .nav-c .menu-link .link-c img {
    width: 21px;
    height: 41px;
    margin-right: 10px;
}
nav .nav-c .menu-link .link-c a {
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    line-height: 1.2;
    border-bottom: solid 2px transparent;
    color: #0ea89e;
}
nav .nav-c .menu-link .link-c a:hover {
    border-bottom: solid 2px #993333;
}
nav .nav-c .menu-link .btn {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.44444;
    padding: 10.5px 22px 8.5px;
}
@media (max-width: 991px) {
    nav .nav-c .menu-link .btn:hover {
        background-color: #ffffff;
        color: #993333;
        border: solid 1px #ffffff;
    }
}
@media (max-width: 500px) {
    nav .nav-c .menu-link .btn {
        padding: 5px 8px 2px;
        font-size: 16px;
    }
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1400px) {
    .header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 414px) {
    .header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.header .brand {
    max-width: 314px;
    margin: 58px 0 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1400px) {
    .header .brand {
        max-width: 250px;
        margin: 35px 0;
    }
}
@media (max-width: 991px) {
    .header .brand {
        max-width: 180px;
        margin: 25px 0;
    }
}
@media (max-width: 414px) {
    .header .brand {
        margin: 15px 0;
    }
}
.header .brand a {
    display: inline-block;
}
.header .menu-outer {
    margin-bottom: 35px;
}
@media (max-width: 1400px) {
    .header .menu-outer {
        margin-bottom: 0;
    }
}
.hamb {
    visibility: visible !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 10;
    width: 24px;
    height: 20px;
}
@media (min-width: 992px) {
    .hamb {
        display: none;
    }
}
@media (max-width: 414px) {
    .hamb {
        margin-top: 20px;
    }
}
.hamb:hover {
    cursor: pointer;
}
.hamb:hover span {
    background-color: #993333;
}
@media (max-width: 991px) {
    .hamb.open span {
        background-color: #ffffff;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}
@media (max-width: 991px) {
    .hamb.open span:first-child {
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@media (max-width: 991px) {
    .hamb.open span:nth-child(2) {
        top: 6px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@media (max-width: 991px) {
    .hamb.open span:last-child {
        top: 3px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.hamb span {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    display: block;
    background-color: #000000;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hamb span:first-child {
    top: 0;
}
.hamb span:nth-child(2) {
    top: 5px;
}
.hamb span:last-child {
    top: 10px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #ffffff;
}
header + * {
    margin-top: 180px;
}
@media (max-width: 1400px) {
    header + * {
        margin-top: 139.27px;
    }
}
@media (max-width: 991px) {
    header + * {
        margin-top: 99.86px;
    }
}
@media (max-width: 414px) {
    header + * {
        margin-top: 79.86px;
    }
}
.smaller {
    -webkit-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
}
@media (min-width: 1400px) {
    .smaller .header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.smaller .header .brand {
    max-width: 180px;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.smaller .header .menu-outer {
    margin-bottom: 0;
}
.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.banner .banner-l {
    background-color: #0ea89e;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    width: 55%;
}
@media (min-width: 576px) {
    .banner .banner-l {
        padding-left: calc((100% - 540px) / 2 + 15px);
        width: 53%;
    }
}
@media (min-width: 768px) {
    .banner .banner-l {
        padding-left: calc((100% - 720px) / 2 + 15px);
        width: 49%;
    }
}
@media (min-width: 992px) {
    .banner .banner-l {
        padding-left: calc((100% - 960px) / 2 + 15px);
        width: 46%;
    }
}
@media (min-width: 1200px) {
    .banner .banner-l {
        padding-left: calc((100% - 1140px) / 2 + 15px);
        width: 43%;
    }
}
@media screen and (min-width: 1340px) {
    .banner .banner-l {
        padding-left: calc((100% - 1270px) / 2 + 15px);
        width: 40%;
    }
}
.banner .banner-l:after {
    content: "";
    display: inline-block;
    width: 150%;
    height: 150%;
    background-color: #0ea89e;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    z-index: 0;
}
.banner .banner-l .text-c {
    color: white;
    padding: 130px 0 123px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1400px) {
    .banner .banner-l .text-c {
        padding: 100px 0;
    }
}
@media (max-width: 1024px) {
    .banner .banner-l .text-c {
        padding: 85px 0;
    }
}
@media (max-width: 768px) {
    .banner .banner-l .text-c {
        padding: 70px 0;
    }
}
@media (max-width: 414px) {
    .banner .banner-l .text-c {
        padding: 55px 0;
    }
}
.banner .banner-l .text-c h1 {
    margin-bottom: 22px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.banner .banner-l .text-c p {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.banner .banner-l .text-c .subtitle {
    margin-bottom: 2rem;
}
@media (max-width: 414px) {
    .banner .banner-l .text-c .subtitle {
        margin-right: -20px;
        margin-bottom: 12px;
    }
}
.banner .banner-l .text-c .btn {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
@media (max-width: 414px) {
    .banner .banner-l .text-c .btn {
        padding: 6px 12px 2px;
    }
}
.banner .banner-r {
    width: 60%;
}
.guide {
    padding: 2rem 26px 4rem;
}
@media (max-width: 1400px) {
    .guide {
        padding: 2rem 0 3rem;
    }
}
@media (max-width: 1024px) {
    .guide {
        padding: 2rem 0;
    }
}
@media (max-width: 414px) {
    .guide {
        padding: 30px 0;
    }
}
.guide .text-c p {
    margin-bottom: 1rem;
}
@media (max-width: 1400px) {
    .guide .text-c p br {
        display: none;
    }
}
@media (max-width: 414px) {
    .guide .text-c .last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.service-bg {
    background-image: url("../img/banner-2.png");
}
@media (max-width: 1024px) {
    .service-bg {
        background-image: none;
        background-color: rgba(204, 204, 153, 0.26);
    }
}
.service {
    padding: 30px 0;
    text-align: center;
}
@media (max-width: 414px) {
    .service {
        padding: 10px 0;
    }
}
.service h2.bg-grey {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
    padding: 4.5px 25px;
}
@media (max-width: 1024px) {
    .service h2.bg-grey {
        background-color: transparent;
    }
}
@media (max-width: 414px) {
    .service h2.bg-grey {
        margin-bottom: 20px;
    }
}
.service h2.bg-grey:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 75%;
}
@media (max-width: 414px) {
    .service h2.bg-grey + .service-c .item-c .title-c {
        min-height: auto;
    }
}
@media (max-width: 575px) {
    .service h2.bg-grey + .service-c .item-c .title-c:after {
        width: 125px;
        height: 2px;
    }
}
@media (max-width: 1400px) {
    .service h2.bg-grey + .service-c .item-c .title-c h4 {
        font-size: 17px;
    }
}
@media (max-width: 1024px) {
    .service h2.bg-grey + .service-c .item-c .title-c h4 {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .service h2.bg-grey + .service-c .item-c .title-c h4 {
        font-size: 14px;
    }
}
@media (max-width: 414px) {
    .service h2.bg-grey + .service-c .item-c .title-c h4 {
        font-size: 13px;
        height: auto;
    }
}
@media (max-width: 414px) {
    .service h2.bg-grey + .service-c .item-c .text-c {
        min-height: auto;
    }
}
@media (max-width: 1400px) {
    .service h2.bg-grey + .service-c .item-c .text-c p {
        font-size: 15px;
    }
}
@media (max-width: 1024px) {
    .service h2.bg-grey + .service-c .item-c .text-c p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .service h2.bg-grey + .service-c .item-c .text-c p {
        font-size: 13px;
    }
}
@media (max-width: 414px) {
    .service h2.bg-grey + .service-c .item-c .text-c p {
        font-size: 12px;
    }
}
.service h2:not(.bg-grey) {
    text-align: left;
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 32px;
}
.service h2:not(.bg-grey):after {
    display: none;
}
.service h2:not(.bg-grey) + .service-c {
    position: relative;
    padding: 30px 0;
}
@media (max-width: 500px) {
    .service h2:not(.bg-grey) + .service-c {
        margin: 0;
    }
}
.service h2:not(.bg-grey) + .service-c:after,
.service h2:not(.bg-grey) + .service-c:before {
    content: "";
    display: inline-block;
    width: 10000%;
    height: 1px;
    background-color: #cccc99;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 500px) {
    .service h2:not(.bg-grey) + .service-c:after,
    .service h2:not(.bg-grey) + .service-c:before {
        display: none;
    }
}
.service h2:not(.bg-grey) + .service-c:before {
    top: -1px;
}
.service h2:not(.bg-grey) + .service-c:after {
    bottom: 0;
}
@media (max-width: 500px) {
    .service h2:not(.bg-grey) + .service-c .item {
        padding: 0;
        width: 100%;
    }
}
@media (max-width: 500px) {
    .service h2:not(.bg-grey) + .service-c .item .item-c:before {
        content: "";
        display: inline-block;
        width: 10000%;
        height: 1px;
        background-color: #cccc99;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.service-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -25px;
}
@media (max-width: 1400px) {
    .service-c {
        margin: 0 -20px;
    }
}
@media (max-width: 768px) {
    .service-c {
        margin: 0 -15px;
    }
}
@media (max-width: 370px) {
    .service-c {
        margin: 0;
    }
}
.service-c .item {
    width: 20%;
    padding: 0 25px;
    margin-bottom: 24px;
}
@media (max-width: 1400px) {
    .service-c .item {
        padding: 0 20px;
        width: 33.33%;
    }
}
@media (max-width: 768px) {
    .service-c .item {
        padding: 0 15px;
        width: 50%;
    }
}
@media (max-width: 370px) {
    .service-c .item {
        padding: 0;
        width: 100%;
    }
}
.service-c .item-c {
    background-color: #ffffff;
    max-width: 210px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 30px 5px 36px;
    position: relative;
}
@media (max-width: 370px) {
    .service-c .item-c {
        padding: 30px 15px;
    }
}
.service-c .item-c:nth-child(n) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.service-c .item-c:nth-child(2n) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.service-c .item-c:nth-child(3n) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.service-c .item-c:nth-child(4n) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.service-c .item-c:nth-child(5n) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.service-c .item-c .title-c:after {
    content: "";
    display: block;
    width: 163px;
    height: 3px;
    background-color: #0ea89e;
    margin: 0 auto;
}
.service-c .item-c .title-c img {
    width: 33px;
    height: 33px;
    margin-bottom: 28px;
}
@media (max-width: 414px) {
    .service-c .item-c .title-c img {
        width: 25px;
        height: 25px;
        margin-bottom: 22px;
    }
}
.service-c .item-c .title-c h4 {
    margin-bottom: 1rem;
    min-height: 46px;
}
@media (max-width: 414px) {
    .service-c .item-c .title-c h4 {
        min-height: auto;
    }
}
.service-c .item-c .text-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
}
.service-c .item-c .text-c p {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.125;
    color: #666666;
    margin-bottom: 14px;
}
.service-c .item-c .text-c p.more {
    margin-bottom: 0;
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #993333;
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media (max-width: 575px) {
    .service-c .item-c .text-c p.more {
        bottom: 13px;
    }
}
.clients {
    padding: 74px 0 84px;
}
@media (max-width: 414px) {
    .clients {
        padding: 30px 0 20px;
    }
}
.clients .slick-clients {
    padding: 0 45px;
    margin-bottom: 4rem;
}
@media (max-width: 1200px) {
    .clients .slick-clients {
        padding: 0;
        max-width: 535px;
        margin: 0 auto 4rem;
    }
}
@media (max-width: 414px) {
    .clients .slick-clients {
        max-width: 295px;
        margin: 0 auto 3rem;
    }
}
.clients .slick-clients .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.clients .slick-clients .slick-c {
    height: auto;
    max-width: 535px;
    background-color: rgba(204, 204, 204, 0.2);
    padding: 30px 20px 5px 80px;
    position: relative;
    margin: 0 20px;
}
@media (max-width: 1024px) {
    .clients .slick-clients .slick-c {
        margin: 0;
        padding: 20px 17px 3px 65px;
    }
}
@media (max-width: 414px) {
    .clients .slick-clients .slick-c {
        padding: 10px 15px 0 47px;
    }
}
.clients .slick-clients .slick-c:before {
    content: "“";
    position: absolute;
    left: 1rem;
    top: -10px;
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 106px;
}
@media (max-width: 1400px) {
    .clients .slick-clients .slick-c:before {
        font-size: 92px;
    }
}
@media (max-width: 1024px) {
    .clients .slick-clients .slick-c:before {
        font-size: 80px;
    }
}
@media (max-width: 768px) {
    .clients .slick-clients .slick-c:before {
        font-size: 68px;
    }
}
@media (max-width: 414px) {
    .clients .slick-clients .slick-c:before {
        font-size: 56px;
        left: 13px;
        top: -3px;
    }
}
.clients .slick-clients .slick-c p {
    margin-bottom: 1rem;
}
@media (max-width: 414px) {
    .clients .slick-clients .slick-c p {
        line-height: 1.1;
    }
}
.clients .slick-clients .slick-c p.p-bold {
    font-weight: 600;
}
.clients .slick-clients .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000000;
    font-family: "Helvetica Neue";
    font-weight: 200;
    font-style: normal;
    font-size: 80px;
    line-height: 1.6;
}
@media (max-width: 1200px) {
    .clients .slick-clients .slick-arrow {
        font-size: 50px;
    }
}
.clients .slick-clients .slick-arrow:hover {
    color: #993333;
}
.clients .slick-clients .slick-arrow.slick-prev {
    left: 0;
}
@media (max-width: 1200px) {
    .clients .slick-clients .slick-arrow.slick-prev {
        left: -80px;
    }
}
.clients .slick-clients .slick-arrow.slick-next {
    right: 0;
}
@media (max-width: 1200px) {
    .clients .slick-clients .slick-arrow.slick-next {
        right: -80px;
    }
}
.clients p.p-red {
    color: #993333;
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    text-align: center;
    padding: 0 10%;
}
@media (max-width: 1400px) {
    .clients p.p-red {
        font-size: 24px;
    }
}
@media (max-width: 1024px) {
    .clients p.p-red {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .clients p.p-red {
        font-size: 16px;
    }
}
@media (max-width: 414px) {
    .clients p.p-red {
        font-size: 14px;
    }
}
.clients .button-c {
    text-align: center;
    padding-top: 22px;
}
.clients .button-c .btn {
    width: 370px;
    text-align: center;
    margin-right: 15px;
    font-size: 18px;
}
@media (max-width: 1400px) {
    .clients .button-c .btn {
        width: 340px;
    }
}
@media (max-width: 1024px) {
    .clients .button-c .btn {
        display: block;
        width: 300px;
        font-size: 16px;
        letter-spacing: -1px;
        margin: 0 auto 22px;
        padding: 5px 14px;
    }
}
@media (max-width: 768px) {
    .clients .button-c .btn {
        width: 270px;
    }
}
@media (max-width: 414px) {
    .clients .button-c .btn {
        width: 242px;
    }
}
.clients .button-c .btn:last-child {
    margin-right: 0;
}
@media (max-width: 1024px) {
    .clients .button-c .btn:last-child {
        margin: 0 auto;
    }
}
.inner-banner {
    position: relative;
    color: #ffffff;
    padding: 142px 0 200px;
    max-height: 500px;
    height: 500px;
}
@media (max-width: 1024px) {
    .inner-banner {
        height: auto;
    }
}
@media (max-width: 414px) {
    .inner-banner {
        padding: 107px 0 98px;
    }
}
.inner-banner:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(14, 168, 158, 0.63);
}
.inner-banner .banner-l h1 {
    font-size: 36px;
    margin-bottom: 34px;
}
@media (max-width: 1400px) {
    .inner-banner .banner-l h1 {
        font-size: 34px;
    }
}
@media (max-width: 1024px) {
    .inner-banner .banner-l h1 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .inner-banner .banner-l h1 {
        font-size: 30px;
    }
}
@media (max-width: 414px) {
    .inner-banner .banner-l h1 {
        font-size: 27px;
        margin-bottom: 27px;
    }
}
.inner-banner .banner-l p {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.inner-banner .banner-l .subtitle {
    font-size: 18px;
    margin-bottom: 14px;
}
.breadcrumb {
    background-color: #ffffff;
    padding: 28px 0;
    margin-bottom: 2.7rem;
}
@media (max-width: 1400px) {
    .breadcrumb {
        margin-bottom: 2rem;
    }
}
@media (max-width: 1024px) {
    .breadcrumb {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 1rem;
        margin-bottom: 0;
    }
}
.breadcrumb li {
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 1.38462;
}
.breadcrumb li:not(.active) a {
    color: #7c7c7c;
    border: none;
}
.breadcrumb li:not(.active) a:after {
    content: "›";
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    color: #993333;
    margin: 0 6px;
}
.breadcrumb li:not(.active) a:hover {
    color: #993333;
    border: none;
}
.breadcrumb li span:after {
    content: "›";
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    color: #993333;
    margin: 0 6px;
}
.breadcrumb li.active a {
    color: #333333;
}
@media screen and (min-width: 1024px) {
    .info .col-md-12 {
        position: static;
    }
}
.info .col-md-12 .info-c {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 34px 20px;
    position: absolute;
}
@media screen and (max-width: 1024px) {
    .info .col-md-12 .info-c {
        position: static;
        background-color: #adadad;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 768px) {
    .info .col-md-12 .info-c {
        margin-bottom: 45px;
    }
}
@media screen and (max-width: 414px) {
    .info .col-md-12 .info-c {
        margin-bottom: 18px;
    }
}
@media (min-width: 1024px) {
    .info .col-md-12 .info-c {
        right: calc((100% - 960px) / 2 + 15px);
        width: calc(960px / 3 - 30px);
        top: 281.27px;
    }
}
@media (min-width: 1200px) {
    .info .col-md-12 .info-c {
        right: calc((100% - 1140px) / 2 + 15px);
        width: calc(1140px / 3 - 30px);
        top: 281.27px;
    }
}
@media screen and (min-width: 1340px) {
    .info .col-md-12 .info-c {
        right: calc((100% - 1270px) / 2 + 15px);
        width: calc(1270px / 3 - 30px);
        top: 322px;
    }
}
@media (max-width: 1200px) {
    .info .col-md-12 .info-c > :last-child {
        margin-bottom: 0;
    }
}
.info .col-md-12 .info-c .info-title {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 1.35714;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 16px;
}
@media (max-width: 1400px) {
    .info .col-md-12 .info-c .info-title {
        font-size: 26px;
    }
}
@media (max-width: 1200px) {
    .info .col-md-12 .info-c .info-title {
        font-size: 22px;
    }
}
@media (max-width: 414px) {
    .info .col-md-12 .info-c .info-title {
        font-size: 21px;
    }
}
.info .col-md-12 .info-c p {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1.25;
    color: #ffffff;
}
@media (max-width: 1400px) {
    .info .col-md-12 .info-c p {
        font-size: 22px;
    }
}
@media (max-width: 1200px) {
    .info .col-md-12 .info-c p {
        font-size: 18px;
    }
}
.info .col-md-12 .info-c p .btn {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.44444;
    padding: 9px 32px;
}
@media (max-width: 1400px) {
    .info .col-md-12 .info-c p .btn {
        font-size: 17px;
    }
}
@media (max-width: 1200px) {
    .info .col-md-12 .info-c p .btn {
        font-size: 15px;
    }
}
@media (max-width: 414px) {
    .info .col-md-12 .info-c p .btn {
        font-size: 14px;
    }
}
.introduce {
    margin-bottom: 38px;
}
@media (max-width: 768px) {
    .introduce {
        margin-bottom: 0;
    }
}
.introduce .text-c {
    padding-right: 14%;
}
@media (max-width: 1400px) {
    .introduce .text-c {
        padding-right: 0;
    }
}
.introduce .text-c p {
    margin-bottom: 1rem;
}
.introduce .text-c .h2,
.introduce .text-c .h3,
.introduce .text-c h2,
.introduce .text-c h3 {
    text-transform: uppercase;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 414px) {
    .introduce .text-c .h2,
    .introduce .text-c .h3,
    .introduce .text-c h2,
    .introduce .text-c h3 {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}
.introduce .text-c .h4,
.introduce .text-c .h5,
.introduce .text-c .h6,
.introduce .text-c h4,
.introduce .text-c h5,
.introduce .text-c h6 {
    margin-top: 2rem;
}
@media (max-width: 414px) {
    .introduce .text-c .h4,
    .introduce .text-c .h5,
    .introduce .text-c .h6,
    .introduce .text-c h4,
    .introduce .text-c h5,
    .introduce .text-c h6 {
        margin-top: 1rem;
    }
}
.introduce .btn.gold {
    width: 100%;
    margin-top: 7px;
    white-space: normal;
    font-size: 18px;
    padding: 6px 20px;
}
@media (max-width: 768px) {
    .introduce .btn.gold {
        margin-bottom: 34px;
    }
}
.team {
    padding: 0 0 38px;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .team {
        margin-bottom: 25px;
    }
}
@media (max-width: 414px) {
    .team {
        margin-bottom: 0;
    }
}
.team .team-c {
    padding-right: 6%;
}
@media (max-width: 991px) {
    .team .team-c {
        padding-right: 0;
    }
}
.team .team-c h2 {
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0;
}
.team .team-c h2:after {
    width: 100%;
    height: 1px;
    background-color: #dadada;
    margin: 24px auto 0;
}
@media (max-width: 1024px) {
    .team .team-c h2:after {
        margin: 20px auto 0;
    }
}
@media (max-width: 414px) {
    .team .team-c h2:after {
        margin: 16px auto 0;
    }
}
.team .team-c .item-c {
    padding: 50px 17%;
    border-bottom: solid 1px #dadada;
}
@media (max-width: 991px) {
    .team .team-c .item-c {
        padding: 50px 0;
    }
}
@media (max-width: 768px) {
    .team .team-c .item-c {
        padding: 40px 0;
    }
}
@media (max-width: 414px) {
    .team .team-c .item-c {
        padding: 30px 0;
    }
}
.team .team-c .item-c > :last-child {
    margin-bottom: 0;
}
.team .team-c .item-c h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
}
@media (max-width: 414px) {
    .team .team-c .item-c h3 {
        margin-bottom: 18px;
    }
}
.team .team-c .item-c p {
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.42857;
}
@media (max-width: 414px) {
    .team .team-c .item-c p {
        font-size: 12px;
    }
}
.contact h1 {
    text-transform: capitalize;
    font-size: 36px;
}
.contact p {
    font-size: 18px;
}
@media (max-width: 991px) {
    .contact .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.contact .col-md-8 .btn-group {
    padding-top: 30px;
}
@media (max-width: 768px) {
    .contact .col-md-8 .btn-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }
}
.contact .col-md-8 .btn-group .btn {
    font-size: 18px;
    line-height: 1.44444;
    padding: 8px 30px;
    margin-right: 2px;
    white-space: normal;
}
@media (max-width: 768px) {
    .contact .col-md-8 .btn-group .btn {
        margin-bottom: 10px;
        padding: 8px 15px;
        margin-right: 0;
    }
}
.contact .col-md-8 .btn-group .btn.is-active {
    border: solid 1px #000000;
    background-color: #000000;
}
.contact .col-md-8 .btn-group .btn:hover {
    border: solid 1px #993333;
    background-color: #993333;
    color: #ffffff;
}
.map-c {
    position: relative;
    margin-bottom: 3.7rem;
}
@media (max-width: 768px) {
    .map-c {
        margin-bottom: 3.7rem;
    }
}
@media (max-width: 414px) {
    .map-c {
        margin-bottom: 2.5rem;
    }
}
.map-c:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin-top: 3.7rem;
}
@media (max-width: 768px) {
    .map-c:after {
        display: none;
    }
}
.map-c #map {
    width: 100%;
    padding-top: 68.47%;
}
@media (max-width: 414px) {
    .map-c #map {
        padding-top: 74.15%;
    }
}
.map-c .map-info {
    background-color: #c7b299;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 110px;
    width: 100%;
    max-width: 400px;
    padding: 15px 25px;
}
@media (max-width: 1024px) {
    .map-c .map-info {
        max-width: 100%;
        position: static;
        padding: 50px 20px 40px;
    }
    .map-c .map-info br {
        display: none;
    }
}
@media (min-width: 768px) {
    .map-c .map-info {
        right: calc((100% - 720px) / 2 + 15px);
    }
}
@media (min-width: 992px) {
    .map-c .map-info {
        right: calc((100% - 960px) / 2 + 15px);
    }
}
@media (min-width: 1200px) {
    .map-c .map-info {
        right: calc((100% - 1140px) / 2 + 15px);
    }
}
@media screen and (min-width: 1340px) {
    .map-c .map-info {
        right: calc((100% - 1270px) / 2 + 15px);
    }
}
.map-c .map-info p {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: normal;
}
@media (max-width: 1400px) {
    .map-c .map-info p {
        font-size: 21px;
    }
}
@media (max-width: 1024px) {
    .map-c .map-info p {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .map-c .map-info p {
        font-size: 19px;
    }
}
@media (max-width: 414px) {
    .map-c .map-info p {
        font-size: 18px;
        line-height: 1.22222;
        margin-bottom: 13px;
    }
}
.map-c .map-info > p:not(.map-title) {
    margin-bottom: 8px;
}
.map-c .map-info > p:not(.map-title) a {
    color: #ffffff;
    border-bottom: solid 1px transparent;
}
.map-c .map-info > p:not(.map-title) a:hover {
    color: #993333;
    border-bottom: solid 1px #993333;
}
.map-c .map-info .map-time {
    border-top: solid 1px #ffffff;
    margin-top: 28px;
    padding-top: 28px;
}
@media (max-width: 414px) {
    .map-c .map-info .map-time {
        margin-top: 20px;
        padding-top: 20px;
    }
}
.map-c .map-info .map-time p {
    margin-bottom: 15px;
}
footer {
    background-color: #000000;
    color: white;
    padding: 2rem 0;
}
footer p.footer-title {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.33333;
    text-transform: uppercase;
    margin-bottom: 16px;
}
footer p {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.75;
}
footer p a {
    color: #ffffff;
}
footer p a:hover {
    color: #c7b299;
}
@media (max-width: 991px) {
    footer .row > div {
        margin-bottom: 30px;
    }
}
footer .footer-l ul {
    list-style-type: none;
    padding-left: 0;
}
@media (max-width: 768px) {
    footer .footer-l ul {
        margin-bottom: 0;
    }
}
footer .footer-l ul li {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1.75;
}
footer .footer-l ul li a {
    color: #ffffff;
    border-bottom: solid 1px transparent;
}
footer .footer-l ul li a:hover {
    color: #c7b299;
    border-bottom: solid 1px #c7b299;
}
footer .footer-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
footer .footer-m > a {
    overflow: hidden;
    margin-right: 16px;
}
@media (max-width: 991px) {
    footer .footer-m > a {
        display: none;
    }
}
footer .footer-m > a img {
    max-width: 226px;
}
footer .footer-m .text-c p.footer-title {
    margin-bottom: 23px;
}
footer .footer-m .text-c p {
    line-height: 1.125;
    margin-bottom: 0;
}
footer .footer-m .text-c p a {
    border-bottom: solid 1px transparent;
}
footer .footer-m .text-c p a:hover {
    border-bottom: solid 1px #c7b299;
}
footer .footer-m .text-c .footer-time {
    padding-top: 12px;
}
footer .footer-m .text-c .footer-time p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .footer-r .social-link {
    margin-bottom: 26px;
}
footer .footer-r .social-link ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
footer .footer-r .social-link ul li {
    margin-right: 1rem;
}
footer .footer-r .social-link ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #666666;
    color: #ffffff;
}
footer .footer-r .social-link ul li a:hover {
    background-color: #c7b299;
}
footer .footer-r .social-link ul li a span {
    display: none;
}
footer .footer-r p:not(.footer-title) {
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 2.33333;
    margin-bottom: -10px;
}
footer .footer-r p:not(.footer-title) a {
    border-bottom: solid 1px transparent;
}
footer .footer-r p:not(.footer-title) a:hover {
    border-bottom: solid 1px #c7b299;
}
@font-face {
    font-family: "Arvo";
    src: url("../fonts/Arvo/Arvo Regular.eot");
    src: url("../fonts/Arvo/Arvo Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Arvo/Arvo Regular.woff2") format("woff2"), url("../fonts/Arvo/Arvo Regular.woff") format("woff"),
        url("../fonts/Arvo/Arvo Regular.ttf") format("truetype"), url("../fonts/Arvo/Arvo Regular.svg#Arvo") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue/HelveticaNeue-UltraLigCond.eot");
    src: url("../fonts/HelveticaNeue/HelveticaNeue-UltraLigCond.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeue-UltraLigCond.woff2") format("woff2"),
        url("../fonts/HelveticaNeue/HelveticaNeue-UltraLigCond.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-UltraLigCond.ttf") format("truetype"),
        url("../fonts/HelveticaNeue/HelveticaNeue-UltraLigCond.svg#HelveticaNeue-UltraLigCond") format("svg");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Libre Franklin";
    src: url("../fonts/LibreFranklin/LibreFranklin-Regular.eot");
    src: url("../fonts/LibreFranklin/LibreFranklin-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LibreFranklin/LibreFranklin-Regular.woff2") format("woff2"),
        url("../fonts/LibreFranklin/LibreFranklin-Regular.woff") format("woff"), url("../fonts/LibreFranklin/LibreFranklin-Regular.ttf") format("truetype"),
        url("../fonts/LibreFranklin/LibreFranklin-Regular.svg#LibreFranklin-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro/MyriadPro-Regular.eot");
    src: url("../fonts/MyriadPro/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro/MyriadPro-Regular.woff") format("woff"),
        url("../fonts/MyriadPro/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Regular.woff2") format("woff2"),
        url("../fonts/SourceSansPro/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Regular.ttf") format("truetype"),
        url("../fonts/SourceSansPro/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro/SourceSansPro-Bold.woff") format("woff"),
        url("../fonts/SourceSansPro/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro/SourceSansPro-Bold.svg#SourceSansPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url("../fonts/SourceSansPro/SourceSansPro-Semibold.eot");
    src: url("../fonts/SourceSansPro/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro/SourceSansPro-Semibold.woff2") format("woff2"),
        url("../fonts/SourceSansPro/SourceSansPro-Semibold.woff") format("woff"), url("../fonts/SourceSansPro/SourceSansPro-Semibold.ttf") format("truetype"),
        url("../fonts/SourceSansPro/SourceSansPro-Semibold.svg#SourceSansPro-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
}
body,
html {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #000000;
}
@media (max-width: 1400px) {
    body,
    html {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    body,
    html {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    body,
    html {
        font-size: 13px;
    }
}
@media (max-width: 414px) {
    body,
    html {
        font-size: 12px;
    }
}
.h1,
h1 {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    line-height: 1.05556;
    text-transform: uppercase;
}
@media (max-width: 1400px) {
    .h1,
    h1 {
        font-size: 30px;
    }
}
@media (max-width: 1024px) {
    .h1,
    h1 {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .h1,
    h1 {
        font-size: 20px;
    }
}
@media (max-width: 414px) {
    .h1,
    h1 {
        font-size: 16px;
    }
}
.h2,
h2 {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
}
@media (max-width: 1400px) {
    .h2,
    h2 {
        font-size: 30px;
    }
}
@media (max-width: 1024px) {
    .h2,
    h2 {
        font-size: 26px;
    }
}
@media (max-width: 768px) {
    .h2,
    h2 {
        font-size: 22px;
    }
}
@media (max-width: 414px) {
    .h2,
    h2 {
        font-size: 18px;
    }
}
.home .h2,
.home h2 {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    text-align: center;
}
.home .h2:after,
.home h2:after {
    content: "";
    display: block;
    width: 163px;
    height: 3px;
    background-color: #993333;
    margin: 27px auto 0;
}
@media (max-width: 1400px) {
    .home .h2,
    .home h2 {
        font-size: 30px;
    }
    .home .h2:after,
    .home h2:after {
        width: 135px;
        margin: 22px auto 0;
    }
}
@media (max-width: 1024px) {
    .home .h2,
    .home h2 {
        font-size: 26px;
    }
    .home .h2:after,
    .home h2:after {
        width: 115px;
        height: 2px;
        margin: 18px auto 0;
    }
}
@media (max-width: 768px) {
    .home .h2,
    .home h2 {
        font-size: 22px;
    }
    .home .h2:after,
    .home h2:after {
        width: 95px;
        margin: 12px auto 0;
    }
}
@media (max-width: 414px) {
    .home .h2,
    .home h2 {
        font-size: 18px;
    }
    .home .h2:after,
    .home h2:after {
        width: 75px;
        margin: 8px auto 0;
    }
}
@media (max-width: 1400px) {
    .inner .h2,
    .inner h2 {
        font-size: 34px;
    }
}
@media (max-width: 1024px) {
    .inner .h2,
    .inner h2 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .inner .h2,
    .inner h2 {
        font-size: 30px;
    }
}
@media (max-width: 414px) {
    .inner .h2,
    .inner h2 {
        font-size: 27px;
    }
}
@media (max-width: 1400px) {
    .inner .h3,
    .inner h3 {
        font-size: 22px;
    }
}
@media (max-width: 1024px) {
    .inner .h3,
    .inner h3 {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .inner .h3,
    .inner h3 {
        font-size: 19px;
    }
}
@media (max-width: 414px) {
    .inner .h3,
    .inner h3 {
        font-size: 18px;
    }
}
.h3,
h3 {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 0.75;
    text-transform: uppercase;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 2.5rem;
}
@media (max-width: 414px) {
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3 {
        margin-bottom: 1.2rem;
    }
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    font-family: "Arvo";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.33333;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
@media (max-width: 414px) {
    .h4,
    .h5,
    .h6,
    h4,
    h5,
    h6 {
        margin-bottom: 1rem;
    }
}
blockquote,
p {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 1.5rem;
}
@media (max-width: 1400px) {
    blockquote,
    p {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    blockquote,
    p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    blockquote,
    p {
        font-size: 13px;
    }
}
@media (max-width: 414px) {
    blockquote,
    p {
        font-size: 12px;
    }
}
blockquote a,
p a {
    color: #993333;
    border-bottom: solid 1px transparent;
}
blockquote a:hover,
p a:hover {
    color: #993333;
    border-bottom: solid 1px #993333;
}
blockquote {
    font-weight: 600;
}
p.subtitle {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}
@media (max-width: 1400px) {
    p.subtitle {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    p.subtitle {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    p.subtitle {
        font-size: 15px;
    }
}
@media (max-width: 414px) {
    p.subtitle {
        font-size: 12px;
    }
}
ol,
ul {
    padding-left: 2rem;
}
@media (max-width: 768px) {
    ol,
    ul {
        padding-left: 1.5rem;
    }
}
ol li,
ul li {
    font-family: "Source Sans Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1.25;
}
@media (max-width: 1400px) {
    ol li,
    ul li {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    ol li,
    ul li {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    ol li,
    ul li {
        font-size: 13px;
    }
}
@media (max-width: 414px) {
    ol li,
    ul li {
        font-size: 12px;
    }
}
ol li a,
ul li a {
    color: #993333;
    border-bottom: solid 1px transparent;
}
ol li a:hover,
ul li a:hover {
    color: #993333;
    border-bottom: solid 1px #993333;
}
table {
    margin-bottom: 2.5rem;
    border-collapse: collapse;
    width: 100%;
}
@media (max-width: 768px) {
    table {
        margin-bottom: 1.5rem;
    }
}
table caption {
    text-align: left;
    color: #993333;
    margin-bottom: 10px;
}
table td,
table th {
    font-size: 18px;
    letter-spacing: 0.2px;
    border: 0;
    text-align: left;
}
@media (max-width: 1024px) {
    table td,
    table th {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    table td,
    table th {
        font-size: 14px;
        padding: 10px;
    }
}
table td a,
table th a {
    color: #993333;
    border-bottom: solid 1px transparent;
}
table td a:hover,
table th a:hover {
    color: #993333;
    border-bottom: solid 1px #993333;
}
table thead tr {
    border-bottom: 3px solid #993333;
}
table thead tr td,
table thead tr th {
    color: #993333;
    font-weight: 600;
    line-height: 1.55556;
    text-transform: capitalize;
    padding: 1rem 1.65rem;
}
@media (max-width: 414px) {
    table thead tr td,
    table thead tr th {
        padding: 0.8rem 0.5rem;
    }
}
table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}
table tbody tr:last-child {
    border-bottom: none;
}
table tbody tr td,
table tbody tr th {
    line-height: 1.33333;
    color: #000000;
    padding: 1.3rem 1.65rem;
}
@media (max-width: 414px) {
    table tbody tr td,
    table tbody tr th {
        padding: 0.8rem 0.5rem;
    }
}
input {
    border: solid 1px #7c7c7c;
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    color: #000000;
}
input:hover {
    border-color: rgba(153, 51, 51, 0.7);
}
input:focus {
    border-color: #993333;
}
select {
    border: solid 1px #7c7c7c;
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    color: #000000;
}
select:hover {
    border-color: rgba(153, 51, 51, 0.7);
}
select:focus {
    border-color: #993333;
}
textarea {
    border: solid 1px #7c7c7c;
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px;
    width: 100%;
    height: 235px;
    border-radius: 2px;
    color: #000000;
}
textarea:hover {
    border-color: rgba(153, 51, 51, 0.7);
}
textarea:focus {
    border-color: #993333;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    width: 30px;
    height: 18px;
    padding-right: 0;
}
@media (max-width: 1400px) {
    input[type="date"]::-webkit-calendar-picker-indicator {
        width: 60px;
    }
}
input[type="date"] {
    position: relative;
    background-color: transparent;
    padding: 8px 10px;
    overflow: hidden;
    height: 40px;
}
input[type="date"]:after {
    content: "";
    display: inline-block;
    background-image: url("../img/tra.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border-left: solid 1px #7c7c7c;
}
@media (max-width: 768px) {
    input[type="date"]:after {
        width: 70px;
    }
}
.form {
    padding-top: 18px;
    padding-right: 6%;
    margin-bottom: 3rem;
}
@media (max-width: 1400px) {
    .form {
        padding-right: 0;
    }
}
form .one-column {
    margin-bottom: 18px;
}
@media (max-width: 1400px) {
    form .one-column {
        padding-right: 15%;
    }
}
@media (max-width: 1200px) {
    form .one-column {
        padding-right: 0;
    }
}
form .two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    form .two-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
form .two-columns .column {
    margin-bottom: 18px;
}
form .two-columns:not(.submit-c) {
    padding-right: 26%;
}
@media (max-width: 1400px) {
    form .two-columns:not(.submit-c) {
        padding-right: 15%;
    }
}
@media (max-width: 1200px) {
    form .two-columns:not(.submit-c) {
        padding-right: 0;
    }
}
form .two-columns:not(.submit-c) .column {
    width: calc((100% - 30px) / 2);
}
@media (max-width: 768px) {
    form .two-columns:not(.submit-c) .column {
        width: 100%;
    }
}
form .two-columns:not(.submit-c) .column:first-child {
    margin-right: 30px;
}
form .two-columns .select-outer {
    position: relative;
}
form .two-columns .select-outer:after {
    content: "";
    display: inline-block;
    background-image: url("../img/tra.png");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border-left: solid 1px #7c7c7c;
}
@media (max-width: 768px) {
    form .two-columns .select-outer:after {
        width: 70px;
    }
}
form .two-columns .select-outer select {
    background-color: transparent;
    padding-right: 40px;
}
@media (max-width: 768px) {
    form .two-columns .select-outer select {
        padding-right: 70px;
    }
}
@media (max-width: 1400px) {
    form .two-columns.submit-c {
        padding-right: 15%;
    }
}
@media (max-width: 1200px) {
    form .two-columns.submit-c {
        padding-right: 0;
    }
}
form .two-columns.submit-c .column {
    margin-bottom: 0;
}
form .two-columns.submit-c .checkbox-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    form .two-columns.submit-c .checkbox-outer {
        margin-bottom: 15px;
    }
}
form .two-columns.submit-c .checkbox-outer:hover {
    cursor: pointer;
}
form .two-columns.submit-c .checkbox-outer input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    z-index: 1;
    opacity: 0;
    margin-bottom: 0;
    top: -4px;
    left: -2px;
}
form .two-columns.submit-c .checkbox-outer p {
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    padding-left: 20px;
}
form .two-columns.submit-c .btn {
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    padding: 9px 70px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    form .two-columns.submit-c .btn {
        width: auto;
    }
}
.checkbox-outer .wpcf7-list-item-label {
    display: none;
}
.checkbox-outer .wpcf7-form-control-wrap {
    position: absolute;
    width: 15px;
    height: 15px;
    border: solid 1px #7c7c7c;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox-outer .wpcf7-form-control-wrap .wpcf7-checkbox {
    width: 9px;
    height: 9px;
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.checkbox-outer .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    opacity: 0;
}
.checkbox-outer .checkbox-hover .wpcf7-checkbox {
    background-color: rgba(153, 51, 51, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.checkbox-outer .checkbox-focus .wpcf7-checkbox {
    background-color: #993333;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
div.wpcf7-response-output {
    margin: 15px 0 0;
}
span.wpcf7-not-valid-tip {
    color: #993333;
}
div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: none;
    background-color: #993333;
    color: #ffffff;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #c7b299;
    color: #ffffff;
}
.submit-c .column:not(.checkbox-outer) {
    position: relative;
}
@media (max-width: 768px) {
    .submit-c .column:not(.checkbox-outer) {
        text-align: right;
    }
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #993333;
    border-radius: 50%;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-animation: loading 0.5s infinite linear;
    animation: loading 0.5s infinite linear;
    position: absolute;
    margin: 0 !important;
    top: 40%;
    left: -25px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media (max-width: 768px) {
    div.wpcf7 .ajax-loader {
        left: auto;
        right: 200px;
    }
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.files .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.files .column .btn {
    font-family: "Myriad Pro";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    padding: 9px 70px;
    margin-bottom: 0;
    width: auto;
}
.files .column .ajax-loader {
    visibility: hidden;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #993333;
    border-radius: 50%;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-animation: loading 0.5s infinite linear;
    animation: loading 0.5s infinite linear;
    position: absolute;
    margin: 0 !important;
    top: 40%;
    right: 200px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.files .is-text {
    padding: 0.2em 1em;
    margin: 15px 0 0;
    display: none;
}
.files .is-errors {
    border: solid 2px #993333;
}
.files .is-ok {
    border: solid 2px #c7b299;
}
.form:nth-child(2) .submit-c {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.form:nth-child(3) {
    padding-right: 32%;
}
@media (max-width: 1400px) {
    .form:nth-child(3) {
        padding-right: 15%;
    }
}
@media (max-width: 1200px) {
    .form:nth-child(3) {
        padding-right: 0;
    }
}
.form:nth-child(3) form .two-columns:not(.submit-c) {
    padding-right: 0;
}
.form:nth-child(3) form .files-true {
    display: none;
}
.form:nth-child(3) form div.wpcf7-acceptance-missing,
.form:nth-child(3) form div.wpcf7-mail-sent-ok,
.form:nth-child(3) form div.wpcf7-validation-errors {
    display: none !important;
}
.upload-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .upload-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.upload-title h3 {
    line-height: 1;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .upload-title h3 {
        margin-bottom: 1rem;
    }
}
.upload-title p {
    margin-bottom: 0;
}
.arfaly-multiple-upload div.arfaly-multi-images {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    padding: 0;
}
.arfaly-multiple-upload div.arfaly-multi-images:after {
    content: "";
}
@media (max-width: 500px) {
    .arfaly-multiple-upload div.arfaly-multi-images {
        margin-left: 0;
    }
}
.arfaly-multiple-upload .arfaly-label {
    display: none;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-meter {
    display: none;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-icon {
    display: none;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-menu ul li .arfaly-delete,
.arfaly-multiple-upload div.theme-1 div.arfaly-list-menu ul li a {
    border: none;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-menu ul li .info-icon {
    display: none !important;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-menu ul li .arfaly-preview {
    display: none !important;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-menu ul .arfaly-icon-remove {
    font-family: "Source Sans Pro" !important;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-menu ul .arfaly-icon-remove:hover {
    color: #993333;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-menu ul .arfaly-icon-remove:before {
    content: "- Remove";
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-div {
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px #000000;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-animation: fadeInLeft 1.2s;
}
@media (max-width: 500px) {
    .arfaly-multiple-upload div.theme-1 div.arfaly-list-div {
        width: 100%;
    }
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.arfaly-multiple-upload div.theme-1 div.arfaly-list-div:hover {
    background-color: transparent;
}
@media (max-width: 500px) {
    .arfaly-multiple-upload div.theme-1 div.progress-container {
        width: 50% !important;
    }
}
.arfaly-multiple-upload div.theme-1 div.progress-container div.arfaly-filename {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    color: #000000;
    text-align: left;
    width: 100%;
    text-align: left;
}
.arfaly-multiple-upload .arfaly-filedrag {
    position: absolute;
    z-index: -2;
    border: none !important;
}
.arfaly-multiple-upload .arfaly-filedrag span.arfaly-showcase {
    display: none;
}
.arfaly-multiple-upload .arfaly-filedrag div.arfaly-box-label {
    display: none;
}
.add-files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px 0;
}
.add-files button {
    font-family: "Source Sans Pro";
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    width: 100%;
    text-align: right;
}
.add-files button:hover {
    color: #993333;
}
html.hidden-c .wowo {
    opacity: 0;
}
html.hidden-c .wowo.animated {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-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 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;
    }
}
@-webkit-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 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;
    }
}
@-webkit-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 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;
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft.animated {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight.animated {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeIn.animated {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.fadeInUp.animated {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.fadeInBigUp.animated {
    -webkit-animation-name: fadeInBigUp;
    animation-name: fadeInBigUp;
}
.fadeInDown.animated {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.delay-in-1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.delay-in-2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay-in-3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.delay-in-4 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.design-by {
    font-size: 12px;
    margin-top: 10px;
}
.design-by a {
    color: #fff;
}

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