@import url(https://fonts.googleapis.com/css?family=Nunito:300, 300i, 400, 400i, 700, 700i&display=swap&subset=latin-ext);
body {
    font-family: Nunito;
    color: #423f48;
    font-weight: 400;
    font-style: normal;
}
.c-textcolor {
    color: #423f48;
}
a.c-textcolor:hover {
    color: #f26c4f;
}
.p-mb-0 p {
    margin-bottom: 0;
}
.fw-bold {
    font-weight: 700;
}
.fw-light {
    font-weight: 200;
}
h1 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 48px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: -webkit-calc(38px + 10 * ((100vw - 992px)/ 207));
        font-size: calc(38px + 10 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    h1 {
        font-size: -webkit-calc(38px + 10 * ((100vw - 769px)/ 222));
        font-size: calc(38px + 10 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    h1 {
        font-size: -webkit-calc(38px + 10 * ((100vw - 576px)/ 201));
        font-size: calc(38px + 10 * ((100vw - 576px) / 201));
    }
}
h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    h2 {
        font-size: 40px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: -webkit-calc(32px + 8 * ((100vw - 992px)/ 207));
        font-size: calc(32px + 8 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    h2 {
        font-size: -webkit-calc(32px + 8 * ((100vw - 769px)/ 222));
        font-size: calc(32px + 8 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    h2 {
        font-size: -webkit-calc(32px + 8 * ((100vw - 576px)/ 201));
        font-size: calc(32px + 8 * ((100vw - 576px) / 201));
    }
}
h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    h3 {
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: -webkit-calc(25px + 0 * ((100vw - 992px)/ 207));
        font-size: calc(25px + 0 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    h3 {
        font-size: -webkit-calc(25px + 0 * ((100vw - 769px)/ 222));
        font-size: calc(25px + 0 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    h3 {
        font-size: -webkit-calc(25px + 0 * ((100vw - 576px)/ 201));
        font-size: calc(25px + 0 * ((100vw - 576px) / 201));
    }
}
h4 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    h4 {
        font-size: 23px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: -webkit-calc(23px + 0 * ((100vw - 992px)/ 207));
        font-size: calc(23px + 0 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    h4 {
        font-size: -webkit-calc(23px + 0 * ((100vw - 769px)/ 222));
        font-size: calc(23px + 0 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    h4 {
        font-size: -webkit-calc(23px + 0 * ((100vw - 576px)/ 201));
        font-size: calc(23px + 0 * ((100vw - 576px) / 201));
    }
}
h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
    letter-spacing: 2.5px;
}
@media (min-width: 1200px) {
    h5 {
        font-size: 32px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h5 {
        font-size: -webkit-calc(24px + 8 * ((100vw - 992px)/ 207));
        font-size: calc(24px + 8 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    h5 {
        font-size: -webkit-calc(24px + 8 * ((100vw - 769px)/ 222));
        font-size: calc(24px + 8 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    h5 {
        font-size: -webkit-calc(24px + 8 * ((100vw - 576px)/ 201));
        font-size: calc(24px + 8 * ((100vw - 576px) / 201));
    }
}
h6 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    h6 {
        font-size: 29px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    h6 {
        font-size: -webkit-calc(22px + 7 * ((100vw - 992px)/ 207));
        font-size: calc(22px + 7 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    h6 {
        font-size: -webkit-calc(22px + 7 * ((100vw - 769px)/ 222));
        font-size: calc(22px + 7 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    h6 {
        font-size: -webkit-calc(22px + 7 * ((100vw - 576px)/ 201));
        font-size: calc(22px + 7 * ((100vw - 576px) / 201));
    }
}
ol,
p,
ul {
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
    ol,
    p,
    ul {
        font-size: 19px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    ol,
    p,
    ul {
        font-size: -webkit-calc(19px + 0 * ((100vw - 992px)/ 207));
        font-size: calc(19px + 0 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    ol,
    p,
    ul {
        font-size: -webkit-calc(19px + 0 * ((100vw - 769px)/ 222));
        font-size: calc(19px + 0 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    ol,
    p,
    ul {
        font-size: -webkit-calc(19px + 0 * ((100vw - 576px)/ 201));
        font-size: calc(19px + 0 * ((100vw - 576px) / 201));
    }
}
ol a,
p a,
ul a {
    color: #20a8b6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
ol a:hover,
p a:hover,
ul a:hover {
    color: #20a8b6;
}
ol small,
p small,
ul small {
    font-size: 15px;
    line-height: 1;
}
small {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 1.5rem;
    display: block;
}
b,
strong {
    font-weight: 700;
}
.form-group {
    margin-bottom: 0.5rem;
}
select.form-control {
    font-size: 15px;
}
.form-control {
    font-size: 25px;
    border-radius: 0;
    border: 1px solid #423f48;
    height: 42px;
    box-shadow: none !important;
    max-width: 430px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.form-control::-webkit-input-placeholder {
    color: #221c28;
    font-size: 25px;
}
.form-control::-moz-placeholder {
    color: #221c28;
    font-size: 25px;
}
.form-control:-ms-input-placeholder {
    color: #221c28;
    font-size: 25px;
}
.form-control:-moz-placeholder {
    color: #221c28;
    font-size: 25px;
}
.form-control::-ms-clear,
.form-control::-ms-reveal {
    display: none;
}
.form-control:active,
.form-control:focus,
.form-control:hover {
    border-color: #20a8b6;
}
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #404040;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 3px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f26c4f;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes autofill {
    to {
        color: #000;
        background: #fff;
    }
}
@keyframes autofill {
    to {
        color: #000;
        background: #fff;
    }
}
.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #423f48;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn.disabled,
.btn:disabled {
    opacity: 0.5;
    box-shadow: none;
    pointer-events: none;
}
.btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff !important;
    background-color: #20a8b6;
}
.btn-primary:hover {
    color: #fff;
    background-color: #20a8b6;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #20a8b6;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #20a8b6;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-primary-outline {
    color: #20a8b6;
    background-color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.btn-primary-outline:hover {
    color: #fff;
    background-color: #20a8b6;
}
.btn-primary-outline.focus,
.btn-primary-outline:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
    color: #20a8b6;
    background-color: #fff;
}
.btn-primary-outline:not(:disabled):not(.disabled).active,
.btn-primary-outline:not(:disabled):not(.disabled):active,
.show > .btn-primary-outline.dropdown-toggle {
    color: #20a8b6;
    background-color: #fff;
}
.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
.btn-primary-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary {
    color: #fff !important;
}
.btn-secondary:hover {
    color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #404040;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #404040;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary-outline {
    color: #404040;
    background-color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.btn-secondary-outline:hover {
    color: #fff;
    background-color: #404040;
}
.btn-secondary-outline.focus,
.btn-secondary-outline:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
    color: #404040;
    background-color: #fff;
}
.btn-secondary-outline:not(:disabled):not(.disabled).active,
.btn-secondary-outline:not(:disabled):not(.disabled):active,
.show > .btn-secondary-outline.dropdown-toggle {
    color: #404040;
    background-color: #fff;
}
.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
.btn-secondary-outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary-outline.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.5);
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-secondary {
    background: #423f48;
    border-color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 2.5px;
}
.btn-secondary:hover {
    background: #f26c4f;
    border-color: #fff;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    height: auto;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
* {
    outline: 0 !important;
}
html {
    background-color: #f4f1f7;
    font-family: system-ui;
    font-size: 16px;
}
.z-top {
    z-index: 1;
}
.page-content {
    overflow: hidden;
}
.text-underline {
    text-decoration: underline;
}
.text-gold {
    color: #dbab56 !important;
}
@media (min-width: 1500px) {
    .container--xl {
        max-width: 1260px;
    }
}
.slick-initialized .slick-slide {
    margin-top: 40px;
}
section {
    position: relative;
    padding: 0;
}
section .container,
section .container-fluid {
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 1400px) {
    section {
        padding-left: 5.2vw;
        padding-right: 5.2vw;
    }
}
section .header-text {
    position: absolute;
    z-index: 2;
    top: 12vh;
    color: #fff;
}
section .people {
    cursor: pointer;
}
@media screen and (min-width: 992px) {
    section .people .image {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    section .people .image.active,
    section .people .image:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    section#bemutatkozas .container:after {
        content: "Bemutatkoz\00E1s";
        position: absolute;
        left: 0;
        top: 60px;
        font-size: 18px;
        color: #ada4db;
    }
    section#bemutatkozas .container:before {
        content: "";
        position: absolute;
        left: -50px;
        top: 15px;
        display: block;
        width: 90px;
        height: 90px;
        background-color: #cfc8f1;
        border: 15px solid #ebebeb;
    }
    section#eloadok h2.left-square:after {
        content: "Előad\00F3k";
        position: absolute;
        left: 0;
        top: 60px;
        font-size: 18px;
        color: #f4ab89;
    }
    section#eloadok h2.left-square:before {
        content: "";
        position: absolute;
        left: -50px;
        top: 15px;
        display: block;
        width: 90px;
        height: 90px;
        background-color: #f4d3b2;
        border: 15px solid #ebebeb;
    }
    section#jelentkezes h2.left-square:after {
        content: "Jelentkez\00E9s";
        position: absolute;
        left: 0;
        top: 60px;
        font-size: 18px;
        color: #84b29c;
    }
    section#jelentkezes h2.left-square:before {
        content: "";
        position: absolute;
        left: -50px;
        top: 15px;
        display: block;
        width: 90px;
        height: 90px;
        background-color: #97ecc3;
        border: 15px solid #ebebeb;
    }
    section#csomagok h2.left-square:after {
        content: "Csomagok";
        position: absolute;
        left: 0;
        top: 60px;
        font-size: 18px;
        color: #64b26a;
    }
    section#csomagok h2.left-square:before {
        content: "";
        position: absolute;
        left: -50px;
        top: 15px;
        display: block;
        width: 90px;
        height: 90px;
        background-color: #9feca2;
        border: 15px solid #fff;
    }
    section#program h2.left-square:after {
        content: "Program";
        position: absolute;
        left: 0;
        top: 60px;
        font-size: 18px;
        color: #c699e5;
    }
    section#program h2.left-square:before {
        content: "";
        position: absolute;
        left: -50px;
        top: 15px;
        display: block;
        width: 90px;
        height: 90px;
        background-color: #e4c2e5;
        border: 15px solid #fff;
    }
}
section .container {
    border-left: 2px dashed #ddd;
}
@media screen and (max-width: 992px) {
    section .header-text {
        position: relative;
        color: #423f48;
        top: 0;
    }
    section#csomagok .row,
    section#eloadok .row {
        padding: 0 !important;
        margin: 0 !important;
    }
    section .container {
        border-left: none;
    }
}
section .container .package-card {
    background: #ddd;
    border-radius: 20px;
    padding: 20px 20px 80px;
    margin: 1%;
}
section .container .package-card--featured .feature {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    background: #f26c4f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    padding: 2px 25px;
}
section .container .package-card--featured h2 {
    color: #f26c4f !important;
}
section .container .package-card h3 {
    font-size: 25px;
}
section .container .package-card h2 {
    padding: 20px 0;
    font-size: 35px;
    color: #7c84d7;
}
section .container .package-card li,
section .container .package-card p {
    font-size: 15px;
}
section .container .package-card ul {
    text-align: left;
    list-style: disc;
    margin-left: 10px;
}
section .container .package-card .btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
section .container .package-card label:hover:before {
    border: 3px solid #20a8b6 !important;
}
[type="checkbox"]:not(:checked):focus + label:before {
    border: 3px solid #ddd !important;
}
label:hover:before {
    border: 3px solid #20a8b6 !important;
}
.primary-bg {
    background: #ebebeb !important;
}
.primary-bg a,
.primary-bg a:hover {
    color: #000;
}
.secondary-bg {
    background: #221c28 !important;
}
.secondary-bg a {
    color: #000;
}
.white-bg {
    background: #fff !important;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
    color: #f48269;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img .alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img .alignnone {
    margin: 5px 20px 20px 0;
}
a img .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #ddd;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption .alignleft,
.wp-caption .alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption .alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-textfocus {
    background-color: #ddd;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 15px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.slick-loading .slick-list {
    background: url(../img/ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick/slick.eot);
    src: url(../fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick/slick.woff) format("woff"), url(../fonts/slick/slick.ttf) format("truetype"), url(../fonts/slick/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #ddd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #ddd;
}
.slick-list,
.slick-track {
    -webkit-perspective: 2000;
    perspective: 2000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
footer {
    padding: 1.375rem 0 2.125rem;
    background-color: #f4f1f7;
    text-align: center;
}
footer a {
    color: #423f48;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0 1.25rem;
    letter-spacing: 2.5px;
}
@media screen and (max-width: 992px) {
    footer a {
        padding: 0 0.5rem;
    }
    .navbar {
        padding: 0 0 0 15px;
        height: 70px;
    }
}
footer a.image-link img {
    width: 66px;
}
@media screen and (max-width: 340px) {
    footer a {
        padding: 0 0.25rem;
    }
    footer a.image-link img {
        width: 60px;
    }
}
footer a:hover {
    color: #dbab56;
    text-decoration: none;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    display: inline-block;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #20a8b6;
}
.navbar {
    background-color: #f4f1f7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.navbar .navbar-toggler {
    position: absolute;
    top: 55%;
    right: -0.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navbar .navbar-brand img {
    width: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.navbar.is-scrolled {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 15px 0 rgba(66, 63, 72, 0.1);
}
.navbar.is-scrolled .navbar-brand img {
    width: auto;
}
.navbar .navbar-nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.navbar .navbar-collapse .nav-item .nav-link {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #423f48;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    letter-spacing: 0;
    text-align: center;
    position: relative;
}
@media (min-width: 1200px) {
    .navbar .navbar-collapse .nav-item .nav-link {
        font-size: 18px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-collapse .nav-item .nav-link {
        font-size: -webkit-calc(16px + 2 * ((100vw - 992px)/ 207));
        font-size: calc(16px + 2 * ((100vw - 992px) / 207));
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .navbar .navbar-collapse .nav-item .nav-link {
        font-size: -webkit-calc(16px + 2 * ((100vw - 769px)/ 222));
        font-size: calc(16px + 2 * ((100vw - 769px) / 222));
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    .navbar .navbar-collapse .nav-item .nav-link {
        font-size: -webkit-calc(16px + 2 * ((100vw - 576px)/ 201));
        font-size: calc(16px + 2 * ((100vw - 576px) / 201));
    }
}
.navbar .navbar-collapse .nav-item .nav-link.active,
.navbar .navbar-collapse .nav-item .nav-link:hover {
    color: #dbab56;
}
.navbar .navbar-collapse .nav-item .nav-link.dropdown-toggle:after {
    content: none;
}
.navbar .navbar-collapse .nav-item a {
    text-decoration: none;
}
@media screen and (max-width: 992px) {
    .navbar.is-scrolled .navbar-collapse {
        top: 60px;
    }
    .navbar.is-scrolled {
        height: 60px;
    }
    .navbar.is-scrolled .navbar-brand img {
        width: auto;
        margin: 0;
    }
    .navbar .navbar-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .navbar .navbar-collapse .nav-item .nav-link {
        color: #423f48;
    }
    .navbar .navbar-collapse {
        display: block;
        position: fixed;
        top: 70px;
        left: 20vw;
        width: 80vw;
        height: -webkit-calc(100vh - 70px);
        height: calc(100vh - 70px);
        background: #fff;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: 10;
        pointer-events: none;
        padding-top: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .navbar .navbar-collapse:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100vw;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        pointer-events: none;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .navbar .navbar-collapse .nav-item .nav-link.active,
    .navbar .navbar-collapse .nav-item .nav-link:hover {
        color: #f4f1f7;
    }
    .navbar .navbar-collapse.is-opened {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: auto;
    }
    .navbar .navbar-collapse.is-opened:before {
        background: rgba(0, 0, 0, 0.5);
        pointer-events: auto;
    }
}
.dropdown-menu {
    background-color: #f4f1f7;
    border: 2px solid #fff;
    border-radius: 0;
}
.dropdown-menu .dropdown-item {
    color: #423f48;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2.5px;
    padding: 0 10px;
}
.dropdown-menu .dropdown-item:hover {
    background: 0 0;
    text-decoration: underline;
    color: #fff;
}
.dropdown-menu .dropdown-item.active {
    background: 0 0;
}
.cover {
    position: relative;
    height: auto;
    padding: 0;
}
.cover .slide {
    height: auto;
    background-size: cover;
    background-position: center;
}
.cover .slide ul {
    list-style: disc;
    margin-left: 30px;
}
.cover .slick-dots {
    bottom: 18px;
}
.cover .slick-dots li {
    margin: 0 2px;
}
.cover .slick-dots li button:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #423f48;
    background: 0 0;
    opacity: 1;
    border-radius: 14px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.cover .slick-dots li.slick-active button:before {
    background: #423f48;
}
.arrow {
    color: #423f48;
    font-size: 48px;
    cursor: pointer;
    z-index: 10;
}
.arrow--left {
    position: absolute;
    top: 50%;
    left: -5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrow--right {
    position: absolute;
    top: 50%;
    right: -5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#left_arrow_text,
#right_arrow_text {
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px;
    line-height: 15px;
}
#left_arrow_text {
    left: 24px;
    text-align: left;
}
#right_arrow_text {
    right: 24px;
    text-align: right;
}
.image {
    z-index: 1;
    max-width: 100%;
}
@media screen and (max-width: 992px) {
    .cover {
        padding: 0 !important;
    }
    .arrow--left {
        left: 1rem;
    }
    .arrow--right {
        right: 1rem;
    }
    #left_arrow_text,
    #right_arrow_text {
        display: none;
    }
    .image {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
}
select {
    max-width: 100%;
}
.own-select {
    position: relative;
    width: 100%;
}
.own-select img {
    z-index: 1;
}
.own-select img.opened {
    z-index: 100000;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.own-select select {
    opacity: 0.25;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
}
@media screen and (max-width: 576px) {
    .own-select {
        display: block;
        max-width: none;
    }
}
.own-select .select {
    display: block;
    text-align: left;
    color: #000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: relative;
    background: 0 0;
    border: 1px solid;
}
.own-select .select.disabled {
    pointer-events: none;
    opacity: 0.75;
}
.own-select .select.disabled .arrow {
    display: none;
}
.own-select .select.hover .label {
    opacity: 0.5;
}
.own-select .select.hover .arrow {
    -webkit-transform: translate(0, -60%) rotate(180deg);
    -ms-transform: translate(0, -60%) rotate(180deg);
    transform: translate(0, -60%) rotate(180deg);
}
.own-select .select:hover {
    cursor: pointer;
    border-color: #20a8b6;
}
.own-select .select .label {
    position: absolute;
    top: 50%;
    left: 0.7rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
}
.own-select .select .label p {
    display: none;
}
.own-select .select .arrow {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    font-size: 13px;
    margin-top: 3px;
    color: #000;
    z-index: 10;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.own-select .options {
    display: none;
    text-align: left;
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0;
    max-height: 420px;
    overflow-y: scroll;
    border-radius: 4px;
    border: 1px solid;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.own-select .options a {
    display: block;
    color: #000;
    font-size: 14px;
}
.own-select .options a:hover {
    text-decoration: none;
}
.own-select .options::-webkit-scrollbar {
    width: 0;
}
.own-select .options::-webkit-scrollbar-track {
    width: 0;
    height: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
.own-select .options::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    background-color: transparent;
    outline: 0;
}
.own-select .options li {
    background: #fff;
    list-style: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    line-height: 40px;
    cursor: pointer;
    padding: 0 -webkit-calc(1rem - 4px);
    padding: 0 calc(1rem - 4px);
    white-space: nowrap;
}
.own-select .options li:hover {
    background: #ddd;
}
.own-select .options li.disabled {
    pointer-events: none;
}
.own-select.with-picture .options li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: $bold;
    line-height: 1;
    padding: 1.25rem 1.9rem -webkit-calc(0.75rem + 1px);
    padding: 1.25rem 1.9rem calc(0.75rem + 1px);
    position: relative;
}
.own-select.with-picture .options li div {
    white-space: normal;
}
.own-select.with-picture .options li:after {
    content: "";
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    left: 1.9rem;
    height: 1px;
    width: -webkit-calc(100% - 3.8rem);
    width: calc(100% - 3.8rem);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.own-select.with-picture .options li small {
    font-family: $light;
    margin-bottom: 0;
}
.own-select.with-picture .options li img {
    width: 28px;
    margin-right: 0.75rem;
    margin-top: -3px;
    margin-bottom: 3px;
}
.own-select.with-picture .options li:hover,
.own-select.with-picture .options li:hover:after {
    background: #f26c4f;
}
.own-select.with-picture .options li:last-of-type:after {
    content: none;
}
/*# sourceMappingURL=style.minified.css.map */
