* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

section {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

body {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: black;
}

.clearfix {
    display: table;
    clear: both;
}

.out {
    width: 100%;
    margin: 0 auto;
    position: relative;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1000px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.header {
    padding: 25px 0;
}

.header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .logo {
    font-size: 50px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    position: relative;
    padding-right: 15px;
}

.header .logo:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #000 transparent transparent;
}

.header .logo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: #000;
}

.header nav a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 10px 15px;
}

.subnav {
    padding: 15px 0 55px;
}

.subnav .inner {}

.subnav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.subnav ul:after {
    display: block;
    content: "";
    position: absolute;
    height: 2px;
    width: 1000px;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #cda470;
    z-index: -1;
}

.subnav li {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding-right: 20px;
    color: #000;
    position: relative;
}

.subnav li:after {
    content: ">";
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: #b2b2b2;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.subnav li:last-child:after {
    display: none;
}

.interview .text-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.interview .text-wrap:after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 1000px;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #cda470;
    z-index: -1;
}

.interview h2 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 15px;
    background: #fff;
}

.interview .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 20px 20px;
    border: 2px solid #cda470;
    border-top-color: transparent;
    border-right-color: transparent;
}

.interview .interview-colum {
    max-width: 260px;
    width: 100%;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.interview .interview-colum img {
    max-width: 265px;
    width: 100%;
    border-radius: 100%;
}

.interview .interview-colum span {
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 20px;
}

.interview .interview-cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.interview .interview-cont span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #cda470;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 25px;
}

.interview .interview-cont span:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #cda470 transparent transparent;
}

.interview .interview-cont span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #cda470;
}

.interview .interview-cont h1 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(rgba(19, 18, 18, 1)), color-stop(20%, rgba(232, 8, 54, 1)), color-stop(38%, rgba(56, 51, 51, 1)), color-stop(60%, rgba(235, 17, 17, 1)), color-stop(81%, rgba(29, 27, 28, 1)), to(rgba(242, 7, 7, 1)));
    background: linear-gradient(90deg, rgba(19, 18, 18, 1) 0%, rgba(232, 8, 54, 1) 20%, rgba(56, 51, 51, 1) 38%, rgba(235, 17, 17, 1) 60%, rgba(29, 27, 28, 1) 81%, rgba(242, 7, 7, 1) 100%);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 25px;
}

.main {
    margin: 30px 0;
}

.main h2 {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 25px;
}

.main h3 {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
}

.main h4 {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
}

.main p {
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
}

.main p i {
    font-style: italic;
}

.main b {
    font-weight: 700;
}

.main p a {
    color: #cda470;
}

.main ul {
    margin-bottom: 15px;
    margin-top: -10px;
}

.main li {
    margin-bottom: 5px;
    /* padding-left: 15px;
	position: relative; */
    list-style: none;
}

/* .main li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 100%;
} */
.main img {
    max-width: 450px;
    width: 100%;
    margin-bottom: 15px;
}

.main .img-left {
    margin-right: 30px;
    float: left;
}

.main .img-right {
    margin-left: 30px;
    float: right;
}

.main span {
    display: inline-block;
    color: #b2b2b2;
    margin-bottom: 35px;
}

.main span b {
    color: #000;
}

.main .line {
    width: 100%;
    height: 2px;
    background-color: #cda470;
    margin-bottom: 35px;
}

.author {
    padding: 0 0 30px 0;
}

.author .inner {
    background-color: #f7f4f0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 15px;
}

.author .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.author .cont p {
    color: #cda470;
    margin-top: 5px;
    text-transform: uppercase;
}

.author .date b {
    font-weight: 700;
}

.footer {
    background: #000;
    padding: 30px 0;
}

.footer .inner {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .logo {
    font-size: 50px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-right: 15px;
    margin-bottom: 15px;
}

.footer .logo:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #fff transparent transparent;
}

.footer .logo:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: #fff;
}

.footer .sub {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
}

.footer .form-wrap {
    max-width: 450px;
    width: 100%;
}

.footer .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 30px;
}

.footer form.active {
    display: none;
}

.footer form.active+.success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .success {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    background-color: #262626;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin-bottom: 30px;
}

.footer form:after {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #4f4f4f;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.footer form input {
    width: 50%;
    height: 100%;
    padding: 0 15px;
    background-color: #262626;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
}

.footer form button {
    font-size: 16px;
    font-weight: 700;
    width: 50%;
    height: 100%;
    background-color: #262626;
    color: #929292;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
}

.footer form button:hover {
    color: #fff;
}

.footer .policy {
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .policy a {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 0 20px 0;
    padding: 0
}

.footer .policy p {
    color: #fff;
}

.cookie-notice {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 0;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.cookie-notice .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookie-notice .info {
    margin-right: 40px;
}

.cookie-notice .info p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.cookie-notice .info p a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-notice .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cookie-notice .buttons .cookie-btn {
    position: relative;
    width: 170px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    outline: none;
    z-index: 2
}

.cookie-notice .buttons .cookie-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 102%;
    height: 50%;
    top: 50%;
    left: 50%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cookie-notice .buttons .cookie-btn:hover:after {
    height: 210%;
    opacity: 1;
}

.cookie-notice .buttons .cookie-btn:focus:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
    transform: translateX(-50%) translateY(-50%) rotate(0);
    outline: none
}

.cookie-notice .buttons .accept:hover {
    color: #fff;
    outline: none;
}

.cookie-notice .buttons .discard {
    background-color: transparent;
    color: #929292;
    color: #ccc;
    border: 1px solid #ccc;
    margin-top: 10px;
}

.cookie-notice .buttons .discard:hover {
    color: #fff;
    outline: none;
}

.cookie-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:800px) {
    .inner {
        max-width: 600px;
    }

    .interview .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right-color: #cda470;
        padding: 0 20px 20px;
    }

    .interview .interview-colum {
        margin: 0 auto;
    }

    .interview .interview-colum span {
        margin-top: 10px;
    }

    .interview .interview-cont {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .interview .interview-cont h1 {
        text-align: center;
    }

    .interview .interview-cont span {
        display: inline-block;
        text-align: center;
    }

    .main .inner {
        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: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main h2 {
        text-align: center;
    }

    .main .img-left,
    .main .img-right {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:600px) {
    .inner {
        max-width: 480px;
    }

    .header .logo {
        font-size: 38px;
    }

    .header nav {
        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: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-decoration: underline;
    }

    .header nav a {
        padding: 7px 0;
    }

    .main h2 {
        font-size: 20px;
    }

    .author .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .author .wrap {
        margin-bottom: 10px;
    }

    .cookie-notice .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cookie-notice .info {
        margin: 0 0 20px 0;
    }

    .cookie-notice .buttons {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cookie-notice .buttons .cookie-btn {
        max-width: 280px;
        width: 100%;
    }
}

#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 20px;
    text-align: center;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1000;
}

#consent-message {
    max-width: 90%;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.5;
}

#consent-message a {
    color: #007bff;
    text-decoration: none;
}

#consent-message a:hover {
    text-decoration: underline;
}

.consent-buttons {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.consent-button {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    color: white;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 150px;
    font-size: 0.9rem;
}

.consent-button:hover {
    background-color: #0056b3;
}

#additional-settings {
    display: none;
    text-align: left;
    margin-top: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
}

.switch input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.switch span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
}

@media (max-width: 480px) {
    .consent-button {
        padding: 10px;
        margin: 3px;
    }

    #consent-message {
        font-size: 0.8rem;
    }
}