@charset "UTF-8";


@import url(https://fonts.bunny.net/css?family=lato:300,300i,400,400i,700);
/* Normalizer --- START --- */



@font-face {
    font-family: 'montserrat';
    src: url('fontface/sjobohem/montserrat-regular-webfont.woff2') format('woff2'), url('fontface/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('fontface/sjobohem/montserrat-bold-webfont.woff2') format('woff2'), url('fontface/montserrat-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'playfair';
    src: url('fontface/sjobohem/playfairdisplay-bold-webfont.woff2') format('woff2'), url('fontface/playfairdisplay-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'playfair';
    src: url('fontface/sjobohem/PlayfairDisplayRegular.woff2') format('woff2'), url('fontface/PlayfairDisplayRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


:root {
    --white: #fff;
    --black: #14161C;

    --lightgray: #F5F5F5;

    --accent-dark: hsl(195, 6%, 30%);
    --accent-light: hsl(195, 6%, 90%);

    --orange: #DBA111;
    --coral: #FE6F61;
    --blue-gray: #344759;
    --dark-gray: #60696C;
}

html, body { height: 100%; }

#header, body { width: calc(100vw - 14px) !important; }


body.overflay, body.overflay #header { width: 100% !important; }


body {
    overflow-x: hidden;

    min-height: 100%;
    margin: 0;
    font-size: 62.5%;
    line-height: 150%;
    color: #111111;
    background-color: #FBFBFB;
    font-family: "Lato", Helvetica, Arial, sans-serif;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;

    -ms-overflow-style: none; 
    scrollbar-width: none;
}

::-moz-selection { background: var(--coral); color: var(--white); text-shadow: none; }
::selection { background: var(--coral); color: var(--white); text-shadow: none; }


article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template { display: none; }

a { color: hsl(194, 73%, 46%); text-decoration: underline; }
a:hover { filter: brightness(0.87)}

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }


b, strong { font-weight: bold; }
dfn { font-style: italic; }

mark {
    background: #ff0;
    color: #000;
}

small { font-size: 80%; }

sub, sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure, figcaption { margin: 0; }

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre { overflow: auto; }

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button { overflow: visible; }
button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input:focus{
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea { overflow: auto; }
optgroup { font-weight: bold; }


input, input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th { padding: 0; }
font { font-size: 100%; }

ul, ol { margin: 0 0 10px 0; padding: 0 0 0 15px; }
dd { margin: 0 0 0 40px; }

nav ul, nav ol, aside ul, aside ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
/* .clearfix { *zoom: 1; } */


/* Normalizer --- END --- */


/* Fonts */

p, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    margin: 0px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1 { 
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 81px;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 16px;
}

h2, h3, h4, h5 { font-weight: bold; margin: 55px 0 15px 0; }

h2 { font-size: 50px; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }
h5 { font-size: 17px; text-transform: uppercase; }
h6 { font-size: 15px; text-transform: uppercase; }


h2:first-child + h4 { margin-top: 0; }

h6 { 
    color: var(--orange);
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.col.bg-3 h6 { color: var(--white);}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title { margin-top: 0; }


p, ul li, ol li, .btn, .accord-btn {
    font-size: 18px;
    line-height: 1.6em;
    font-style: normal;
}

ul li, ol li {
    line-height: 1.45em;
    margin-bottom: 5px;
}


.center { text-align: center; }

.ingress p, .text aside { 
    font-size: 22px;
    line-height: 1.4em;
    font-style: italic; 
    margin-bottom: 20px;
}
.center { text-align: center; }
.inline-block { display: inline-block; }

blockquote p {
    color: var(--blue-gray);
    font-size: 24px;
    font-weight: 900;
    font-style: black;
    margin-bottom: 10px;
    line-height: 1.46em;
}

blockquote {
    padding-left: 30px;
    margin: 50px 0;
    position: relative;
    z-index: 1;
}

td, th, figcaption, blockquote aside, .small p, .legend {
    font-size: 1.44em;
    line-height: 1.35em;
}

.small p { line-height: 1.5em; }

/* outer */
.bg-2 blockquote aside, .bg-2 .legend, .bg-2 em,
.bg-3 blockquote aside, .bg-3 .legend, .bg-3 em,
.bg-4 blockquote aside, .bg-4 .legend, .bg-4 em,
/* inner */
.col.bg-2 blockquote aside, .col.bg-2 .legend, .col.bg-2 em,
.col.bg-3 blockquote aside, .col.bg-3 .legend, .col.bg-3 em,
.col.bg-4 blockquote aside, .col.bg-4 .legend, .col.bg-4 em {
    color:var(--accent-light);
}
/* outer */
.bg-1 blockquote aside, .bg-1 .legend, .bg-1 em,
.bg-5 blockquote aside, .bg-5 .legend, .bg-5 em,
/* inner */
.col.bg-1 blockquote aside, .col.bg-1 .legend, .col.bg-1 em,
.col.bg-5 blockquote aside, .col.bg-5 .legend, .col.bg-5 em {
    color: var(--accent-dark);
}


figcaption, blockquote aside, .legend { margin-bottom: 35px; }

ul, ol {
    padding-left: 20px;
    margin: 20px 0 35px 0;
    max-width: 650px;
}

.table-holder {
    overflow: auto;
}

table {
    width: 100%;
}

td, th {
    min-width: 70px;
    padding: 10px 15px;
    font-size: 15px;
}


tr.style-2 td, tr.style-3 td {
    font-weight: bold;
    color: var(--orange);
    letter-spacing: 0.3px;
}

/* tr.style-2 td.bg-2, tr.style-3 td.bg-2 { color: var(--white); } */

tr.style-2 td { font-style: 16px; }
tr.style-3 td { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
tr.style-4 td { border-top: 1px solid #CCC; }
tr.style-5 td { background-color: var(--orange); color: var(--white); }
tr.style-6 td { background-color: var(--coral); color: var(--white); }

.bg-3 .col.bg-0 tr.style-2 td.bg-0,
.col.bg-3 tr.style-2 td.bg-0,
.bg-3 .col.bg-0 tr.style-3 td.bg-0,
.col.bg-3 tr.style-3 td.bg-0
{ 
    color: var(--white); 
}

.bg-0 { background-color: transparent; border-color: transparent; }
.bg-1 { background-color: var(--white);     color: var(--black); border-color: var(--white); }
.bg-2 { background-color: var(--coral);     color: var(--white); border-color: var(--coral); }
.bg-3 { background-color: var(--orange);    color: var(--white); border-color: var(--orange); }
.bg-4 { background-color: var(--blue-gray); color: var(--white); border-color: var(--blue-gray); }
.bg-5 { background-color: var(--lightgray); color: var(--black); border-color: var(--lightgray); }
.bg-2 .button { background-color: var(--blue-gray); }

tr td:not(:first-child) {
    white-space: nowrap;
}

table tr td + td { text-align: right; }


table tr td a {
    color: #111111;
    font-weight: normal;
}

table tr td a:hover { color: var(--blue-gray); }
table tr.style-5 td a { color: var(--white); }


.button {
    font-size: 16px;
    line-height: 1.2em;
    color: var(--blue-gray);
    margin-bottom: 10px;
    padding: 14px 30px;
    display: inline-block;
    border: 1px solid var(--blue-gray);
}

#wrap { overflow: hidden; background-color: var(--white); }
#wrap, .wrapper {
    max-width: 1280px;
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
}

.wrapper.v2 { max-width: 740px; }

#main { padding: 106px 0px 0 0px; }
#main.has-header { padding-top: 0; }

body.nav-scroll { overflow: hidden; }
body.nav-scroll #nav { overflow-y: scroll; }
body.active-nav .page-nav { opacity: 0; }


#header {
    width: 100%;
    height: 106px;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 200;
    background-color: var(--white);
}

#header .padding { padding: 20px 50px; }

#nav, #nav .scroller, .smart-btn .line, .page-nav .holder, .page-nav .holder .overflow {
    -webkit-transition: all 360ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 360ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.accord-btn svg {
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

#nav, .nav-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
}

.nav-bg {
    display: none;
    z-index: 200;
    background-color: transparent;
}

.active-nav .nav-bg { display: block; }

#nav {
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    z-index: 210;
    opacity: 0;
    visibility: hidden;
}


.active-nav #nav {
    opacity: 1;
    visibility: visible;
}

#nav .scroller {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}

.active-nav #nav .scroller {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.nav-close, .nav-close span, .nav-close svg { display: block; }

#nav .nav-close {
    margin-bottom: 30px;
    color: var(--white);
    text-decoration: none;
    line-height: 1.2em;
}

#nav .nav-close:hover { color: var(--orange); }

.nav-close svg {
    width: 6px;
    height: 16px;
    margin: 2px 14px 0 0;
    float: left;
}

.nav-close svg path {
    stroke: var(--white);
    stroke-width: 1px;
}

.nav-close:hover svg path {
    stroke: var(--orange);
}

#nav .scroller, #nav .padding { background-color: var(--dark-gray); }

#nav .scroller {
    width: 100%;
    height: 100%;
    max-width: 380px;
}

#nav .padding {
    padding: 30px 30px 50px 20px;
    position: relative;
    z-index: 220;
}

#header.fixed { background-color: var(--white); }

#nav ol, #header nav ul li, #nav ul li a {
    display: block;
    margin: 0;
    padding: 0;
}


#nav ol {
    
    /*
    overflow: hidden;
    counter-reset: item;
     */
}


#nav ol li {
    margin: 0 0 10px 0;
}

#nav ol li:before {
    color: #4A90E2;
    font-size: 12px;

    float: left;
    margin-right: 12px;
    
    /*
    content: counters(item, ".") " ";
    counter-increment: item;
     */
}

/*
#nav ol ol li:before {
    padding-top: 6px;
}
*/

#nav a:hover {
    filter: saturate(1.5);
}

#nav ol li.p-active a.item-level-1, #nav ol li a.active {
    color: var(--orange);
}


#nav ol li a {
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
}

#nav ol li a:hover { color: var(--orange); }

#nav ol li a, #nav ol li a span { display: block; }
#nav ol li a span.expand {
    float: left;
    display: none;
    margin: -1px 5px 0 -14px;
}

#nav ol li a span.expand::after, body #nav ol li.unexpand a span.expand::after { content: "+"; }
#nav ol li.has-child a span.expand { display: block; }

/*
#nav ol li.has-child ol { display: none; }
 */

#nav ol li.p-active ol { display: block; }

#nav ol li.expand a span.expand::after, #nav ol li.p-active a span.expand::after { content: "-"; }



#nav ol ol li {
    margin: 5px 0 0 0px;
}

#nav ol ol li a {
    font-size: 16px;
    line-height: 1.3em;
    padding: 6px 40px;
    font-weight: 400;
    color: var(--orange);
}

#nav a {
    font-size: 17px;
    line-height: 1.3em;
    padding: 8px 15px 6px 30px;
}


#breadcrumb {
    padding-top: 19px;
    overflow: hidden;
}

.breadcrumb {
    margin: 0;
    overflow: hidden;
    color: var(--orange);
}

.smart-btn {
    width: 22px;
    height: 17px;
    float: left;
    padding: 7px 0;
    margin-right: 40px;
}

#header aside figure, #header aside { float: right; }

#header aside figure {
    width: 170px;
    float: right;
    margin-left: 50px;
}

#header aside figure img, #header aside figure svg {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 5px;
}

#header aside ul { 
    overflow: hidden;
    padding: 18px 0 0 0;
}

#header aside ul li { 
    display: inline; 
    padding: 0px 10px;
}

#header aside a { 
    font-size: 13px; 
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.smart-btn .lines {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
}

.smart-btn .line {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;

    position: absolute;
    z-index: 20;
    background-color: var(--orange);
}

.smart-btn .line-2 { top: 6px; }
.smart-btn .line-3 { top: 12px; }

.header-text {
    width: 22px;
    height: 17px;
    position: absolute;
    right: 10;
    margin: 25px 0 0 500px;
}

.overflow { overflow: hidden; }

/*
.active-nav a.smart-btn .line { top: 7px; }

.active-nav a.smart-btn .line-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.active-nav a.smart-btn .line-2 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.active-nav a.smart-btn .line-3 {
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 */

svg path {
    vector-effect: non-scaling-stroke;
}


.page-nav, .page-nav:hover { color: var(--orange); }

.page-nav {
    width: 20%;
    min-width: 258px;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 80;
    text-decoration: none;    
}

.page-nav.next { right: 0; }
.page-nav.prev { left: 0; }
.page-nav svg, .page-nav span { display: block; }

.page-nav .holder, .page-nav .overflow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.page-nav .holder {
    height: 44px;
    padding: 20px 20px;
    opacity: 0;
    background-color: #F9F9F9;   
}

.page-nav svg {
    width: 28px;
    height: 44px;
}

.page-nav.next .holder, .page-nav.next svg { float: right; text-align: right; }
.page-nav.prev .holder, .page-nav.prev svg { float: left; text-align: left; }

.page-nav.next svg { margin-left: 10px; }
.page-nav.prev svg { margin-right: 10px; }

.page-nav .holder .overflow {
    max-width: 160px;
    font-size: 16px;
    line-height: 1.2em;
}

.page-nav.next .holder, .page-nav.next .holder .overflow {
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
}

.page-nav.prev .holder, .page-nav.prev .holder .overflow {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.page-nav:hover .holder, .page-nav:hover .holder .overflow {
    opacity: 1;
    -webkit-transform: translate(0%,-50%) !important;
    transform: translate(0%,-50%) !important;
}

.page-nav svg path {
    stroke-width: 4px;
}


.hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 70;
}

.hero h1 {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.table {
    width: 100%;
    height: 100%;
    display: table;
}

.abs {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.tb-row { display: table-row; }
.cell { display: table-cell; vertical-align: middle; text-align: center; }

.cover img, .contain img, .cover video, .contain video {
    width: 100%;
    height: 100%;
}

.cover img, .cover video { object-fit: cover; }
.contain img, .contain video { object-fit: contain; }
.cover-2 .cover img, .cover-2 .cover video { object-fit: contain; }


.objpos-1 .image img { object-position: 50% 0%; }
.objpos-3 .image img { object-position: 50% 100%; }


.btn {
    text-align: center;
    display: inline-block;
    min-width: 60px;
    max-width: 400px;
    padding: 25px 40px 25px 40px;
    margin-top: 50px;
    background-color: #FF8200;
    border-radius: 50px;
}

.color-white {
    color: var(--white);
    border-color: var(--white);
}
.article { margin: 70px 0; padding: 0 55px; }
.article.padding-0, .article.abs, .article.bg-1,.article.bg-2, .article.bg-3, .article.bg-4 { margin: 0; padding: 70px 55px; }
.padding-0 { padding: 0 !important; }

.col { 
    width: 100%;  
    float: left;
    padding: 0 3%;
    margin: 0 -1px 15px -1px;

    position: relative;
    z-index: 1;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.col h1:first-child, .col h2:first-child, .col h3:first-child, .col h4:first-child, .col h5:first-child, .col h6:first-child, .col ul:first-child, .col ol:first-child { margin-top: 0; }

.col .text {
    max-width: 720px;
}

.article.align-0 .col .text { margin: 0 auto; }

.col-1 .col { width: 100%; }
.col-2 .col { width: 50%; }
.col-3 .col { width: 33.333%; padding: 0 2%; }
.col-4 .col { width: 25%; padding: 0 2%; }

.article.padding-0 .col { padding: 4% 7%; margin: 0 -1px 0 -1px; }
.article.padding-0 .col-1 .col { padding: 4% 4% 0 4%; }
.article.padding-0 .col.fill-1 { padding: 0; }
.article.padding-0 .col-3 .col { padding: 4%; }
.article.padding-0 .col-4 .col { padding: 3%; }

.article.padding-1 .col-1 .col figcaption { margin-right: 3%; }
.article.padding-1 .col-2 .col figcaption,
.article.padding-1 .col-3 .col figcaption,
.article.padding-1 .col-4 .col figcaption { margin-right: 6%; }

.columns {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
    margin-right: -5px;
}

.col.fill-1 .image { height: 100%; padding: 0; margin: 0; }

.dash { border: 1px dashed #CCC; }
.text-white { color: var(--white); }

.bg-white { background-color: var(--white); }

/* .bg-1, .bg-1 a, .bg-1 h4, .bg-1 h5, .bg-1 h6, .bg-1 blockquote p { color: var(--black); }
.bg-2, .bg-2 a, .bg-2 h4, .bg-2 h5, .bg-2 h6, .bg-2 blockquote p { color: var(--white); }
.bg-3, .bg-3 a, .bg-3 h4, .bg-3 h5, .bg-3 h6, .bg-3 blockquote p { color: var(--white); }
.bg-4, .bg-4 a, .bg-4 h4, .bg-4 h5, .bg-4 h6, .bg-4 blockquote p { color: var(--white); } */

figure img {
    width: 100%;
    height: auto;
}

.image {
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: 15px;
}

.image, .col-1 .col.cover-1 .image, .image, .col-1 .col.cover-2 .image { height: auto; padding-bottom: 50.9%; }

.col-2 .image { padding-bottom: 68%; }
.col-3 .image, .col-4 .image { padding-bottom: 88%; }

.image img {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.wa-chart {
    max-width: 800px;
    margin: 40px auto;
}

.col .text + .image { margin: 15px 0; }
figcaption { margin: 5px 0 22px 0; }
.fill-1 figcaption {
    max-width: 540px;
    margin: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    z-index: 20;
    background: rgba(255,255,255,0.95);
    color: var(--accent-dark);
}

a.accord-btn, a.accord-btn:hover { color: var(--white); }
.accord-holder { border-bottom: 1px solid var(--white); }
.accord-btn, .accord-btn span, .accord-btn svg { display: block; }

.accord-btn {
    padding: 25px 22px;
    display: block;
    background-color: var(--blue-gray);

    font-weight: bold;
    text-decoration: none;
}

.accord-btn svg {
    width: 16px;
    height: 9px;
    float: right;
    padding: 10px 0;
}

.accord-btn svg path {
    stroke: var(--white);
    stroke-width: 2px;
}

.accord-btn.active svg {
    transform: rotate(180deg);
}

.accordion { max-width: 960px; }

.accordion .accord {
    display: none;
    background-color: var(--white);
    -webkit-box-shadow: 0 4px 15px -1px rgba(191,191,191,0.26);
    box-shadow: 0 4px 15px -1px rgba(191,191,191,0.26);
}

.accord .holder {
    max-width: 680px;
    padding: 22px 22px 30px 22px;
}

.accordion.tb-accord, .tb-accord .accord .holder { max-width: inherit; }
.tb-accord .accord .holder { padding: 10px 0 14px 0; }

.tb-accord table td { font-size: 14px; }

.tb-accord table tr td:first-child { padding-left: 22px; }
.tb-accord table tr td:last-child { padding-right: 22px; }

.tb-accord table tr.style-3 td { font-size: 11px; }


.accord-1 .accord-btn { background-color: #CE4D3D; }
.accord-2 .accord-btn { background-color: #E7993D; }
.accord-3 .accord-btn { background-color: #DCB930; }
.accord-4 .accord-btn { background-color: #C1C942; }
.accord-5 .accord-btn { background-color: #67A245; }
.accord-6 .accord-btn { background-color: #0077BF; }




.footer-nav { 
    margin-top: 60px; 
    padding: 5px 0;
    border-top: 2px solid var(--white);
}

.footer-nav h5 { margin-top: 30px; margin-bottom: 5px; }
.footer-nav p { margin-bottom: 5px; }
.footer-nav a { color: var(--white)FFF; }
#footer { overflow: hidden; margin: 0px 0px 20px 0px; }


@media all and (max-width: 1240px) {
 
    h1 { font-size: 50px; }
    h2 { font-size: 36px; }
    h3 { font-size: 30px; }
    h4 { font-size: 24px; }
    h5 { font-size: 18px; }
    h6 { font-size: 26px; }
    p, ol li, ul li { font-size: 17px; }
    .ingress p, .text aside, blockquote p { font-size: 19px; }

    #main { padding-top: 86px; }
    .article { margin: 60px 0; padding: 0 15px; }
    .article.abs, .article.bg-2, .article.bg-3 , .article.bg-4 { margin: 0; padding: 60px 15px; }
    
    #header { height: 86px; }
    #header .padding { padding: 10px 30px; }

    .page-nav {
        min-width: 78px;
        height: auto;
        top: auto;
        bottom: 0;
    }
    .page-nav .holder { height: auto; }
    .page-nav .holder, .page-nav:hover .holder {
        opacity: 1;
        -webkit-transform: translate(0%,0%) !important;
        transform: translate(0%,0%) !important;
    }

    .page-nav .holder .overflow { display: none; }
    #wrap { padding-bottom: 84px; }

}

@media all and (max-width: 740px) {
    h1 { font-size: 34px; }
    h2 { font-size: 28px; }
    h3 { font-size: 22px; }
    h4 { font-size: 19px;  }
    h5 { font-size: 15px;  }
    h6 { font-size: 13px; margin-bottom: 5px; }

    p, ol li, ul li { font-size: 15px; }
    .ingress p, .text aside, blockquote p { font-size: 17px; }
    figcaption { font-size: 12px; }

    #main { padding-top: 65px; }
    #wrap { padding-bottom: 66px; }

    #nav a { padding: 5px 15px 5px 10px; }
    #nav ol ol li a { padding: 4px 10px 10px 10px; }

    blockquote {
        padding-left: 0px;
        margin: 30px 0;
    }

    figcaption { margin: 5px 0 5px 0; }


    #header { height: 65px; }
    #header .padding { padding: 10px 16px }
    #header aside figure { width: 120px; }
    .smart-btn { margin-right: 16px; }

    #breadcrumb { padding-top: 8px; }
    .breadcrumb { margin-top: 2px; }
    
    .article { margin: 30px 0; padding: 0 16px; }
    .article.abs, .article.bg-2, .article.bg-3, .article.bg-4 { margin: 0; padding: 30px 16px; }
    .article.padding-0 .col.fill-1 { padding: 0; }
    
    .col.fill-1 .image {
        height: auto;
        padding-bottom: 50%;
    }
    
    #nav .padding { padding: 30px 20px 50px 20px; }

    .columns.col-2, .columns.col-3 { display: block; }

    .col {
        padding: 0;
    }
    .article.padding-0 .col, .col.bg-2, .col.bg-3 {
        padding: 30px 16px;
    }

    .col-2 .col { width: 100%; }
    .col-3 .col { width: 100%; }
    .col-4 .col { width: 50%; }

    .boxes, .boxes .tb-row, .boxes .cell { display: block; }
    .phone-show { display: block; }
    .breadcrumb strong, .breadcrumb span, .phone-hide { display: none; }
    
    .page-nav svg {
        width: 10px;
        height: 26px;
    }

    .page-nav svg path {
        stroke-width: 2px;
    }

    .fill-1 figcaption {
        max-width: none;
        transform: translateY(0);
        position: relative;
        padding: 10px 16px;
    }
    .article.padding-1 .col-1 .col figcaption,
    .article.padding-1 .col-2 .col figcaption,
    .article.padding-1 .col-3 .col figcaption,
    .article.padding-1 .col-4 .col figcaption { margin-right: 0%; }

    #hero-2 img { object-position: 75% 50%; }
    #header aside figure svg .text { display: none; }
    #header aside figure svg .object { transform: translateX(240px); }
}



/* CUSTOM ABK ENDAST */

.page-33 table tr td {
    width: 40%;
}

.page-33 table tr td + td {
    width: 15%;
}

.page-27 table tr td, .page-31 table tr td, .page-32 table tr td { width: 20%; }

.page-27 table tr td + td + td, .page-31 table tr td + td + td, .page-32 table tr td + td + td {
    width: 13.53%;
}





