@charset "utf-8";
@import url("../../../../css-6");
@import url("../../../../css-7");
/* GENERAL */

::-moz-selection {
    background-color: #fdd123;
    color: #fff;
}

::selection {
    background-color: #fdd123;
    color: #fff;
}

::-moz-selection {
    background-color: #fdd123;
    color: #fff;
}

body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #4c778d;
    transition: 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans Condensed", sans-serif;
    -webkit-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
    font-variant-numeric: lining-nums;
    font-weight: 500;
    line-height: 1;
    word-break: break-word;
    color: var(--secondcolor);
}

h1 {
    font-size: 70px;
    margin-bottom: 0.15em;
    margin-top: 70px;
}

h2 {
    font-size: 60px;
    margin-bottom: 0.2em;
    margin-top: 70px;
}

h3 {
    font-size: 50px;
    margin-bottom: 0.25em;
    margin-top: 70px;
}

h4 {
    font-size: 40px;
    margin-bottom: 0.4em;
    margin-top: 70px;
}

h5 {
    font-size: 30px;
    margin-bottom: 0.4em;
    margin-top: 70px;
}

h6 {
    font-size: 20px;
    margin-bottom: 0.6em;
    margin-top: 70px;
}

@media (max-width: 992px) {
    h1 {
        font-size: 3.1rem;
        margin-top: 60px;
    }
    h2 {
        font-size: 2.7rem;
        margin-top: 60px;
    }
    h3 {
        font-size: 2.3rem;
        margin-top: 60px;
    }
    h4 {
        font-size: 1.9rem;
        margin-top: 60px;
    }
    h5 {
        font-size: 1.5rem;
        margin-top: 60px;
    }
    h6 {
        font-size: 1.3rem;
        margin-top: 60px;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

p {
    margin-bottom: 1.2em;
}

ul:last-child,
ol:last-child,
p:last-child {
    margin-bottom: 0;
}

p:last-child:after {
    clear: both;
    content: "";
    display: block;
}

img,
figure {
    height: auto;
    max-width: 100%;
}

figcaption {
    font-size: 0.95em;
    line-height: 1.4;
    padding: 10px 0 7px;
}

figcaption p {
    margin-bottom: 0;
}

b,
strong {
    font-weight: 700;
}

label {
    color: var(--secondcolor);
}

a {
    color: var(--secondcolor);
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

a:hover {
    color: #2394fd;
    text-decoration: none;
    transition: all 0.15s linear 0s;
}

blockquote {
    border-left: 2px solid #fdd123;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-top: 40px;
    padding: 20px 0 5px 35px;
}

blockquote>p {
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
    position: relative;
    text-indent: 50px;
}

blockquote>p::before {
    background-color: #fdd123;
    content: "";
    display: inline-block;
    height: 30px;
    left: 0;
    -webkit-mask: url("../images/quote.png") no-repeat center/contain;
    position: absolute;
    top: -20px;
    width: 40px;
}

blockquote footer span+span {
    margin-left: 20px;
}

blockquote footer span+span::before {
    content: "|";
    margin-right: 25px;
}

blockquote .media {
    margin: 15px 0;
}

blockquote .media img {
    border-radius: 50%;
    max-width: 60px;
}

blockquote h3,
blockquote h4,
blockquote .text-small {
    font-style: normal;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
    outline: medium none;
    text-decoration: none;
}

a>img {
    transition: all 0.15s ease-in-out 0s;
}

a:hover>img {
    opacity: 1;
}

a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
    position: relative;
    top: 1px !important;
}

hr {
    border-color: #e1e1e1;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}

iframe {
    border: none;
    max-width: 100%;
}

table {
    margin: 10px 0;
    max-width: 100%;
    width: 100%;
}

table td,
table th {
    border: 1px solid #e1e1e1;
    line-height: 1.42857143;
    padding: 18px 8px;
    text-align: center;
    vertical-align: middle;
}

table th {
    color: var(--secondcolor);
    font-weight: normal;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 1.15rem;
}

ul li,
ol li {
    line-height: 30px;
    padding: 5px 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.sppb-form-control {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #062637;
    font-size: 16px;
    height: 50px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    width: 100%;
}

input[disabled] {
    cursor: not-allowed;
    opacity: .4;
}

input[type="submit"],
button {
    cursor: pointer;
}

input[type="submit"],
button {
    background: #fdd123;
    border: 1px solid #fdd123;
    color: var(--secondcolor);
    cursor: pointer;
    padding: 12px 36px;
    transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
    background-color: transparent;
}

textarea,
textarea.sppb-form-control {
    height: auto;
    padding-top: 14px;
}

#sp-header .sppb-btn,
#sp-component .sppb-btn,
#sp-footer .sppb-btn,
#sp-left .sppb-btn,
#sp-right .sppb-btn,
.btn,
.sppb-btn,
#sp-header .sppb-btn:hover,
#sp-component .sppb-btn:hover,
#sp-footer .sppb-btn:hover,
.btn:hover,
.sppb-btn:hover {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    min-width: 170px;
    padding: 15px;
    text-transform: capitalize;
    background-color: transparent;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#sp-header .sppb-btn.sppb-btn-primary,
#sp-component .sppb-btn.sppb-btn-primary,
#sp-footer .sppb-btn.sppb-btn-primary,
.btn.btn-primary,
.sppb-btn.sppb-btn-primary {
    color: var(--secondcolor);
    border-color: var(--maincolor);
}

#sp-header .sppb-btn.sppb-btn-secondary,
#sp-component .sppb-btn.sppb-btn-secondary,
#sp-footer .sppb-btn.sppb-btn-secondary,
.btn.btn-secondary,
.sppb-btn.sppb-btn-secondary {
    color: var(--secondcolor);
    border-color: var(--maincolor);
    background-color: transparent;
}

#sp-header .sppb-btn.sppb-btn-default,
#sp-component .sppb-btn.sppb-btn-default,
#sp-footer .sppb-btn.sppb-btn-default,
.btn.btn-default,
.sppb-btn.sppb-btn-default {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#sp-header .sppb-btn.sppb-btn-success,
#sp-component .sppb-btn.sppb-btn-success,
#sp-footer .sppb-btn.sppb-btn-success,
.btn.btn-success,
.sppb-btn.sppb-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

#sp-header .sppb-btn.sppb-btn-info,
#sp-component .sppb-btn.sppb-btn-info,
#sp-footer .sppb-btn.sppb-btn-info,
.btn.btn-info,
.sppb-btn.sppb-btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

#sp-header .sppb-btn.sppb-btn-warning,
#sp-component .sppb-btn.sppb-btn-warning,
#sp-footer .sppb-btn.sppb-btn-warning,
.btn.btn-warning,
.sppb-btn.sppb-btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

#sp-header .sppb-btn.sppb-btn-danger,
#sp-component .sppb-btn.sppb-btn-danger,
#sp-footer .sppb-btn.sppb-btn-danger,
.btn.btn-danger,
.sppb-btn.sppb-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#sp-header .sppb-btn.sppb-btn-dark,
#sp-component .sppb-btn.sppb-btn-dark,
#sp-footer .sppb-btn.sppb-btn-dark,
.btn.btn-dark,
.sppb-btn.sppb-btn-dark {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#sp-header .sppb-btn.sppb-btn-link,
#sp-component .sppb-btn.sppb-btn-link,
#sp-footer .sppb-btn.sppb-btn-link,
.btn.btn-link,
.sppb-btn.sppb-btn-link {
    color: var(--secondcolor);
    text-decoration: underline;
}

#sp-header .sppb-btn.sppb-btn-primary:before,
#sp-component .sppb-btn.sppb-btn-primary:before,
#sp-footer .sppb-btn.sppb-btn-primary:before,
.btn.btn-primary:before,
.sppb-btn.sppb-btn-primary:before {
    content: "";
    height: 120%;
    left: -10%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
    width: 120%;
    z-index: -1;
    background-color: var(--maincolor);
}

#sp-header .sppb-btn.sppb-btn-secondary:before,
#sp-component .sppb-btn.sppb-btn-secondary:before,
#sp-footer .sppb-btn.sppb-btn-secondary:before,
.btn.btn-secondary:before,
.sppb-btn.sppb-btn-secondary:before {
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: all 0.5s;
    width: 100%;
    z-index: 1;
    background-color: rgba(253, 209, 35, 0.6);
    border-bottom-color: var(--maincolor);
}

#sp-header .sppb-btn.sppb-btn-secondary:after,
#sp-component .sppb-btn.sppb-btn-secondary:after,
#sp-footer .sppb-btn.sppb-btn-secondary:after,
.btn.btn-secondary:after,
.sppb-btn.sppb-btn-secondary:after {
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-13%, -190%) rotate(-30deg);
    transform: translate(-13%, -190%) rotate(-30deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: all 0.5s;
    transition-delay: 0s;
    transition-delay: 0.2s;
    width: 100%;
    z-index: 1;
    background-color: rgba(253, 209, 35, 0.6);
    border-bottom-color: var(--maincolor);
}

#sp-header .sppb-btn.sppb-btn-primary:hover:before,
#sp-component .sppb-btn.sppb-btn-primary:hover:before,
#sp-footer .sppb-btn.sppb-btn-primary:hover:before,
.btn.btn-primary:hover:before,
.sppb-btn.sppb-btn-primary:hover:before {
    width: 0;
}

#sp-header .sppb-btn.sppb-btn-secondary:hover:before,
#sp-component .sppb-btn.sppb-btn-secondary:hover:before,
#sp-footer .sppb-btn.sppb-btn-secondary:hover:before,
.btn.btn-secondary:hover:before,
.sppb-btn.sppb-btn-secondary:hover:before,
#sp-header .sppb-btn.sppb-btn-secondary:hover:after,
#sp-component .sppb-btn.sppb-btn-secondary:hover:after,
#sp-footer .sppb-btn.sppb-btn-secondary:hover:after,
.btn.btn-secondary:hover:after,
.sppb-btn.sppb-btn-secondary:hover:after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform-origin: inherit;
    transform-origin: inherit;
}

.sppb-addon-optin-forms {
    padding: 0px;
}

#sp-footer {
    font-size: inherit;
}

/* text helpers */

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-45 {
    font-size: 45px;
}

.fs-50 {
    font-size: 50px;
}

.fs-56 {
    font-size: 56px;
}

.fs-60 {
    font-size: 60px;
}

.fw-100 {
    font-weight: 100;
}

.fw-300,
.thin {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700,
.bolder {
    font-weight: 700;
}

.fw-900,
.bold {
    font-weight: 900;
}

.divider-0 {
    margin-top: 0;
}

.divider-10 {
    margin-top: 10px;
}

.divider-15 {
    margin-top: 15px;
}

.divider-20 {
    margin-top: 20px;
}

.divider-25 {
    margin-top: 25px;
}

.divider-30 {
    margin-top: 30px;
}

.divider-35 {
    margin-top: 35px;
}

.divider-40 {
    margin-top: 40px;
}

.divider-45 {
    margin-top: 45px;
}

.divider-50 {
    margin-top: 50px;
}

.divider-55 {
    margin-top: 55px;
}

.divider-60 {
    margin-top: 60px;
}

.divider-70 {
    margin-top: 70px;
}

.divider-80 {
    margin-top: 80px;
}

.divider-90 {
    margin-top: 90px;
}

.divider-100 {
    margin-top: 100px;
}

.divider-120 {
    margin-top: 120px;
}

.divider-150 {
    margin-top: 150px;
}

.divider-170 {
    margin-top: 170px;
}

.divider-180 {
    margin-top: 180px;
}

.divider-200 {
    margin-top: 200px;
}

.divider-270 {
    margin-top: 270px;
}

@media (min-width: 576px) {
    .divider-sm-0 {
        margin-top: 0;
    }
    .divider-sm-10 {
        margin-top: 10px;
    }
    .divider-sm-15 {
        margin-top: 15px;
    }
    .divider-sm-20 {
        margin-top: 20px;
    }
    .divider-sm-25 {
        margin-top: 25px;
    }
    .divider-sm-30 {
        margin-top: 30px;
    }
    .divider-sm-35 {
        margin-top: 35px;
    }
    .divider-sm-40 {
        margin-top: 40px;
    }
    .divider-sm-45 {
        margin-top: 45px;
    }
    .divider-sm-50 {
        margin-top: 50px;
    }
    .divider-sm-55 {
        margin-top: 55px;
    }
    .divider-sm-60 {
        margin-top: 60px;
    }
    .divider-sm-70 {
        margin-top: 70px;
    }
    .divider-sm-80 {
        margin-top: 80px;
    }
    .divider-sm-90 {
        margin-top: 90px;
    }
    .divider-sm-100 {
        margin-top: 100px;
    }
    .divider-sm-120 {
        margin-top: 120px;
    }
    .divider-sm-150 {
        margin-top: 150px;
    }
    .divider-sm-170 {
        margin-top: 170px;
    }
    .divider-sm-180 {
        margin-top: 180px;
    }
    .divider-sm-200 {
        margin-top: 200px;
    }
    .divider-sm-270 {
        margin-top: 270px;
    }
}

@media (min-width: 768px) {
    .divider-md-0 {
        margin-top: 0;
    }
    .divider-md-10 {
        margin-top: 10px;
    }
    .divider-md-15 {
        margin-top: 15px;
    }
    .divider-md-20 {
        margin-top: 20px;
    }
    .divider-md-25 {
        margin-top: 25px;
    }
    .divider-md-30 {
        margin-top: 30px;
    }
    .divider-md-35 {
        margin-top: 35px;
    }
    .divider-md-40 {
        margin-top: 40px;
    }
    .divider-md-45 {
        margin-top: 45px;
    }
    .divider-md-50 {
        margin-top: 50px;
    }
    .divider-md-55 {
        margin-top: 55px;
    }
    .divider-md-60 {
        margin-top: 60px;
    }
    .divider-md-70 {
        margin-top: 70px;
    }
    .divider-md-80 {
        margin-top: 80px;
    }
    .divider-md-90 {
        margin-top: 90px;
    }
    .divider-md-100 {
        margin-top: 100px;
    }
    .divider-md-120 {
        margin-top: 120px;
    }
    .divider-md-150 {
        margin-top: 150px;
    }
    .divider-md-170 {
        margin-top: 170px;
    }
    .divider-md-180 {
        margin-top: 180px;
    }
    .divider-md-200 {
        margin-top: 200px;
    }
    .divider-md-270 {
        margin-top: 270px;
    }
}

@media (min-width: 992px) {
    .divider-lg-0 {
        margin-top: 0;
    }
    .divider-lg-10 {
        margin-top: 10px;
    }
    .divider-lg-15 {
        margin-top: 15px;
    }
    .divider-lg-20 {
        margin-top: 20px;
    }
    .divider-lg-25 {
        margin-top: 25px;
    }
    .divider-lg-30 {
        margin-top: 30px;
    }
    .divider-lg-35 {
        margin-top: 35px;
    }
    .divider-lg-40 {
        margin-top: 40px;
    }
    .divider-lg-45 {
        margin-top: 45px;
    }
    .divider-lg-50 {
        margin-top: 50px;
    }
    .divider-lg-55 {
        margin-top: 55px;
    }
    .divider-lg-60 {
        margin-top: 60px;
    }
    .divider-lg-70 {
        margin-top: 70px;
    }
    .divider-lg-80 {
        margin-top: 80px;
    }
    .divider-lg-90 {
        margin-top: 90px;
    }
    .divider-lg-100 {
        margin-top: 100px;
    }
    .divider-lg-120 {
        margin-top: 120px;
    }
    .divider-lg-150 {
        margin-top: 150px;
    }
    .divider-lg-170 {
        margin-top: 170px;
    }
    .divider-lg-180 {
        margin-top: 180px;
    }
    .divider-lg-200 {
        margin-top: 200px;
    }
    .divider-lg-270 {
        margin-top: 270px;
    }
}

@media (min-width: 1200px) {
    .divider-xl-0 {
        margin-top: 0;
    }
    .divider-xl-10 {
        margin-top: 10px;
    }
    .divider-xl-15 {
        margin-top: 15px;
    }
    .divider-xl-20 {
        margin-top: 20px;
    }
    .divider-xl-25 {
        margin-top: 25px;
    }
    .divider-xl-30 {
        margin-top: 30px;
    }
    .divider-xl-35 {
        margin-top: 35px;
    }
    .divider-xl-40 {
        margin-top: 40px;
    }
    .divider-xl-45 {
        margin-top: 45px;
    }
    .divider-xl-50 {
        margin-top: 50px;
    }
    .divider-xl-55 {
        margin-top: 55px;
    }
    .divider-xl-60 {
        margin-top: 60px;
    }
    .divider-xl-70 {
        margin-top: 70px;
    }
    .divider-xl-80 {
        margin-top: 80px;
    }
    .divider-xl-90 {
        margin-top: 90px;
    }
    .divider-xl-100 {
        margin-top: 100px;
    }
    .divider-xl-120 {
        margin-top: 120px;
    }
    .divider-xl-150 {
        margin-top: 150px;
    }
    .divider-xl-170 {
        margin-top: 170px;
    }
    .divider-xl-180 {
        margin-top: 180px;
    }
    .divider-xl-200 {
        margin-top: 200px;
    }
    .divider-xl-270 {
        margin-top: 270px;
    }
}

[class*="divider-"] {
    clear: both;
    width: 100%;
    height: .0001px;
}

.sp-scroll-up {
    background: var(--maincolor);
}

.color-darkgrey {
    color: var(--secondcolor);
}

.z-index2 {
    z-index: 2 !important;
}

/* HEADER */

#sp-header {
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    background-color: rgba(6, 38, 55, .4);
    height: auto;
    box-shadow: none;
    transition: none;
    transition: 0.5s ease-in-out;
}

#sp-header.header-sticky {
    background-color: #072c40;
    box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
    opacity: 0.98;
}

#sp-header #sp-logo {
    display: table;
    margin: auto;
}

#sp-header #sp-menu {
    display: table;
    margin: auto;
}

.logo-image,
.logo-image-phone {
    height: unset !important;
}

#sp-header .logo {
    height: auto;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

#sp-header .logo a .logo-image,
#sp-header .logo a .logo-image-phone {
    display: inline-block;
    max-height: 80px;
    transition: all 0.15s linear 0s;
}

.sp-megamenu-parent {
    float: none;
    text-align: center;
}

.sp-megamenu-parent>li {
    text-align: left;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li>span {
    display: inline-block;
    padding: 0;
    margin: 0 25px;
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
    padding-bottom: 33px;
    padding-top: 33px;
    transition-duration: 0.15s;
    position: relative;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 300;
}

@media (max-width: 1450px) {
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        margin: 0 14px;
    }
}

body.ltr .sp-megamenu-parent>li.sp-has-child>a::after,
body.ltr .sp-megamenu-parent>li.sp-has-child>span::after {
    content: "\f054";
    display: inline-block;
    font-family: Font Awesome 5 Free;
    font-size: 10px;
    font-weight: 900;
    margin-left: 8px;
    position: relative;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    float: none;
}

@media (max-width: 1200px) {
    .sp-megamenu-parent>li>a,
    .sp-megamenu-parent>li>span {
        margin: 0 7px;
    }
    body.ltr .sp-megamenu-parent>li.sp-has-child>a::after,
    body.ltr .sp-megamenu-parent>li.sp-has-child>span::after {
        display: none;
    }
}

#offcanvas-toggler {
    display: block;
    height: auto;
    line-height: 69px;
    font-size: 20px;
    padding: 10px 0 10px 0;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    border-top: 4px solid var(--secondcolor);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    line-height: 30px;
    display: block;
    cursor: pointer;
    padding: 10px 1.1em;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 300;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child>a {
    border: none;
}

.sp-megamenu-parent .sp-mega-group>li>a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}

/* */

/* PAGE TITLE */

.sp-page-title {
    padding: 160px 0 80px;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: fixed;
}

.sp-page-title:before {
    opacity: 0.7 !important;
    background-color: var(--secondcolor);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sp-page-title .container {
    position: relative;
    z-index: 2;
}

.sp-page-title .sp-page-title-heading {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0.65em;
}

.sp-page-title .breadcrumb {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
}

.breadcrumb li {
    padding: 0;
    margin-right: 16px;
}

.breadcrumb li.float-left {
    margin-right: 0 !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "|";
    font-weight: 500;
    padding-right: 11px;
}

.sp-page-title .breadcrumb>.active {
    color: #fff;
}

.breadcrumb li a:hover {
    color: #2394fd;
}

/* */

#sp-header.header-sticky~section#sp-main-body {
    padding-top: 0;
}

.com-spsimpleportfolio #sp-main-body,
.com-content #sp-main-body,
.com-j2store #sp-main-body {
    padding: 160px 0;
}

.com-spsimpleportfolio #sp-header.header-sticky~section#sp-main-body,
.com-content #sp-header.header-sticky~section#sp-main-body,
.com-j2store #sp-header.header-sticky~section#sp-main-body {
    padding-top: 160px;
}

/* SIDEBAR */

.sidebar-class .sppb-row-container {
    width: 100% !important;
}

.sidebar-class.com-sppagebuilder #sp-main-body {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .sidebar-class.com-sppagebuilder #sp-main-body {
        max-width: 1170px;
    }
}

.com-sppagebuilder #sp-right,
.com-sppagebuilder #sp-left {
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
}

#sp-left .sp-module,
#sp-right .sp-module {
    margin-top: 70px;
    border: 0px solid #f3f3f3;
    padding: 0;
    border-radius: 0px;
}

#sp-left .sp-module ul>li,
#sp-right .sp-module ul>li {
    display: block;
    border-bottom: 0px solid #f3f3f3;
}

/* */

/* PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: center;
    margin-bottom: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 45px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li {
    float: left;
    display: block;
    margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li>a {
    display: block;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    padding: 0 15px;
    color: var(--secondcolor);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    background: none;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a {
    background: none;
    color: #2394fd;
}

.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li:hover>a {
    background: none;
    color: #2394fd;
}

.portfolio-item-media {
    overflow: hidden;
    position: relative;
}

.portfolio-item-media img {
    width: 100%;
}

.portfolio-item-content {
    bottom: 0;
    left: 0;
    padding: 35px 40px;
    position: absolute;
    text-align: left;
    -webkit-transform: translateY(100%) scale(1);
    transform: translateY(100%) scale(1);
    transition: all .3s ease-in-out;
    width: 100%;
    right: 0;
    z-index: 2;
    background-color: rgba(6, 38, 55, 0.7);
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper:hover .portfolio-item-content {
    -webkit-transform: none;
    transform: none;
}

.portfolio-item-content h5 {
    color: #fff;
}

.com-spsimpleportfolio.gallery-full #sp-main-body .container {
    max-width: 100%;
}

.portfolio-item-media .media-links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.portfolio-item-media .media-links::before {
    background-color: var(--secondcolor);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
}

.portfolio-item-media .media-links div {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 4;
}

.portfolio-item-media .links-wrap a {
    border: 2px solid transparent;
    display: inline-block;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: -100px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    width: 60px;
    z-index: 5;
    color: #fff;
    transition-delay: 0.1s;
}

.portfolio-item-media .links-wrap a::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.portfolio-item-content-down {
    padding-top: 1.5rem !important;
    text-align: center;
}

.portfolio-item-content-down .item-meta {
    font-size: 16px;
    line-height: 1.6;
}

.portfolio-item-content-down .item-meta a {
    color: #598aa4;
}

.portfolio-item-content-down .item-meta a:hover {
    color: #2394fd;
}

.sp-simpleportfolio-item:hover .media-links::before {
    opacity: 0.6;
}

.sp-simpleportfolio-item:hover .media-links div {
    filter: alpha(opacity=100);
    opacity: 1;
}

.sp-simpleportfolio-item:hover .links-wrap a {
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

.sp-simpleportfolio-item .links-wrap a.link-anchor:hover {
    color: var(--maincolor);
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.5);
    transform: rotate(360deg) scale(1.5);
    top: 0;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item img,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay {
    border-radius: 0;
}

/* */

/* BLOG */

.article-list .article {
    padding: 0;
    border: 0px solid #f5f5f5;
    border-radius: 0;
    background-color: #eef3f5;
}

.article-list .col-md-12 .article {
    margin-bottom: 0px;
}

.article-list .row>.col-md-12+.col-md-12 {
    margin-top: 100px;
}

.article-list .article .article-intro-image,
.article-list .article .article-featured-video,
.article-list .article .article-featured-audio,
.article-list .article .article-feature-gallery {
    margin: 0;
    border-radius: 0;
    border-bottom: 0px solid #f5f5f5;
    overflow: hidden;
    position: relative;
}

.article-list .article .article-intro-image img,
.article-list .article .article-featured-video img,
.article-list .article .article-featured-audio img,
.article-list .article .article-feature-gallery img {
    border-radius: 0;
    width: 100%;
}

.article-body {
    padding: 40px;
}

.article-list .article .article-header h1,
.article-list .article .article-header h2 {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 1rem !important;
    text-transform: none;
}

.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
    color: var(--secondcolor);
}

.article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.2em;
    line-height: 1;
}

.article-info>span {
    font-size: 16px;
}

.article-info>span:not(:last-child),
.article-info>span:not(:last-child) {
    margin-right: 50px;
}

.article-info>span+span::before {
    display: none;
}

.article-info>span i {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
}

.article-list .article .readmore {
    font-size: 16px;
    text-decoration: underline;
    margin-top: 40px;
}

.article-list .article .readmore a {
    color: var(--secondcolor);
    font-weight: 400;
}

.article-list .article .article-intro-image:after {
    background-color: var(--secondcolor);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s linear;
}

.article-list .article .article-intro-image:hover:after {
    opacity: 0.6;
}

.article-list .article .article-intro-image a:hover>img {
    opacity: 1;
}

/* SINGLE POST */

.article-details .article-full-image {
    text-align: center;
    margin-bottom: 0;
}

.article-details .article-full-image img {
    display: block;
    border-radius: 0;
    width: 100%;
}

.article-details .article-header {
    display: none;
}

.single-article-content {
    padding: 40px;
    background-color: #eef3f5;
}

.article-details .article-info {
    display: block;
}

.article-details .article-info {
    margin-bottom: 1.2em;
}

.article-info>span.createdby {
    display: block;
    color: var(--secondcolor);
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 12px;
}

.article-info>span.createdby:before {
    background-color: var(--secondcolor);
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 20px;
    -webkit-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
    width: 40px;
}

.article-info>span a {
    color: #598aa4;
}

.article-details .article-author-information {
    padding-top: 0;
    margin-top: 60px;
    border-top: 0px solid #f5f5f5;
    background-color: #eef3f5;
}

.article-details .article-author-information img {
    width: 100%;
}

.article-details .article-author-information .author-bio {
    padding: 40px;
}

.article-details .article-featured-video,
.article-details .article-featured-audio,
.article-details .article-feature-gallery {
    margin-bottom: 0;
}

/* */

/* SHOP */

.j2store-single-product {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
}

.product-wrap {
    background-color: #fff;
    padding: 50px 30px;
}

.j2store-single-product .product-title {
    font-size: 20px;
    line-height: 1;
    margin-top: 0;
}

.product-short-description .price {
    color: #598aa4;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 10px;
    display: block;
    opacity: 1;
}

.j2store-addtocart-form {
    margin-top: 0px;
}

.j2store-single-product .sppb-btn.sppb-btn-primary:before {
    background-color: #fff !important;
}

.j2store-single-product .sppb-btn.sppb-btn-primary {
    background-color: var(--maincolor) !important;
}

/* Single Product */

.j2store-product-main-image {
    margin-bottom: 0;
    width: 100%;
}

ul.additional-image-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 1px -1px;
    overflow: hidden;
    position: static;
    margin-bottom: 0;
}

.additional-image-list li {
    float: left;
    margin: 0 0 1px;
    padding: 0 0 0 1px;
    width: 20%;
    display: block;
}

.product-title-simple {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-sku {
    margin-top: 1.5em;
    color: var(--secondcolor);
    font-weight: 500;
}

.product-sku .sku {
    color: #598aa4;
    font-weight: 400;
    margin-left: 5px;
}

.product-price-container .sale-price {
    color: #062637;
    font-size: 20px;
    font-weight: 300;
    margin: 1em 0 1.5em;
    margin-top: 20px;
    opacity: 1;
    order: 20;
    line-height: 1.5;
}

.options b {
    margin-bottom: .5rem;
    color: var(--secondcolor);
    display: inline-block;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 300;
}

.options select {
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #062637;
    font-size: 16px;
    height: 50px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    width: 100%;
    border: none;
    color: #598aa4;
    font-weight: 300;
    padding-left: 30px;
    background-color: #eef3f5;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.options .option {
    position: relative;
}

.option:after {
    color: #598aa4;
    content: "\f078";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-size: 10px;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
}

.options .option select:not(.form-control):focus {
    background-color: #eef3f5;
}

.form-control:focus {
    box-shadow: none;
}

.simple.detail.bs3 .j2store-addtocart-form-simple .sppb-btn {
    position: relative;
    top: -1px;
    width: auto;
    margin-top: 0px;
    background: var(--maincolor) !important;
}

.simple.detail.bs3 .j2store-addtocart-form-simple .sppb-btn:hover {
    background: #fff !important;
}

.product-qty input[type="text"],
.product-qty input[type="number"] {
    display: inline;
    height: 50px;
    padding: 0 !important;
    width: auto !important;
    text-align: center;
    margin: 0px;
    -moz-appearance: textfield;
    background-color: #eef3f5;
    border: none;
    color: var(--secondcolor);
    line-height: 60px;
    max-width: 80px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.j2store-addtocart-form-simple .sppb-btn {
    position: relative;
    top: -1px;
    width: auto;
    margin-top: 40px;
}

.woocommerce-tabs {
    clear: both;
    margin-bottom: 4em;
    margin-top: 100px;
}

.woocommerce-tabs ul.nav-tabs {
    border-bottom: none;
    list-style: none;
    margin-bottom: 1px;
    padding-left: 0;
    position: relative;
    z-index: 1;
    display: flex;
}

.woocommerce-tabs ul.nav-tabs li {
    border-bottom: none;
    display: flex;
    padding: 0;
    position: relative;
    z-index: 1;
}

.woocommerce-tabs ul.nav-tabs li+li {
    border-top: none;
}

.woocommerce-tabs ul.nav-tabs li a {
    align-items: center;
    background: #eef3f5;
    border: none;
    color: #0d425e;
    display: flex;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    margin-right: 4px;
    min-width: 165px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: unset;
    z-index: 0;
    margin-bottom: 0;
}

.woocommerce-tabs ul.nav-tabs li a:before {
    background-color: var(--maincolor);
    border-bottom-color: var(--maincolor);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    content: "";
    height: 120%;
    left: -10%;
    opacity: 1;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: -1;
}

.woocommerce-tabs ul.nav-tabs li a:hover:before {
    width: 120%;
}

.woocommerce-tabs .tab-content {
    border: 1px solid #e1e1e1;
    margin-top: -1px;
    padding: 30px;
}

.sppb-btn-primary.focus,
.sppb-btn-primary:focus {
    color: #fff;
    box-shadow: none !important;
}

.related,
.upsells,
.cross-sells {
    margin-top: 90px;
}

.related p.above,
.upsells p.above,
.cross-sells p.above {
    text-align: center;
    letter-spacing: 0.48em;
    margin: -1px 0 0;
}

.related>h2,
.upsells>h2,
.cross-sells>h2 {
    font-size: 40px;
}

.related .sppb-btn,
.upsells .sppb-btn,
.cross-sells .sppb-btn {
    padding-top: 0 !important;
}

.cross-sells .j2store-single-product {
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
}

.related .j2store-single-product img {
    width: 100%;
}

.related .j2store-single-product .product-price-container {
    display: none;
}

.discount-percentage {
    background-color: var(--maincolor);
    color: #fff;
    left: 0;
    padding: 0.3em 1em;
    position: absolute;
    top: 10px;
    z-index: 2;
}

.discount-percentage:before {
    border: 7px solid transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-left-color: #ebbc02;
    border-top-color: #ebbc02;
    bottom: -14px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
}

/* CART */

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    min-width: 170px;
    padding: 15px;
    text-transform: capitalize;
    background-color: transparent;
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    background-color: var(--maincolor);
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
    background-color: var(--secondcolor);
    color: #fff;
    border-color: transparent;
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {
    margin-left: 0;
}

#onCheckoutPayment_wrapper .payment-plugin-image-label {
    padding-right: 5px;
}

.customer-note {
    margin-bottom: 20px;
}

.customer-note textarea {
    height: auto !important;
    width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
    width: inherit;
    height: inherit;
    margin-right: 7px;
    display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {
    width: auto !important;
}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
    font-size: 24px;
    padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul>li>a {
    margin: 5px 20px 15px 0;
    display: inline-block;
}

.view-myprofile #sp-main-body label {
    display: block;
}

.view-checkout input.btn {
    width: unset !important;
    margin-top: 5px;
}

.view-checkout textarea {
    height: auto !important;
}

.btn:active,
.btn:focus {
    box-shadow: none !important;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
}

#bank_form input {
    margin-top: 20px;
}

.view-checkout .j2store.checkout h1 {
    display: none;
}

.j2store-cart .row-fluid .span6 {
    padding-top: 60px;
}

/* J2Store Module */

.j2store-module-product {
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative;
    text-align: center;
}

.product-inner {
    border: 1px solid #e1e1e1;
    position: relative;
}

.j2store-module-product h2 {
    font-size: 21px;
    margin-bottom: 0;
}

.j2store-module-product .sppb-btn.sppb-btn-primary:before {
    background-color: #fff !important;
}

.j2store-module-product .sppb-btn.sppb-btn-primary {
    background-color: var(--maincolor) !important;
}

/* */

/* IMPORT ICOMOON */

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon/icomoon-1.eot');
    src: url('../fonts/icomoon/icomoon-1.eot') format('embedded-opentype'), url('../fonts/icomoon/icomoon-1.ttf') format('truetype'), url('../fonts/icomoon/icomoon-1.woff') format('woff'), url('../fonts/icomoon/icomoon-1.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: flex;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-call:before {
    content: "\e907";
}

.ico-email:before {
    content: "\e908";
}

.ico-placeholder:before {
    content: "\e909";
}

.ico-calm:before {
    content: "\e900";
}

.ico-kitesurfing:before {
    content: "\e901";
}

.ico-surf:before {
    content: "\e902";
}

.ico-surfboard:before {
    content: "\e903";
}

.ico-surfboard-1:before {
    content: "\e904";
}

.ico-surfer:before {
    content: "\e905";
}

.ico-wave:before {
    content: "\e906";
}

@media (min-width: 320px) {
    #sp-footer .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    #sp-footer .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    #sp-footer .sppb-container-inner {
        max-width: 720px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    #sp-footer .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #sp-footer .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 320px) {
    #position2 .sppb-container-inner {
        max-width: 400px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 576px) {
    #position2 .sppb-container-inner {
        max-width: 540px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    #position2 .sppb-container-inner {
        max-width: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    #position2 .sppb-container-inner {
        max-width: 960px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    #position2 .sppb-container-inner {
        max-width: 1140px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}