@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.hca_company_analysis_section {
min-height: 650px;
padding: 50px;
padding-top: 50px;
padding-bottom: 50px !important;
background: #092A84 !important;
}
.hca_company_analysis_content_left {
display: inline-block;
width: 50%;
padding-right: 75px;
box-sizing: border-box;
}
.hca_company_analysis_content_right {
display: inline-block;
width: 50%;
box-sizing: border-box;
float: right;
}
.hca_company_analysis_page#page_1 {
background: #092A84;
}
.hca_company_analysis_page#page_1 H2 {
position: relative;
font-size: 52px;
line-height: 68px;
color: #fff;
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}
.hca_company_analysis_page#page_1 .title {
position: relative;
font-size: 15px;
line-height: 20px;
color: #6297BF;
padding: 0px;
padding-left: 30px;
padding-bottom: 20px;
margin: 0px;
margin-top: 150px;
}
.hca_company_analysis_page#page_1 .title:before {
position: absolute;
left: 0px;
top: 10px;
width: 15px;
height: 1px;
background: #6297BF;
content: "";
}
.hca_company_analysis_page#page_1 P {
position: relative;
font-size: 15px;
line-height: 20px;
color: #fff;
padding: 0px;
}
.hca_form_box {
position: relative;
padding: 50px;
margin-bottom: 50px;
background: #fff;
}
.hca_form_box .form-group {
padding-bottom: 20px;
}
.hca_form_box .form-group .input-wrapper {
display: inline-block;
}
.hca_form_box LABEL {
display: block;
font-size: 15px;
line-height: 20px;
color: #092A84;
}
.hca_form_box INPUT[type="text"], .hca_form_box INPUT[type="email"] {
display: block;
width: 100%;
font-size: 15px;
line-height: 30px;
color: #092A84;
padding: 7px 15px;
background: none;
border: none;
border-bottom: 1px solid rgba(20, 44, 127, 0.3);
border-radius: 0px !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.hca_form_box INPUT::placeholder {
color: rgba(20, 44, 127, 0.3);
}
.hca_form_box INPUT[type="text"]:focus, .hca_form_box INPUT[type="email"]:focus {
border: none;
border-bottom: 1px solid rgba(20, 44, 127, 1);
}
.hca_form_box INPUT[type="text"]:focus:required:invalid, .hca_form_box INPUT[type="email"]:focus:required:invalid {
border: none;
border-bottom: 1px solid #D9021B;
}
.hca_form_box INPUT[type="text"]:focus:invalid, .hca_form_box INPUT[type="email"]:focus:invalid {
border: none;
border-bottom: 1px solid #D9021B;
}
.hca_form_box .button {
display: block;
width: 100%;
font-size: 15px;
line-height: 20px;
font-weight: bold;
color: #fff;
text-align: center;
text-decoration: none !important;
padding: 15px 30px;
margin: 0 auto;
margin-bottom: 20px;
background: #D9021B;
border: 1px solid #D9021B;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.hca_form_box .button:hover {
color: #D9021B;
background: #fff;
}
.hca_company_analysis_header {
position: relative;
padding: 20px 40px;
background: #EFF1F7;
}
.hca_company_analysis_header H2 {
position: relative;
font-size: 15px;
line-height: 30px;
font-weight: bold;
color: #092A84;
padding: 0px;
padding-right: 100px;
margin: 0px;
}
.hca_company_analysis_header H2 SPAN {
position: absolute;
right: 0px;
top: 0px;
display: block;
width: 30px;
height: 30px;
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/edit.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.hca_company_analysis_header H2 SPAN.done {
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/done.svg);
}
.hca_company_analysis_content {
position: relative;
text-align: center;
padding: 40px;
background: #FFF;
}
.hca_company_analysis_content_inner {
opacity: 0;
}
.hca_company_analysis_content .done-image {
display: block;
width: 75px;
height: 75px;
margin: 0 auto;
margin-bottom: 30px;
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/mail.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.hca_company_analysis_content H2 {
max-width: 621px;
font-size: 36px;
line-height: 48px;
font-weight: normal;
color: #092A84;
text-align: center;
padding-bottom: 35px;
margin: 0 auto;
}
.hca_company_analysis_content H3 {
font-size: 26px;
line-height: 34px;
font-weight: bold;
color: #202020;
text-align: center;
padding-bottom: 30px;
}
.hca_company_analysis_content .button {
display: inline-block;
font-size: 15px;
line-height: 20px;
font-weight: bold;
color: #D9021B;
text-align: center;
text-decoration: none !important;
padding: 15px 30px;
margin: 0 auto;
margin-bottom: 20px;
background: #fff;
border: 1px solid #D9021B;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.hca_company_analysis_content .button:hover {
color: #fff;
background: #D9021B;
}
.hca_company_analysis_anwers {
margin-left: -10px;
margin-right: -10px;
box-sizing: border-box;
}
.hca_company_analysis_col {
display: inline-block;
width: 24.5%;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
box-sizing: border-box;
}
.hca_company_analysis_anwers .answer {
position: relative;
min-height: 200px;
display: block;
font-size: 15px;
line-height: 20px;
font-weight: bold;
color: #202020;
text-align: center;
text-decoration: none !important;
padding: 30px;
border: 1px solid rgba(98, 151, 191, 0.3);
box-sizing: border-box;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
.hca_company_analysis_anwers .answer SPAN {
display: block;
width: 40px;
height: 40px;
margin: 0 auto;
margin-bottom: 30px;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.hca_company_analysis_anwers .answer.answer-1 SPAN {
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/answer-4.svg);
}
.hca_company_analysis_anwers .answer.answer-2 SPAN {
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/answer-3.svg);
}
.hca_company_analysis_anwers .answer.answer-3 SPAN {
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/answer-2.svg);
}
.hca_company_analysis_anwers .answer.answer-4 SPAN {
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/answer-1.svg);
}
.hca_company_analysis_anwers .answer:after {
position: absolute;
left: 0px;
bottom: -3px;
display: block;
width: 100%;
height: 2px;
background: #fff;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
content: "";
}
.hca_company_analysis_anwers .answer.active:after {
background: #6297BF;
}
#hca_company_analysis_form {
opacity: 0;
}
.show {
position: relative;
opacity: 1 !important;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
z-index: 1001;
}
.hca_loading {
position: absolute;
left: 0px;
top: 0px;
display: block;
width: 100%;
height: 100%;
min-width: 200px;
min-height: 370px;
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/loading.gif);
background-repeat: no-repeat;
background-position: center center;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
z-index: 1000;
opacity: 0;
}
.hca_company_analysis_anwers .answer:hover:after {
background: #6297BF;
}
.hca_company_analysis_pagination {
position: relative;
text-align: center;
max-width: 267px;
margin: 0 auto;
margin-top: 20px;
}
.hca_company_analysis_pagination .prev {
position: absolute;
left: 0px;
top: 5px;
display: block;
width: 11px;
height: 22px;
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/prev.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.hca_company_analysis_pagination .next {
position: absolute;
right: 0px;
top: 5px;
display: block;
width: 11px;
height: 22px;
background-image: url(//www.skolamanazmentu.sk/wp-content/plugins/hca-company-analysis/public/images/next.svg);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.hca_company_analysis_section progress {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background-color: transparent;
display: block;
color: #D9021B;
z-index: 1001;
}
.hca_company_analysis_section progress::-webkit-progress-bar {background-color: #fff; width: 100%;}
.hca_company_analysis_section progress::-webkit-progress-value { background: #D9021B; }
.hca_company_analysis_section progress::-moz-progress-bar { background: #D9021B; }
.hca_company_analysis_section .progress-container {
width: 100%;
background-color: transparent;
position: fixed;
top: 0;
left: 0;
height: 0.25em;
display: block;
z-index: 1001;
}
.hca_company_analysis_section .progress-bar {
flex-direction: column;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #D9021B;
transition: width .6s ease;
}
.hca_company_analysis_section .progress-bar {
width: 50%;
display: block;
height: inherit;
}
@media (max-width: 768px) {
.hca_company_analysis_content_left {
display: block;
width: 100%;
padding: 0px;
float: none;
}
.hca_company_analysis_content_right {
display: block;
width: 100%;
padding: 0px;
float: none;
}
.hca_form_box {
padding: 20px;
padding-top: 35px;
}
.hca_company_analysis_header {
padding: 20px;
}
.hca_company_analysis_header H2 {
padding-right: 35px;
}
.hca_company_analysis_section {
padding: 20px;
}
.hca_company_analysis_page#page_1 .title {
margin: 0px;
}
.hca_company_analysis_content {
padding: 20px;
}
.hca_company_analysis_header H2 SPAN {
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.hca_company_analysis_col {
display: block;
width: 100%;
}
.hca_company_analysis_anwers .answer {
position: relative;
min-height: 100px;
}
.hca_company_analysis_content H2 {
font-size: 23px;
line-height: 40px;
}
.hca_company_analysis_pagination {
margin-bottom: 15px;
}
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.spu-box,
.spu-box *{
box-sizing: border-box;
}
.wppopups-whole{
position: relative;
width: 100%;
left: 0;
top: 0;
z-index: 999998;
display: flex;
align-items: center;
justify-content: center;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
}
.spu-box {
zoom:1;
}
.spu-box {
position:fixed;
z-index: 999999;
width: 100%;
max-height: 100vh;
}
.spu-box img{
max-width: 100%;
height: auto;
}
.spu-box img.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .spu-box.spu-position-top-left{
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-position-top-right{
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-position-top-center{
top: 0; right: auto; bottom: auto; left: auto;
}
.spu-box.spu-position-bottom-left{
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-position-bottom-right{
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-box.spu-position-bottom-center{
top: auto; right: auto; bottom: 0; left: auto;
}
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
margin: 0;
width: 100% !important;
max-width: 100% !important;
position: fixed;
}
.spu-box.spu-position-top-bar{
top: 0;
}
.spu-box.spu-position-bottom-bar{
bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-fields-container,
.spu-box.spu-position-top-bar .spu-content .spu-fields-container{
padding: 0;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100% !important;
}
.spu-box.spu-position-bottom-bar .spu-content > *,
.spu-box.spu-position-top-bar .spu-content > *{
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-form,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-top-bar .spu-content .spu-optin-form {
display: inline-flex;
margin-bottom: 0;
}
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr,
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr{
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content label.spu-fields.spu-gdpr ,
.spu-box.spu-position-top-bar .spu-content label.spu-fields.spu-gdpr {
margin-left: 20px;
margin-bottom: 0;
}
.spu-box.spu-position-bottom-bar .spu-content .spu-optin-fields .spu-fields ,
.spu-box.spu-position-top-bar .spu-content .spu-optin-fields .spu-fields {
min-width: 250px;
}
.spu-box.spu-position-bottom-bar .spu-content button.spu-fields.spu-submit ,
.spu-box.spu-position-top-bar .spu-content button.spu-fields.spu-submit {
width: 120px;
margin-left: 20px;
} .spu-close{
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: .5;
text-decoration: none;
cursor: pointer;
z-index: 9999;
}
html .spu-box a.spu-close {
text-decoration: none;
}
.spu-close-top_right{
right:8px;
top:5px;
}
.spu-close-top_left{
left:8px;
top:5px;
}
.spu-close-bottom_right{
right:8px;
bottom:5px;
}
.spu-close-bottom_left{
left:8px;
bottom:5px;
}
.spu-close:hover,
.spu-close:focus {
text-decoration: none;
display: block;
} p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-box.spu-scrollable p.spu-powered {
display: none;
} .spu-addon-container {
text-align: center;
margin: 36px 32px 44px;
}
.spu-addon-container:after {
clear: both;
content: " ";
display: table;
}
.spu-addon-title {
font-size: 24px;
}
.spu-addon-msg {
font-size: 17px;
}
.spu-input-text {
background-color: #fff;
width: 49%;
height: 44px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0;
vertical-align: middle;
}
.spu-button {
display: block;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 0 0 1px;
font-size: 15px;
padding: 10px 12px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
text-decoration: none;
margin: 0;
height: auto;
width: 35%;
border: 0;  
}
.spu-button-bg {
width: 100% !important;
}
.spu-inline {
display: inline-block !important;
}
.spu-errors {
color: red;
text-align: center;
margin-top: 20px;
} .spu-optin-form .spu-helper-fields{
display: none;
}
.spu-fields-container{
padding: 36px 32px 44px;
position: relative;
}
.spu-fields.spu-name,
.spu-fields.spu-email{
background-color: #fff;
width: 100%;
height: 48px;
border: 1px solid #cdd1d4;
-webkit-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
-moz-box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
box-shadow: 0 0 6px -3px rgba(0,0,0,0.8) inset;
border-radius: 3px;
font-size: 18px;
line-height: 38px;
padding: 4px 6px;
overflow: hidden;
outline: none;
margin: 0 0 20px 0;
vertical-align: middle;
display: block;
}
.spu-fields.spu-submit{
background: #50bbe8;
border: 1px solid #429bc0;
-webkit-box-shadow: 0 1px 1px -1px #fff inset;
-moz-box-shadow: 0 1px 1px -1px #fff inset;
box-shadow: 0 1px 1px -1px #fff inset;
-webkit-text-shadow: #888 -0 0 1px;
-moz-text-shadow: #888 -0 0 1px;
text-shadow: #888 -0 0 1px;
width: 24%;
color: #fff;
font-size: 16px;
padding: 10px 6px;
line-height: 24px;
text-align: center;
vertical-align: middle;
cursor: pointer;
display: inline;
margin: 0;
height: auto;
}
.spu-fields.spu-submit i{
display: none;
}
.spu-optin-fields {
display: block;
}
.spu-optin-fields.spu-inline-fields {
display: flex;
margin-bottom: 20px;
}
.spu-optin-fields.spu-inline-fields .spu-fields{
margin-bottom: 0px;
}
.spu-optin-fields.spu-inline-fields .spu-fields.spu-name {
margin-right: 20px;
}
.spu-fields.spu-email{
margin-right: 0;
}
.spu-fields.spu-submit {
width: 100%;
max-width: 100%;
}
.spu-fields.spu-submit span{
transition: all 1s;
opacity:1;
}
.spu-fields.spu-submit svg{
display:none;
margin:0 auto;
transition: all 1s;
}
.spu-fields.spu-submit svg path,
.spu-fields.spu-submit svg rect{
fill: #fff;
}
.spu-fields.spu-submit.spu-sending span{
display: none;
opacity: 0;
}
.spu-fields.spu-submit.spu-sending svg{
display: block;
opacity: 1;
}
.optin-errors {
color: red;
text-align: center;
margin-top: 20px;
} span.spu-timer {
position: absolute;
bottom: 0px;
left: 0px;
font-size: 12px;
position: absolute;
width: 100%;
text-align: right;
padding: 0 10px;
}
@media all and (max-width: 568px){
.spu-box{
max-width: 90vw !important;
}
.spu-box.spu-position-fullscreen,
.spu-box.spu-position-top-bar,
.spu-box.spu-position-bottom-bar{
max-width: 100vw !important;
}
.spu-box.spu-position-bottom-bar .spu-content,
.spu-box.spu-position-top-bar .spu-content {
flex-flow: column;
}
.pop-up-text2{
margin-bottom: 25px !important;
}
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}@font-face{font-family:'TT Hoves';src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/TTHovesLight.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'TT Hoves';src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/TTHovesRegular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'TT Hoves';src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/TTHovesMedium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'TT Hoves';src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/TTHovesDemiBold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'TT Hoves';src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/TTHovesBold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'TT Hoves';src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/TTHovesBlack.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Haggard Nova';src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/HaggardNovaRegular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-Thin.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-ThinItalic.ttf) format("truetype");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-ExtraLight.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-ExtraLightItalic.ttf) format("truetype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-SemiBoldItalic.ttf) format("truetype");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-ExtraBold.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-ExtraBoldItalic.ttf) format("truetype");font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-Black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/Poppins-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:icomoon;src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/icomoon.eot?web);src:url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/icomoon.eot?#iefixweb) format("embedded-opentype"),url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/icomoon.woff?web) format("woff"),url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/icomoon.ttf?web) format("truetype"),url(//www.skolamanazmentu.sk/wp-content/themes/hca/fonts/icomoon.svg?web#icomoon) format("svg");font-weight:400;font-style:normal}[class*=" icon-"],[class^=icon-]{font-family:icomoon;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-arrow-up:before{content:"\e900"}.icon-arrow-down:before{content:"\e901"}.icon-arrow-left:before{content:"\e902"}.icon-arrow-right:before{content:"\e903"}.icon-arrow-up-2:before{content:"\e904"}.icon-arrow-down-2:before{content:"\e905"}.icon-arrow-left-2:before{content:"\e906"}.icon-arrow-right-2:before{content:"\e907"}.icon-plus:before{content:"\e908"}.icon-minus:before{content:"\e909"}.icon-tick:before{content:"\e90a"}.icon-times:before{content:"\e90b"}.icon-drag:before{content:"\e90c"}.icon-search:before{content:"\e90d"}.icon-contact:before{content:"\e90e"}.icon-marker:before{content:"\e90f"}.icon-facebook:before{content:"\e910"}.icon-instagram:before{content:"\e911"}.icon-linkedin:before{content:"\e912"}.icon-twitter:before{content:"\e913"}.icon-youtube:before{content:"\e914"}.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{-webkit-box-shadow:0 0 0 2px #00bcd4;box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button{display:none}.choices[data-type*=select-one]:after{content:'';height:0;width:0;border-style:solid;border-color:#333 transparent transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333 transparent;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin-top:0;margin-right:-4px;margin-bottom:0;margin-left:8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;-webkit-box-sizing:border-box;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:500;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input:focus{outline:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}.so-panel .panel-widget-style.default-top-pad .content-section{padding-top:var(--content-section-padding)}.so-panel .panel-widget-style.default-bottom-pad .content-section{padding-bottom:var(--content-section-padding)}.so-panel .panel-widget-style.default-pad .content-section{padding-top:var(--content-section-padding);padding-bottom:var(--content-section-padding)}.so-panel .panel-widget-style.small-top-pad .content-section{padding-top:var(--content-section-small-padding)}.so-panel .panel-widget-style.small-bottom-pad .content-section{padding-bottom:var(--content-section-small-padding)}.so-panel .panel-widget-style.small-pad .content-section{padding-top:var(--content-section-small-padding);padding-bottom:var(--content-section-small-padding)}.so-panel .panel-widget-style.big-top-pad .content-section{padding-top:var(--content-section-big-padding)}.so-panel .panel-widget-style.big-bottom-pad .content-section{padding-bottom:var(--content-section-big-padding)}.so-panel .panel-widget-style.big-pad .content-section{padding-top:var(--content-section-big-padding);padding-bottom:var(--content-section-big-padding)}.so-panel .panel-widget-style.no-top-pad .content-section{padding-top:0}.so-panel .panel-widget-style.no-bottom-pad .content-section{padding-bottom:0}.so-panel .panel-widget-style.no-pad .content-section{padding-top:0;padding-bottom:0}.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}body.stop-scrolling{height:100%;overflow:hidden}.sweet-overlay{background-color:#000;background-color:rgba(0,0,0,.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000}.sweet-alert{background-color:#fff;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;width:478px;padding:17px;border-radius:5px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999}@media all and (max-width:540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px}}.sweet-alert h2{color:#575757;font-size:30px;text-align:center;font-weight:700;text-transform:none;position:relative;margin:25px 0;padding:0;line-height:40px;display:block}.sweet-alert p{color:#797979;font-size:16px;text-align:center;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal}.sweet-alert fieldset{border:none;position:relative}.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding .15s,max-height .15s;-webkit-transition:padding .15s,max-height .15s;-o-transition:padding .15s,max-height .15s;transition:padding .15s,max-height .15s}.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;webkit-transition:padding .2s,max-height .2s;-webkit-transition:padding .25s,max-height .25s;-o-transition:padding .25s,max-height .25s;transition:padding .25s,max-height .25s}.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:#fff;line-height:24px;text-align:center;margin-right:3px}.sweet-alert .sa-error-container p{display:inline-block}.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s}.sweet-alert .sa-input-error::after,.sweet-alert .sa-input-error::before{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px}.sweet-alert .sa-input-error::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-input-error::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-input-error.show{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.sweet-alert input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.06);box-shadow:inset 0 1px 1px rgba(0,0,0,.06);padding:0 12px;display:none;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.sweet-alert input:focus{outline:0;-webkit-box-shadow:0 0 3px #c4e6f5;box-shadow:0 0 3px #c4e6f5;border:1px solid #b4dbed}.sweet-alert input:focus::-moz-placeholder{-moz-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.5}.sweet-alert input:focus:-ms-input-placeholder{-ms-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.5}.sweet-alert input:focus::-webkit-input-placeholder{-webkit-transition:opacity .3s 30ms ease;transition:opacity .3s 30ms ease;opacity:.5}.sweet-alert input::-moz-placeholder{color:#bdbdbd}.sweet-alert input:-ms-input-placeholder{color:#bdbdbd}.sweet-alert input::-webkit-input-placeholder{color:#bdbdbd}.sweet-alert.show-input input{display:block}.sweet-alert .sa-confirm-button-container{display:inline-block;position:relative}.sweet-alert .la-ball-fall{position:absolute;left:50%;top:50%;margin-left:-27px;margin-top:4px;opacity:0;visibility:hidden}.sweet-alert button{background-color:#8cd4f5;color:#fff;border:none;-webkit-box-shadow:none;box-shadow:none;font-size:17px;font-weight:500;border-radius:5px;padding:10px 32px;margin:26px 5px 0 5px;cursor:pointer}.sweet-alert button:focus{outline:0;-webkit-box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05);box-shadow:0 0 2px rgba(128,179,235,.5),inset 0 0 0 1px rgba(0,0,0,.05)}.sweet-alert button:hover{background-color:#7ecff4}.sweet-alert button:active{background-color:#5dc2f1}.sweet-alert button.cancel{background-color:#c1c1c1}.sweet-alert button.cancel:hover{background-color:#b9b9b9}.sweet-alert button.cancel:active{background-color:#a8a8a8}.sweet-alert button.cancel:focus{-webkit-box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important;box-shadow:rgba(197,205,211,.8) 0 0 2px,rgba(0,0,0,.0470588) 0 0 0 1px inset!important}.sweet-alert button[disabled]{opacity:.6;cursor:default}.sweet-alert button.confirm[disabled]{color:transparent}.sweet-alert button.confirm[disabled]~.la-ball-fall{opacity:1;visibility:visible;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.sweet-alert button::-moz-focus-inner{border:0}.sweet-alert[data-has-cancel-button=false] button{-webkit-box-shadow:none!important;box-shadow:none!important}.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px}.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;-webkit-box-sizing:content-box;box-sizing:content-box}.sweet-alert .sa-icon.sa-error{border-color:#f27474}.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block}.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#f27474;display:block;top:37px;border-radius:2px}.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);left:17px}.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);right:16px}.sweet-alert .sa-icon.sa-warning{border-color:#f8bb86}.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;border-radius:2px;margin-left:-2px;background-color:#f8bb86}.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#f8bb86}.sweet-alert .sa-icon.sa-info{border-color:#c9dae1}.sweet-alert .sa-icon.sa-info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#c9dae1}.sweet-alert .sa-icon.sa-info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#c9dae1}.sweet-alert .sa-icon.sa-success{border-color:#a5dc86}.sweet-alert .sa-icon.sa-success::after,.sweet-alert .sa-icon.sa-success::before{content:'';border-radius:40px;border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-ms-transform-origin:60px 60px;transform-origin:60px 60px}.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 60px;-ms-transform-origin:0 60px;transform-origin:0 60px}.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165,220,134,.2);border-radius:40px;border-radius:50%;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#a5dc86;display:block;border-radius:2px;position:absolute;z-index:2}.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat}@-webkit-keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@keyframes showSweetAlert{0%{transform:scale(.7);-webkit-transform:scale(.7)}45%{transform:scale(1.05);-webkit-transform:scale(1.05)}80%{transform:scale(.95);-webkit-transform:scale(.95)}100%{transform:scale(1);-webkit-transform:scale(1)}}@-webkit-keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.5);-webkit-transform:scale(.5)}}@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1)}100%{transform:scale(.5);-webkit-transform:scale(.5)}}@-webkit-keyframes slideFromTop{0%{top:0}100%{top:50%}}@keyframes slideFromTop{0%{top:0}100%{top:50%}}@-webkit-keyframes slideToTop{0%{top:50%}100%{top:0}}@keyframes slideToTop{0%{top:50%}100%{top:0}}@-webkit-keyframes slideFromBottom{0%{top:70%}100%{top:50%}}@keyframes slideFromBottom{0%{top:70%}100%{top:50%}}@-webkit-keyframes slideToBottom{0%{top:50%}100%{top:70%}}@keyframes slideToBottom{0%{top:50%}100%{top:70%}}.showSweetAlert[data-animation=pop]{-webkit-animation:showSweetAlert .3s;animation:showSweetAlert .3s}.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.showSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideFromTop .3s;animation:slideFromTop .3s}.showSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideFromBottom .3s;animation:slideFromBottom .3s}.hideSweetAlert[data-animation=pop]{-webkit-animation:hideSweetAlert .2s;animation:hideSweetAlert .2s}.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none}.hideSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideToTop .4s;animation:slideToTop .4s}.hideSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideToBottom .3s;animation:slideToBottom .3s}@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}100%{width:47px;right:8px;top:38px}}@-webkit-keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}@keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg)}}.animateSuccessTip{-webkit-animation:animateSuccessTip .75s;animation:animateSuccessTip .75s}.animateSuccessLong{-webkit-animation:animateSuccessLong .75s;animation:animateSuccessLong .75s}.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in}@-webkit-keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);-webkit-transform:rotateX(0);opacity:1}}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);-webkit-transform:rotateX(0);opacity:1}}.animateErrorIcon{-webkit-animation:animateErrorIcon .5s;animation:animateErrorIcon .5s}@-webkit-keyframes animateXMark{0%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}@keyframes animateXMark{0%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}50%{transform:scale(.4);-webkit-transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px}100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1}}.animateXMark{-webkit-animation:animateXMark .5s;animation:animateXMark .5s}@-webkit-keyframes pulseWarning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}@keyframes pulseWarning{0%{border-color:#f8d486}100%{border-color:#f8bb86}}.pulseWarning{-webkit-animation:pulseWarning .75s infinite alternate;animation:pulseWarning .75s infinite alternate}@-webkit-keyframes pulseWarningIns{0%{background-color:#f8d486}100%{background-color:#f8bb86}}@keyframes pulseWarningIns{0%{background-color:#f8d486}100%{background-color:#f8bb86}}.pulseWarningIns{-webkit-animation:pulseWarningIns .75s infinite alternate;animation:pulseWarningIns .75s infinite alternate}@-webkit-keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate-loading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} .la-ball-fall,.la-ball-fall>div{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.la-ball-fall{display:block;font-size:0;color:#fff}.la-ball-fall.la-dark{color:#333}.la-ball-fall>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}.la-ball-fall{width:54px;height:18px}.la-ball-fall>div{width:10px;height:10px;margin:4px;border-radius:100%;opacity:0;-webkit-animation:ball-fall 1s ease-in-out infinite;animation:ball-fall 1s ease-in-out infinite}.la-ball-fall>div:nth-child(1){-webkit-animation-delay:-.2s;animation-delay:-.2s}.la-ball-fall>div:nth-child(2){-webkit-animation-delay:-.1s;animation-delay:-.1s}.la-ball-fall>div:nth-child(3){-webkit-animation-delay:0s;animation-delay:0s}.la-ball-fall.la-sm{width:26px;height:8px}.la-ball-fall.la-sm>div{width:4px;height:4px;margin:2px}.la-ball-fall.la-2x{width:108px;height:36px}.la-ball-fall.la-2x>div{width:20px;height:20px;margin:8px}.la-ball-fall.la-3x{width:162px;height:54px}.la-ball-fall.la-3x>div{width:30px;height:30px;margin:12px}@-webkit-keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}@keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%)}10%{opacity:.5}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}90%{opacity:.5}100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%)}}.sweet-alert.form-alert fieldset{display:none}.sweet-alert.form-alert h2{font-family:Poppins,sans-serif}@-webkit-keyframes loader-numbers{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(calc(80px - 100%));transform:translateY(calc(80px - 100%))}}@keyframes loader-numbers{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(calc(80px - 100%));transform:translateY(calc(80px - 100%))}}#page-loading{position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;overflow:hidden;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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:1;background-color:#fff;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}@media only screen and (min-width:768px){#page-loading{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}body.page-loading #page-loading{opacity:1}body.page-loaded #page-loading{opacity:0}body.page-loading-finish #page-loading{display:none;opacity:0;z-index:-1;visibility:hidden;pointer-events:none;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}body.page-loading-finish #page-loading:before{opacity:0;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}#page-loading .logo{padding:40px;opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}@media only screen and (min-width:768px){#page-loading .logo{width:33.33%}}body.page-loaded #page-loading .logo,body.page-loading #page-loading .logo,body.page-loading-finish #page-loading .logo{opacity:1}#page-loading .logo img{margin:0 auto;display:block;width:240px;height:auto}#page-loading .loader{width:100%;height:1px;opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}@media only screen and (min-width:768px){#page-loading .loader{position:absolute;top:0;bottom:0;left:33.33%;width:1px;height:100%}}body.page-loaded #page-loading .loader,body.page-loading #page-loading .loader,body.page-loading-finish #page-loading .loader{opacity:1}#page-loading .loader .progress-bar{--percent:0;width:var(--percent);height:1px;display:block;background-color:#092a84}@media only screen and (min-width:768px){#page-loading .loader .progress-bar{position:absolute;bottom:0;left:0;width:1px;height:var(--percent)}}#page-loading .content{padding:40px;text-align:center;color:#092a84}@media only screen and (min-width:768px){#page-loading .content{padding-left:calc((33.33% - 240px)/ 2 + 40px);text-align:left}}@media only screen and (min-width:992px){#page-loading .content{padding:50px 40px;padding-left:calc((33.33% - 240px)/ 2 + 30px)}}#page-loading .content .value-container{font-weight:900;font-size:5rem;line-height:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){#page-loading .content .value-container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}#page-loading .content .value-container .value{margin-right:5px;position:relative;overflow:hidden;width:95px}#page-loading .content .value-container .value .placeholder{pointer-events:none;opacity:0}#page-loading .content .value-container .value .numbers-1,#page-loading .content .value-container .value .numbers-2{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-animation:loader-numbers 3s cubic-bezier(.17,.67,.7,.94);animation:loader-numbers 3s cubic-bezier(.17,.67,.7,.94);-webkit-animation-delay:.75s;animation-delay:.75s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}#page-loading .content .value-container .value .numbers-1{top:0;left:0}#page-loading .content .value-container .value .numbers-2{top:0;right:0}#page-loading .content .sub-value{margin-top:0;font-weight:700;font-size:1.375rem;line-height:1em}@media only screen and (max-width:480px){#page-loading .content .sub-value{margin-top:0}}.slick-slider .slick-dots{margin:0;padding:0;list-style-type:none;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}.slick-slider .slick-dots li{margin:0;padding:0}.slick-slider .slick-dots li:before{display:none}.slick-slider .slick-dots li{margin:0;padding:0;width:20px;height:20px;line-height:0;display:block}.slick-slider .slick-dots li:after,.slick-slider .slick-dots li:before{display:none}.slick-slider .slick-dots li button{margin:0;padding:0;position:relative;width:100%;height:100%;display:block;text-align:left;text-indent:-9999em;background:0 0;border:none;outline:0;cursor:pointer}.slick-slider .slick-dots li button:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:10px;content:'';background-color:transparent;border:1px solid rgba(98,151,191,.19);border-radius:50%;-webkit-transition:background-color .5s,border-color .5s;-o-transition:background-color .5s,border-color .5s;transition:background-color .5s,border-color .5s;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slick-slider .slick-dots li button:after{position:absolute;top:50%;left:50%;width:4px;height:4px;display:block;content:'';opacity:0;background-color:#6297bf;border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.slick-slider .slick-dots li button:hover{border:none;background:0 0}.slick-slider .slick-dots li button:hover:before{border-color:#6297bf}.slick-slider .slick-dots li.slick-active button:before{background-color:transparent;border-color:#6297bf}.slick-slider .slick-dots li.slick-active button:after{opacity:1}.slick-slider .slick-arrow{margin:0;padding:0;position:relative;width:24px;height:24px;display:block;background:0 0;border-radius:0;border:none;cursor:pointer;opacity:1;color:#092a84;background-color:transparent;border:none;border-radius:0;-webkit-transition:color .5s,background-color .5s,border-color .5s,opacity .5s;-o-transition:color .5s,background-color .5s,border-color .5s,opacity .5s;transition:color .5s,background-color .5s,border-color .5s,opacity .5s}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{display:none}.slick-slider .slick-arrow [class*=" icon-"],.slick-slider .slick-arrow [class^=icon-]{margin:0;position:absolute;top:50%;left:50%;display:block;font-size:24px;line-height:24px;width:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.slick-slider .slick-arrow [class*=" icon-"]:before,.slick-slider .slick-arrow [class^=icon-]:before{display:block}.slick-slider .slick-arrow:hover{margin:0;padding:0;color:#d9021b;background-color:transparent;border-color:transparent;-webkit-transform:none;-ms-transform:none;transform:none}.slick-slider .slick-arrow.slick-disabled{opacity:.35;pointer-events:none;cursor:default}address{font-style:normal;font-size:.9375rem;line-height:1.45em}address p{font-size:.9375rem}address p:first-child{margin-top:0}address p:last-child{margin-bottom:0}address p a{text-decoration:none}address p a:hover{text-decoration:underline}blockquote{margin:2.5rem 0;position:relative}blockquote p{line-height:1.125em;font-size:2.625rem;font-weight:500}@media only screen and (max-width:480px){blockquote p{font-size:2.4375rem}}@media (max-width:359px){blockquote p{font-size:11vw}}@media only screen and (min-width:768px){blockquote p{font-size:2.625rem}}@media only screen and (min-width:992px){blockquote p{font-size:2.875rem}}@media only screen and (min-width:1200px){blockquote p{font-size:3.125rem}}blockquote p:first-of-type{margin-top:0}blockquote p:first-of-type:before{display:inline-block;content:'„'}blockquote p:last-of-type{margin-bottom:0}blockquote p:last-of-type:after{display:inline-block;content:'“'}blockquote footer{margin-top:25px}blockquote footer .author{font-size:.9375rem;line-height:1.25em}.button,button,input[type=button],input[type=reset],input[type=submit]{margin:0;padding:18px 40px;position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;font-style:normal;font-weight:700;font-size:.9375rem;line-height:1.25em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff;background:0 0;background-color:#d9021b;border:1px solid #d9021b;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .5s,background-color .5s,border-color .5s,-webkit-box-shadow .5s;transition:color .5s,background-color .5s,border-color .5s,-webkit-box-shadow .5s;-o-transition:color .5s,background-color .5s,border-color .5s,box-shadow .5s;transition:color .5s,background-color .5s,border-color .5s,box-shadow .5s;transition:color .5s,background-color .5s,border-color .5s,box-shadow .5s,-webkit-box-shadow .5s}.button:hover,button:hover,input:hover[type=button],input:hover[type=reset],input:hover[type=submit]{text-decoration:none;color:#d9021b;background-color:transparent;border-color:#d9021b}.button:focus,button:focus,input:focus[type=button],input:focus[type=reset],input:focus[type=submit]{outline:0}.button.disabled,.button.disabled.active,.button.disabled:active,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled].active,.button[disabled]:active,.button[disabled]:focus,.button[disabled]:hover,button.disabled,button.disabled.active,button.disabled:active,button.disabled:focus,button.disabled:hover,button[disabled],button[disabled].active,button[disabled]:active,button[disabled]:focus,button[disabled]:hover,input.disabled.active[type=button],input.disabled.active[type=reset],input.disabled.active[type=submit],input.disabled:active[type=button],input.disabled:active[type=reset],input.disabled:active[type=submit],input.disabled:focus[type=button],input.disabled:focus[type=reset],input.disabled:focus[type=submit],input.disabled:hover[type=button],input.disabled:hover[type=reset],input.disabled:hover[type=submit],input.disabled[type=button],input.disabled[type=reset],input.disabled[type=submit],input[disabled].active[type=button],input[disabled].active[type=reset],input[disabled].active[type=submit],input[disabled]:active[type=button],input[disabled]:active[type=reset],input[disabled]:active[type=submit],input[disabled]:focus[type=button],input[disabled]:focus[type=reset],input[disabled]:focus[type=submit],input[disabled]:hover[type=button],input[disabled]:hover[type=reset],input[disabled]:hover[type=submit],input[disabled][type=button],input[disabled][type=reset],input[disabled][type=submit]{opacity:.4;cursor:not-allowed}.button.big-side-pad,button.big-side-pad,input.big-side-pad[type=button],input.big-side-pad[type=reset],input.big-side-pad[type=submit]{padding-left:60px;padding-right:60px}@media only screen and (max-width:480px){.button.big-side-pad,button.big-side-pad,input.big-side-pad[type=button],input.big-side-pad[type=reset],input.big-side-pad[type=submit]{padding-left:40px;padding-right:40px}}.button.button-as-link,button.button-as-link,input.button-as-link[type=button],input.button-as-link[type=reset],input.button-as-link[type=submit]{padding-left:0;padding-right:0;text-decoration:underline;background-color:transparent;border-color:transparent}.button.button-as-link:hover,button.button-as-link:hover,input.button-as-link:hover[type=button],input.button-as-link:hover[type=reset],input.button-as-link:hover[type=submit]{text-decoration:none;background-color:transparent;border-color:transparent}.button.button-inverse,button.button-inverse,input.button-inverse[type=button],input.button-inverse[type=reset],input.button-inverse[type=submit]{color:#d9021b;background-color:transparent;border-color:#d9021b}.button.button-inverse:hover,button.button-inverse:hover,input.button-inverse:hover[type=button],input.button-inverse:hover[type=reset],input.button-inverse:hover[type=submit]{color:#fff;background-color:#d9021b;border-color:#d9021b}.button.button-brand-color-1,button.button-brand-color-1,input.button-brand-color-1[type=button],input.button-brand-color-1[type=reset],input.button-brand-color-1[type=submit]{color:#fff;background-color:#092a84;border-color:#092a84}.button.button-brand-color-1:hover,button.button-brand-color-1:hover,input.button-brand-color-1:hover[type=button],input.button-brand-color-1:hover[type=reset],input.button-brand-color-1:hover[type=submit]{color:#092a84;background-color:transparent;border-color:#092a84}.button.button-brand-color-1.button-inverse,button.button-brand-color-1.button-inverse,input.button-brand-color-1.button-inverse[type=button],input.button-brand-color-1.button-inverse[type=reset],input.button-brand-color-1.button-inverse[type=submit]{color:#092a84;background-color:transparent;border-color:#092a84}.button.button-brand-color-1.button-inverse:hover,button.button-brand-color-1.button-inverse:hover,input.button-brand-color-1.button-inverse:hover[type=button],input.button-brand-color-1.button-inverse:hover[type=reset],input.button-brand-color-1.button-inverse:hover[type=submit]{color:#fff;background-color:#092a84;border-color:#092a84}.button.button-brand-color-2,button.button-brand-color-2,input.button-brand-color-2[type=button],input.button-brand-color-2[type=reset],input.button-brand-color-2[type=submit]{color:#fff;background-color:#d9021b;border-color:#d9021b}.button.button-brand-color-2:hover,button.button-brand-color-2:hover,input.button-brand-color-2:hover[type=button],input.button-brand-color-2:hover[type=reset],input.button-brand-color-2:hover[type=submit]{color:#d9021b;background-color:transparent;border-color:#d9021b}.button.button-brand-color-2.button-inverse,button.button-brand-color-2.button-inverse,input.button-brand-color-2.button-inverse[type=button],input.button-brand-color-2.button-inverse[type=reset],input.button-brand-color-2.button-inverse[type=submit]{color:#d9021b;background-color:transparent;border-color:#d9021b}.button.button-brand-color-2.button-inverse:hover,button.button-brand-color-2.button-inverse:hover,input.button-brand-color-2.button-inverse:hover[type=button],input.button-brand-color-2.button-inverse:hover[type=reset],input.button-brand-color-2.button-inverse:hover[type=submit]{color:#fff;background-color:#d9021b;border-color:#d9021b}.button.button-brand-color-3,button.button-brand-color-3,input.button-brand-color-3[type=button],input.button-brand-color-3[type=reset],input.button-brand-color-3[type=submit]{color:#fff;background-color:#6297bf;border-color:#6297bf}.button.button-brand-color-3:hover,button.button-brand-color-3:hover,input.button-brand-color-3:hover[type=button],input.button-brand-color-3:hover[type=reset],input.button-brand-color-3:hover[type=submit]{color:#6297bf;background-color:transparent;border-color:#6297bf}.button.button-brand-color-3.button-inverse,button.button-brand-color-3.button-inverse,input.button-brand-color-3.button-inverse[type=button],input.button-brand-color-3.button-inverse[type=reset],input.button-brand-color-3.button-inverse[type=submit]{color:#6297bf;background-color:transparent;border-color:#6297bf}.button.button-brand-color-3.button-inverse:hover,button.button-brand-color-3.button-inverse:hover,input.button-brand-color-3.button-inverse:hover[type=button],input.button-brand-color-3.button-inverse:hover[type=reset],input.button-brand-color-3.button-inverse:hover[type=submit]{color:#fff;background-color:#6297bf;border-color:#6297bf}.button.button-brand-color-4,button.button-brand-color-4,input.button-brand-color-4[type=button],input.button-brand-color-4[type=reset],input.button-brand-color-4[type=submit]{color:#fff;background-color:#02062b;border-color:#02062b}.button.button-brand-color-4:hover,button.button-brand-color-4:hover,input.button-brand-color-4:hover[type=button],input.button-brand-color-4:hover[type=reset],input.button-brand-color-4:hover[type=submit]{color:#02062b;background-color:transparent;border-color:#02062b}.button.button-brand-color-4.button-inverse,button.button-brand-color-4.button-inverse,input.button-brand-color-4.button-inverse[type=button],input.button-brand-color-4.button-inverse[type=reset],input.button-brand-color-4.button-inverse[type=submit]{color:#02062b;background-color:transparent;border-color:#02062b}.button.button-brand-color-4.button-inverse:hover,button.button-brand-color-4.button-inverse:hover,input.button-brand-color-4.button-inverse:hover[type=button],input.button-brand-color-4.button-inverse:hover[type=reset],input.button-brand-color-4.button-inverse:hover[type=submit]{color:#fff;background-color:#02062b;border-color:#02062b}.button.button-color-white,button.button-color-white,input.button-color-white[type=button],input.button-color-white[type=reset],input.button-color-white[type=submit]{color:#000;background-color:#fff;border-color:#fff}.button.button-color-white:hover,button.button-color-white:hover,input.button-color-white:hover[type=button],input.button-color-white:hover[type=reset],input.button-color-white:hover[type=submit]{color:#fff;background-color:transparent;border-color:#fff}.button.button-color-white.button-inverse,button.button-color-white.button-inverse,input.button-color-white.button-inverse[type=button],input.button-color-white.button-inverse[type=reset],input.button-color-white.button-inverse[type=submit]{color:#fff;background-color:transparent;border-color:#fff}.button.button-color-white.button-inverse:hover,button.button-color-white.button-inverse:hover,input.button-color-white.button-inverse:hover[type=button],input.button-color-white.button-inverse:hover[type=reset],input.button-color-white.button-inverse:hover[type=submit]{color:#000;background-color:#fff;border-color:#fff}.button.button-has-icon,button.button-has-icon,input.button-has-icon[type=button],input.button-has-icon[type=reset],input.button-has-icon[type=submit]{padding:0;padding-right:25px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button.button-has-icon [class*=" icon-"],.button.button-has-icon [class^=icon-],button.button-has-icon [class*=" icon-"],button.button-has-icon [class^=icon-],input.button-has-icon[type=button] [class*=" icon-"],input.button-has-icon[type=button] [class^=icon-],input.button-has-icon[type=reset] [class*=" icon-"],input.button-has-icon[type=reset] [class^=icon-],input.button-has-icon[type=submit] [class*=" icon-"],input.button-has-icon[type=submit] [class^=icon-]{margin-left:20px;font-size:1em;display:block}.button.button-has-icon:hover .icon-arrow-right-2:before,.button.button-has-icon:hover .icon-arrow-right:before,button.button-has-icon:hover .icon-arrow-right-2:before,button.button-has-icon:hover .icon-arrow-right:before,input.button-has-icon:hover[type=button] .icon-arrow-right-2:before,input.button-has-icon:hover[type=button] .icon-arrow-right:before,input.button-has-icon:hover[type=reset] .icon-arrow-right-2:before,input.button-has-icon:hover[type=reset] .icon-arrow-right:before,input.button-has-icon:hover[type=submit] .icon-arrow-right-2:before,input.button-has-icon:hover[type=submit] .icon-arrow-right:before{-webkit-transform:translate(10px,0);-ms-transform:translate(10px,0);transform:translate(10px,0)}.button.full-width,button.full-width,input.full-width[type=button],input.full-width[type=reset],input.full-width[type=submit]{width:100%}.buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.buttons-container.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buttons-container.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}h1,h2,h3,h4,h5,h6{font-family:"Haggard Nova",serif;line-height:1.25em;font-weight:400;color:#092a84}.h1,h1{margin:0;margin-bottom:.875rem;font-size:1.625rem}@media only screen and (max-width:480px){.h1,h1{font-size:1.5rem}}@media only screen and (min-width:768px){.h1,h1{font-size:1.875rem}}@media only screen and (min-width:992px){.h1,h1{font-size:2rem}}@media only screen and (min-width:1200px){.h1,h1{font-size:2.25rem}}.h2,h2{margin-top:1.5em;margin-bottom:.5em;font-size:1.25rem}@media only screen and (min-width:768px){.h2,h2{font-size:1.375rem}}@media only screen and (min-width:992px){.h2,h2{font-size:1.5rem}}@media only screen and (min-width:1200px){.h2,h2{font-size:1.6875rem}}.h3,h3{margin-top:1.5em;margin-bottom:.5em;font-size:1.5rem}@media only screen and (min-width:768px){.h3,h3{font-size:1.25rem}}@media only screen and (min-width:768px){.h3,h3{font-size:1.3125rem}}@media only screen and (min-width:768px){.h3,h3{font-size:1.375rem}}.h4,h4{margin-top:1.5em;margin-bottom:.5em;font-size:1.25rem}@media only screen and (min-width:768px){.h4,h4{font-size:1.125rem}}@media only screen and (min-width:768px){.h4,h4{font-size:1.1875rem}}@media only screen and (min-width:768px){.h4,h4{font-size:1.25rem}}header.align-center{text-align:center}img{max-width:100%;height:auto}figure{margin:0}figure img{display:block}small{font-size:.75em}sub,sup{position:relative;height:0;line-height:1em;vertical-align:baseline}sup{bottom:.75em;font-size:.5em}sub{top:0}em{font-style:italic}del{text-decoration:line-through}ins{text-decoration:none}mark{font-style:italic}code,pre,samp{font-family:monospace}var{font-style:italic}b,strong{font-weight:700;font-variation-settings:'wght' 700}a{color:#d9021b;text-decoration:underline;outline:0;border:none;-webkit-transition:color .5s;-o-transition:color .5s;transition:color .5s}a:hover{color:#d9021b;text-decoration:none}a:focus{color:#d9021b;text-decoration:none;outline:underline}a img{border:0}.link{padding:0;padding-right:3em;position:relative;font-weight:700;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#d9021b;background:0 0;border:none}.link:after{position:absolute;top:50%;right:0;font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e907';display:block;font-size:2em;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.link:hover:after{-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}ul{margin:1.5em 0;padding:0;list-style-type:none}ul li{margin:.25em 0;padding-left:15px;font-size:.9375rem;line-height:1.45em}ul li:last-child{margin-bottom:0}ul li:before{content:'';margin-left:-15px;margin-right:10px;position:relative;top:-3px;left:0;width:5px;height:5px;display:inline-block;background-color:#6297bf;border:none;border-radius:0}ol{margin:1.5em 0;padding:0;list-style-type:none;list-style-position:outside;counter-reset:section}ol li{margin-bottom:0;padding-left:25px;font-size:.9375rem;line-height:1.45em}ol li:last-child{margin-bottom:0}ol li:before{margin-left:-25px;margin-right:0;position:relative;top:0;counter-increment:section;content:counter(section) ".";width:26px;display:inline-block;font-weight:400;font-style:normal;font-size:1em;text-align:left;color:inherit;background-color:transparent}iframe{border:none}iframe img{max-width:100%}hr{margin:3em 0;-webkit-box-sizing:content-box;box-sizing:content-box;height:1px;background-color:#a9c9ea;border:none}hr.no-pad{margin:0}p{margin:1.5em 0;font-size:.9375rem;line-height:1.45em}button,input[type=button],input[type=reset],input[type=submit]{font-family:Poppins,sans-serif;cursor:pointer;-webkit-appearance:none}label.checkbox{position:relative;padding-left:32px;display:block;line-height:1;cursor:pointer}label.checkbox .input-wrapper{position:absolute;top:0;left:0;width:20px;height:20px;color:var(--input-font-color);background-color:var(--input-background-color);border:1px solid var(--input-border-color);border-radius:0;-webkit-transition:color .5s,background-color .5s,border-color .5s;-o-transition:color .5s,background-color .5s,border-color .5s;transition:color .5s,background-color .5s,border-color .5s}label.checkbox .input-wrapper:before{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e90a';position:absolute;top:50%;left:50%;display:block;font-size:10px;color:inherit;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}label.checkbox .input-wrapper input{margin:0;opacity:0;visibility:hidden;width:18px;height:18px;display:block}label.checkbox .input-wrapper.checked:before{opacity:1}label.checkbox>span{padding:3px 0;display:inline-block;line-height:1.125em;font-size:.875rem;color:var(--input-font-color)}label.checkbox>span a{color:inherit}label.checkbox.checked .input-wrapper{background-color:var(--input-background-color-selected);border-color:var(--input-border-color-selected)}label.checkbox.checked .input-wrapper:before{color:var(--input-font-color-selected);opacity:1}label.checkbox:hover .input-wrapper{border-color:var(--input-border-color-hover)}.form-control-group.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-control-group.checkbox label+label{margin-top:16px}.form-control-group.checkbox.inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.form-control-group.checkbox.inline label{margin:0;margin-right:30px;margin-bottom:10px}.form-control-group.has-success label.checkbox .input-wrapper{background-color:var(--input-background-color-success);border-color:var(--input-border-color-success)}.form-control-group.has-warning label.checkbox .input-wrapper{background-color:var(--input-background-color-warning);border-color:var(--input-border-color-warning)}.form-control-group.has-error label.checkbox .input-wrapper{background-color:var(--input-background-color-error);border-color:var(--input-border-color-error)}.choices{margin:0}.choices>.choices__inner{padding:0;height:auto;min-height:0;color:var(--input-font-color);display:block;background:var(--input-background-color);border:1px solid var(--input-border-color);border-radius:var(--input-border-radius);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .5s,background-color .5s,border-color .5s,-webkit-box-shadow .5s;transition:color .5s,background-color .5s,border-color .5s,-webkit-box-shadow .5s;-o-transition:color .5s,background-color .5s,border-color .5s,box-shadow .5s;transition:color .5s,background-color .5s,border-color .5s,box-shadow .5s;transition:color .5s,background-color .5s,border-color .5s,box-shadow .5s,-webkit-box-shadow .5s}.choices .choices__item{color:var(--input-font-color)}.choices .choices__item:hover{color:var(--input-font-color-hover)}.choices .choices__list--single .choices__item.choices__placeholder{color:var(--input-placeholder-font-color)}.choices .choices__list--single .choices__item.choices__placeholder:hover{color:var(--input-font-color-hover)}.choices .choices__list--dropdown{margin-top:0;color:var(--input-font-color);background-color:var(--input-background-color);border:1px solid var(--input-border-color);border-radius:var(--input-border-radius)}.choices .choices__list--dropdown .choices__list{padding:0}.choices .choices__list--dropdown .choices__item{padding:var(--input-padding);font-size:var(--input-font-size);line-height:var(--input-line-height)}.choices .choices__list--dropdown .choices__item.is-highlighted{color:var(--input-font-color-hover);background-color:var(--input-background-color)}.choices.is-focused{z-index:2}.choices.is-focused>.choices__inner{border-color:var(--input-border-color-hover)}.choices.is-open{z-index:2}.choices.is-open:after{margin:0;opacity:1;border:none;-webkit-transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotateX(180deg)}.choices.is-open>.choices__inner{border-radius:var(--input-border-radius) var(--input-border-radius) 0 0;border-color:var(--input-border-color-hover);border-bottom-color:var(--input-border-color)}.choices.is-open .choices__list--dropdown{border:1px solid var(--input-border-color-hover);border-top:none;border-radius:0 0 var(--input-border-radius) var(--input-border-radius)}.choices.is-open.is-flipped>.choices__inner{border-radius:0 0 var(--input-border-radius) var(--input-border-radius);border-color:var(--input-border-color-hover);border-top-color:var(--input-border-color)}.choices.is-open.is-flipped .choices__list--dropdown{border:1px solid var(--input-border-color-hover);border-bottom:none;border-radius:var(--input-border-radius) var(--input-border-radius) 0 0}.choices:hover>.choices__inner{border-color:var(--input-border-color-hover)}.choices[data-type*=select-one]:after{margin:0;position:absolute;font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e901';top:50%;right:20px;font-size:10px;pointer-events:none;color:var(--input-font-color);width:auto;height:auto;border:none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.choices[data-type*=select-one]>.choices__inner{padding:0}.choices[data-type*=select-one] .choices__input{padding:var(--input-padding);background-color:transparent;border:none;border-bottom:1px solid var(--input-border-color)}.choices[data-type*=select-one] .choices__list--single{padding:var(--input-padding);padding-right:60px;display:block;width:100%;height:auto;font-size:var(--input-font-size);line-height:var(--input-line-height)}.choices[data-type*=select-one] .choices__list--single .choices__item{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.choices[data-type*=select-one] .choices__placeholder{opacity:1;font-size:var(--input-font-size);line-height:var(--input-line-height);min-height:var(--input-line-height)}.choices[data-type*=select-one].is-open:after{margin:0;-webkit-transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotateX(180deg)}.choices[data-type*=select-multiple] .choices__list--multiple{padding:var(--input-padding);min-height:var(--input-line-height);display:inline-block}.choices[data-type*=select-multiple] .choices__list--multiple+.choices__input{margin:0;padding-left:0;padding-right:0;width:100px!important;display:inline-block;vertical-align:top;border:none}.choices[data-type*=select-multiple] .choices__list--multiple .choices__item{margin:2px;padding:4px 8px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #000;border-radius:var(--input-border-radius);background-color:#000}.choices[data-type*=select-multiple] .choices__list--multiple .choices__item .choices__button{margin:0;margin-left:5px;padding:0;position:relative;width:10px;height:10px;text-align:left;text-indent:-9999em;background:0 0;border:none;-webkit-box-shadow:none;box-shadow:none}.choices[data-type*=select-multiple] .choices__list--multiple .choices__item .choices__button:after{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:0;right:0;display:block;font-size:10px;width:10px;height:10px;color:#fff;content:'\e90c';text-indent:0}.form-control-group.has-success .choices>.choices__inner{color:var(--input-font-color-success);background-color:var(--input-background-color-success);border-color:var(--input-border-color-success)}.form-control-group.has-warning .choices>.choices__inner{color:var(--input-font-color-warning);background-color:var(--input-background-color-warning);border-color:var(--input-border-color-warning)}.form-control-group.has-error .choices>.choices__inner{color:var(--input-font-color-error);background-color:var(--input-background-color-error);border-color:var(--input-border-color-error)}.form-control-group.has-effect .choices[data-type*=select-one] .choices__list--single{padding-top:32px}.form-control-group.has-effect.filled .choices>.choices__inner{border-color:var(--input-border-color-focus)}:root{--input-padding:15px 20px;--input-font-size:0.9375rem;--input-font-color:#092a84;--input-font-color-selected:#000;--input-font-color-success:#000;--input-font-color-warning:#000;--input-font-color-error:#d9021b;--input-line-height:24px;--input-placeholder-font-color:rgba(0, 0, 0, 0.3);--input-label-font-color:#092a84;--input-background-color:transparent;--input-background-color-hover:transparent;--input-background-color-focus:transparent;--input-background-color-selected:transparent;--input-background-color-disabled:transparent;--input-background-color-success:transparent;--input-background-color-warning:transparent;--input-background-color-error:transparent;--input-border-color:rgba(20, 44, 127, 0.3);--input-border-color-hover:#092a84;--input-border-color-focus:#092a84;--input-border-color-selected:#092a84;--input-border-color-disabled:rgba(0, 0, 0, 0.04);--input-border-color-success:#098418;--input-border-color-warning:#d8a619;--input-border-color-error:#d9021b;--input-border-radius:0}.form-theme-dark{--input-font-color:#fff;--input-font-color-selected:#fff;--input-font-color-success:#fff;--input-font-color-warning:#fff;--input-font-color-error:#d9021b;--input-placeholder-font-color:rgba(255, 255, 255, 0.3);--input-label-font-color:#fff;--input-background-color:transparent;--input-background-color-hover:transparent;--input-background-color-focus:transparent;--input-background-color-selected:transparent;--input-background-color-disabled:transparent;--input-border-color:rgba(255, 255, 255, 0.2);--input-border-color-hover:#fff;--input-border-color-focus:#fff;--input-border-color-selected:#fff;--input-border-color-disabled:rgba(255, 255, 255, 0.04)}form{position:relative}form fieldset{margin:0;padding:0;display:block;border:none}form fieldset .legend,form fieldset legend{margin:0;margin-bottom:15px;padding:0;font-family:Poppins,sans-serif;font-style:normal;font-weight:700;display:block;width:100%;font-size:1.4375rem;color:var(--input-font-color)}@media only screen and (min-width:768px){form fieldset .legend,form fieldset legend{font-size:1.4375rem}}@media only screen and (min-width:992px){form fieldset .legend,form fieldset legend{font-size:1.5rem}}@media only screen and (min-width:1200px){form fieldset .legend,form fieldset legend{font-size:1.5rem}}form .columns-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}form .columns-wrapper.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}form .columns-wrapper.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}form .columns-wrapper.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}form .columns-wrapper.justify-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}form .columns-wrapper.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}form .columns-wrapper.justify-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}form .columns-wrapper>.column{padding-left:20px;padding-right:20px;width:100%}form .columns-wrapper>.column.grid-1{width:8.33333%}form .columns-wrapper>.column.grid-2{width:16.66667%}form .columns-wrapper>.column.grid-3{width:25%}form .columns-wrapper>.column.grid-4{width:33.33333%}form .columns-wrapper>.column.grid-5{width:41.66667%}form .columns-wrapper>.column.grid-6{width:50%}form .columns-wrapper>.column.grid-7{width:58.33333%}form .columns-wrapper>.column.grid-8{width:66.66667%}form .columns-wrapper>.column.grid-9{width:75%}form .columns-wrapper>.column.grid-10{width:83.33333%}form .columns-wrapper>.column.grid-11{width:91.66667%}form .columns-wrapper>.column.grid-12{width:100%}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-1{width:8.33333%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-2{width:16.66667%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-3{width:25%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-4{width:33.33333%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-5{width:41.66667%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-6{width:50%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-7{width:58.33333%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-8{width:66.66667%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-9{width:75%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-10{width:83.33333%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-11{width:91.66667%}}@media only screen and (max-width:480px){form .columns-wrapper>.column.grid-xs-12{width:100%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-1{width:8.33333%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-2{width:16.66667%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-3{width:25%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-4{width:33.33333%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-5{width:41.66667%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-6{width:50%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-7{width:58.33333%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-8{width:66.66667%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-9{width:75%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-10{width:83.33333%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-11{width:91.66667%}}@media only screen and (min-width:768px){form .columns-wrapper>.column.grid-sm-12{width:100%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-1{width:8.33333%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-2{width:16.66667%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-3{width:25%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-4{width:33.33333%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-5{width:41.66667%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-6{width:50%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-7{width:58.33333%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-8{width:66.66667%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-9{width:75%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-10{width:83.33333%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-11{width:91.66667%}}@media only screen and (min-width:992px){form .columns-wrapper>.column.grid-md-12{width:100%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-1{width:8.33333%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-2{width:16.66667%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-3{width:25%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-4{width:33.33333%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-5{width:41.66667%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-6{width:50%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-7{width:58.33333%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-8{width:66.66667%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-9{width:75%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-10{width:83.33333%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-11{width:91.66667%}}@media only screen and (min-width:1200px){form .columns-wrapper>.column.grid-lg-12{width:100%}}form .columns-wrapper>.column.full-width{width:100%}form .columns-wrapper>.column.auto-width{width:auto}form .columns-wrapper>.column.align-center{-ms-flex-item-align:center;align-self:center}form .columns-wrapper>.column.align-top{-ms-flex-item-align:start;align-self:flex-start}form .columns-wrapper>.column.align-bottom{-ms-flex-item-align:end;align-self:flex-end}form .columns-wrapper>.column.justify-left{margin-left:0;margin-right:auto;justify-self:flex-start}form .columns-wrapper>.column.justify-center{justify-self:center}form .columns-wrapper>.column.justify-right{margin-left:auto;margin-right:0;justify-self:flex-end}form .overlay{padding:20px;position:absolute;z-index:3;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;pointer-events:none;background:rgba(255,255,255,.8);-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}form .overlay .content{text-align:center;color:var(--input-font-color)}form .overlay .content p{margin:0;font-size:.975rem;font-weight:400}form .overlay .content .loader{margin:40px auto 0;width:60px;height:60px}form.processing .overlay{opacity:1;pointer-events:auto}.form-control-label{margin-bottom:6px;display:block;font-weight:400;font-size:.9375rem;line-height:1.25em;color:var(--input-label-font-color)}.form-control-label .required{margin-left:5px;position:relative;top:0;display:inline-block;font-size:1em;color:var(--input-label-font-color)}.form-control-error{font-size:.75rem;color:#d9021b;display:none}.form-control-info{margin-top:2px;font-size:.6875rem;color:#fff}.form-control-group{margin-bottom:15px}.form-control-group:last-child{margin-bottom:0}.form-control-group.has-effect{position:relative}.form-control-group.has-effect label{margin-bottom:0;position:absolute;z-index:3;top:22px;left:15px;opacity:1;pointer-events:none;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.form-control-group.has-effect label .required{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.form-control-group.has-effect.filled label,.form-control-group.has-effect.focus label{top:0;left:0;opacity:1;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.form-control-group.has-effect.filled label .required,.form-control-group.has-effect.focus label .required{opacity:0}.form-control-group.has-success{position:relative}.form-control-group.has-error{position:relative}.form-control-group.has-error .form-control-error{margin-top:10px;display:block}.grecaptcha-badge{display:none!important}.form-theme-dark .overlay{background:rgba(0,0,0,.8)}label.radio{position:relative;padding-left:32px;display:inline-block;line-height:1;cursor:pointer}label.radio .input-wrapper{position:absolute;top:0;left:0;width:20px;height:20px;color:var(--input-font-color);background-color:var(--input-background-color);border:1px solid var(--input-border-color);border-radius:50%;-webkit-transition:color .5s,background-color .5s,border-color .5s;-o-transition:color .5s,background-color .5s,border-color .5s;transition:color .5s,background-color .5s,border-color .5s}label.radio .input-wrapper:before{position:absolute;top:50%;left:50%;width:8px;height:8px;display:block;opacity:0;content:'';background-color:var(--input-font-color);border-radius:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}label.radio .input-wrapper input{margin:0;opacity:0;visibility:hidden;width:18px;height:18px;display:block}label.radio .input-wrapper.checked:before{opacity:1}label.radio>span{padding:3px 0;display:inline-block;line-height:1.125em;font-size:.875rem;color:var(--input-font-color)}label.radio>span a{color:inherit}label.radio.checked .input-wrapper{background-color:var(--input-background-color-selected);border-color:var(--input-border-color-selected)}label.radio.checked .input-wrapper:before{opacity:1;background-color:var(--input-font-color-selected)}label.radio:hover .input-wrapper{border-color:var(--input-border-color-hover)}.form-control-group.radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-control-group.radio label+label{margin-top:16px}.form-control-group.radio.inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.form-control-group.radio.inline label{margin:0;margin-right:30px;margin-bottom:10px}.form-control-group.has-success label.radio .input-wrapper{color:#020202;background-color:var(--input-background-color-success);border-color:var(--input-border-color-success)}.form-control-group.has-warning label.radio .input-wrapper{color:#020202;background-color:var(--input-background-color-warning);border-color:var(--input-border-color-warning)}.form-control-group.has-error label.radio .input-wrapper{color:#020202;background-color:var(--input-background-color-error);border-color:var(--input-border-color-error)}.form-control,input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{padding:var(--input-padding);display:block;width:100%;height:auto;font-size:var(--input-font-size);line-height:var(--input-line-height);font-family:Poppins,sans-serif;color:var(--input-font-color);background-color:var(--input-background-color);border:none;border-bottom:1px solid var(--input-border-color);border-radius:var(--input-border-radius);-webkit-box-shadow:none;box-shadow:none;-webkit-transition:color .5s,background-color .5s,border-color .5s;-o-transition:color .5s,background-color .5s,border-color .5s;transition:color .5s,background-color .5s,border-color .5s}.form-control:hover,input[type=email]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=url]:hover{border-color:var(--input-border-color-hover);background-color:var(--input-background-color-hover)}.form-control:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus{border-color:var(--input-border-color-focus);background-color:var(--input-background-color-focus);outline:0}.form-control::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder{color:var(--input-placeholder-font-color)}.form-control::-ms-input-placeholder,input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=password]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder{color:var(--input-placeholder-font-color)}.form-control:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder{color:var(--input-placeholder-font-color)}.form-control::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder{color:var(--input-placeholder-font-color)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control,fieldset[disabled] input[type=email],fieldset[disabled] input[type=number],fieldset[disabled] input[type=password],fieldset[disabled] input[type=search],fieldset[disabled] input[type=tel],fieldset[disabled] input[type=text],fieldset[disabled] input[type=url],input[type=email][disabled],input[type=email][readonly],input[type=number][disabled],input[type=number][readonly],input[type=password][disabled],input[type=password][readonly],input[type=search][disabled],input[type=search][readonly],input[type=tel][disabled],input[type=tel][readonly],input[type=text][disabled],input[type=text][readonly],input[type=url][disabled],input[type=url][readonly]{cursor:not-allowed;opacity:.4;background-color:transparent}.form-control[disabled]:focus,.form-control[disabled]:hover,.form-control[readonly]:focus,.form-control[readonly]:hover,fieldset[disabled] .form-control:focus,fieldset[disabled] .form-control:hover,fieldset[disabled] input[type=email]:focus,fieldset[disabled] input[type=email]:hover,fieldset[disabled] input[type=number]:focus,fieldset[disabled] input[type=number]:hover,fieldset[disabled] input[type=password]:focus,fieldset[disabled] input[type=password]:hover,fieldset[disabled] input[type=search]:focus,fieldset[disabled] input[type=search]:hover,fieldset[disabled] input[type=tel]:focus,fieldset[disabled] input[type=tel]:hover,fieldset[disabled] input[type=text]:focus,fieldset[disabled] input[type=text]:hover,fieldset[disabled] input[type=url]:focus,fieldset[disabled] input[type=url]:hover,input[type=email][disabled]:focus,input[type=email][disabled]:hover,input[type=email][readonly]:focus,input[type=email][readonly]:hover,input[type=number][disabled]:focus,input[type=number][disabled]:hover,input[type=number][readonly]:focus,input[type=number][readonly]:hover,input[type=password][disabled]:focus,input[type=password][disabled]:hover,input[type=password][readonly]:focus,input[type=password][readonly]:hover,input[type=search][disabled]:focus,input[type=search][disabled]:hover,input[type=search][readonly]:focus,input[type=search][readonly]:hover,input[type=tel][disabled]:focus,input[type=tel][disabled]:hover,input[type=tel][readonly]:focus,input[type=tel][readonly]:hover,input[type=text][disabled]:focus,input[type=text][disabled]:hover,input[type=text][readonly]:focus,input[type=text][readonly]:hover,input[type=url][disabled]:focus,input[type=url][disabled]:hover,input[type=url][readonly]:focus,input[type=url][readonly]:hover{border-color:var(--input-border-color)}fieldset[disabled] .form-control,fieldset[disabled] input[type=email],fieldset[disabled] input[type=number],fieldset[disabled] input[type=password],fieldset[disabled] input[type=search],fieldset[disabled] input[type=tel],fieldset[disabled] input[type=text],fieldset[disabled] input[type=url]{opacity:1}input[type=search]{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-control-group.has-success .form-control,.form-control-group.has-success input[type=email],.form-control-group.has-success input[type=number],.form-control-group.has-success input[type=password],.form-control-group.has-success input[type=search],.form-control-group.has-success input[type=tel],.form-control-group.has-success input[type=text],.form-control-group.has-success input[type=url]{color:var(--input-font-color-success);background-color:var(--input-background-color-success);border-color:var(--input-border-color-success)}.form-control-group.has-warning .form-control,.form-control-group.has-warning input[type=email],.form-control-group.has-warning input[type=number],.form-control-group.has-warning input[type=password],.form-control-group.has-warning input[type=search],.form-control-group.has-warning input[type=tel],.form-control-group.has-warning input[type=text],.form-control-group.has-warning input[type=url]{color:var(--input-font-color-warning);background-color:var(--input-background-color-warning);border-color:var(--input-border-color-warning)}.form-control-group.has-error .form-control,.form-control-group.has-error input[type=email],.form-control-group.has-error input[type=number],.form-control-group.has-error input[type=password],.form-control-group.has-error input[type=search],.form-control-group.has-error input[type=tel],.form-control-group.has-error input[type=text],.form-control-group.has-error input[type=url]{color:var(--input-font-color-error);background-color:var(--input-background-color-error);border-color:var(--input-border-color-error)}.form-control-group.has-effect .form-control,.form-control-group.has-effect input[type=email],.form-control-group.has-effect input[type=number],.form-control-group.has-effect input[type=password],.form-control-group.has-effect input[type=search],.form-control-group.has-effect input[type=tel],.form-control-group.has-effect input[type=text],.form-control-group.has-effect input[type=url]{padding-top:22px}.form-control-group.has-effect.filled .form-control,.form-control-group.has-effect.filled input[type=email],.form-control-group.has-effect.filled input[type=number],.form-control-group.has-effect.filled input[type=password],.form-control-group.has-effect.filled input[type=search],.form-control-group.has-effect.filled input[type=tel],.form-control-group.has-effect.filled input[type=text],.form-control-group.has-effect.filled input[type=url]{border-color:var(--input-border-color-focus)}.form-control-group.has-effect.filled.has-error .form-control,.form-control-group.has-effect.filled.has-error input[type=email],.form-control-group.has-effect.filled.has-error input[type=number],.form-control-group.has-effect.filled.has-error input[type=password],.form-control-group.has-effect.filled.has-error input[type=search],.form-control-group.has-effect.filled.has-error input[type=tel],.form-control-group.has-effect.filled.has-error input[type=text],.form-control-group.has-effect.filled.has-error input[type=url]{border-color:var(--input-border-color-error)}@-webkit-keyframes form-input-autofill{100%{background-color:transparent!important;background-image:none!important;color:inherit}}@keyframes form-input-autofill{100%{background-color:transparent!important;background-image:none!important;color:inherit}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:rgba(0,0,0,0)!important;-webkit-transition:background-color 84600s ease-in-out 0s;transition:background-color 84600s ease-in-out 0s;-webkit-text-fill-color:var(--input-font-color)!important}textarea{margin:0;overflow:auto;resize:vertical}form.contact .overlay{background:rgba(98,151,191,.8)}form.contact .columns-wrapper{margin:0;margin-left:-20px;margin-right:-20px;position:relative}form.contact .columns-wrapper>.column{padding-left:20px;padding-right:20px}form.contact fieldset{margin:0}form.contact .form-control-label{margin-bottom:0}form.contact .form-control-group{margin:0;margin-bottom:25px}form.contact textarea{min-height:100px}form.contact .buttons-container{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}form.contact .buttons-container .button,form.contact .buttons-container button,form.contact .buttons-container input[type=button],form.contact .buttons-container input[type=reset],form.contact .buttons-container input[type=submit]{width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact-form-container{padding:40px;background-color:#6297bf}@media only screen and (min-width:768px){.contact-form-container{padding-top:50px;padding-bottom:50px}}@media only screen and (min-width:992px){.contact-form-container{padding-top:60px;padding-bottom:60px}}@media only screen and (min-width:1200px){.contact-form-container{padding-top:65px;padding-bottom:65px}}.contact-form-container form{margin-left:auto;margin-right:auto;max-width:460px}form.contact-us .overlay{background:rgba(159,202,191,.7)}form.contact-us .columns-wrapper{margin:0;margin-left:-20px;margin-right:-20px;position:relative}form.contact-us .columns-wrapper>.column{padding-left:20px;padding-right:20px}form.contact-us fieldset{margin:0}form.contact-us .form-control-label{margin-bottom:0}form.contact-us .form-control-group{margin:0;margin-bottom:25px}form.contact-us textarea{min-height:100px}form.contact-us .buttons-container{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}form.contact-us .buttons-container .button,form.contact-us .buttons-container button,form.contact-us .buttons-container input[type=button],form.contact-us .buttons-container input[type=reset],form.contact-us .buttons-container input[type=submit]{width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact-us-form-container{padding:40px;background-color:#9fcaed}@media only screen and (min-width:768px){.contact-us-form-container{padding-top:50px;padding-bottom:50px}}@media only screen and (min-width:992px){.contact-us-form-container{padding-top:60px;padding-bottom:60px}}@media only screen and (min-width:1200px){.contact-us-form-container{padding-top:65px;padding-bottom:65px}}.contact-us-form-container form{margin-left:auto;margin-right:auto;max-width:460px}form.ebook-download{--input-padding:18px 15px;--input-font-size:1.1875rem;--input-placeholder-font-color:#fff;--input-border-color:#fff;position:relative}form.ebook-download .overlay{background:rgba(2,6,43,.8)}form.ebook-download .columns-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}form.ebook-download .columns-wrapper>.column{padding-left:20px;padding-right:20px;position:relative;width:100%}@media only screen and (min-width:768px){form.ebook-download .columns-wrapper>.column{width:50%}}form.ebook-download .columns-wrapper>.column.full-width{width:100%}form.ebook-download .columns-wrapper>.column.auto-width{width:auto}form.ebook-download .columns-wrapper>.column.hidden{display:none}form.ebook-download fieldset{margin:0}form.ebook-download .form-control-group{margin:0;margin-bottom:12px}form.ebook-download .form-control-group.checkbox{margin-bottom:0}form.ebook-download .buttons-container{margin-top:30px}.ebook-download-form-container form{max-width:360px}form.newsletter{--input-padding:20px 15px;--input-border-color:#fff;position:relative}form.newsletter .overlay{background:rgba(2,6,43,.8)}form.newsletter .overlay .content p{display:none}form.newsletter .overlay .content .loader{margin-top:0}form.newsletter .columns-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}form.newsletter .columns-wrapper>.column{padding-left:20px;padding-right:20px;position:relative;width:100%}@media only screen and (min-width:768px){form.newsletter .columns-wrapper>.column{width:50%}}@media only screen and (min-width:992px){form.newsletter .columns-wrapper>.column{width:33.33%}}form.newsletter .columns-wrapper>.column.full-width{width:100%}form.newsletter .columns-wrapper>.column.auto-width{width:auto}form.newsletter .columns-wrapper>.column.hidden{display:none}form.newsletter fieldset{margin:0}form.newsletter .form-control-group{margin:0}form.newsletter .form-control{font-weight:400;font-size:.875rem;background-color:transparent}form.newsletter .form-control::-moz-placeholder{color:#fff}form.newsletter .form-control::-ms-input-placeholder{color:#fff}form.newsletter .form-control:-ms-input-placeholder{color:#fff}form.newsletter .form-control::-webkit-input-placeholder{color:#fff}form.newsletter input[type=email]{padding-right:72px}form.newsletter .buttons-container{position:absolute;top:0;bottom:0;right:20px;width:72px}form.newsletter .buttons-container .button,form.newsletter .buttons-container button,form.newsletter .buttons-container input[type=button],form.newsletter .buttons-container input[type=reset],form.newsletter .buttons-container input[type=submit]{padding:0;position:absolute;top:0;bottom:0;right:0;width:100%;color:#fff;background:0 0;border:none}form.newsletter .buttons-container .button [class*=" icon-"],form.newsletter .buttons-container .button [class^=icon-],form.newsletter .buttons-container button [class*=" icon-"],form.newsletter .buttons-container button [class^=icon-],form.newsletter .buttons-container input[type=button] [class*=" icon-"],form.newsletter .buttons-container input[type=button] [class^=icon-],form.newsletter .buttons-container input[type=reset] [class*=" icon-"],form.newsletter .buttons-container input[type=reset] [class^=icon-],form.newsletter .buttons-container input[type=submit] [class*=" icon-"],form.newsletter .buttons-container input[type=submit] [class^=icon-]{position:absolute;top:50%;left:50%;display:block;font-size:42px;-webkit-transition:color .5s,-webkit-transform .5s;transition:color .5s,-webkit-transform .5s;-o-transition:color .5s,transform .5s;transition:color .5s,transform .5s;transition:color .5s,transform .5s,-webkit-transform .5s;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}form.newsletter .buttons-container .button:hover [class*=" icon-"],form.newsletter .buttons-container .button:hover [class^=icon-],form.newsletter .buttons-container button:hover [class*=" icon-"],form.newsletter .buttons-container button:hover [class^=icon-],form.newsletter .buttons-container input:hover[type=button] [class*=" icon-"],form.newsletter .buttons-container input:hover[type=button] [class^=icon-],form.newsletter .buttons-container input:hover[type=reset] [class*=" icon-"],form.newsletter .buttons-container input:hover[type=reset] [class^=icon-],form.newsletter .buttons-container input:hover[type=submit] [class*=" icon-"],form.newsletter .buttons-container input:hover[type=submit] [class^=icon-]{color:#d9021b;-webkit-transform:translate(calc(5px - 50%),-50%);-ms-transform:translate(calc(5px - 50%),-50%);transform:translate(calc(5px - 50%),-50%)}.newsletter-form-container{margin-left:auto;margin-right:auto;max-width:320px}@media only screen and (min-width:768px){.newsletter-form-container{margin-left:0;margin-right:0;max-width:360px}}.newsletter-form-container .form-title{font-family:"Haggard Nova",serif;font-weight:400;font-size:1.625rem;line-height:1.25em}@media only screen and (max-width:480px){.newsletter-form-container .form-title{font-size:1.5rem}}@media only screen and (min-width:768px){.newsletter-form-container .form-title{font-size:1.875rem}}@media only screen and (min-width:992px){.newsletter-form-container .form-title{font-size:2rem}}@media only screen and (min-width:1200px){.newsletter-form-container .form-title{font-size:2.1875rem}}.newsletter-form-container .form-description{margin-top:0;font-size:.9375rem;line-height:1.25em}.newsletter-form-container form{margin-top:10px}.article-list-item-container a{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;color:#020202;text-decoration:none;background-color:#eff1f7;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}@media (max-width:599px){.article-list-item-container a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.article-list-item-container a:hover{background-color:#fff}.article-list-item-container a:hover .body .actions-container .link:after{opacity:1;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}.article-list-item-container figure{position:relative;overflow:hidden}.article-list-item-container figure:before{padding-top:56.25%;display:block;content:''}.article-list-item-container figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px);height:auto}.article-list-item-container .body{padding:30px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:480px){.article-list-item-container .body{padding-left:25px;padding-right:25px}}@media only screen and (min-width:1200px){.article-list-item-container .body{padding:35px 40px}}.article-list-item-container .body>.top{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.article-list-item-container .body>.bottom{margin-top:30px}.article-list-item-container .body .title{font-weight:700;font-size:1.25rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.6875rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.article-list-item-container .body .description{margin-top:4px}.article-list-item-container .body .description p{font-size:.9375rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.34375rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.article-list-item-container .body .description p:first-child{margin-top:0}.article-list-item-container .body .description p:last-child{margin-bottom:0}.article-list-item-container .body .meta-component{margin:0;margin-bottom:4px}.article-list-item-container .body .meta-component ul{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-list-item-container .body .meta-component ul li{margin:0;margin-right:5px;padding:0;font-size:.9375rem;color:#6297bf}.article-list-item-container .body .meta-component ul li:before{display:none}.article-list-item-container .body .meta-component ul li:after{content:','}.article-list-item-container .body .meta-component ul li:last-child{margin-right:0}.article-list-item-container .body .meta-component ul li:last-child:after{display:none}.article-list-item-container .body p:first-of-type{margin-top:0}.article-list-item-container .body p:last-child{margin-bottom:0}.article-list-item-container .body .actions-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.article-list-item-container .body .link{font-size:.9375rem;font-weight:700}.course-list-item-container a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#020202;text-decoration:none;background-color:#eff1f7;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}@media only screen and (max-width:480px){.course-list-item-container a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.course-list-item-container a:hover{background-color:#fff}.course-list-item-container a:hover .body .actions-container .link:after{opacity:1;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}.course-list-item-container figure{-ms-flex-item-align:stretch;align-self:stretch;position:relative;overflow:hidden;width:40%}@media only screen and (max-width:480px){.course-list-item-container figure{width:100%}}.course-list-item-container figure:before{padding-top:68.5%;display:block;content:''}.course-list-item-container figure .labels{position:absolute;z-index:2;top:0;left:0}.course-list-item-container figure .labels .label{padding:6px 20px;text-align:center;color:#fff;font-weight:700;font-size:.9375rem;background-color:#d9021b}.course-list-item-container figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px);height:auto}.course-list-item-container .body{padding:30px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:60%}@media only screen and (max-width:480px){.course-list-item-container .body{padding-left:25px;padding-right:25px;width:100%}}@media only screen and (min-width:768px){.course-list-item-container .body{padding:35px 40px}}@media only screen and (min-width:992px){.course-list-item-container .body{padding:40px 50px}}@media only screen and (min-width:1200px){.course-list-item-container .body{padding:40px 70px}}.course-list-item-container .body>.top{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.course-list-item-container .body>.bottom{margin-top:35px;padding-top:10px;border-top:1px solid #9fcaed}.course-list-item-container .body .two-side-wrapper{margin:-5px -10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.course-list-item-container .body .two-side-wrapper>.left-side,.course-list-item-container .body .two-side-wrapper>.right-side{padding:5px 10px}.course-list-item-container .body .date{margin-bottom:10px;font-size:1.125rem;color:#092a84}.course-list-item-container .body .title{font-family:"Haggard Nova",serif;font-weight:400;color:#092a84;font-size:1.5rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:5.625rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}@media only screen and (min-width:768px){.course-list-item-container .body .title{font-size:1.625rem;max-height:6.09375rem}}@media only screen and (min-width:992px){.course-list-item-container .body .title{font-size:1.875rem;max-height:7.03125rem}}@media only screen and (min-width:1200px){.course-list-item-container .body .title{font-size:2.0625rem;max-height:7.734375rem}}.course-list-item-container .body .description{margin-top:10px}.course-list-item-container .body .description p{font-size:.9375rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.34375rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.course-list-item-container .body .description p:first-child{margin-top:0}.course-list-item-container .body .description p:last-child{margin-bottom:0}.course-list-item-container .body .meta-component{margin-bottom:15px}.course-list-item-container .body .meta-component ul{margin:-2px -10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.course-list-item-container .body .meta-component ul li{padding:2px 10px;font-size:1.125rem;line-height:1.25em;color:#020202}.course-list-item-container .body .meta-component ul li:before{display:none}.course-list-item-container .body .meta-component ul li .value{font-weight:700}.course-list-item-container .body .price .value{font-family:"Haggard Nova",serif;font-weight:400;color:#092a84;font-size:1.5rem;line-height:1.25em}@media only screen and (min-width:768px){.course-list-item-container .body .price .value{font-size:1.625rem}}@media only screen and (min-width:992px){.course-list-item-container .body .price .value{font-size:1.875rem}}@media only screen and (min-width:1200px){.course-list-item-container .body .price .value{font-size:2.0625rem}}.course-list-item-container .body .price .text{margin-left:8px;display:inline-block;font-size:.9375rem}.course-list-item-container .body p:first-of-type{margin-top:0}.course-list-item-container .body p:last-child{margin-bottom:0}.course-list-item-container .body .actions-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.course-list-item-container .body .link{font-size:1.125rem;font-weight:700}.feature-list-item-container figure{margin-bottom:20px;position:relative}.feature-list-item-container figure:before{padding-top:60%;display:block;content:''}.feature-list-item-container figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:calc(100% - 40px);max-height:calc(100% - 40px)}.feature-list-item-container .title{font-family:"Haggard Nova",serif;font-size:1.5rem}@media only screen and (min-width:768px){.feature-list-item-container .title{font-size:1.625rem}}@media only screen and (min-width:992px){.feature-list-item-container .title{font-size:1.75rem}}@media only screen and (min-width:1200px){.feature-list-item-container .title{font-size:1.875rem}}.feature-list-item-container p{margin-top:.75em;margin-bottom:.75em}.feature-list-item-container p:first-child{margin-top:0}.feature-list-item-container p:last-child{margin-bottom:0}.reference-list-item-container a{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;color:#020202;text-decoration:none;background-color:#eff1f7;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}@media (max-width:599px){.reference-list-item-container a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.reference-list-item-container a:hover{background-color:#fff}.reference-list-item-container a:hover .body .actions-container .link:after{opacity:1;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}.reference-list-item-container figure{padding:30px;padding-bottom:0;position:relative;height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:480px){.reference-list-item-container figure{padding-left:25px;padding-right:25px}}@media only screen and (min-width:1200px){.reference-list-item-container figure{padding:35px 40px;padding-top:40px;padding-bottom:0;height:100px}}.reference-list-item-container figure img{display:block;height:auto;max-height:60px;width:auto;max-width:200px}.reference-list-item-container .body{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:480px){.reference-list-item-container .body{padding-left:25px;padding-right:25px}}@media only screen and (min-width:1200px){.reference-list-item-container .body{padding:35px 40px}}.reference-list-item-container .body>.top{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.reference-list-item-container .body>.bottom{margin-top:30px}.reference-list-item-container .body .title{font-weight:700;font-size:1.25rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.6875rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.reference-list-item-container .body .description{margin-top:4px}.reference-list-item-container .body .description p{font-size:.9375rem;line-height:1.45em;display:block;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;max-height:10.875rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.reference-list-item-container .body .description p:first-child{margin-top:0}.reference-list-item-container .body .description p:last-child{margin-bottom:0}.reference-list-item-container .body .meta-component{margin:0;margin-top:12px}.reference-list-item-container .body .meta-component ul{margin:0}.reference-list-item-container .body .meta-component ul li{margin:0;padding-left:0;color:#092a84}.reference-list-item-container .body .meta-component ul li:before{display:none}.reference-list-item-container .body p:first-of-type{margin-top:0}.reference-list-item-container .body p:last-child{margin-bottom:0}.reference-list-item-container .body .actions-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.reference-list-item-container .body .link{font-size:.9375rem;font-weight:700}.related-article-list-item-container a{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;color:#020202;text-decoration:none;background-color:#eff1f7;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}@media (max-width:599px){.related-article-list-item-container a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.related-article-list-item-container a:hover{background-color:#fff}.related-article-list-item-container a:hover .body .actions-container .link:after{opacity:1;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}.related-article-list-item-container figure{position:relative;overflow:hidden}.related-article-list-item-container figure:before{padding-top:56.25%;display:block;content:''}.related-article-list-item-container figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px);height:auto}.related-article-list-item-container .body{padding:30px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width:480px){.related-article-list-item-container .body{padding-left:25px;padding-right:25px}}@media only screen and (min-width:1200px){.related-article-list-item-container .body{padding:35px 40px}}.related-article-list-item-container .body>.top{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.related-article-list-item-container .body>.bottom{margin-top:30px}.related-article-list-item-container .body .title{font-weight:700;font-size:1.25rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.6875rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.related-article-list-item-container .body .description{margin-top:4px}.related-article-list-item-container .body .description p{font-size:.9375rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.34375rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.related-article-list-item-container .body .description p:first-child{margin-top:0}.related-article-list-item-container .body .description p:last-child{margin-bottom:0}.related-article-list-item-container .body .meta-component{margin-bottom:4px}.related-article-list-item-container .body .meta-component ul{margin:-4px -10px}.related-article-list-item-container .body .meta-component ul li{padding:4px 10px;font-size:.9375rem;color:#6297bf}.related-article-list-item-container .body .meta-component ul li:before{display:none}.related-article-list-item-container .body p:first-of-type{margin-top:0}.related-article-list-item-container .body p:last-child{margin-bottom:0}.related-article-list-item-container .body .actions-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.related-article-list-item-container .body .link{font-size:.9375rem;font-weight:700}.service-list-item-container{position:relative}.service-list-item-container a{color:#fff;display:block;text-decoration:none}.service-list-item-container a:hover figure img{-webkit-transform:translate(-50%,-50%) scale(1.05);-ms-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}.service-list-item-container a:hover .body .title:after{-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}.service-list-item-container figure{margin:0;position:relative;overflow:hidden;max-height:320px}.service-list-item-container figure:before{padding-top:78%;display:block;content:''}.service-list-item-container figure .labels{position:absolute;z-index:2;top:0;left:0}.service-list-item-container figure .labels .label{padding:6px 20px;text-align:center;color:#fff;font-weight:700;font-size:1rem;background-color:#d9021b}.service-list-item-container figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.service-list-item-container figure:hover img{-webkit-transform:translate(-50%,-50%) scale(1.05);-ms-transform:translate(-50%,-50%) scale(1.05);transform:translate(-50%,-50%) scale(1.05)}.service-list-item-container .body{margin-top:20px}.service-list-item-container .body .title{padding-right:50px;position:relative;font-family:"Haggard Nova",serif;line-height:1.25em;font-size:1.375rem}@media only screen and (max-width:480px){.service-list-item-container .body .title{font-size:1.4375rem}}@media only screen and (min-width:768px){.service-list-item-container .body .title{font-size:1.4375rem}}@media only screen and (min-width:992px){.service-list-item-container .body .title{font-size:1.625rem}}@media only screen and (min-width:1200px){.service-list-item-container .body .title{font-size:1.875rem}}.service-list-item-container .body .title:after{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e907';position:absolute;top:50%;right:10px;display:block;font-size:32px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}.team-slider-item-container figure{position:relative;overflow:hidden}.team-slider-item-container figure:before{padding-top:124%;display:block;content:''}.team-slider-item-container figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px)}.team-slider-item-container .body{padding-top:18px;padding-right:20px}@media only screen and (max-width:480px){.team-slider-item-container .body{padding-right:0}}.team-slider-item-container .body .title{margin-bottom:20px;font-family:"Haggard Nova",serif;font-size:1.375rem;color:#092a84}@media only screen and (min-width:768px){.team-slider-item-container .body .title{font-size:1.4375rem}}@media only screen and (min-width:992px){.team-slider-item-container .body .title{font-size:1.5rem}}@media only screen and (min-width:1200px){.team-slider-item-container .body .title{font-size:1.6875rem}}.team-slider-item-container .body .sub-title{margin-bottom:15px;font-size:.9375rem;color:#092a84}.team-slider-item-container .body .sub-title:last-child{margin-bottom:0}.team-slider-item-container .body p:first-child{margin-top:0}.team-slider-item-container .body p:last-child{margin-bottom:0}.testimonial-slider-item-container{padding:30px;background-color:#fff}@media only screen and (max-width:480px){.testimonial-slider-item-container{padding-left:25px;padding-right:25px}}@media only screen and (min-width:768px){.testimonial-slider-item-container{padding:40px}}@media only screen and (min-width:992px){.testimonial-slider-item-container{padding:50px}}@media only screen and (min-width:1200px){.testimonial-slider-item-container{padding:60px}}.testimonial-slider-item-container figure{margin-bottom:40px;position:relative}@media only screen and (min-width:768px){.testimonial-slider-item-container figure{margin-bottom:45px}}@media only screen and (min-width:992px){.testimonial-slider-item-container figure{margin-bottom:50px}}@media only screen and (min-width:1200px){.testimonial-slider-item-container figure{margin-bottom:60px}}.testimonial-slider-item-container figure img{display:block;height:auto;max-height:60px;width:auto}.testimonial-slider-item-container .body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.testimonial-slider-item-container .body .title{font-weight:700;font-size:1.25rem;line-height:1.25em;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:4.6875rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.testimonial-slider-item-container .body .description{margin-top:4px}.testimonial-slider-item-container .body .description p{font-size:.9375rem;line-height:1.45em;display:block;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;max-height:10.875rem;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.testimonial-slider-item-container .body .description p:first-child{margin-top:0}.testimonial-slider-item-container .body .description p:last-child{margin-bottom:0}.testimonial-slider-item-container .body .meta-component{margin:0}.testimonial-slider-item-container .body .meta-component ul{margin:0}.testimonial-slider-item-container .body .meta-component ul li{margin:0;padding-left:0;color:#092a84}.testimonial-slider-item-container .body .meta-component ul li:before{display:none}.testimonial-slider-item-container .body p:first-of-type{margin-top:0}.testimonial-slider-item-container .body p:last-child{margin-bottom:0}.accordion-component>.item{position:relative;border-top:1px solid rgba(0,0,0,.2);-webkit-transition:border-color .5s;-o-transition:border-color .5s;transition:border-color .5s}.accordion-component>.item:last-child{border-bottom:none}.accordion-component>.item>.header{padding:0;padding:20px 0;padding-right:30px;position:relative;color:#020202;cursor:pointer;-webkit-transition:color .5s;-o-transition:color .5s;transition:color .5s}.accordion-component>.item>.header:after,.accordion-component>.item>.header:before{position:absolute;top:50%;right:0;width:18px;height:1px;display:block;content:'';background-color:currentColor;-webkit-transition:background-color .5s,-webkit-transform .5s;transition:background-color .5s,-webkit-transform .5s;-o-transition:background-color .5s,transform .5s;transition:background-color .5s,transform .5s;transition:background-color .5s,transform .5s,-webkit-transform .5s}.accordion-component>.item>.header:after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.accordion-component>.item>.header:hover{color:#6297bf}@media only screen and (min-width:768px){.accordion-component>.item>.header.two-side{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}}.accordion-component>.item>.header.two-side>.left-side{font-size:.9375rem}.accordion-component>.item>.header.two-side>.right-side{margin-top:4px}@media only screen and (min-width:768px){.accordion-component>.item>.header.two-side>.right-side{margin-top:0}}.accordion-component>.item>.header .title{font-family:Poppins,sans-serif;font-weight:700;font-size:1.1875rem;line-height:1.25em}@media only screen and (min-width:768px){.accordion-component>.item>.header .title{font-size:1.125rem}}@media only screen and (min-width:992px){.accordion-component>.item>.header .title{font-size:1.1875rem}}@media only screen and (min-width:1200px){.accordion-component>.item>.header .title{font-size:1.25rem}}.accordion-component>.item>.body{padding:0;display:none}.accordion-component>.item>.body .content{padding:0 0 20px 0}.accordion-component>.item>.body .content ol:first-child,.accordion-component>.item>.body .content p:first-child,.accordion-component>.item>.body .content ul:first-child{margin-top:0}.accordion-component>.item>.body .content ol:last-child,.accordion-component>.item>.body .content p:last-child,.accordion-component>.item>.body .content ul:last-child{margin-bottom:0}.accordion-component>.item.opened{border-color:#9fcaed}.accordion-component>.item.opened>.header:after,.accordion-component>.item.opened>.header:before{background-color:#9fcaed}.accordion-component>.item.opened>.header:after{-webkit-transform:rotate(90deg) scaleX(0);-ms-transform:rotate(90deg) scaleX(0);transform:rotate(90deg) scaleX(0)}.accordion-component>.item.opened>.header .title{color:#6297bf}.accordion-component>.item.opened>.body{display:block}.accordion-container+.accordion-container{margin-top:50px}@media only screen and (min-width:768px){.accordion-container+.accordion-container{margin-top:60px}}@media only screen and (min-width:992px){.accordion-container+.accordion-container{margin-top:70px}}@media only screen and (min-width:1200px){.accordion-container+.accordion-container{margin-top:80px}}.accordion-container>.title{margin-bottom:20px;font-weight:400;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#020202}.article-component .article-intro-component{max-width:600px}.article-component .article-content{max-width:600px;position:relative}.article-component .article-content>:first-child{margin-top:0}.article-component .article-content>:last-child{margin-bottom:0}.article-component .article-content p{line-height:1.45em}.article-component .article-content p:last-of-type{margin-bottom:0}.article-component .article-content ol li,.article-component .article-content ul li{line-height:1.45em}.article-component .article-content h2,.article-component .article-content h3,.article-component .article-content h4,.article-component .article-content h5,.article-component .article-content h6{margin-bottom:0}.article-component .article-content h2+*,.article-component .article-content h3+*,.article-component .article-content h4+*,.article-component .article-content h5+*,.article-component .article-content h6+*{margin-top:0}.article-component .article-content figure{margin:20px 0}@media only screen and (min-width:768px){.article-component .article-content figure{margin-top:30px;margin-bottom:30px}}@media only screen and (min-width:992px){.article-component .article-content figure{margin-top:35px;margin-bottom:35px}}@media only screen and (min-width:1200px){.article-component .article-content figure{margin-top:40px;margin-bottom:40px}}.article-component .article-content figure img{margin-left:auto;margin-right:auto;display:block;height:auto}.article-component .article-content figure figcaption{padding-top:10px;line-height:1.25em;font-family:Poppins,sans-serif;font-size:.9375rem;text-align:center;color:rgba(0,0,0,.5)}.article-component .social-share-component{margin-top:0}.article-component .course-cta-container .two-side-wrapper{margin-top:-10px;margin-bottom:-10px;margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.article-component .course-cta-container .two-side-wrapper>.left-side,.article-component .course-cta-container .two-side-wrapper>.right-side{padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;width:auto}@media only screen and (min-width:768px){.article-component .course-cta-container .two-side-wrapper>.left-side,.article-component .course-cta-container .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){.article-component .course-cta-container .two-side-wrapper>.left-side{width:55%}}@media only screen and (min-width:768px){.article-component .course-cta-container .two-side-wrapper>.right-side{width:45%}}.article-component .course-cta-container .two-side-wrapper .title{color:#092a84;font-family:"Haggard Nova",serif;font-size:1.25rem}@media only screen and (min-width:768px){.article-component .course-cta-container .two-side-wrapper .title{font-size:1.1875rem}}@media only screen and (min-width:768px){.article-component .course-cta-container .two-side-wrapper .title{font-size:1.25rem}}@media only screen and (min-width:768px){.article-component .course-cta-container .two-side-wrapper .title{font-size:1.3125rem}}@media only screen and (min-width:768px){.article-component .course-cta-container .two-side-wrapper .buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.article-component footer{margin-top:30px}@media only screen and (min-width:768px){.article-component footer{margin-top:40px}}@media only screen and (min-width:992px){.article-component footer{margin-top:45px}}.article-component footer .social-share-component{margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid #9fcaed}@media only screen and (min-width:768px){.article-component footer .social-share-component{margin-bottom:40px}}@media only screen and (min-width:992px){.article-component footer .social-share-component{margin-bottom:45px}}.article-list-component .list{margin:-5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.article-list-component .list>.item{padding:5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:768px){.article-list-component .list>.item{width:50%}}@media only screen and (min-width:992px){.article-list-component .list>.item{width:33.33%}}.article-list-component .list>.item .article-list-item-container{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-flex:1;-ms-flex:1;flex:1}.article-list-component .list>.item .article-list-item-container>a{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-flex:1;-ms-flex:1;flex:1}.article-list-component .list>.item .article-list-item-container>a>.body{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-flex:1;-ms-flex:1;flex:1}.article-list-component .list+.buttons-container{margin-top:30px}@media only screen and (min-width:768px){.article-list-component .list+.buttons-container{margin-top:35px}}@media only screen and (min-width:992px){.article-list-component .list+.buttons-container{margin-top:40px}}@media only screen and (min-width:1200px){.article-list-component .list+.buttons-container{margin-top:45px}}.article-nav-component{padding:40px;color:#fff;background-color:#092a84}.article-nav-component nav.category>.title{margin-bottom:25px;padding-bottom:30px;position:relative;font-size:1.25rem;font-weight:700}.article-nav-component nav.category>.title.has-icon{padding-left:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-nav-component nav.category>.title.has-icon:before{position:absolute;top:0;left:0;width:26px;height:26px;display:block;content:'';background:url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/icons/click.png) no-repeat center center;background-size:contain}.breadcrumbs-component{margin-bottom:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:768px){.breadcrumbs-component{margin-bottom:50px}}@media only screen and (min-width:992px){.breadcrumbs-component{margin-bottom:60px}}.breadcrumbs-component ul{margin:0;padding:0;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumbs-component ul li{margin:0;padding:0}.breadcrumbs-component ul li:before{display:none}.breadcrumbs-component ul li{margin:2px 0;margin-right:16px;padding-right:24px;position:relative;font-size:1rem;line-height:1.25em;font-weight:500;color:#fff}.breadcrumbs-component ul li:after{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e903';position:absolute;top:50%;right:0;display:block;font-size:.5em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.breadcrumbs-component ul li:last-child{margin-right:0;padding-right:0}.breadcrumbs-component ul li:last-child:after{display:none}.breadcrumbs-component ul li.back{padding-left:24px;display:block}.breadcrumbs-component ul li.back:after{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e902';font-size:.75em;display:block}.breadcrumbs-component ul li.active{color:rgba(255,255,255,.5)}.breadcrumbs-component ul li a{line-height:1em;color:inherit;text-decoration:none;display:inline-block}.breadcrumbs-component ul li a:hover{text-decoration:underline}.course-list-component .entity-list-filter-component .sections-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:768px){.course-list-component .entity-list-filter-component .sections-wrapper{margin-top:-77px}}@media only screen and (min-width:768px){.course-list-component .entity-list-filter-component .sections-wrapper>.section{margin-left:auto;margin-right:0}}.course-list-component .list>.item{width:100%}.course-list-component .list>.item+.item{margin-top:5px}.course-list-component .list>.item .course-list-item-container{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-flex:1;-ms-flex:1;flex:1}.course-list-component .list>.item .course-list-item-container>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.course-list-component .list>.item .course-list-item-container>a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.course-list-component .list+.buttons-container{margin-top:30px}@media only screen and (min-width:768px){.course-list-component .list+.buttons-container{margin-top:35px}}@media only screen and (min-width:992px){.course-list-component .list+.buttons-container{margin-top:40px}}@media only screen and (min-width:1200px){.course-list-component .list+.buttons-container{margin-top:45px}}.panel-course-list .content-section-header{margin-bottom:25px}@media only screen and (min-width:768px){.panel-course-list .content-section-header{margin-bottom:25px;width:50%}}.course-register-component{margin-left:auto;margin-right:auto;max-width:970px}.course-register-component .content-section-header{margin-bottom:35px;text-align:center}.course-register-component .content-section-header p{margin:0}.course-register-component .course-info-container{color:#092a84}.course-register-component .course-info-container .columns-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #eff1f7}@media only screen and (min-width:768px){.course-register-component .course-info-container .columns-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.course-register-component .course-info-container .columns-wrapper>.column{padding:45px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;background-color:#f2f2f2}@media only screen and (min-width:768px){.course-register-component .course-info-container .columns-wrapper>.column{padding:40px 30px;width:33.33%;text-align:left}}@media only screen and (min-width:992px){.course-register-component .course-info-container .columns-wrapper>.column{padding:40px;width:31%}}.course-register-component .course-info-container .columns-wrapper>.column:nth-child(1){position:relative}.course-register-component .course-info-container .columns-wrapper>.column:nth-child(1):after{position:absolute;bottom:0;left:30px;right:30px;height:1px;display:block;content:'';background-color:#a9c9ea}@media only screen and (min-width:768px){.course-register-component .course-info-container .columns-wrapper>.column:nth-child(1):after{top:40px;bottom:40px;left:auto;right:0;width:1px;height:auto}}@media only screen and (min-width:992px){.course-register-component .course-info-container .columns-wrapper>.column:nth-child(1):after{right:20px}}@media only screen and (min-width:992px){.course-register-component .course-info-container .columns-wrapper>.column:nth-child(2){width:38%}}.course-register-component .course-info-container .columns-wrapper>.column:nth-child(3){text-align:center;background-color:transparent}.course-register-component .course-info-container ol,.course-register-component .course-info-container p,.course-register-component .course-info-container ul{margin-top:1em;margin-bottom:1em}.course-register-component .course-info-container ol:first-child,.course-register-component .course-info-container p:first-child,.course-register-component .course-info-container ul:first-child{margin-top:0}.course-register-component .course-info-container ol:last-child,.course-register-component .course-info-container p:last-child,.course-register-component .course-info-container ul:last-child{margin-bottom:0}.course-register-component .course-info-container ol .label,.course-register-component .course-info-container p .label,.course-register-component .course-info-container ul .label{color:rgba(9,42,132,.39)}.course-register-component .course-info-container .price{font-size:1.625rem}@media only screen and (min-width:768px){.course-register-component .course-info-container .price{font-size:1.5rem}}@media only screen and (min-width:992px){.course-register-component .course-info-container .price{font-size:1.6875rem}}.course-register-component .course-info-container .price+p{margin-top:0}.entity-list-component .list-container{position:relative}.entity-list-component .list-container:before{position:absolute;z-index:2;top:0;bottom:0;left:0;right:0;display:none;content:'';pointer-events:none}.entity-list-component .list-container>.buttons-container{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){.entity-list-component .list-container>.buttons-container{margin-top:50px}}.entity-list-component .list-container .loader{position:absolute;z-index:3;opacity:0;bottom:50px;left:50%;width:100px;height:100px;display:block;background-image:url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/loader-dark.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:contain;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;pointer-events:none}.entity-list-component .list-container .list{opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.entity-list-component[data-lazy-load=true] .list-container>.buttons-container{margin-top:0;pointer-events:none;overflow:hidden;height:0}.entity-list-component.loading .list-container:before{display:block}.entity-list-component.loading .list-container .loader{opacity:1}.entity-list-component.loading .list-container .list{opacity:.5}.entity-list-filter-component{padding:0;position:relative}.entity-list-filter-component>.title{margin-bottom:20px;text-align:center;font-size:.9375rem}.entity-list-filter-component .section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.entity-list-filter-component .section>.title{margin-right:20px;font-size:.9375rem}.entity-list-filter-component nav.list-filter{margin:0;position:relative}.entity-list-filter-component nav.list-filter>.title{padding:15px 20px;padding-right:40px;position:relative;width:100vw;max-width:230px;font-size:.9375rem;line-height:20px;border:1px rgba(0,0,0,.3) solid}.entity-list-filter-component nav.list-filter>.title:before{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e901';position:absolute;top:50%;right:15px;display:block;font-size:.875rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.entity-list-filter-component nav.list-filter ul{position:absolute;top:52px;left:0;width:100%;display:none}.entity-list-filter-component nav.list-filter ul li{margin-top:-1px;font-size:1rem;background-color:#fff;border:1px rgba(0,0,0,.3) solid}.entity-list-filter-component nav.list-filter ul li a{padding:15px 20px;position:relative;display:block;font-size:.9375rem;line-height:16px;font-weight:400;color:#000;text-decoration:none}.entity-list-filter-component nav.list-filter ul li a:hover{color:#6297bf}.entity-list-filter-component nav.list-filter:hover ul{display:block;z-index:2}.entity-list-component .entity-list-filter-component{margin-bottom:25px}.entity-navigation-component{padding:0;position:relative;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}.entity-navigation-component ul li{line-height:1em}.entity-navigation-component ul li.back a,.entity-navigation-component ul li.next a,.entity-navigation-component ul li.prev a{padding:0;position:relative;width:auto;height:auto;font-size:.9375rem;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;background:0 0;-webkit-transition:color .5s,background-color .5s,border-color .5s;-o-transition:color .5s,background-color .5s,border-color .5s;transition:color .5s,background-color .5s,border-color .5s}.entity-navigation-component ul li.back a:hover,.entity-navigation-component ul li.next a:hover,.entity-navigation-component ul li.prev a:hover{color:#d9021b}.entity-navigation-component ul li.back [class*=" icon-"],.entity-navigation-component ul li.back [class^=icon-],.entity-navigation-component ul li.next [class*=" icon-"],.entity-navigation-component ul li.next [class^=icon-],.entity-navigation-component ul li.prev [class*=" icon-"],.entity-navigation-component ul li.prev [class^=icon-]{position:relative;display:block;width:20px;height:30px;border:none;border-radius:0;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}@media only screen and (min-width:768px){.entity-navigation-component ul li.back [class*=" icon-"],.entity-navigation-component ul li.back [class^=icon-],.entity-navigation-component ul li.next [class*=" icon-"],.entity-navigation-component ul li.next [class^=icon-],.entity-navigation-component ul li.prev [class*=" icon-"],.entity-navigation-component ul li.prev [class^=icon-]{width:16px;height:16px}}.entity-navigation-component ul li.back [class*=" icon-"]:before,.entity-navigation-component ul li.back [class^=icon-]:before,.entity-navigation-component ul li.next [class*=" icon-"]:before,.entity-navigation-component ul li.next [class^=icon-]:before,.entity-navigation-component ul li.prev [class*=" icon-"]:before,.entity-navigation-component ul li.prev [class^=icon-]:before{position:absolute;top:50%;left:50%;display:block;font-size:12px;line-height:12px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (min-width:768px){.entity-navigation-component ul li.back [class*=" icon-"]:before,.entity-navigation-component ul li.back [class^=icon-]:before,.entity-navigation-component ul li.next [class*=" icon-"]:before,.entity-navigation-component ul li.next [class^=icon-]:before,.entity-navigation-component ul li.prev [class*=" icon-"]:before,.entity-navigation-component ul li.prev [class^=icon-]:before{font-size:14px}}.entity-navigation-component ul li.back.disabled a,.entity-navigation-component ul li.next.disabled a,.entity-navigation-component ul li.prev.disabled a{cursor:default!important;pointer-events:none;color:rgba(0,0,0,.35)!important;background-color:transparent!important;border-color:transparent!important}.entity-navigation-component ul li.back.disabled a [class*=" icon-"],.entity-navigation-component ul li.back.disabled a [class^=icon-],.entity-navigation-component ul li.next.disabled a [class*=" icon-"],.entity-navigation-component ul li.next.disabled a [class^=icon-],.entity-navigation-component ul li.prev.disabled a [class*=" icon-"],.entity-navigation-component ul li.prev.disabled a [class^=icon-]{color:rgba(0,0,0,.35)!important;background-color:transparent!important;border-color:rgba(2,2,2,.35)!important}.entity-navigation-component ul li.back.disabled a:hover,.entity-navigation-component ul li.next.disabled a:hover,.entity-navigation-component ul li.prev.disabled a:hover{color:rgba(0,0,0,.35)!important;background-color:transparent!important;border-color:transparent!important}.entity-navigation-component ul li.back.disabled a:hover [class*=" icon-"],.entity-navigation-component ul li.back.disabled a:hover [class^=icon-],.entity-navigation-component ul li.next.disabled a:hover [class*=" icon-"],.entity-navigation-component ul li.next.disabled a:hover [class^=icon-],.entity-navigation-component ul li.prev.disabled a:hover [class*=" icon-"],.entity-navigation-component ul li.prev.disabled a:hover [class^=icon-]{color:rgba(0,0,0,.35)!important;background-color:transparent!important;border-color:rgba(2,2,2,.35)!important}@media only screen and (min-width:768px){.entity-navigation-component ul li.next,.entity-navigation-component ul li.prev{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.entity-navigation-component ul li.next .text,.entity-navigation-component ul li.prev .text{font-weight:700;display:none}@media only screen and (min-width:768px){.entity-navigation-component ul li.next .text,.entity-navigation-component ul li.prev .text{display:block}}.entity-navigation-component ul li.next [class*=" icon-"],.entity-navigation-component ul li.next [class^=icon-],.entity-navigation-component ul li.prev [class*=" icon-"],.entity-navigation-component ul li.prev [class^=icon-]{width:40px;height:40px;display:block;border:1px solid #020202;border-radius:50%;-webkit-transition:color .5s,background-color .5s;-o-transition:color .5s,background-color .5s;transition:color .5s,background-color .5s}@media only screen and (min-width:768px){.entity-navigation-component ul li.next [class*=" icon-"],.entity-navigation-component ul li.next [class^=icon-],.entity-navigation-component ul li.prev [class*=" icon-"],.entity-navigation-component ul li.prev [class^=icon-]{position:relative;top:auto;left:auto;display:none;-webkit-transform:none;-ms-transform:none;transform:none}}.entity-navigation-component ul li.next a,.entity-navigation-component ul li.prev a{position:relative;color:#092a84;border-radius:50%}@media only screen and (min-width:768px){.entity-navigation-component ul li.next a,.entity-navigation-component ul li.prev a{padding:15px 30px;width:auto;height:auto;color:#020202;background:0 0;border:1px solid #6297bf;border-radius:0}}@media only screen and (min-width:768px){.entity-navigation-component ul li.next a:after,.entity-navigation-component ul li.prev a:after{position:absolute;bottom:-10px;left:0;width:100%;height:2px;display:none;content:'';background-color:currentColor}}.entity-navigation-component ul li.next a:hover [class*=" icon-"],.entity-navigation-component ul li.next a:hover [class^=icon-],.entity-navigation-component ul li.prev a:hover [class*=" icon-"],.entity-navigation-component ul li.prev a:hover [class^=icon-]{color:#fff;background-color:#d9021b}@media only screen and (min-width:768px){.entity-navigation-component ul li.next a:hover,.entity-navigation-component ul li.prev a:hover{color:#fff;background-color:#6297bf;border-color:#6297bf}}.entity-navigation-component ul li.prev a{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (min-width:768px){.entity-navigation-component ul li.prev a{padding-left:0;padding-right:0;background-color:transparent!important;border-color:transparent!important}}.entity-navigation-component ul li.prev a:hover{color:#6297bf}.entity-navigation-component ul li.number{margin:1px 2px!important;font-size:.9375rem;font-weight:400;line-height:1;color:#000}@media only screen and (min-width:768px){.entity-navigation-component ul li.number{margin:1px 4px!important}}.entity-navigation-component ul li.number a{margin:0 3px;padding:2px;position:relative;min-width:0;z-index:2;font-size:1em;display:block;text-align:center;text-decoration:none;color:#000;-webkit-transition:color .5s,background-color .5s;-o-transition:color .5s,background-color .5s;transition:color .5s,background-color .5s}.entity-navigation-component ul li.number a:after{position:absolute;bottom:1px;left:0;right:0;height:2px;display:block;content:'';opacity:0;background-color:currentColor;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.entity-navigation-component ul li.number a:hover{color:#092a84}.entity-navigation-component ul li.number a:hover:after{opacity:1}.entity-navigation-component ul li.number.disabled a{pointer-events:none}.entity-navigation-component ul li.number.active a{color:#092a84;font-weight:700}.entity-navigation-component ul li.number.active a:after{opacity:1}.entity-navigation-component ul li.dots{margin-left:4px!important;margin-right:4px!important}.entity-navigation-component ul.paging{margin:0;padding:0;list-style-type:none;margin-left:0;margin-right:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.entity-navigation-component ul.paging li{margin:0;padding:0}.entity-navigation-component ul.paging li:before{display:none}.entity-navigation-component ul.paging li.prev{margin-left:0;margin-right:auto}.entity-navigation-component ul.paging li.next{margin-left:auto;margin-right:0}.entity-navigation-component ul.paging.first-last-only li{display:none}.entity-navigation-component ul.paging.first-last-only li.dots,.entity-navigation-component ul.paging.first-last-only li:first-child,.entity-navigation-component ul.paging.first-last-only li:last-child{display:block}.entity-navigation-component ul.paging.first-last-only li.number a:after{display:none}.entity-navigation-component ul.paging.first-last-only li.dots{font-weight:700;width:15px;height:1px;background-color:currentColor}.entity-navigation-component ul.paging.first-last-only li a{pointer-events:none}.entity-navigation-component ul.arrows{margin:0;padding:0;list-style-type:none;margin-left:auto;margin-right:0;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}.entity-navigation-component ul.arrows li{margin:0;padding:0}.entity-navigation-component ul.arrows li:before{display:none}.entity-navigation-component ul.arrows>.next .text,.entity-navigation-component ul.arrows>.prev .text{display:none}.entity-navigation-component ul.arrows>.next{margin-left:30px}.entity-list-component .entity-navigation-component:first-child{margin-bottom:30px}@media only screen and (min-width:768px){.entity-list-component .entity-navigation-component:first-child{margin-bottom:35px}}.entity-list-component .entity-navigation-component:last-child{margin-top:30px}@media only screen and (min-width:768px){.entity-list-component .entity-navigation-component:last-child{margin-top:35px}}.feature-list-component .list{margin:-40px -20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media only screen and (min-width:768px){.feature-list-component .list{margin-top:0;margin-bottom:0}}.feature-list-component .list>.item{margin-left:auto;margin-right:auto;padding:40px 20px;width:100%;max-width:480px;text-align:center;border-bottom:1px solid rgba(255,255,255,.3)}.feature-list-component .list>.item:last-child{border-bottom:none}@media only screen and (min-width:768px){.feature-list-component .list>.item{padding:20px 30px;width:33.33%;max-width:none;text-align:left;border-right:1px solid rgba(255,255,255,.3);border-bottom:none}.feature-list-component .list>.item:last-child{border-right:none}}@media only screen and (min-width:992px){.feature-list-component .list>.item{padding-left:40px;padding-right:40px}.feature-list-component .list>.item .feature-list-item-container{margin-left:auto;margin-right:auto;max-width:280px}}@media only screen and (min-width:1200px){.feature-list-component .list>.item{padding-left:50px;padding-right:50px}}#footer{position:relative;z-index:1;color:#fff;background-color:#02062b}#footer:before{position:absolute;z-index:-1;top:0;right:0;width:35vw;height:55.3vw;display:block;content:'';background-image:url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/patterns/footer.png);background-position:top right;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);transform:translateY(-25%);pointer-events:none}@media only screen and (min-width:768px){#footer:before{width:30vw;height:47.4vw}}@media only screen and (min-width:992px){#footer:before{width:25vw;max-width:360px;height:39.5vw;max-height:540px}}#footer .footer-top .footer-inner{padding-top:60px;padding-bottom:60px;text-align:center}@media only screen and (min-width:768px){#footer .footer-top .footer-inner{padding-top:100px;padding-bottom:100px;text-align:left}}@media only screen and (min-width:992px){#footer .footer-top .footer-inner{padding-top:140px;padding-bottom:80px}}@media only screen and (min-width:1200px){#footer .footer-top .footer-inner{padding-top:180px;padding-bottom:120px}}@media only screen and (min-width:768px){#footer .footer-top .footer-sections-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}#footer .footer-top .footer-sections-wrapper>.footer-section{margin-bottom:60px}@media only screen and (min-width:768px){#footer .footer-top .footer-sections-wrapper>.footer-section{width:50%}}@media only screen and (min-width:992px){#footer .footer-top .footer-sections-wrapper>.footer-section{width:33.33%}}@media only screen and (min-width:992px){#footer .footer-top .footer-sections-wrapper>.footer-section:nth-child(2){padding-left:40px;padding-right:40px}}@media only screen and (min-width:1200px){#footer .footer-top .footer-sections-wrapper>.footer-section:nth-child(2){padding-left:60px;padding-right:60px}}#footer .footer-top .footer-sections-wrapper>.footer-section:last-child{margin-bottom:0}@media only screen and (min-width:768px){#footer .footer-top .footer-sections-wrapper>.footer-section:last-child{width:100%}}@media only screen and (min-width:992px){#footer .footer-top .footer-sections-wrapper>.footer-section:last-child{width:33.33%}}#footer .footer-bottom .container{max-width:1600px}#footer .footer-bottom .footer-inner{padding-top:0;padding-bottom:20px;text-align:center}@media only screen and (min-width:768px){#footer .footer-bottom .footer-inner{padding-bottom:30px;text-align:left}}@media only screen and (min-width:992px){#footer .footer-bottom .footer-inner{padding-bottom:35px}}@media only screen and (min-width:1200px){#footer .footer-bottom .footer-inner{padding-bottom:40px}}#footer .footer-bottom .footer-inner .two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;flex-direction:column-reverse}@media only screen and (min-width:768px){#footer .footer-bottom .footer-inner .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#footer .footer-bottom .footer-inner .two-side-wrapper>.left-side,#footer .footer-bottom .footer-inner .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){#footer .footer-bottom .footer-inner .two-side-wrapper>.left-side,#footer .footer-bottom .footer-inner .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){#footer .footer-bottom .footer-inner .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (min-width:768px){#footer .footer-bottom .footer-inner .two-side-wrapper>.left-side{width:55%}}@media only screen and (min-width:992px){#footer .footer-bottom .footer-inner .two-side-wrapper>.left-side{width:50%}}#footer .footer-bottom .footer-inner .two-side-wrapper>.right-side{margin-bottom:30px}@media only screen and (min-width:768px){#footer .footer-bottom .footer-inner .two-side-wrapper>.right-side{margin-bottom:0;margin-left:auto;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:45%}}@media only screen and (min-width:992px){#footer .footer-bottom .footer-inner .two-side-wrapper>.right-side{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:50%}}#footer .footer-sections-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:992px){#footer .footer-sections-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}#footer .footer-sections-wrapper>.footer-section{margin-bottom:50px;padding-left:20px;padding-right:20px;width:100%}#footer .footer-sections-wrapper>.footer-section:last-child{margin-bottom:0}#footer .footer-section>.header{margin-bottom:15px}@media only screen and (min-width:768px){#footer .footer-section>.header{margin-bottom:20px}}#footer .footer-section>.header .title{margin:0;font-size:1.875rem;font-weight:700;line-height:1.25em;display:inline-block;border-bottom:1px solid #fff}@media only screen and (max-width:480px){#footer .footer-section>.header .title{font-size:1.5rem}}@media only screen and (min-width:768px){#footer .footer-section>.header .title{font-size:2.25rem}}@media only screen and (min-width:992px){#footer .footer-section>.header .title{font-size:2.625rem}}@media only screen and (min-width:1200px){#footer .footer-section>.header .title{font-size:3.125rem}}#footer .footer-section.collapse>.header{position:relative}#footer .footer-section.collapse>.header:before{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;top:50%;right:0;content:'\e901';display:block;font-size:12px;color:inherit;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}@media only screen and (min-width:768px){#footer .footer-section.collapse>.header:before{display:none}}#footer .footer-section.collapse>.header .title{padding-right:30px;cursor:pointer}@media only screen and (min-width:768px){#footer .footer-section.collapse>.header .title{padding:0;cursor:default}}#footer .footer-section.collapse>.body{padding-top:10px;padding-bottom:30px;display:none}@media only screen and (min-width:768px){#footer .footer-section.collapse>.body{padding-top:0;padding-bottom:0;display:block!important}}#footer .footer-section.collapse.opened>.header:before{-webkit-transform:translate(0,-50%) rotateX(180deg);transform:translate(0,-50%) rotateX(180deg)}#footer .logo{margin-top:30px;margin-left:auto;margin-right:auto;display:block;height:auto;max-width:220px}@media only screen and (min-width:768px){#footer .logo{margin-top:20px;margin-left:0;margin-right:0}}@media only screen and (min-width:992px){#footer .logo{margin-top:0;margin-left:60px}}@media only screen and (min-width:1200px){#footer .logo{margin-left:120px}}@media (min-width:1400px){#footer .logo{margin-left:170px}}#footer .logo a{display:block}#footer .logo img,#footer .logo svg{display:block;width:100%;height:auto}#footer .contact-container p:first-child{margin-top:0}#footer .contact-container p:last-child{margin-bottom:0}#footer .contact-container p:first-of-type{margin-top:8px;padding-top:12px;position:relative}#footer .contact-container p:first-of-type:before{position:absolute;top:0;left:50%;width:20px;height:1px;display:block;content:'';background-color:#6297bf;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (min-width:768px){#footer .contact-container p:first-of-type:before{left:0;-webkit-transform:none;-ms-transform:none;transform:none}}#footer .social-media-component{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width:768px){#footer .social-media-component{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}#footer .social-media-component>.title{display:none}#footer .quick-contact-component>.title{display:none}@media only screen and (min-width:768px){#footer nav.footer{display:inline-block}}#footer .copyright,#footer .designed{margin-top:0;margin-bottom:0;font-size:.9375rem;line-height:1.25em;color:rgba(255,255,255,.3)}#footer .copyright .nowrap,#footer .designed .nowrap{white-space:nowrap}#footer .copyright a,#footer .designed a{color:inherit;text-decoration:none}#footer .copyright a:hover,#footer .designed a:hover{color:#d9021b}@media only screen and (min-width:768px){#footer .designed{margin-right:5px;display:inline-block}}#header{--header-theme-color:#fff;--header-theme-color-reverse:#fff;--header-theme-color-rgba:255,255,255;--header-theme-color-rgba-reverse:255,255,255;margin:0;position:absolute;top:0;left:0;right:0;z-index:21;color:#fff;-webkit-transition:background-color .5s,-webkit-transform .5s;transition:background-color .5s,-webkit-transform .5s;-o-transition:transform .5s,background-color .5s;transition:transform .5s,background-color .5s;transition:transform .5s,background-color .5s,-webkit-transform .5s}body.header-opened #header,body.header-opening #header{position:fixed;-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}#header.down{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}#header.up{-webkit-transform:translate(0,-100%);-ms-transform:translate(0,-100%);transform:translate(0,-100%)}#header.top{background-color:transparent;-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important}#header .header-top{position:relative;z-index:21;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}body.header-opened #header .header-top,body.header-opening #header .header-top{background-color:#02062b}#header .header-top>.container{max-width:1600px}#header .header-top .header-inner{padding:0;min-height:60px;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 .header-top .header-inner>.left-side,#header .header-top .header-inner>.right-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .header-top .header-inner>.left-side{width:calc(30vw + 20px)}@media only screen and (min-width:768px){#header .header-top .header-inner>.left-side{width:260px}}#header .header-top .header-inner>.right-side{padding-top:10px;padding-bottom:9px;position:relative;width:calc(100% - 30vw - 20px);-ms-flex-item-align:end;align-self:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.3)}@media only screen and (min-width:768px){#header .header-top .header-inner>.right-side{width:calc(100% - 260px)}}@media only screen and (min-width:1200px){#header .header-top .header-inner>.right-side{border-bottom:none}}#header .header-top .header-inner>.right-side:before{position:absolute;bottom:-1px;right:0;width:20px;height:1px;display:block;content:'';background-color:rgba(255,255,255,.3);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}@media (min-width:1600px){#header .header-top .header-inner>.right-side:before{width:calc((100vw - 1600px)/ 2 + 40px / 2)}}#header .header-bottom{position:relative;z-index:21;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}body.header-opened #header .header-bottom,body.header-opening #header .header-bottom{background-color:#02062b}#header .header-bottom .container{max-width:1600px}#header .header-bottom .header-inner{padding:0;position:relative;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 .header-bottom .header-inner>.left-side,#header .header-bottom .header-inner>.right-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .header-bottom .header-inner>.left-side{width:calc(25vw + 20px)}@media only screen and (min-width:768px){#header .header-bottom .header-inner>.left-side{width:260px}}#header .header-bottom .header-inner>.right-side{padding-top:12px;padding-bottom:12px;position:relative;width:calc(100% - 25vw - 20px);-ms-flex-item-align:start;align-self:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:none;border-top:1px solid rgba(255,255,255,.3)}@media only screen and (min-width:768px){#header .header-bottom .header-inner>.right-side{width:calc(100% - 260px)}}@media only screen and (min-width:1200px){#header .header-bottom .header-inner>.right-side{display:block}}#header .logo{position:absolute;top:-24px;width:30vw;max-width:220px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (min-width:1200px){#header .logo{position:relative;top:auto;width:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}#header .logo img,#header .logo svg{margin:0;display:block;max-width:220px;width:100%;height:auto}@media only screen and (max-width:480px){#header .logo img,#header .logo svg{width:30vw}}#header .logo a{display:block;text-decoration:none}#header #header-action-container{margin-left:auto;margin-right:0}@media (max-width:319px){#header #header-action-container{display:none}}#header .action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#header .action-container .text{font-size:.9375rem}@media (max-width:659px){#header .action-container .text{display:none}}#header .action-container .button,#header .action-container button,#header .action-container input[type=button],#header .action-container input[type=reset],#header .action-container input[type=submit]{margin-left:15px;padding:10px 25px;line-height:18px}@media (max-width:359px){#header .action-container .button,#header .action-container button,#header .action-container input[type=button],#header .action-container input[type=reset],#header .action-container input[type=submit]{padding-left:20px;padding-right:20px;font-size:.875rem}}#header #header-primary-nav-container{display:none}@media only screen and (min-width:1200px){#header #header-primary-nav-container{margin-top:-12px;margin-bottom:-12px;margin-left:auto;margin-right:0;display:block}}#header #header-primary-nav-container ul{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#header #header-compact-nav-button-container{position:relative;z-index:21}@media only screen and (min-width:1200px){#header #header-compact-nav-button-container{display:none}}#header-compact-nav-button{margin:0;position:relative;z-index:21;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--header-theme-color);cursor:pointer;text-decoration:none}#header-compact-nav-button .text{margin-right:18px;font-size:.875rem;display:none}#header-compact-nav-button .patty{position:relative;width:40px;height:40px}#header-compact-nav-button .patty .line{position:absolute;top:50%;left:50%;width:40px;height:1px;background-color:#fff;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .5s,opacity .5s,width .5s,-webkit-transform .5s;transition:background-color .5s,opacity .5s,width .5s,-webkit-transform .5s;-o-transition:background-color .5s,opacity .5s,transform .5s,width .5s;transition:background-color .5s,opacity .5s,transform .5s,width .5s;transition:background-color .5s,opacity .5s,transform .5s,width .5s,-webkit-transform .5s}#header-compact-nav-button .patty .line:nth-child(1){top:12px}#header-compact-nav-button .patty .line:nth-child(2){top:50%}#header-compact-nav-button .patty .line:nth-child(3){top:28px}#header-compact-nav-button .dots{position:relative;width:20px;height:20px}#header-compact-nav-button .dots .dot{position:absolute;display:block;width:3px;height:3px;background-color:currentColor;border-radius:0;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s}#header-compact-nav-button .dots .dot:nth-child(1){top:0;left:0}#header-compact-nav-button .dots .dot:nth-child(2){top:0;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#header-compact-nav-button .dots .dot:nth-child(3){top:0;right:0}#header-compact-nav-button .dots .dot:nth-child(4){top:50%;left:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}#header-compact-nav-button .dots .dot:nth-child(5){top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#header-compact-nav-button .dots .dot:nth-child(6){top:50%;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}#header-compact-nav-button .dots .dot:nth-child(7){bottom:0;left:0}#header-compact-nav-button .dots .dot:nth-child(8){bottom:0;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}#header-compact-nav-button .dots .dot:nth-child(9){bottom:0;right:0}#header-compact-nav-button:hover{text-decoration:none;outline:0}body.header-opened #header-compact-nav-button,body.header-opening #header-compact-nav-button{color:var(--header-theme-color-reverse)}body.header-opened #header-compact-nav-button .text,body.header-opening #header-compact-nav-button .text{display:none}body.header-opened #header-compact-nav-button .patty .line:nth-child(1),body.header-opening #header-compact-nav-button .patty .line:nth-child(1){top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}body.header-opened #header-compact-nav-button .patty .line:nth-child(2),body.header-opening #header-compact-nav-button .patty .line:nth-child(2){opacity:0}body.header-opened #header-compact-nav-button .patty .line:nth-child(3),body.header-opening #header-compact-nav-button .patty .line:nth-child(3){top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}#header-compact-nav-container{position:fixed;z-index:20;top:0;left:0;bottom:0;opacity:1;display:block;pointer-events:none;visibility:hidden}body.header-opened #header-compact-nav-container,body.header-opening #header-compact-nav-container{visibility:visible;pointer-events:auto}body.header-closing #header-compact-nav-container{visibility:visible}#header.closed #header-compact-nav-container{pointer-events:none}#header-compact-nav-container>.outer{position:absolute;top:0;left:0;bottom:0;width:100vw;height:100vh;opacity:0;overflow:auto;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);background-color:#02062b;-webkit-transition:opacity .5s linear 0s,-webkit-transform 0s linear .5s;transition:opacity .5s linear 0s,-webkit-transform 0s linear .5s;-o-transition:opacity .5s linear 0s,transform 0s linear .5s;transition:opacity .5s linear 0s,transform 0s linear .5s;transition:opacity .5s linear 0s,transform 0s linear .5s,-webkit-transform 0s linear .5s}body.header-opened #header-compact-nav-container>.outer,body.header-opening #header-compact-nav-container>.outer{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:opacity .5s linear 0s,-webkit-transform 0s linear 0s;transition:opacity .5s linear 0s,-webkit-transform 0s linear 0s;-o-transition:opacity .5s linear 0s,transform 0s linear 0s;transition:opacity .5s linear 0s,transform 0s linear 0s;transition:opacity .5s linear 0s,transform 0s linear 0s,-webkit-transform 0s linear 0s}#header-compact-nav-container>.outer>.inner{margin-left:auto;margin-right:0;position:relative;width:100%;height:100%;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);background-color:#02062b}@media (max-width:599px){#header-compact-nav-container>.outer>.inner{width:100%;min-width:0}}body.header-opened #header-compact-nav-container>.outer>.inner,body.header-opening #header-compact-nav-container>.outer>.inner{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#header-compact-nav-container .content-outer{position:relative;z-index:1;width:100%;height:100%;color:#000;overflow:auto}#header-compact-nav-container .content-inner{margin:0 auto;position:relative;width:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#header-compact-nav-container .content-inner .content-top{margin-top:0;margin-bottom:auto;height:0;overflow:hidden}#header-compact-nav-container .content-inner .content-middle{padding:110px 40px 40px}@media only screen and (max-width:480px){#header-compact-nav-container .content-inner .content-middle{padding:110px 20px 20px}}@media only screen and (min-width:768px){#header-compact-nav-container .content-inner .content-middle{padding:110px 60px 60px}}@media only screen and (min-width:992px){#header-compact-nav-container .content-inner .content-middle{padding:110px 80px 80px}}@media (min-width:1320px){#header-compact-nav-container .content-inner .content-middle{padding:110px 100px 100px}}#header-compact-nav-container .content-inner .content-middle .two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){#header-compact-nav-container .content-inner .content-middle .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}#header-compact-nav-container .content-inner .content-middle .two-side-wrapper>.left-side,#header-compact-nav-container .content-inner .content-middle .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){#header-compact-nav-container .content-inner .content-middle .two-side-wrapper>.left-side,#header-compact-nav-container .content-inner .content-middle .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){#header-compact-nav-container .content-inner .content-middle .two-side-wrapper>.left-side{width:33.33%}}@media only screen and (min-width:768px){#header-compact-nav-container .content-inner .content-middle .two-side-wrapper>.right-side{width:66.66%}}#header-compact-nav-container .content-inner .content-bottom{margin-top:0;margin-bottom:auto;height:0;overflow:hidden}#header-compact-nav-container nav.primary>ul>li{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s}body.header-opened #header-compact-nav-container nav.primary>ul>li,body.header-opening #header-compact-nav-container nav.primary>ul>li{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(1),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(1){-webkit-transition-delay:75ms;-o-transition-delay:75ms;transition-delay:75ms}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(2),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(2){-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(3),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(3){-webkit-transition-delay:225ms;-o-transition-delay:225ms;transition-delay:225ms}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(4),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(4){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(5),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(5){-webkit-transition-delay:375ms;-o-transition-delay:375ms;transition-delay:375ms}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(6),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(6){-webkit-transition-delay:.45s;-o-transition-delay:.45s;transition-delay:.45s}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(7),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(7){-webkit-transition-delay:525ms;-o-transition-delay:525ms;transition-delay:525ms}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(8),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(8){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(9),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(9){-webkit-transition-delay:675ms;-o-transition-delay:675ms;transition-delay:675ms}body.header-opened #header-compact-nav-container nav.primary>ul>li:nth-child(10),body.header-opening #header-compact-nav-container nav.primary>ul>li:nth-child(10){-webkit-transition-delay:.75s;-o-transition-delay:.75s;transition-delay:.75s}#header-compact-nav-container .close-button{position:absolute;padding-left:51px;z-index:3;top:0;left:20px;width:auto;height:76px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--header-theme-color);outline:0;background-color:transparent;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-transition:color .5s;-o-transition:color .5s;transition:color .5s}@media (min-width:1240px){#header-compact-nav-container .close-button{left:calc((100vw - 1240px)/ 2 + (40px / 2))}}#header-compact-nav-container .close-button:after,#header-compact-nav-container .close-button:before{position:absolute;top:50%;left:0;display:block;content:'';width:36px;height:2px;background-color:var(--header-theme-color);-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}#header-compact-nav-container .close-button:before{-webkit-transform:translate(0,-50%) rotate(45deg);-ms-transform:translate(0,-50%) rotate(45deg);transform:translate(0,-50%) rotate(45deg)}#header-compact-nav-container .close-button:after{-webkit-transform:translate(0,-50%) rotate(-45deg);-ms-transform:translate(0,-50%) rotate(-45deg);transform:translate(0,-50%) rotate(-45deg)}#header-compact-nav-container .close-button:hover{color:#d9021b}#header-compact-nav-container .close-button:hover:after,#header-compact-nav-container .close-button:hover:before{background-color:#d9021b}.hero-component.home{position:relative;color:#fff;background-color:#092a84}.hero-component.home:before{position:absolute;z-index:2;top:100%;left:0;width:35vw;height:93.2vw;display:block;content:'';background-image:url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/patterns/top.png);background-position:top left;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}@media only screen and (min-width:768px){.hero-component.home:before{width:30vw;height:79.8vw}}@media only screen and (min-width:992px){.hero-component.home:before{width:25vw;max-width:420px;height:66.5vw;max-height:1118px}}.hero-component.home .container:before{position:absolute;z-index:0;bottom:0;left:0;width:50%;height:100px;display:none;content:'';background-color:#092a84}@media only screen and (min-width:768px){.hero-component.home .container:before{display:block}}.hero-component.home figure{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;overflow:hidden}.hero-component.home figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);min-width:calc(100% + 2px);min-height:calc(100% + 2px)}.hero-component.home figure[style]{background-image:var(--image);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.hero-component.home .content{position:relative;z-index:3;overflow:hidden}.hero-component.home .content .content-inner{padding-top:calc(50px + 19vw);padding-bottom:calc(50px + 19vw)}@media (min-width:1400px){.hero-component.home .content .content-inner{padding-top:320px;padding-bottom:320px}}.hero-component.home .content .pre-title{margin-bottom:15px;font-weight:500;font-size:.9375rem;line-height:1.25em}.hero-component.home .content .title{margin:0;font-weight:300;font-size:2.375rem;line-height:1.25em;color:#fff}@media only screen and (max-width:480px){.hero-component.home .content .title{font-size:8vw}}@media only screen and (min-width:768px){.hero-component.home .content .title{font-size:2.75rem;max-width:640px}}@media only screen and (min-width:992px){.hero-component.home .content .title{font-size:3.25rem}}@media only screen and (min-width:1200px){.hero-component.home .content .title{font-size:3.75rem}}.hero-component.home .content .buttons-container{margin:-8px -10px;margin-top:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-component.home .content .buttons-container .button,.hero-component.home .content .buttons-container button,.hero-component.home .content .buttons-container input[type=button],.hero-component.home .content .buttons-container input[type=reset],.hero-component.home .content .buttons-container input[type=submit]{margin:8px 10px}.hero-component.home .content .buttons-container .button:hover,.hero-component.home .content .buttons-container button:hover,.hero-component.home .content .buttons-container input:hover[type=button],.hero-component.home .content .buttons-container input:hover[type=reset],.hero-component.home .content .buttons-container input:hover[type=submit]{color:#000;background-color:#fff;border-color:#fff}.hero-component.home .content .buttons-container .button.button-inverse,.hero-component.home .content .buttons-container button.button-inverse,.hero-component.home .content .buttons-container input.button-inverse[type=button],.hero-component.home .content .buttons-container input.button-inverse[type=reset],.hero-component.home .content .buttons-container input.button-inverse[type=submit]{color:#fff}.hero-component.home .content .buttons-container .button.button-inverse:hover,.hero-component.home .content .buttons-container button.button-inverse:hover,.hero-component.home .content .buttons-container input.button-inverse:hover[type=button],.hero-component.home .content .buttons-container input.button-inverse:hover[type=reset],.hero-component.home .content .buttons-container input.button-inverse:hover[type=submit]{color:#fff;background-color:#d9021b;border-color:#d9021b}.hero-component.landing{position:relative;color:#fff;background-color:#092a84}.hero-component.landing:before{position:absolute;top:0;left:0;right:0;height:33.33%;min-height:90px;display:block;content:'';background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);pointer-events:none}@media only screen and (min-width:1200px){.hero-component.landing:before{min-height:160px}}.hero-component.landing:after{position:absolute;z-index:0;top:100%;left:0;width:35vw;height:93.2vw;display:block;content:'';background-image:url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/patterns/top.png);background-position:top left;background-repeat:no-repeat;background-size:contain;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}@media only screen and (min-width:768px){.hero-component.landing:after{width:30vw;height:79.8vw}}@media only screen and (min-width:992px){.hero-component.landing:after{width:25vw;max-width:420px;height:66.5vw;max-height:1118px}}.hero-component.landing .container:before{position:absolute;z-index:0;bottom:0;left:0;width:50%;height:100px;display:none;content:'';background-color:#fff}@media only screen and (min-width:768px){.hero-component.landing .container:before{display:block}}.hero-component.landing figure{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;overflow:hidden}.hero-component.landing figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px)}.hero-component.landing figure[style]{background-image:var(--image);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.hero-component.landing .content{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-pack:center;-ms-flex-pack:center;justify-content:center;min-height:50vw}@media only screen and (min-width:1200px){.hero-component.landing .content{min-height:620px}}.hero-component.landing .content.align-bottom{position:relative;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.hero-component.landing .content.align-bottom .content-inner{padding-bottom:40px}@media only screen and (min-width:768px){.hero-component.landing .content.align-bottom .content-inner{padding-bottom:0}}@media only screen and (min-width:768px){.hero-component.landing .content.align-bottom .two-side-wrapper>.left-side{padding-bottom:160px;padding-right:40px;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width:768px){.hero-component.landing .content.align-bottom .two-side-wrapper>.right-side{padding-bottom:100px;padding-left:0;-ms-flex-item-align:end;align-self:flex-end}}.hero-component.landing .content .content-inner{padding-top:calc(50px + 10vw);padding-bottom:calc(50px + 10vw)}@media only screen and (min-width:768px){.hero-component.landing .content .content-inner{padding-bottom:calc(100px + 10vw)}}@media (min-width:1400px){.hero-component.landing .content .content-inner{padding-top:190px;padding-bottom:190px}}.hero-component.landing .content .two-side-wrapper{margin-left:0px;margin-right:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.hero-component.landing .content .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.hero-component.landing .content .two-side-wrapper>.left-side,.hero-component.landing .content .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){.hero-component.landing .content .two-side-wrapper>.left-side,.hero-component.landing .content .two-side-wrapper>.right-side{width:50%}}.hero-component.landing .content .two-side-wrapper>.right-side{margin-top:40px}@media only screen and (min-width:768px){.hero-component.landing .content .two-side-wrapper>.right-side{margin-top:0}}@media only screen and (min-width:768px){.hero-component.landing .content .breadcrumbs-component{margin-top:-4vw;padding-bottom:4vw}}@media only screen and (min-width:1200px){.hero-component.landing .content .breadcrumbs-component{margin-top:-3vw;padding-bottom:3vw}}@media (min-width:1400px){.hero-component.landing .content .breadcrumbs-component{margin-top:-55px;padding-bottom:55px}}.hero-component.landing .content .pre-title{margin-bottom:15px;font-size:.9375rem;line-height:1.25em}.hero-component.landing .content .title{margin:0;font-weight:300;font-size:2.5rem;line-height:1.25em;color:#fff}@media only screen and (max-width:480px){.hero-component.landing .content .title{font-size:9vw}}@media only screen and (min-width:768px){.hero-component.landing .content .title{font-size:3rem}}@media only screen and (min-width:992px){.hero-component.landing .content .title{font-size:3.5rem}}@media only screen and (min-width:1200px){.hero-component.landing .content .title{font-size:4rem}}.hero-component.landing .content .sub-title{margin-top:15px;font-size:.9375rem;line-height:1.25em}.hero-component.landing .content .sub-title p{font-size:1em}.hero-component.landing .content .sub-title p:first-child{margin-top:0}.hero-component.landing .content .sub-title p:last-child{margin-bottom:0}.hero-component.landing .content .buttons-container{margin:-8px -10px;margin-top:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero-component.landing .content .buttons-container .button,.hero-component.landing .content .buttons-container button,.hero-component.landing .content .buttons-container input[type=button],.hero-component.landing .content .buttons-container input[type=reset],.hero-component.landing .content .buttons-container input[type=submit]{margin:8px 10px}.hero-component.landing .content .buttons-container .button:hover,.hero-component.landing .content .buttons-container button:hover,.hero-component.landing .content .buttons-container input:hover[type=button],.hero-component.landing .content .buttons-container input:hover[type=reset],.hero-component.landing .content .buttons-container input:hover[type=submit]{color:#000;background-color:#fff;border-color:#fff}.hero-component.landing .content .buttons-container .button.button-as-link:hover,.hero-component.landing .content .buttons-container button.button-as-link:hover,.hero-component.landing .content .buttons-container input.button-as-link:hover[type=button],.hero-component.landing .content .buttons-container input.button-as-link:hover[type=reset],.hero-component.landing .content .buttons-container input.button-as-link:hover[type=submit]{color:#d9021b;text-decoration:none;background-color:transparent;border-color:transparent}.hero-component.landing .content .buttons-container .button.button-inverse,.hero-component.landing .content .buttons-container button.button-inverse,.hero-component.landing .content .buttons-container input.button-inverse[type=button],.hero-component.landing .content .buttons-container input.button-inverse[type=reset],.hero-component.landing .content .buttons-container input.button-inverse[type=submit]{color:#fff}.hero-component.landing .content .buttons-container .button.button-inverse:hover,.hero-component.landing .content .buttons-container button.button-inverse:hover,.hero-component.landing .content .buttons-container input.button-inverse:hover[type=button],.hero-component.landing .content .buttons-container input.button-inverse:hover[type=reset],.hero-component.landing .content .buttons-container input.button-inverse:hover[type=submit]{color:#fff;background-color:#d9021b;border-color:#d9021b}.hero-component.landing .content nav.category>.title{margin-bottom:25px;padding-bottom:30px;font-size:1.25rem!important;font-weight:700!important}.hero-component.landing.article-detail figure{position:relative;top:auto;left:auto;right:auto;bottom:auto}.hero-component.landing.article-detail figure img{position:relative;top:auto;left:auto;right:auto;bottom:auto;min-width:0;min-height:0;-webkit-transform:none;-ms-transform:none;transform:none}.hero-component.landing.article-detail .content .pre-title{color:#6297bf}.hero-component.landing.article-detail .content .title{font-size:1.75rem}@media only screen and (max-width:480px){.hero-component.landing.article-detail .content .title{font-size:1.625rem}}@media only screen and (min-width:768px){.hero-component.landing.article-detail .content .title{font-size:1.875rem}}@media only screen and (min-width:992px){.hero-component.landing.article-detail .content .title{font-size:2rem}}@media only screen and (min-width:1200px){.hero-component.landing.article-detail .content .title{font-size:2.25rem}}@media only screen and (min-width:768px){.hero-component.landing.reference-detail .container:before{width:66.66%}}@media (min-width:1240px){.hero-component.landing.reference-detail .container:before{width:calc((1240px * .6666) + ((100vw - (100vw - 100%)) - 1240px)/ 2)}}.hero-component.landing.reference-detail figure{position:relative;top:auto;left:auto;right:auto;bottom:auto}.hero-component.landing.reference-detail figure img{position:relative;top:auto;left:auto;right:auto;bottom:auto;min-width:0;min-height:0;-webkit-transform:none;-ms-transform:none;transform:none}@media only screen and (min-width:768px){.hero-component.landing.reference-detail .content .two-side-wrapper>.left-side{padding-right:40px;width:66.66%}}@media only screen and (min-width:992px){.hero-component.landing.reference-detail .content .two-side-wrapper>.left-side{padding-right:15%}}@media only screen and (min-width:768px){.hero-component.landing.reference-detail .content .two-side-wrapper>.right-side{width:33.33%}}.hero-component.landing.reference-detail .content .pre-title{color:#6297bf}.hero-component.landing.reference-detail .content .title{font-size:1.75rem}@media only screen and (max-width:480px){.hero-component.landing.reference-detail .content .title{font-size:1.625rem}}@media only screen and (min-width:768px){.hero-component.landing.reference-detail .content .title{font-size:1.875rem}}@media only screen and (min-width:992px){.hero-component.landing.reference-detail .content .title{font-size:2rem}}@media only screen and (min-width:1200px){.hero-component.landing.reference-detail .content .title{font-size:2.25rem}}.hero-component.landing.reference-detail .content .meta-component{margin-top:35px}.hero-component.landing.reference-detail .content .meta-component ul{margin:0}.hero-component.landing.reference-detail .content .meta-component ul li{padding:0}.hero-component.landing.reference-detail .content .meta-component ul li:before{display:none}.logo-slider-component .slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.logo-slider-component .slider .slider-item{height:auto;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:0}.logo-slider-component .slider .slider-item:not(:nth-child(1)){display:none}.logo-slider-component .slider .slider-item figure img{margin:auto;max-width:calc(100% - 40px);max-height:120px;height:auto;display:block}@media only screen and (min-width:768px){.logo-slider-component .slider .slider-item figure img{max-width:calc(100% - 45px)}}@media only screen and (min-width:992px){.logo-slider-component .slider .slider-item figure img{max-width:calc(100% - 50px)}}@media only screen and (min-width:1200px){.logo-slider-component .slider .slider-item figure img{max-width:calc(100% - 60px)}}.logo-slider-component .slider.slick-initialized .slider-item:not(:nth-child(1)){display:-webkit-box;display:-ms-flexbox;display:flex}.logo-slider-component .slider .navigation-container .arrows{display:none}.logo-slider-component .slider .navigation-container .dots{display:none}nav ul{margin:0;padding:0}nav ul li{margin:0;padding:0;font-size:1em;font-style:normal;font-weight:400;background:0 0}nav ul li:before{display:none;content:'';background:0 0}nav ul li a{text-decoration:none}nav ul li a:active,nav ul li a:focus,nav ul li a:hover{text-decoration:none;outline:0}nav.primary ul li{line-height:1.125em}nav.primary ul li a{line-height:1.25em;display:inline-block}nav.primary>ul{position:relative;z-index:1}@media only screen and (min-width:1200px){nav.primary>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}nav.primary>ul>li{line-height:1;text-align:left}nav.primary>ul>li+li{margin-top:15px}@media only screen and (min-width:1200px){nav.primary>ul>li+li{margin-top:0;margin-left:30px}}@media (min-width:1400px){nav.primary>ul>li+li{margin-left:50px}}nav.primary>ul>li:last-child{margin-bottom:0;margin-right:0}nav.primary>ul>li>a{padding:0;position:relative;font-size:1rem;line-height:1.25em;font-weight:400;white-space:nowrap;color:var(--header-theme-color);text-decoration:none}@media only screen and (min-width:1200px){nav.primary>ul>li>a{padding:12px 0 20px;font-size:.8125rem;line-height:20px}}@media (min-width:1400px){nav.primary>ul>li>a{font-size:.8125rem}}@media (min-width:1560px){nav.primary>ul>li>a{font-size:1rem}}nav.primary>ul>li>a:after{position:absolute;top:-1px;left:0;right:0;height:1px;display:none;content:'';opacity:0;background-color:#fff;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}@media only screen and (min-width:1200px){nav.primary>ul>li>a:after{display:block}}nav.primary>ul>li>a:hover{color:#d9021b}@media only screen and (min-width:1200px){nav.primary>ul>li>a:hover{color:var(--header-theme-color)}}@media only screen and (min-width:1200px){nav.primary>ul>li>a:hover:after{opacity:1}}nav.primary>ul>li.active>a{color:#d9021b}@media only screen and (min-width:1200px){nav.primary>ul>li.active>a{color:var(--header-theme-color)}}@media only screen and (min-width:1200px){nav.primary>ul>li.active>a:after{opacity:1}}nav.primary>ul>li.parent{position:relative}nav.primary>ul>li.parent>a{padding-left:15px;position:relative;display:block}nav.primary>ul>li.parent>a:before{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e901';position:absolute;top:50%;left:0;display:block;color:var(--header-theme-color);font-size:.5em;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s}@media only screen and (min-width:1200px){nav.primary>ul>li.parent>a:before{top:calc(50% - 4px)}}@media only screen and (min-width:1200px){nav.primary>ul>li.parent>a:after{left:15px}}nav.primary>ul>li.parent>ul{margin:0;padding:15px 0 0 15px;display:none;border-radius:0;-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s;transition:opacity .5s,transform .5s,-webkit-transform .5s}@media only screen and (min-width:1200px){nav.primary>ul>li.parent>ul{padding:25px;position:absolute;bottom:0;left:50%;width:100%;min-width:260px;opacity:0;pointer-events:none;display:block!important;background-color:#9fcaed;-webkit-transform:translate(-50%,calc(100% + 40px));-ms-transform:translate(-50%,calc(100% + 40px));transform:translate(-50%,calc(100% + 40px))}nav.primary>ul>li.parent>ul:before{position:absolute;top:1px;left:50%;display:block;content:'';width:0;height:0;border-style:solid;border-width:0 13.5px 13px 13.5px;border-color:transparent transparent #9fcaed transparent;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}}nav.primary>ul>li.parent>ul li+li{margin-top:10px}@media only screen and (min-width:1200px){nav.primary>ul>li.parent>ul li+li{margin-top:10px}}nav.primary>ul>li.parent>ul li>a{padding:0;position:relative;font-weight:400;font-size:.9375rem;color:var(--header-theme-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-transition:color .5s,padding .5s;-o-transition:color .5s,padding .5s;transition:color .5s,padding .5s}@media only screen and (min-width:1200px){nav.primary>ul>li.parent>ul li>a{padding-right:30px;font-size:.9375rem;color:#092a84}}nav.primary>ul>li.parent>ul li>a:before{position:absolute;left:0;top:50%;width:0;height:1px;display:block;content:'';background-color:currentColor;-webkit-transition:width .5s;-o-transition:width .5s;transition:width .5s}nav.primary>ul>li.parent>ul li>a:hover{color:#d9021b}@media only screen and (min-width:1200px){nav.primary>ul>li.parent>ul li>a:hover{padding-left:30px;padding-right:0;color:#092a84}}@media only screen and (min-width:1200px){nav.primary>ul>li.parent>ul li>a:hover:before{width:20px}}nav.primary>ul>li.parent>ul li.active>a{color:#d9021b}nav.primary>ul>li.parent:hover>a:before{-webkit-transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotateX(180deg)}@media only screen and (min-width:1200px){nav.primary>ul>li.parent:hover>a:after{opacity:1}}@media only screen and (min-width:1200px){nav.primary>ul>li.parent:hover>ul{opacity:1;pointer-events:auto;-webkit-transform:translate(-50%,100%);-ms-transform:translate(-50%,100%);transform:translate(-50%,100%)}}nav.primary>ul>li.parent.opened>a:before{-webkit-transform:translateY(-50%) rotateX(180deg);transform:translateY(-50%) rotateX(180deg)}nav.primary>ul>li.hidden{display:none}nav.category>.title{margin-bottom:10px;padding-bottom:10px;font-size:1.25rem;line-height:1.25em;font-weight:700;border-bottom:1px solid rgba(255,255,255,.3)}nav.category ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media only screen and (max-width:480px){nav.category ul{-webkit-column-count:1;-moz-column-count:1;column-count:1}}nav.category ul li{padding-top:6px;padding-bottom:6px;padding-left:18px;position:relative;font-size:1.0625rem}@media only screen and (min-width:768px){nav.category ul li{font-size:1rem}}@media only screen and (min-width:992px){nav.category ul li{font-size:1.125rem}}nav.category ul li:before{margin:0;position:absolute;top:50%;left:0;content:'';width:5px;height:5px;display:block;background-color:#6297bf;border:none;border-radius:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}nav.category ul li>a{font-size:1em;text-decoration:none;color:#fff}nav.category ul li>a:hover{color:#6297bf;text-decoration:underline}nav.category ul li.active>a{color:#6297bf;text-decoration:underline}nav.course-category ul{margin:-3px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}nav.course-category ul li{padding:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:33.33%}@media only screen and (max-width:480px){nav.course-category ul li{width:50%}}@media (max-width:319px){nav.course-category ul li{width:100%}}@media only screen and (min-width:768px){nav.course-category ul li{width:16.66%}}nav.course-category ul li a{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-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#092a84;font-size:1.1875rem;border:1px solid #a9c9ea}@media only screen and (min-width:768px){nav.course-category ul li a{font-size:1.0625rem}}@media only screen and (min-width:992px){nav.course-category ul li a{font-size:1.25rem}}@media only screen and (min-width:1200px){nav.course-category ul li a{font-size:1.375rem}}nav.course-category ul li a:after{position:absolute;bottom:0;left:0;right:0;height:2px;display:block;content:'';opacity:0;background-color:#092a84;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}nav.course-category ul li a .title{padding:10px 10px 20px 10px}nav.course-category ul li a:hover:after{opacity:1}nav.course-category ul li figure{position:relative;overflow:hidden}nav.course-category ul li figure:before{padding-top:100%;display:block;content:''}nav.course-category ul li figure img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-width:calc(100% - 40px);max-height:calc(100% - 40px)}@media only screen and (max-width:480px){nav.course-category ul li figure img{max-width:calc(100% - 20px);max-height:calc(100% - 20px)}}@media only screen and (min-width:768px){nav.course-category ul li figure img{max-width:calc(100% - 20px);max-height:calc(100% - 20px)}}@media only screen and (min-width:992px){nav.course-category ul li figure img{max-width:calc(100% - 40px);max-height:calc(100% - 40px)}}nav.course-category ul li.active>a:after{opacity:1}nav.footer ul li{margin-top:0;margin-bottom:0;padding:0;font-size:.9375rem;line-height:1.25em;color:rgba(255,255,255,.3)}nav.footer ul li a{font-size:inherit;line-height:1em;color:inherit;text-decoration:none}nav.footer ul li a:hover{color:#d9021b}nav.footer ul li.active a{color:#d9021b}nav.footer-links ul{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}@media (max-width:319px){nav.footer-links ul{-webkit-column-count:1;-moz-column-count:1;column-count:1}}nav.footer-links ul li{padding:6px 0;font-size:.9375rem;line-height:1em;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}nav.footer-links ul li a{font-size:inherit;line-height:1.25em;color:#fff;text-decoration:none}nav.footer-links ul li a:hover{color:#d9021b}nav.footer-links ul li.active a{font-weight:700}.notification-component{padding:30px;position:relative;border:1px solid transparent;border-radius:0}.notification-component .title{margin:0;font-size:1.375rem;line-height:1.25em}@media only screen and (max-width:480px){.notification-component .title{font-size:1.25rem}}@media only screen and (min-width:768px){.notification-component .title{font-size:1.375rem}}@media only screen and (min-width:992px){.notification-component .title{font-size:1.5rem}}@media only screen and (min-width:1200px){.notification-component .title{font-size:1.5625rem}}.notification-component .title+*{margin-top:0}.notification-component .buttons-container{margin-top:20px}.notification-component ol:first-child,.notification-component p:first-child,.notification-component ul:first-child{margin-top:0}.notification-component ol:last-child,.notification-component p:last-child,.notification-component ul:last-child{margin-bottom:0}.notification-component ol.no-pad,.notification-component p.no-pad,.notification-component ul.no-pad{margin:0}.notification-component.notice{background-color:#d9021b;border-color:rgba(0,0,0,.1)}.notification-component.align-center{text-align:center}.notification-component.no-style{padding:0;background:0 0;border:none;border-radius:0}.notification-component.brand-color-1{background-color:rgba(9,42,132,.1);border-color:#092a84}.notification-component .brand-color-1{color:#092a84}.notification-component.brand-color-2{background-color:rgba(217,2,27,.1);border-color:#d9021b}.notification-component .brand-color-2{color:#d9021b}.notification-component.brand-color-3{background-color:rgba(98,151,191,.1);border-color:#6297bf}.notification-component .brand-color-3{color:#6297bf}.notification-component.brand-color-4{background-color:rgba(2,6,43,.1);border-color:#02062b}.notification-component .brand-color-4{color:#02062b}.notification-component .close-button{position:absolute;z-index:2;top:20px;right:20px;display:block;font-size:14px;text-decoration:none}.notification-component .close-button:hover{color:#000}.quick-contact-component>.title{margin:0;margin-bottom:10px;font-size:.875rem;line-height:1.25em}.quick-contact-component ul{margin:0;padding:0;list-style-type:none}.quick-contact-component ul li{margin:0;padding:0}.quick-contact-component ul li:before{display:none}.quick-contact-component ul li{padding:0;font-family:"Haggard Nova",serif;font-size:1.4375rem;line-height:1.45em;white-space:nowrap}@media only screen and (max-width:480px){.quick-contact-component ul li{font-size:1.375rem}}@media only screen and (min-width:768px){.quick-contact-component ul li{font-size:1.5rem}}@media only screen and (min-width:992px){.quick-contact-component ul li{font-size:1.5rem}}@media only screen and (min-width:1200px){.quick-contact-component ul li{font-size:1.5625rem}}.quick-contact-component ul li+li{margin-top:0}.quick-contact-component ul li a{font-size:inherit;line-height:1em;color:inherit;text-decoration:none}.quick-contact-component ul li a:hover{color:#d9021b}.quick-contact-component ul li.active a{color:#d9021b}.reference-list-component .list{margin:-5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.reference-list-component .list>.item{padding:5px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (min-width:768px){.reference-list-component .list>.item{width:50%}}@media only screen and (min-width:992px){.reference-list-component .list>.item{width:33.33%}}.reference-list-component .list>.item .reference-list-item-container{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-flex:1;-ms-flex:1;flex:1}.reference-list-component .list>.item .reference-list-item-container>a{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-flex:1;-ms-flex:1;flex:1}.reference-list-component .list>.item .reference-list-item-container>a>.body{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-flex:1;-ms-flex:1;flex:1}.reference-list-component .list+.buttons-container{margin-top:30px}@media only screen and (min-width:768px){.reference-list-component .list+.buttons-container{margin-top:35px}}@media only screen and (min-width:992px){.reference-list-component .list+.buttons-container{margin-top:40px}}@media only screen and (min-width:1200px){.reference-list-component .list+.buttons-container{margin-top:45px}}.related-article-list-component .list{max-width:320px}.related-article-list-component .list>.item{position:relative}.related-article-list-component .list>.item:before{position:absolute;top:-1px;left:0;width:40px;height:1px;display:none;content:'';background-color:#000}.related-article-list-component .list>.item+.item{margin-top:20px;padding-top:20px;border-top:1px solid #020202}.related-article-list-component .list>.item+.item:before{display:block}.service-list-component .list{position:relative;display:grid;gap:35px}@media only screen and (min-width:768px){.service-list-component .list{grid-auto-rows:auto;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:992px){.service-list-component .list{grid-template-columns:repeat(3,1fr)}}.service-list-component .list>.item{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.service-list-component .list>.item .service-list-item-container{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-flex:1;-ms-flex:1;flex:1}.service-list-component .list>.item .service-list-item-container a{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-flex:1;-ms-flex:1;flex:1}.service-list-component .list>.item .service-list-item-container a>.body{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.service-list-component .list>.item.text .content-section-header{margin-bottom:10px}.service-list-component .list>.item.text .content-section-title{color:#fff}.service-list-component .list>.item.text p:first-of-type{margin-top:0}.service-list-component .list>.item.text p:last-child{margin-bottom:0}@media only screen and (min-width:768px){.service-list-component .list>.item:nth-child(1){-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width:768px){.service-list-component .list>.item:nth-child(2){-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}}@media only screen and (min-width:992px){.service-list-component .list>.item:nth-child(2){grid-column:span 2/auto}}@media only screen and (min-width:992px){.service-list-component .list>.item:nth-child(3){margin-left:calc(50% + 35px / 2);grid-column:span 2/auto}}.social-media-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-media-component>.title{margin:0;margin-right:30px;font-size:.9375rem;line-height:1.25em}.social-media-component ul{margin:0;padding:0;list-style-type:none;margin:-10px -20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.social-media-component ul li{margin:0;padding:0}.social-media-component ul li:before{display:none}.social-media-component ul li{margin:10px 20px;padding:0;font-size:.9375rem;line-height:1em}.social-media-component ul li a{font-size:inherit;color:inherit;text-decoration:none;text-align:center;display:block}.social-media-component ul li a:hover{color:#d9021b}.social-media-component ul li.active a{color:#d9021b}.social-share-component{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.social-share-component>.title{margin:0;margin-right:20px;font-size:.9375rem}@media only screen and (max-width:480px){.social-share-component>.title{margin-right:0;margin-bottom:15px}}.social-share-component ul{margin:0;padding:0;list-style-type:none;margin:-5px -10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.social-share-component ul li{margin:0;padding:0}.social-share-component ul li:before{display:none}.social-share-component ul li{padding:5px 10px;font-size:.875rem;line-height:1.125em;font-weight:700}.social-share-component ul li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#020202;text-decoration:underline}.social-share-component ul li a:hover{text-decoration:none}.social-share-component ul li [class*=" icon-"],.social-share-component ul li [class^=icon-]{margin-right:8px}.teaching-process-list-component .list{margin:-10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.teaching-process-list-component .list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.teaching-process-list-component .list>.item{padding:10px;width:100%}@media only screen and (min-width:768px){.teaching-process-list-component .list>.item{width:33.33%}}@media only screen and (min-width:992px){.teaching-process-list-component .list>.item{width:28%}}.teaching-process-list-component .list>.item .number{width:60px;height:60px;font-family:"Haggard Nova",serif;font-size:2.125rem;line-height:60px;text-align:center;color:#fff;background-color:#6297bf;border-radius:50%}@media only screen and (min-width:768px){.teaching-process-list-component .list>.item .number{width:65px;height:65px;line-height:65px;font-size:2.125rem}}@media only screen and (min-width:992px){.teaching-process-list-component .list>.item .number{width:70px;height:70px;line-height:70px;font-size:2.25rem}}@media only screen and (min-width:1200px){.teaching-process-list-component .list>.item .number{width:75px;height:75px;line-height:75px;font-size:2.375rem}}.teaching-process-list-component .list>.item .title{color:#092a84;font-size:1.3125rem}@media only screen and (min-width:768px){.teaching-process-list-component .list>.item .title{font-size:1.125rem}}@media only screen and (min-width:992px){.teaching-process-list-component .list>.item .title{font-size:1.3125rem}}@media only screen and (min-width:1200px){.teaching-process-list-component .list>.item .title{font-size:1.375rem}}.teaching-process-list-component .list>.item .buttons-container{margin-top:20px}.teaching-process-list-component .buttons-container{margin-top:35px}@media only screen and (min-width:768px){.teaching-process-list-component .buttons-container{margin-top:40px}}@media only screen and (min-width:992px){.teaching-process-list-component .buttons-container{margin-top:50px}}@media only screen and (min-width:1200px){.teaching-process-list-component .buttons-container{margin-top:60px}}.teaching-process-list-component.simple .list>.item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.teaching-process-list-component.simple .list>.item .title{padding-left:20px;width:calc(100% - 60px)}@media only screen and (min-width:768px){.teaching-process-list-component.simple .list>.item .title{width:calc(100% - 65px)}}@media only screen and (min-width:992px){.teaching-process-list-component.simple .list>.item .title{width:calc(100% - 70px)}}@media only screen and (min-width:1200px){.teaching-process-list-component.simple .list>.item .title{width:calc(100% - 75px)}}.teaching-process-list-component:not(.simple) .list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:599px){.teaching-process-list-component:not(.simple) .list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.teaching-process-list-component:not(.simple) .list>.item{margin-bottom:15px;width:240px}@media (max-width:599px){.teaching-process-list-component:not(.simple) .list>.item{width:100%}}.teaching-process-list-component:not(.simple) .list>.item:last-child{margin-bottom:0}.teaching-process-list-component:not(.simple) .list>.item .title{font-size:1.125rem}@media (max-width:599px){.teaching-process-list-component:not(.simple) .list>.item .title{font-size:1.375rem}}@media only screen and (max-width:480px){.teaching-process-list-component:not(.simple) .list>.item .title{font-size:1.375rem}}@media only screen and (min-width:768px){.teaching-process-list-component:not(.simple) .list>.item .title{font-size:1.125rem}}@media only screen and (min-width:992px){.teaching-process-list-component:not(.simple) .list>.item .title{font-size:1.3125rem}}@media only screen and (min-width:1200px){.teaching-process-list-component:not(.simple) .list>.item .title{font-size:1.375rem}}.teaching-process-list-component:not(.simple) .list>.item:nth-child(1),.teaching-process-list-component:not(.simple) .list>.item:nth-child(3){margin-top:-22vw}@media (max-width:599px){.teaching-process-list-component:not(.simple) .list>.item:nth-child(1),.teaching-process-list-component:not(.simple) .list>.item:nth-child(3){margin-top:0}}@media (min-width:1080px){.teaching-process-list-component:not(.simple) .list>.item:nth-child(1),.teaching-process-list-component:not(.simple) .list>.item:nth-child(3){margin-top:-240px}}@media only screen and (min-width:992px){.teaching-process-list-component.style-2 .list>.item{position:relative}}.teaching-process-list-component.style-2 .list>.item .title{color:#fff}@media only screen and (min-width:992px){.teaching-process-list-component.style-2 .list>.item:after{position:absolute;top:50%;right:0;display:block;content:'';width:60px;height:1px;opacity:.4;background-color:#9fcaed;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}}@media only screen and (min-width:1200px){.teaching-process-list-component.style-2 .list>.item:after{width:80px}}.teaching-process-list-component.style-2 .list>.item:last-child:after{display:none}.team-slider-component .slider{margin-left:-6px;margin-right:-20px;padding-top:50px;position:relative}@media (min-width:1240px){.team-slider-component .slider{margin-right:calc((100vw - 1240px)/ -2 - (40px / 2))}}.team-slider-component .slider .slick-list{padding-right:60px}@media only screen and (max-width:480px){.team-slider-component .slider .slick-list{padding-right:0}}@media (min-width:1240px){.team-slider-component .slider .slick-list{padding-right:calc((100vw - 1240px)/ 2 - (40px / 2))}}.team-slider-component .slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.team-slider-component .slider .slider-item{height:auto;outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0}.team-slider-component .slider .slider-item:not(:nth-child(1)){display:none}.team-slider-component .slider .slider-item .team-slider-item-container{padding-left:6px;padding-right:6px;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-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.team-slider-component .slider .slider-item .team-slider-item-container .body{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-flex:1;-ms-flex:1;flex:1}.team-slider-component .slider.slick-initialized .slider-item:not(:nth-child(1)){display:-webkit-box;display:-ms-flexbox;display:flex}.team-slider-component .slider .navigation-container .arrows{position:absolute;top:0;left:0;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}.team-slider-component .slider .navigation-container .arrows .slick-arrow.next{margin-left:40px}.team-slider-component .slider .navigation-container .dots{position:absolute;top:2px;right: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}@media (min-width:1240px){.team-slider-component .slider .navigation-container .dots{margin-right:calc((100vw - 1240px)/ 2)}}.testimonial-slider-component .slider{padding-bottom:60px;position:relative}.testimonial-slider-component .slider .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}.testimonial-slider-component .slider .slider-item{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0}.testimonial-slider-component .slider .slider-item:not(:nth-child(1)){display:none}.testimonial-slider-component .slider .slider-item .testimonial-list-item-container{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-flex:1;-ms-flex:1;flex:1}.testimonial-slider-component .slider.slick-initialized .slider-item:not(:nth-child(1)){display:-webkit-box;display:-ms-flexbox;display:flex}.testimonial-slider-component .slider .navigation-container .arrows{position:absolute;z-index:3;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonial-slider-component .slider .navigation-container .arrows .slick-arrow.next{margin-left:40px}.testimonial-slider-component .slider .navigation-container .dots{display:none}.module .module-header .two-side-wrapper{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}.module .module-header .title{margin:0;font-family:"Haggard Nova",serif;font-weight:400;font-size:1.4375rem;color:#092a84}@media only screen and (min-width:768px){.module .module-header .title{font-size:1.4375rem}}@media only screen and (min-width:992px){.module .module-header .title{font-size:1.5rem}}@media only screen and (min-width:1200px){.module .module-header .title{font-size:1.6875rem}}.module .module-header+.module-body{margin-top:0}.layout-three-columns-wrapper>.left-column .module+.module,.layout-three-columns-wrapper>.right-column .module+.module,.layout-two-columns-wrapper>.left-column .module+.module,.layout-two-columns-wrapper>.right-column .module+.module{margin-top:40px}.module-ebook-download .module-header{padding:30px;background-color:#eff1f7}@media only screen and (min-width:992px){.module-ebook-download .module-header{padding:35px}}@media only screen and (min-width:1200px){.module-ebook-download .module-header{padding:40px}}.module-ebook-download .module-header .pre-title{margin-bottom:8px;font-size:.9375rem;color:#6297bf}.module-ebook-download .module-body{padding:30px;color:#fff;background-color:#092a84}@media only screen and (min-width:992px){.module-ebook-download .module-body{padding:35px}}@media only screen and (min-width:1200px){.module-ebook-download .module-body{padding:40px}}.panel-overflow-hidden{overflow:hidden}.panel-about-school .content-section-header{margin-bottom:0}.panel-about-school .two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.panel-about-school .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.panel-about-school .two-side-wrapper>.left-side,.panel-about-school .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){.panel-about-school .two-side-wrapper>.left-side,.panel-about-school .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){.panel-about-school .two-side-wrapper>.left-side{width:45%}}.panel-about-school .two-side-wrapper>.right-side{margin-top:30px}@media only screen and (min-width:768px){.panel-about-school .two-side-wrapper>.right-side{margin-top:0;width:55%;-ms-flex-item-align:center;align-self:center}}@media only screen and (min-width:992px){.panel-about-school .two-side-wrapper>.right-side{padding-right:10%}}@media only screen and (min-width:1200px){.panel-about-school .two-side-wrapper>.right-side{padding-right:15%}}.panel-about-school article p:first-child{margin-top:0}.panel-about-school article p:last-child{margin-bottom:0}.panel-contact-form{background-color:rgba(9,42,132,.06)}.panel-contact-form .two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.panel-contact-form .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.panel-contact-form .two-side-wrapper>.left-side,.panel-contact-form .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){.panel-contact-form .two-side-wrapper>.left-side,.panel-contact-form .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){.panel-contact-form .two-side-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.panel-contact-form .two-side-wrapper>.right-side{margin-top:40px}@media only screen and (min-width:768px){.panel-contact-form .two-side-wrapper>.right-side{margin-top:0}}.panel-contact-form article p:first-child{margin-top:0}.panel-contact-form article p:last-child{margin-bottom:0}.panel-contact-us-form .two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.panel-contact-us-form .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.panel-contact-us-form .two-side-wrapper>.left-side,.panel-contact-us-form .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){.panel-contact-us-form .two-side-wrapper>.left-side,.panel-contact-us-form .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){.panel-contact-us-form .two-side-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.panel-contact-us-form .two-side-wrapper>.right-side{margin-top:40px}@media only screen and (min-width:768px){.panel-contact-us-form .two-side-wrapper>.right-side{margin-top:0}}.panel-contact-us-form article p:first-child{margin-top:0}.panel-contact-us-form article p:last-child{margin-bottom:0}.panel-course-categories .content-section-sub-title{margin-top:5px;color:#092a84}.panel-ebook-download{color:#fff;background-color:#092a84;background-image:url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/panels/ebook-download/bg.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover}.panel-ebook-download .content-section-title{color:#fff}.panel-ebook-download .two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.panel-ebook-download .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.panel-ebook-download .two-side-wrapper>.left-side,.panel-ebook-download .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){.panel-ebook-download .two-side-wrapper>.left-side,.panel-ebook-download .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){.panel-ebook-download .two-side-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:992px){.panel-ebook-download .two-side-wrapper>.left-side{padding-right:10%}}.panel-ebook-download .two-side-wrapper>.right-side{margin-top:50px}@media only screen and (min-width:768px){.panel-ebook-download .two-side-wrapper>.right-side{margin-top:0}}.panel-ebook-download article ul:first-child{margin-top:0}.panel-ebook-download article ul:last-child{margin-bottom:0}.panel-ebook-download article ul li+li{margin-top:10px}.panel-ebook-download .ebook-download-container{color:#fff;background-color:#092a84}.panel-ebook-download .ebook-download-container .two-side-wrapper{margin-left:0;margin-right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:519px){.panel-ebook-download .ebook-download-container .two-side-wrapper{-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}}@media only screen and (min-width:768px){.panel-ebook-download .ebook-download-container .two-side-wrapper{-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}}@media only screen and (min-width:992px){.panel-ebook-download .ebook-download-container .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.panel-ebook-download .ebook-download-container .two-side-wrapper>.left-side,.panel-ebook-download .ebook-download-container .two-side-wrapper>.right-side{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.panel-ebook-download .ebook-download-container .two-side-wrapper>.left-side{width:33.33%;color:#092a84;background-color:#fff}@media (max-width:519px){.panel-ebook-download .ebook-download-container .two-side-wrapper>.left-side{width:100%}}@media only screen and (min-width:768px){.panel-ebook-download .ebook-download-container .two-side-wrapper>.left-side{width:100%}}@media only screen and (min-width:992px){.panel-ebook-download .ebook-download-container .two-side-wrapper>.left-side{width:33.33%}}.panel-ebook-download .ebook-download-container .two-side-wrapper>.left-side img{margin-left:auto;margin-right:auto;display:block;max-height:200px}.panel-ebook-download .ebook-download-container .two-side-wrapper>.left-side .title{margin-top:1em;font-size:1.1875rem;text-align:center}.panel-ebook-download .ebook-download-container .two-side-wrapper>.right-side{margin-top:0;padding-top:40px;padding-bottom:40px;width:66.66%}@media (max-width:519px){.panel-ebook-download .ebook-download-container .two-side-wrapper>.right-side{width:100%}}@media only screen and (min-width:768px){.panel-ebook-download .ebook-download-container .two-side-wrapper>.right-side{width:100%}}@media only screen and (min-width:992px){.panel-ebook-download .ebook-download-container .two-side-wrapper>.right-side{width:66.66%}}.panel-faq .accordion-component{margin-left:auto;margin-right:auto;max-width:970px}.panel-services{color:#fff;background-color:#d9021b;background-image:url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/patterns/left.png),url(//www.skolamanazmentu.sk/wp-content/themes/hca/img/patterns/right.png);background-repeat:no-repeat,no-repeat;background-position:0 50%,100% 50%;background-size:30% auto,35% auto}@media only screen and (max-width:480px){.panel-services{background-size:40% auto,50% auto;background-position:0 40%,100% 60%}}@media only screen and (min-width:768px){.panel-services{background-size:20% auto,25% auto}}@media only screen and (min-width:1200px){.panel-services{background-size:240px auto,300px auto}}.panel-services .feature-list-component{margin-top:50px}@media only screen and (min-width:768px){.panel-services .feature-list-component{margin-top:60px}}@media only screen and (min-width:992px){.panel-services .feature-list-component{margin-top:70px}}@media only screen and (min-width:1200px){.panel-services .feature-list-component{margin-top:80px}}.panel-teaching-process.content-section.has-bg{padding-top:calc(var(--content-section-padding) + 12.5vw)}@media (min-width:800px){.panel-teaching-process.content-section.has-bg{padding-top:150px}}@media only screen and (min-width:1200px){.panel-teaching-process.content-section.has-bg{padding-top:150px}}.panel-teaching-process .content-section-title{margin-left:auto;margin-right:auto;max-width:760px}.panel-teaching-process figure.bg{margin-top:-32.5vw;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:760px}@media (min-width:800px){.panel-teaching-process figure.bg{margin-top:-260px}}@media only screen and (min-width:1200px){.panel-teaching-process figure.bg{margin-top:-260px}}.panel-course-categories+.panel-teaching-process{padding-top:0}.panel-about-school+.panel-team{padding-top:0}.panel-testimonials{background-color:#eff1f7}@media only screen and (min-width:768px){.panel-testimonials.content-section{padding-top:0;padding-bottom:0}}@media only screen and (min-width:992px){.panel-testimonials.content-section{padding-top:var(--content-section-padding);padding-bottom:var(--content-section-padding)}}.panel-testimonials .two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.panel-testimonials .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.panel-testimonials .two-side-wrapper>.left-side,.panel-testimonials .two-side-wrapper>.right-side{padding-left:20px;padding-right:20px;width:100%}@media only screen and (min-width:768px){.panel-testimonials .two-side-wrapper>.left-side,.panel-testimonials .two-side-wrapper>.right-side{width:50%}}@media only screen and (min-width:768px){.panel-testimonials .two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (min-width:768px){.panel-testimonials .two-side-wrapper>.left-side{padding-top:var(--content-section-padding);padding-bottom:var(--content-section-padding);padding-left:5%}}@media only screen and (min-width:992px){.panel-testimonials .two-side-wrapper>.left-side{padding-top:0;padding-bottom:0;padding-left:50px}}@media only screen and (min-width:1200px){.panel-testimonials .two-side-wrapper>.left-side{padding-left:80px}}.panel-testimonials .two-side-wrapper>.right-side{margin-top:40px;position:relative}@media only screen and (min-width:768px){.panel-testimonials .two-side-wrapper>.right-side{margin-top:0;padding-bottom:var(--content-section-padding)}}@media only screen and (min-width:992px){.panel-testimonials .two-side-wrapper>.right-side{padding-top:0;padding-bottom:0}}.panel-testimonials .content-section-header{margin-bottom:30px}.panel-testimonials figure.bg{margin-left:-20px;margin-right:-20px;margin-bottom:-100px;position:relative;overflow:hidden;max-height:480px}@media only screen and (min-width:768px){.panel-testimonials figure.bg{max-height:none}}@media only screen and (min-width:992px){.panel-testimonials figure.bg{margin:0;margin-top:calc(var(--content-section-padding) * -1);margin-bottom:calc(var(--content-section-padding) * -1);position:absolute;top:0;bottom:0;right:33.33%;max-height:none;width:66.66%}}@media (min-width:1240px){.panel-testimonials figure.bg{width:calc(66.66% + (100vw - 1240px)/ 2)}}.panel-testimonials figure.bg:before{padding-top:100%;display:block;content:''}.panel-testimonials figure.bg img{position:absolute;top:50%;left:50%;display:block;-o-object-fit:cover;object-fit:cover;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:calc(100% + 2px);min-height:calc(100% + 2px);opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.panel-testimonials figure.bg img.active{opacity:1}.panel-testimonials figure.bg img:only-child{opacity:1!important}@media only screen and (min-width:992px){.panel-testimonials .testimonial-slider-component{padding-left:25%}}@media only screen and (min-width:1200px){.panel-testimonials .testimonial-slider-component{padding-left:33.33%}}:root{--content-section-padding:60px;--content-section-small-padding:30px;--content-section-big-padding:80px}@media only screen and (min-width:768px){:root{--content-section-padding:70px;--content-section-small-padding:40px;--content-section-big-padding:100px}}@media only screen and (min-width:992px){:root{--content-section-padding:80px;--content-section-small-padding:50px;--content-section-big-padding:120px}}@media only screen and (min-width:1200px){:root{--content-section-padding:90px;--content-section-small-padding:60px;--content-section-big-padding:140px}}.content-section{padding-top:var(--content-section-padding);padding-bottom:var(--content-section-padding)}.content-section.small-top-pad{padding-top:var(--content-section-small-padding)}.content-section.small-bottom-pad{padding-bottom:var(--content-section-small-padding)}.content-section.small-pad{padding-top:var(--content-section-small-padding);padding-bottom:var(--content-section-small-padding)}.content-section.big-top-pad{padding-top:var(--content-section-big-padding)}.content-section.big-bottom-pad{padding-bottom:var(--content-section-big-padding)}.content-section.big-pad{padding-top:var(--content-section-big-padding);padding-bottom:var(--content-section-big-padding)}.content-section.no-top-pad{padding-top:0}.content-section.no-bottom-pad{padding-bottom:0}.content-section.no-pad{padding-top:0;padding-bottom:0}.content-section header h1,.content-section header h2,.content-section header h3,.content-section header h4,.content-section header h5,.content-section header h6{margin-top:0;margin-bottom:0}.content-section header.align-center{text-align:center}.content-section.overflow-hidden{overflow:hidden}.content-section.fill-bg{background-color:#092a84}.content-section-header,header{margin-bottom:40px;position:relative}.content-section-header.align-center,header.align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.content-section-header.align-center .content-section-pre-title,.content-section-header.align-center .content-section-sub-title,header.align-center .content-section-pre-title,header.align-center .content-section-sub-title{display:inline-block;-ms-flex-item-align:center;align-self:center}.content-section-header .two-side-wrapper,.content-section-header.two-side-wrapper,header .two-side-wrapper,header.two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.content-section-header .two-side-wrapper,.content-section-header.two-side-wrapper,header .two-side-wrapper,header.two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.content-section-header .two-side-wrapper>.left-side,.content-section-header .two-side-wrapper>.right-side,.content-section-header.two-side-wrapper>.left-side,.content-section-header.two-side-wrapper>.right-side,header .two-side-wrapper>.left-side,header .two-side-wrapper>.right-side,header.two-side-wrapper>.left-side,header.two-side-wrapper>.right-side{padding-left:20px;padding-right:20px}.content-section-header .two-side-wrapper>.right-side,.content-section-header.two-side-wrapper>.right-side,header .two-side-wrapper>.right-side,header.two-side-wrapper>.right-side{margin-top:20px}@media only screen and (min-width:768px){.content-section-header .two-side-wrapper>.right-side,.content-section-header.two-side-wrapper>.right-side,header .two-side-wrapper>.right-side,header.two-side-wrapper>.right-side{margin-top:0}}.content-section-title{margin:0;line-height:1.35em;font-family:"Haggard Nova",serif;font-weight:400;font-size:2.5rem;color:#092a84}@media only screen and (max-width:480px){.content-section-title{font-size:8vw}}@media only screen and (min-width:768px){.content-section-title{font-size:2.875rem}}@media only screen and (min-width:992px){.content-section-title{font-size:3rem}}@media only screen and (min-width:1200px){.content-section-title{font-size:3.25rem}}.content-section-title.medium{font-size:1.875rem}@media only screen and (max-width:480px){.content-section-title.medium{font-size:1.625rem}}@media only screen and (min-width:768px){.content-section-title.medium{font-size:2rem}}@media only screen and (min-width:992px){.content-section-title.medium{font-size:2.25rem}}@media only screen and (min-width:1200px){.content-section-title.medium{font-size:2.5rem}}.content-section-pre-title{margin:0;margin-bottom:25px;padding-left:40px;position:relative;font-size:.9375rem;font-weight:400;color:#6297bf}.content-section-pre-title:before{position:absolute;top:50%;left:0;display:block;width:22px;height:1px;content:'';-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-color:currentColor}.content-section-sub-title{margin:0;margin-top:25px;font-size:.9375rem;font-weight:400;color:#6297bf}.content-two-side-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:768px){.content-two-side-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.content-two-side-wrapper>.left-side,.content-two-side-wrapper>.right-side{padding-left:20px;padding-right:20px}@media only screen and (min-width:768px){.content-two-side-wrapper>.left-side{width:50%}}.content-two-side-wrapper>.right-side{margin-top:50px}@media only screen and (min-width:768px){.content-two-side-wrapper>.right-side{margin-top:0;width:50%}}@media only screen and (min-width:768px){.content-two-side-wrapper.side-md{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media only screen and (min-width:992px){.content-two-side-wrapper.side-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width:768px){.content-two-side-wrapper.side-md>.left-side,.content-two-side-wrapper.side-md>.right-side{width:100%}}@media only screen and (min-width:992px){.content-two-side-wrapper.side-md>.left-side,.content-two-side-wrapper.side-md>.right-side{width:50%}}.content-two-side-wrapper.side-md>.right-side{margin-top:50px}@media only screen and (min-width:768px){.content-two-side-wrapper.side-md>.right-side{margin-top:50px}}@media only screen and (min-width:992px){.content-two-side-wrapper.side-md>.right-side{margin-top:0}}.content-two-side-wrapper.no-side-pad{margin-left:0;margin-right:0}.content-two-side-wrapper.no-side-pad>.left-side,.content-two-side-wrapper.no-side-pad>.right-side{padding-left:0;padding-right:0}@media only screen and (min-width:768px){.content-two-side-wrapper.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media only screen and (min-width:768px){.content-two-side-wrapper.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media only screen and (min-width:768px){.content-two-side-wrapper.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.content-two-side-wrapper.align-center>.left-side,.content-two-side-wrapper.align-center>.right-side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width:768px){.content-two-side-wrapper.swap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.layout-two-columns-wrapper{margin-left:-20px;margin-right:-20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width:992px){.layout-two-columns-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.layout-two-columns-wrapper>.left-column,.layout-two-columns-wrapper>.main-column,.layout-two-columns-wrapper>.right-column{padding-left:20px;padding-right:20px}@media only screen and (min-width:992px){.layout-two-columns-wrapper>.left-column.no-left-pad,.layout-two-columns-wrapper>.main-column.no-left-pad,.layout-two-columns-wrapper>.right-column.no-left-pad{padding-left:0}}@media only screen and (min-width:992px){.layout-two-columns-wrapper>.left-column.no-right-pad,.layout-two-columns-wrapper>.main-column.no-right-pad,.layout-two-columns-wrapper>.right-column.no-right-pad{padding-right:0}}@media only screen and (min-width:992px){.layout-two-columns-wrapper>.left-column{width:calc(430px + 40px)}}.layout-two-columns-wrapper>.left-column.swap{margin-top:50px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.layout-two-columns-wrapper>.left-column.swap+.main-column{margin-top:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media only screen and (min-width:992px){.layout-two-columns-wrapper>.left-column.swap{margin-top:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.layout-two-columns-wrapper>.left-column.swap+.main-column{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.layout-two-columns-wrapper>.main-column{margin-top:50px}.layout-two-columns-wrapper>.main-column:first-child{margin-top:0}@media only screen and (min-width:992px){.layout-two-columns-wrapper>.main-column{margin-top:0;width:calc(100% - 430px - 40px)}}.layout-two-columns-wrapper>.right-column{margin-top:50px}@media only screen and (min-width:992px){.layout-two-columns-wrapper>.right-column{margin-top:0;width:calc(430px + 40px)}}@media only screen and (min-width:992px){.layout-two-columns-wrapper.swap{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.layout-two-columns-wrapper.swap>.main-column{margin-top:0;margin-bottom:50px}@media only screen and (min-width:992px){.layout-two-columns-wrapper.swap>.main-column{margin-bottom:0}}@media only screen and (min-width:992px){.floating-sidebar-wrapper .floating-sidebar-container{position:sticky;top:20px;-webkit-transition:top .5s;-o-transition:top .5s;transition:top .5s}}*{-webkit-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}html{--body-font-size:16px;margin:0;min-height:100%;font-size:var(--body-font-size)}body{--body-font-color:#000;--body-background-color:#fff;margin:0;padding-top:0;position:relative;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:Poppins,sans-serif;font-weight:400;color:var(--body-font-color);background-color:var(--body-background-color);overflow-x:hidden}body:before{position:fixed;z-index:20;top:0;left:0;right:0;bottom:0;opacity:0;display:none;content:'';pointer-events:none;background-color:rgba(2,6,43,.67);-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}body.has-overlay:before{opacity:1;pointer-events:auto}::-moz-selection{color:#fff;background-color:#000}::selection{color:#fff;background-color:#000}.clearfix:after,.clearfix:before,.container:after,.container:before,.form-control-group:after,.form-control-group:before{content:' ';display:table}.clearfix:after,.container:after,.form-control-group:after{clear:both}.container{margin:0 auto;padding:0 20px;width:100%;max-width:1240px}.container.width-max-2{max-width:1600px}.container.no-pad{padding-left:0;padding-right:0}body #hero+.content-section{position:relative}body.page-article-detail .content-section>.container>.social-share-component{margin-bottom:40px}@media only screen and (min-width:768px){body.page-article-detail .content-section>.container>.social-share-component{margin-top:-120px;margin-bottom:90px}}@media only screen and (min-width:992px){body.page-article-detail .content-section>.container>.social-share-component{margin-top:-130px;margin-bottom:100px}}@media only screen and (min-width:1200px){body.page-article-detail .content-section>.container>.social-share-component{margin-top:-140px;margin-bottom:100px}}body.page-reference-landing .panel-contact-us-form.content-section{padding-top:var(--content-section-small-padding)}@keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@-webkit-keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
}
@keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
@-webkit-keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
.hiddend {
display: none !important;
}
div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
-webkit-animation-duration: 100ms;
animation-duration: 100ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
div.asl_w.asl_an_fadeInDrop {
animation-name: aslAnFadeInDrop;
-webkit-animation-name: aslAnFadeInDrop;
}
div.asl_w.asl_an_fadeOutDrop {
animation-name: aslAnFadeOutDrop;
-webkit-animation-name: aslAnFadeOutDrop;
}
div.asl_w.asl_main_container {
transition: width 130ms linear;
-webkit-transition: width 130ms linear;
}
div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
}
div.asl_r,
div.asl_r * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.asl_r {
box-sizing: border-box;
margin: 12px 0 0 0;
}
div.asl_m .proinput input::-ms-clear {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m .proinput input::-ms-reveal {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
display: none;
}
div.asl_m input[type="search"] {
appearance: auto !important;
-webkit-appearance: none !important;
}
.clear {
clear: both;
}
.hiddend {
display: none;
}
div.asl_m textarea:focus,
div.asl_m input:focus {
outline: none;
}
div.asl_m {
width: 100%;
height: auto;
border-radius: 0;
background: rgba(255, 255, 255, 0);
overflow: hidden;
position: relative;
z-index: 200;
}
div.asl_m .probox {
width: auto;
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #fff;
box-shadow: 1px 0 3px #ccc inset;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
div.asl_m .probox .proinput {
width: 1px;
height: 100%;
margin: 0 0 0 10px;
padding: 0 5px;
float: left;
box-shadow: none;
position: relative;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
order: 5;
-webkit-order: 5;
}
div.asl_m .probox .proinput form {
height: 100%; margin: 0 !important;
padding: 0 !important;
display: block !important;
max-width: unset !important;
}
div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
display: none;
}
div.asl_m .probox .proinput input {
height: 28px;
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: -1px;
padding: 0;
left: 0;
line-height: normal !important;
display: block;
min-height: unset;
max-height: unset;
}
div.asl_m .probox .proinput input::-webkit-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input::-moz-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-ms-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-moz-placeholder {
opacity: .85;
}
div.asl_m .proinput input.orig {
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
z-index: 10;
position: relative;
}
div.asl_m .proinput input.autocomplete {
padding: 0 !important;
margin: 0;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: .2;
}
div.asl_m .probox .proinput input.autocomplete {
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: 0;
margin-top: -28px !important;
padding: 0;
left: 0;
position: relative;
z-index: 9;
}
div.asl_m .probox .proinput.iepaddingfix {
padding-top: 0;
}
div.asl_m .probox .proinput .loading {
width: 32px;
background: #000;
height: 100%;
box-shadow: none;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
width: 20px;
height: 20px;
background: none;
background-size: 20px 20px;
float: right;
box-shadow: none;
margin: 0;
padding: 0;
text-align: center;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
z-index: 100;
}
div.asl_m .probox .promagnifier {
order: 10;
-webkit-order: 10;
}
div.asl_m .probox .prosettings {
order: 1;
-webkit-order: 1;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
background-position: center center;
display: none;
background-size: auto;
background-repeat: no-repeat;
background-color: transparent;
order: 6;
-webkit-order: 6;
}
div.asl_m .probox .proclose {
position: relative;
cursor: pointer;
}
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
line-height: initial;
display: block;
}
div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
height: 100%;
width: 22px;
vertical-align: baseline;
display: inline-block;
}
div.asl_m .probox .proloading {
padding: 2px;
box-sizing: border-box;
}
div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
box-sizing: border-box !important;
margin: 0;
padding: 0;
box-shadow: none;
}
div.asl_m .probox div.asl_loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 28px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
div.asl_m .probox div.asl_loader-inner {
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}
@-webkit-keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.asl_m .probox div.asl_simple-circle {
margin: 0;
height: 100%;
width: 100%;
animation: rotate-simple .8s infinite linear;
-webkit-animation: rotate-simple .8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent !important;
border-radius: 50%;
box-sizing: border-box;
}
div.asl_m .probox .proclose svg {
background: #333;
border-radius: 50%;
position: absolute;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
left: 50%;
margin-left: -10px;
fill: #fefefe;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}
div.asl_r * {
text-decoration: none;
text-shadow: none;
}
div.asl_r .results .asl_nores {
overflow: hidden;
width: auto;
height: 100%;
line-height: initial;
text-align: center;
margin: 0;
background: #fff;
padding: 10px 3px;
color: #222;
}
div.asl_r.horizontal {
padding: 2px 0 10px;
}
div.asl_r.horizontal .results .nores {
background: transparent;
}
div.asl_r .results {
overflow: hidden;
width: auto;
height: 0;
margin: 0;
padding: 0;
}
div.asl_r.horizontal .results {
height: auto;
width: auto;
}
div.asl_r .results .item {
overflow: hidden;
width: auto;
margin: 0;
padding: 3px;
position: relative;
background: #f4f4f4;
border-left: 1px solid rgba(255, 255, 255, .6);
border-right: 1px solid rgba(255, 255, 255, .4);
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: ease;
backface-visibility: hidden;
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease;
-webkit-backface-visibility: hidden;
}
div.asl_r.vertical .results .item:last-child {
margin-bottom: 0;
}
div.asl_r.vertical .results .item:last-child:after {
height: 0;
margin: 0;
width: 0;
}
div.asl_r .results .item .asl_image {
overflow: hidden;
background: transparent;
margin: 2px 8px 0 0;
padding: 0;
float: left;
background-position: center;
background-size: cover;
}
div.asl_r .results .item .asl_image img {
width: 100%;
height: 100%;
}
div.asl_r .results .item .asl_content {
overflow: hidden;
height: auto;
background: transparent;
margin: 0;
padding: 3px 3px 5px 3px;
}
div.asl_r .results .item .asl_content h3 {
margin: 0;
padding: 0;
display: inline;
line-height: inherit;
}
div.asl_r .results .item .asl_content .asl_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}
div.asl_r .results .item div.etc {
margin-top: 4px;
}
div.asl_r .results a span.overlap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
div.asl_r p.showmore {
text-align: center;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
background-color: #fff;
margin-top: 3px;
cursor: pointer;
}
div.asl_r p.showmore span {
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
display: block;
text-align: center;
cursor: pointer;
}
.results .asl_nores .asl_keyword {
padding: 0 6px;
cursor: pointer;
font-weight: bold;
font-family: Open Sans;
}
div.asl_r .resdrg {
height: auto;
}
div.asl_w .group:first-of-type {
margin: 0 0 -3px;
}
div.asl_s.searchsettings {
width: 200px;
height: auto;
position: absolute;
display: none;
z-index: 1101;
border-radius: 0 0 3px 3px;
visibility: hidden;
padding: 0;
}
div.asl_s.searchsettings form {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
div.asl_s.searchsettings .asl_option_inner {
margin: 2px 10px 0 10px;
*padding-bottom: 10px;
}
div.asl_s.searchsettings.ie78 .asl_option_inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.asl_s.searchsettings .asl_option_label {
font-size: 14px;
line-height: 20px !important;
margin: 0;
width: 150px;
text-shadow: none;
padding: 0;
min-height: 20px;
border: none;
background: transparent;
float: none;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
display: none !important;
}
div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
display: block;
}
div.asl_s.searchsettings.ie78 .asl_option_label {
float: right !important;
}
div.asl_s.searchsettings .asl_option {
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
align-items: flex-start;
margin: 0 0 10px 0;
cursor: pointer;
}
div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
margin-bottom: 0;
}
div.asl_s.searchsettings .asl_option_inner {
width: 17px;
height: 17px;
position: relative;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-shrink: 0;
-webkit-flex-shrink: 0;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
cursor: pointer;
position: absolute;
width: 17px;
height: 17px;
top: 0;
padding: 0;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
overflow: hidden;
font-size: 0 !important;
color: rgba(0, 0, 0, 0);
} div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar {
width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
width: 6px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
background: transparent;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
div.asl_r.vertical .results::-webkit-scrollbar-track {
background: rgb(255, 255, 255);
box-shadow: inset 0 0 12px 12px transparent;
border: solid 2px transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
background: transparent;
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
border: solid 2px transparent;
border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
border: none;
}
div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
} div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after {
opacity: 0;
font-family: 'aslsicons2';
content: "\e800";
font-weight: normal !important;
background: transparent;
border: none !important;
box-sizing: content-box;
color: #fff;
height: 100%;
width: 100%;
padding: 0 !important;
margin: 1px 0 0 0 !important;
line-height: 17px;
text-align: center;
text-decoration: none;
text-shadow: none;
display: block;
font-size: 11px !important;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after {
display: none;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after {
opacity: .3;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after {
opacity: 1;
}
div.asl_s.searchsettings fieldset {
position: relative;
float: left;
}
div.asl_s.searchsettings fieldset {
background: transparent;
font-size: .9em;
margin: 12px 0 0 !important;
padding: 0;
width: 192px;
}
div.asl_s.searchsettings fieldset .asl_option_label {
width: 130px;
display: block;
}
div.asl_s.searchsettings form fieldset legend {
padding: 5px 0 8px 10px;
}
#asl_hidden_data {
display: none !important;
}
.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.rtl .asl_nores>* {
display: inline-block;
}
.rtl div.asl_r .results .item .asl_image {
float: right;
margin: 2px 0 0 8px;
}
.rtl .searchsettings .asl_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.rtl .asl_option {
direction: ltr;
}
.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
text-align: right !important;
}
.rtl .asl_label {
max-width: 1000px !important;
width: 100%;
direction: rtl !important;
}
.rtl .asl_label input[type=radio] {
margin: 0 0 0 6px !important;
}
.rtl .asl_option_cat_level-0 div.asl_option_label {
font-weight: bold !important;
}
.rtl fieldset .asl_option_cat_level-1 {
margin-right: 12px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-2 {
margin-right: 24px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-3 {
margin-right: 36px !important;
margin-left: 0;
}
.rtl .searchsettings legend {
text-align: right !important;
display: block;
width: 100%;
}
.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
direction: rtl !important;
text-align: right !important;
}
.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
flex-direction: row-reverse !important;
}
.rtl div.horizontal.asl_r div.item {
float: right !important;
}
.rtl p.asl-try {
direction: rtl;
text-align: right;
margin-right: 10px;
width: auto !important;
}div.asl_w{width:100%;height:auto;border-radius:5px;background:#d1eaff;background-image:-moz-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-webkit-gradient(radial,center center,0,center center,100%,#e1635c,#e1635c);background-image:-webkit-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-o-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-ms-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:radial-gradient(ellipse at center,#e1635c,#e1635c);;overflow:hidden;border:0 none #8dd5ef;border-radius:0 0 0 0;box-shadow:0 0 0 0 #000;}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:0;height:34px;background-color:#e1635c;background-image:-moz-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-webkit-gradient(radial,center center,0,center center,100%,#e1635c,#e1635c);background-image:-webkit-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-o-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-ms-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:radial-gradient(ellipse at center,#e1635c,#e1635c);;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:0 0 0 0 #b5b5b5 inset;}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput{font-weight:normal;font-family:Open Sans;color:#fff !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input{font-weight:normal;font-family:Open Sans;color:#fff !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none;height:34px;}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input.autocomplete{font-weight:normal;font-family:Open Sans;color:#fff;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);margin-top:-34px !important;}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:34px;height:34px;}div.asl_w .probox .promagnifier .innericon svg{fill:#fff;}div.asl_w .probox .prosettings .innericon svg{fill:#fff;}div.asl_w .probox .promagnifier{width:34px;height:34px;background-color:#be4c46;background-image:-o-linear-gradient(180deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(180deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(180deg,#be4c46,#be4c46);background-image:linear-gradient(180deg,#be4c46,#be4c46);background-position:center center;background-repeat:no-repeat;border:0 solid #000;border-radius:0 0 0 0;box-shadow:0 0 0 0 rgba(255,255,255,.61);cursor:pointer;background-size:100% 100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}div.asl_w .probox div.prosettings{width:34px;height:34px;background-color:#be4c46;background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:linear-gradient(185deg,#be4c46,#be4c46);background-position:center center;background-repeat:no-repeat;float:right;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:0 0 0 0 rgba(255,255,255,.63);cursor:pointer;background-size:100% 100%;order:7;-webkit-order:7;}div.asl_r{position:absolute;z-index:1100;}div.asl_r.vertical{padding:4px;background:#e1635c;border-radius:3px;border:0 none #000;border-radius:0 0 0 0;box-shadow:0 0 0 0 #000;visibility:hidden;display:none;}div.asl_r.horizontal{background-image:linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-webkit-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-moz-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-o-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-ms-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));;border:0 solid #dbe9ee;border-radius:0 0 0 0;box-shadow:0 0 2px -3px #000 inset;-webkit-box-shadow:0 0 4px -3px #000 inset;-ms-box-shadow:0 0 4px -3px #000 inset;margin-top:12px;}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:bold;}div.asl_r .results .item{height:auto;background:#fff;}div.asl_r.vertical .results .item:after{background:#ccc;}div.asl_r .results .item.hovered{background-color:#f5f5f5;background-image:-moz-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-webkit-gradient(radial,center center,0,center center,100%,#f5f5f5,#f5f5f5);background-image:-webkit-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-o-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-ms-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:radial-gradient(ellipse at center,#f5f5f5,#f5f5f5);;}div.asl_r.horizontal .results .item{height:174px;width:150px;margin:10px 8px;padding:7px;float:left;background-color:#fff;background-image:-moz-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-webkit-gradient(radial,center center,0,center center,100%,#fff,#fff);background-image:-webkit-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-o-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-ms-radial-gradient(center,ellipse cover,#fff,#fff);background-image:radial-gradient(ellipse at center,#fff,#fff);;border:0 none #fafafa;border-radius:0 0 0 0;box-shadow:0 0 4px -3px #000;-webkit-box-shadow:0 0 6px -3px #000;-ms-box-shadow:0 0 6px -3px #000;}div.asl_r.horizontal .results .item:hover{background-color:#f5f5f5;background-image:-moz-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-webkit-gradient(radial,center center,0,center center,100%,#f5f5f5,#f5f5f5);background-image:-webkit-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-o-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-ms-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:radial-gradient(ellipse at center,#f5f5f5,#f5f5f5);;}div.asl_r .results .item .asl_image{width:70px;height:70px;}div.asl_r .results .item .asl_content{font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:12px;line-height:18px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r.horizontal .results .item .asl_content h3 a{text-align:center;}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:normal;font-family:Open Sans;color:#1454a9;font-size:13px;line-height:17px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .asl_content h3 a:hover{font-weight:normal;font-family:Open Sans;color:#2e6bbc;font-size:13px;line-height:17px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:10px;line-height:12px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:normal;font-family:Open Sans;color:#adadad;font-size:10px;line-height:12px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:rgba(#fff,1);}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{background:#fff;background:#fafafa;opacity:.9;}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{background:#fafafa;opacilty:.95;}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:#fafafa;}div.asl_r span.highlighted{font-weight:bold;color:#d9312b;background-color:#eee;color:rgba(217,49,43,1);background-color:rgba(238,238,238,1);}div.asl_r .group{background:#ddd;background:#f6f6f6;border-radius:3px 3px 0 0;border-top:1px solid #f8f8f8;border-left:1px solid #f8f8f8;border-right:1px solid #f8f8f8;margin:10px 0 -3px;padding:7px 0 7px 10px;position:relative;z-index:1000;font-weight:bold;font-family:Open Sans;color:#055e94;font-size:11px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings{background-color:#be4c46;background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:-moz-linear-gradient(185deg,#be4c46,#be4c46);background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);background-image:linear-gradient(185deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:-moz-linear-gradient(185deg,#be4c46,#be4c46);background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);;box-shadow:0 0 0 0 #000;;}div.asl_s.searchsettings .asl_option_label{font-weight:bold;font-family:Open Sans;color:#fff;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox{background-color:#222;background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a);;}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto;}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:normal;font-family:Open Sans;color:#1f1f1f;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:inline-block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#818a91}.nav-link.disabled,.nav-link.disabled:focus,.nav-link.disabled:hover{color:#818a91;cursor:not-allowed;background-color:transparent}.nav-inline .nav-item{display:inline-block}.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link{margin-left:1rem}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs:after{content:"";display:table;clear:both}.nav-tabs .nav-item{float:left;margin-bottom:-1px}.nav-tabs .nav-item+.nav-item{margin-left:.2rem}.nav-tabs .nav-link{display:block;padding:.5em 1em;border:1px solid transparent;border-radius:.25rem .25rem 0 0}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus,.nav-tabs .nav-link.disabled:hover{color:#818a91;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover{color:#55595c;background-color:#fff;border-color:#ddd #ddd transparent}.nav-pills:after{content:"";display:table;clear:both}.nav-pills .nav-item{float:left}.nav-pills .nav-item+.nav-item{margin-left:.2rem}.nav-pills .nav-link{display:block;padding:.5em 1em;border-radius:.25rem}.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover{color:#fff;cursor:default;background-color:#0275d8}.nav-stacked .nav-item{display:block;float:none}.nav-stacked .nav-item+.nav-item{margin-top:.2rem;margin-left:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}