@charset "UTF-8";
/* 
Theme name: Mateřská škola Vizovice
Author: Jan Kolařík
Author's url: www.kolarikjan.cz
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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 {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set defaults cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove defaults vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

input::placeholder, textarea::placeholder {
  color: inherit;
  opacity: 1;
}

button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::selection {
  background-color: #282979;
  filter: opacity(0.75);
  color: #fff;
}

* {
  box-sizing: border-box;
  scroll-margin-top: 4rem;
}
@media only screen and (max-width: 991px) {
  * {
    scroll-margin-top: 2.5rem;
  }
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #575757;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 1rem;
    line-height: 1.65;
  }
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #282979;
  transition-duration: 0.1s;
}
a:hover {
  color: #f08017;
}

h1, h2, h3, h4, h5, h6 {
  color: #282979;
  font-family: "Playfair Display", serif;
  line-height: 1.35;
  font-weight: 700;
}

h1 {
  font-size: 3.75rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
    margin-bottom: 2.25rem;
  }
}

h2 {
  font-size: 2.5rem;
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2rem;
    margin-top: 2.7rem;
    margin-bottom: 2.25rem;
  }
}

h3 {
  font-size: 2rem;
  margin-bottom: 1.75rem;
  margin-top: 2.75rem;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 1.625rem;
  }
}

h4 {
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 2.25rem;
}
@media only screen and (max-width: 991px) {
  h6 {
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1.5rem;
}
p:last-child {
  margin-bottom: 0;
}

ul, ol {
  list-style-type: square;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}
ul li::marker, ol li::marker {
  color: #282979;
}

strong, b {
  font-weight: 600;
  color: #151515;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

table {
  width: 100%;
  overflow-y: scroll;
}
table tr > th {
  background-color: #282979 !important;
  padding: 1.25rem 1.5rem;
  border: 1px solid #282979;
  color: #fff;
  font-weight: 700;
}
table tr > td {
  background-color: rgba(235, 235, 255, 0.7);
  padding: 1rem 1.5rem;
  border: 1px solid #ebebff;
}
table tr:nth-child(even) > td {
  background-color: rgba(235, 235, 255, 0.2);
}
table tr:not(:last-child) > td {
  border-bottom: 0 !important;
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 1475px) {
  .container {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1475px) {
  .container-extended {
    max-width: 1920px;
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }
}

.header-main {
  border-bottom: 0.0625rem solid #ebebff;
}
.header-main-wrapper {
  display: flex;
  align-items: stretch;
}
.header-main-logo {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  width: 34%;
  min-height: 5.875rem;
}
.header-main-logo img {
  max-width: 400px;
  max-height: 105px;
}
@media only screen and (max-width: 1475px) {
  .header-main-logo {
    gap: 1.5rem;
  }
  .header-main-logo img {
    max-width: 325px;
    max-height: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-main-logo {
    width: auto;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .header-main-logo {
    max-width: 75%;
  }
  .header-main-logo img {
    max-width: 275px;
    width: 100%;
    max-height: 70px;
  }
}
.header-main-section {
  padding: 0.75rem 0;
}
.header-main-section:not(:first-child) {
  border-left: 0.0625rem solid #ebebff;
}
.header-main-box {
  display: flex;
  align-items: center;
  padding: 0.75rem 2rem;
}
@media only screen and (max-width: 1475px) {
  .header-main-box {
    padding: 0.75rem 1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .header-main-box {
    padding: 0;
  }
}
.header-main-box-icon {
  margin-top: -0.5rem;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 1200px) {
  .header-main-box-icon {
    margin: 0;
  }
}
.header-main-box-title {
  display: block;
  color: #151515;
  font-weight: 700;
  line-height: 1.4;
}
.header-main-box-text {
  display: block;
  line-height: 1.4;
  text-decoration: none;
  color: #575757;
}
.header-main-box a {
  text-decoration: none;
}
.header-main-box a:hover {
  text-decoration: underline;
}
.header-main-box.phones {
  width: 20%;
}
@media only screen and (max-width: 1475px) {
  .header-main-box.phones {
    width: 21%;
  }
}
.header-main-box.opening-times {
  width: 28%;
}
@media only screen and (max-width: 1475px) {
  .header-main-box.opening-times {
    width: 27%;
  }
}
.header-main-box-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header-main-box {
    display: none;
  }
  .header-main-box-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 25rem;
    margin: 1.75rem auto 0;
  }
  .header-main-box-mobile > .header-main-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .header-main-box-mobile {
    margin: 1rem auto 0;
  }
}
.header-main-links {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 0.75rem 0;
}
.header-main-links img {
  max-width: 75px;
  max-height: 75px;
  object-fit: scale-down;
}
@media only screen and (max-width: 1475px) {
  .header-main-links {
    gap: 1rem;
  }
  .header-main-links img {
    max-width: 65px;
    max-height: 65px;
  }
}
.header-main-links-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header-main-links {
    display: none;
    padding: 0;
    justify-content: center;
    width: 100%;
    margin: 1.75rem 0 0;
    gap: 1.5rem;
  }
  .header-main-links-mobile {
    display: block;
  }
  .header-main-links-mobile > .header-main-links {
    display: flex;
  }
}
@media only screen and (max-width: 576px) {
  .header-main-links {
    margin: 1rem 0 0;
  }
}
.header-main-links-item.virtual-circle {
  width: 4.0625rem;
  margin: unset;
}
.header-main-links-item.virtual-circle img {
  max-width: 1.875rem;
  max-height: 1.875rem;
}
.header-main-toggler {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-menu {
  margin: 1.25rem 0;
}
@media only screen and (max-width: 1200px) {
  .header-menu {
    transition: all 0.375s;
    position: fixed;
    background: #ebebff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
    z-index: 999;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    transform: translateX(100%);
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-menu.active {
    transform: translateX(0);
  }
}
.header-menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 1rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .header-menu ul {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .header-menu ul {
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-menu-item {
    position: relative;
  }
}
.header-menu-item > a {
  display: block;
  text-align: center;
  border-radius: 1.875rem;
  background-color: #282979;
  padding: 0.825rem 1.25rem;
  min-width: 8.4375rem;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .header-menu-item > a {
    min-width: 10.9375rem;
    width: fit-content;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .header-menu-item > a {
    padding: 0.5rem 1rem;
  }
}
.header-menu-item:nth-child(odd) > a {
  background-color: #f08017;
}
.header-menu-dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  min-width: 28.125rem;
  padding-top: 0.75rem;
}
@media only screen and (max-width: 1200px) {
  .header-menu-dropdown {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
  }
}
@media only screen and (max-width: 576px) {
  .header-menu-dropdown {
    min-width: unset;
    width: 100%;
  }
}
.header-menu-dropdown-close {
  display: block;
  position: absolute;
  top: 2rem;
  right: 3.25rem;
  cursor: pointer;
}
.header-menu-dropdown-close svg {
  fill: #f08017;
}
@media only screen and (min-width: 1200px) {
  .header-menu-dropdown-close {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .header-menu-dropdown-close {
    right: 2.5rem;
  }
}
.header-menu-dropdown-inner {
  padding: 2.25rem 2.25rem;
  border-radius: 1.875rem;
  background-color: #fff;
  filter: drop-shadow(5.456px 5.851px 12px rgba(0, 0, 0, 0.15));
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header-menu-dropdown-inner {
    padding: 1.75rem;
    filter: none;
    box-shadow: 0px 0px 2000px 2000px rgba(21, 21, 21, 0.45);
  }
}
@media only screen and (max-width: 576px) {
  .header-menu-dropdown-inner {
    padding: 1.75rem 1.25rem;
  }
}
.header-menu-dropdown-title {
  color: #f08017;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.25;
  border-bottom: 0.0625rem solid #f08017;
}
@media only screen and (min-width: 1200px) {
  .header-menu-dropdown-title {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-menu-dropdown-title {
    padding-left: 1.25rem;
  }
}
.header-menu-dropdown ul {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .header-menu-dropdown ul {
    gap: 0.25rem;
  }
}
.header-menu-dropdown-item a {
  display: block;
  width: fit-content;
  text-decoration: none;
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-size: 0rem;
  background-image: url("../img/arrow/arrow-default-orange.svg");
  background-position: left top 0.8125rem;
  font-weight: 500;
}
.header-menu-dropdown-item a:hover {
  background-position: left top 0.5rem;
  background-size: 0.875rem;
}
@media only screen and (max-width: 991px) {
  .header-menu-dropdown-item a {
    padding-left: 1.25rem;
    background-position: left top 0.6875rem;
  }
  .header-menu-dropdown-item a:hover {
    background-position: left top 0.3125rem;
  }
}
.header-menu-item.active .header-menu-dropdown {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .header-menu-item:hover .header-menu-dropdown {
    display: block;
  }
}
.header-message {
  position: relative;
  padding: 1.25rem 0;
  transition: 0.25s;
  overflow: hidden;
  background-color: #ebebff;
}
.header-message.hidden {
  max-height: 0;
  padding: 0;
}
.header-message-content {
  padding: 0 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header-message-content {
    padding: 0 1.75rem 0 0;
    text-align: left;
  }
}
.header-message-content p, .header-message-content a {
  color: #282979;
  margin-bottom: 0;
}
.header-message-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.header-message-close button {
  position: relative;
  padding: 1rem 1.5rem;
}
@media only screen and (max-width: 768px) {
  .header-message-close button {
    padding: 1rem;
  }
}
.header-message-close button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  right: 0;
  background-color: #282979;
  height: 0;
  transition: 0.25s;
}
.header-message-close button:hover::after {
  height: 100%;
}
.header-message-close button svg {
  position: relative;
  z-index: 2;
  fill: #282979;
}
.header-message-close button:hover svg {
  fill: #fff;
}

.body {
  position: relative;
}
.body-sub {
  border-top: 0.0625rem solid #ebebff;
}
.body .section {
  position: relative;
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 991px) {
  .body .section {
    margin-bottom: 3.5rem;
  }
}
.body .section-header {
  margin-bottom: 2.25rem;
}
.body .section-header h1, .body .section-header h2, .body .section-header h3 {
  font-size: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 991px) {
  .body .section-header h1, .body .section-header h2, .body .section-header h3 {
    font-size: 2rem;
    margin-bottom: 2.25rem;
  }
}
.body .section-header.large-spacing {
  margin-bottom: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .body .section-header.large-spacing {
    margin-bottom: 2.25rem;
  }
}
.body .section-header > *:first-child {
  margin-top: 0;
}
.body .section-header p {
  font-size: 1.625rem;
  color: #151515;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .body .section-header p {
    font-size: 1rem;
    line-height: 1.65;
  }
}
.body .section-footer {
  margin-top: 2.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 576px) {
  .body .section-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
.body .section-footer.large-spacing {
  margin-top: 3.75rem;
}
@media only screen and (max-width: 991px) {
  .body .section-footer.large-spacing {
    margin-top: 2.25rem;
  }
}
.body .section-footer > *:last-child {
  margin-bottom: 0;
}
.body .section-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}
.body .section-footer-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
}
.body .section-footer-link svg {
  flex-shrink: 0;
  fill: #f08017;
  transition-duration: 0.2s;
}
.body .section-footer-link:hover svg {
  transform: translateX(0.125rem);
}
.body .section-grid-2n1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.body .section-grid-2n1 > div:nth-child(1) {
  width: 65%;
}
.body .section-grid-2n1 > div:nth-child(2) {
  width: 35%;
}
@media only screen and (max-width: 1475px) {
  .body .section-grid-2n1 {
    flex-direction: column;
    gap: 3.5rem;
  }
  .body .section-grid-2n1 > div {
    width: 100% !important;
  }
}
.body .section-nospacing {
  margin-bottom: 0;
}

.footer {
  background-image: url("../img/theme/footer-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 10rem 0 5rem;
}
@media only screen and (max-width: 991px) {
  .footer {
    background-image: url("../img/theme/footer-background-mobile.png");
    padding: 5rem 0 2rem;
    background-position: left top;
  }
}
.footer-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem 2rem;
}
@media only screen and (max-width: 1475px) {
  .footer-wrapper {
    grid-template-columns: 1.25fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer-item p {
  margin-bottom: 0;
}
.footer-item p, .footer-item li, .footer-item a {
  color: #b7b7cf;
}
.footer-item a {
  color: inherit;
  text-decoration: none;
}
.footer-item a.link-mail {
  color: #fff;
  text-decoration: underline;
}
.footer-item a.link-phone {
  color: #fff;
  font-weight: 600;
}
.footer-item a:hover {
  color: #f08017;
  text-decoration: underline;
}
.footer-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-item-title {
  font-family: "Roboto", sans-serif;
  color: #fff;
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  margin-bottom: 1.25rem;
  text-align: left;
}
.footer-item-copyright {
  text-align: right;
  font-size: 0.875rem;
  line-height: 2;
  text-transform: uppercase;
}
.footer-item-copyright span {
  display: block;
}
@media only screen and (max-width: 1475px) {
  .footer-item-copyright {
    text-align: left;
  }
}
.footer-item-content.cols {
  display: grid;
  grid-template-columns: 0.825fr 1.175fr;
}
@media only screen and (max-width: 768px) {
  .footer-item-content.cols {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1200px) {
  .about-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-texts {
  margin-right: 5rem;
}
@media only screen and (max-width: 1200px) {
  .about-texts {
    margin-right: 0;
  }
}
.about-image {
  margin-top: 5.875rem;
}
@media only screen and (max-width: 1200px) {
  .about-image {
    margin-top: 2.5rem;
  }
}

.goals {
  background-image: url("../img/theme/goals-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1925px) {
  .goals {
    background-image: url("../img/theme/goals-background-large.png");
  }
}
@media only screen and (max-width: 768px) {
  .goals {
    background-image: url("../img/theme/goals-background-mobile.png");
  }
}
.goals.section {
  padding: 9rem 0 11.5rem;
}
@media only screen and (max-width: 991px) {
  .goals.section {
    padding: 5rem 0 6.5rem;
  }
}
.goals-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 1200px) {
  .goals-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .goals-wrapper {
    gap: 1.25rem;
  }
}
.goals-item {
  border-radius: 4.0625rem;
  padding: 2.25rem 3rem 2.25rem 2.25rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border: 0.1875rem dashed;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.25;
}
@media only screen and (max-width: 1475px) {
  .goals-item {
    flex-direction: column;
    text-align: center;
    padding: 2.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .goals-item {
    padding: 1.5rem;
    gap: 0.75rem;
  }
}
.goals-item svg, .goals-item img {
  max-width: 75px;
  max-height: 75px;
  object-fit: scale-down;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .goals-item svg, .goals-item img {
    max-width: 50px;
    max-height: 50px;
  }
}
.goals-item:nth-child(3n+1) {
  border-color: #f08017;
  color: #f08017;
}
.goals-item:nth-child(3n+1) svg {
  fill: #f08017;
}
.goals-item:nth-child(3n+2) {
  border-color: #79cc02;
  color: #79cc02;
}
.goals-item:nth-child(3n+2) svg {
  fill: #79cc02;
}
.goals-item:nth-child(3n+3) {
  border-color: #282979;
  color: #282979;
}
.goals-item:nth-child(3n+3) svg {
  fill: #282979;
}

.owl {
  /* nav */
}
.owl-prev, .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background-color: #f08017 !important;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  transition-duration: 0.3s;
}
.owl-prev::after, .owl-next::after {
  content: "";
  position: absolute;
  height: 59px;
  width: 59px;
  border-radius: 1.875rem;
  border: 2px dashed #f08017;
  opacity: 0;
  transition-duration: 0.3s;
}
.owl-prev.disabled, .owl-next.disabled {
  background-color: #ebebff !important;
}
.owl-prev:not(.disabled):hover::after, .owl-next:not(.disabled):hover::after {
  opacity: 1;
}
.owl-prev svg {
  transform: rotate(180deg);
}

.gallery-item {
  display: block;
  border-radius: 1.875rem;
  overflow: hidden;
}
.gallery-item img {
  aspect-ratio: 1/1;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition-duration: 0.3s;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 576px) {
  .gallery .owl-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.25rem;
  }
}
.gallery .owl-item:nth-child(odd) > a {
  margin-top: 2.25rem;
}
@media only screen and (max-width: 576px) {
  .gallery .owl-item:nth-child(odd) > a {
    margin-top: 0;
  }
}
.gallery .owl-prev {
  left: 0;
  transform: translate(-100%, -50%);
  margin-left: -1rem;
}
.gallery .owl-next {
  right: 0;
  transform: translate(100%, -50%);
  margin-right: -1rem;
}
.gallery .owl-prev, .gallery .owl-next {
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 576px) {
  .gallery .owl-prev, .gallery .owl-next {
    position: unset;
    transform: none;
    margin: 0;
  }
}

.news-owl {
  margin: -2rem;
  width: calc(100% + 4rem);
}
.news-owl .owl-stage {
  display: flex;
}
.news-owl .owl-item {
  padding: 2rem;
}
@media only screen and (max-width: 576px) {
  .news-owl {
    margin: -2rem -1.25rem;
    width: calc(100% + 2.5rem);
  }
  .news-owl .owl-item {
    padding: 2rem 1.25rem;
  }
}
.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media only screen and (max-width: 1475px) {
  .news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .news-wrapper {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.news-item {
  filter: drop-shadow(6.82px 7.314px 17.5px rgba(0, 0, 0, 0.07));
  background-color: #fff;
  border-radius: 1.875rem;
  overflow: hidden;
  height: 100%;
}
.news-item-top {
  position: relative;
  overflow: hidden;
}
.news-item-bottom {
  padding: 2.25rem 2.25rem 3rem;
}
@media only screen and (max-width: 991px) {
  .news-item-bottom {
    padding: 1.5rem 1.5rem 1.75rem;
  }
}
.news-item-bottom h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .news-item-bottom h3 {
    font-size: 1.375rem;
  }
}
.news-item-bottom h3 a {
  text-decoration: none;
}
.news-item-bottom h3 a:hover {
  text-decoration: underline;
}
.news-item-bottom p {
  margin-bottom: 1rem;
}
.news-item-image {
  width: 100%;
  aspect-ratio: 1.7/1;
  object-fit: cover;
}
.news-item-date {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  background-color: #282979;
  border-radius: 0.625rem;
  color: #fff;
  padding: 1rem 1.25rem;
}
.news-item-date.simple {
  position: unset;
  width: fit-content;
  margin-top: 1.5rem;
  margin-left: 2.25rem;
  margin-bottom: -0.75rem;
}
@media only screen and (max-width: 991px) {
  .news-item-date.simple {
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .news-item-date {
    padding: 0.75rem 1rem;
  }
}
.news-item-date-day {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.0625rem;
  font-weight: 700;
}
.news-item-date-month {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1;
}
.news-item-link {
  font-weight: 700;
}

.events {
  padding-left: 5rem;
}
@media only screen and (max-width: 1475px) {
  .events {
    padding-left: 0;
  }
}
.events-item {
  border-bottom: 0.0625rem solid #ebebff;
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 0;
  gap: 0.75rem;
}
.events-item:first-child {
  border-top: 0.0625rem solid #ebebff;
}
.events-item-date {
  border-radius: 0.625rem;
  background-color: #ebebff;
  display: block;
  padding: 0.4rem 0.5rem;
  color: #282979;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
}
.events-item-name {
  color: #151515;
  font-weight: 700;
  line-height: 1.75rem;
}

@media only screen and (max-width: 1200px) {
  .banner {
    margin-top: 1.25rem;
  }
}
.banner-inner {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .banner-inner {
    margin: 0 -2.5rem;
  }
}
.banner-item {
  position: relative;
  border-radius: 4.0625rem;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-item {
    border-radius: 1.875rem;
  }
}
.banner-item-image {
  aspect-ratio: 2.25/1;
  object-fit: cover;
  min-height: 500px;
}
@media only screen and (max-width: 991px) {
  .banner-item-image {
    aspect-ratio: unset;
    width: 100%;
    min-height: 29.6875rem;
  }
}
.banner-item-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(40, 41, 121, 0.35) 30%, rgba(255, 255, 255, 0) 90%);
}
@media only screen and (max-width: 991px) {
  .banner-item-content {
    background-color: rgba(40, 41, 121, 0.15);
  }
}
.banner-item-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 7.5rem;
}
@media only screen and (max-width: 991px) {
  .banner-item-content-inner {
    padding: 2rem;
  }
}
.banner-item-content-inner h2 {
  color: #fff;
  font-size: 5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
  .banner-item-content-inner h2 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-item-content-inner h2 {
    line-height: 1.2;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
}
.banner-item-content-inner p {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: -0.0625rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .banner-item-content-inner p {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner-item-content-inner p {
    line-height: 1.4;
    font-size: 1.375rem;
  }
}
.banner-item-content-inner .button {
  margin-top: 3rem;
}
@media only screen and (max-width: 991px) {
  .banner-item-content-inner .button {
    margin-top: 1.25rem;
  }
}
.banner-owl .owl-stage-outer {
  border-radius: 4.0625rem;
}
@media only screen and (max-width: 991px) {
  .banner-owl .owl-stage-outer {
    border-radius: 1.875rem;
  }
}
.banner-owl .owl-prev, .banner-owl .owl-next {
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 991px) {
  .banner-owl .owl-prev, .banner-owl .owl-next {
    display: none;
  }
}
.banner-owl .owl-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.banner-owl .owl-next {
  right: 0;
  transform: translate(50%, -50%);
}
.banner-owl .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: -1.875rem;
}
@media only screen and (max-width: 991px) {
  .banner-owl .owl-dots {
    margin-bottom: 0;
  }
}
.banner-owl .owl-dots button {
  border-radius: 50%;
  display: block;
  background-color: #ebebff;
  border: 0.0625rem solid #ebebff;
  width: 14px;
  height: 14px;
  position: relative;
  transition-duration: 0.3s;
}
.banner-owl .owl-dots button::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  background-color: #f08017;
  width: 10px;
  height: 10px;
  transition-duration: 0.3s;
  opacity: 0;
}
.banner-owl .owl-dots button.active {
  border-color: #f08017;
}
.banner-owl .owl-dots button.active::after {
  opacity: 1;
}

.button {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  padding: 0.675rem 1.5rem;
  border-radius: 1.875rem;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0.3s;
}
.button svg {
  flex-shrink: 0;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 991px) {
  .button {
    padding: 0.625rem 1.25rem;
    gap: 0.825rem;
  }
}
.button-primary {
  background-color: #282979;
  color: #fff;
}
.button-primary svg {
  fill: #f08017;
}
.button-primary:hover {
  background-color: #f08017;
  color: #fff;
}
.button-primary:hover svg {
  fill: #fff;
}
.button-highlighted {
  background-color: #f08017;
  color: #fff;
}
.button-highlighted svg {
  fill: #fff;
}
.button-highlighted:hover {
  background-color: #282979;
  color: #fff;
}
.button-highlighted:hover svg {
  fill: #f08017;
}

.header-toggler {
  width: 2.75rem;
  aspect-ratio: 1/1;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f08017;
  transition: 0.15s;
  padding: 0.25rem;
  box-shadow: none !important;
  margin-left: auto;
  z-index: 9999;
}
.header-toggler.active {
  position: fixed;
  top: 2rem;
}
@media only screen and (max-width: 576px) {
  .header-toggler.active {
    top: 1.55rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-toggler {
    display: none;
  }
}
.header-toggler, .header-toggler .animated-icon span {
  transition: background-color 0.25s;
}
.header-toggler:hover, .header-toggler.active {
  background-color: #f08017;
}
.header-toggler:hover .animated-icon span, .header-toggler.active .animated-icon span {
  background-color: #fff;
}
.header-toggler .animated-icon {
  width: 1.625rem;
  height: 2.25rem;
  margin: 0;
  transform: rotate(0deg);
  cursor: pointer;
  transition: 0.5s ease-in-out;
  display: block;
}
.header-toggler .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #f08017;
}
.header-toggler .animated-icon span:nth-child(1) {
  top: 8px;
}
.header-toggler .animated-icon span:nth-child(2) {
  top: 17px;
}
.header-toggler .animated-icon span:nth-child(3) {
  top: 26px;
}
.header-toggler.active .animated-icon span:nth-child(1) {
  top: 17px;
  transform: rotate(135deg);
}
.header-toggler.active .animated-icon span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.header-toggler.active .animated-icon span:nth-child(3) {
  top: 17px;
  transform: rotate(-135deg);
}

.virtual {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 2rem;
  text-decoration: none;
  width: 6.875rem;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  backdrop-filter: blur(0.5rem);
}
.virtual.mobile-only {
  display: none;
  top: 2rem;
  left: 2rem;
  width: 4.375rem;
}
@media only screen and (max-width: 576px) {
  .virtual.mobile-only {
    top: 1.55rem;
  }
  .virtual.mobile-only.mobile-only {
    display: block;
  }
}
.virtual.mobile-only img, .virtual.mobile-only svg {
  max-width: 1.5625rem;
  max-height: 1.5625rem;
  object-fit: scale-down;
}
@media only screen and (max-width: 1200px) {
  .virtual {
    display: none;
  }
  .virtual.mobile-only {
    display: block;
  }
}
.virtual-circle {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 50%;
  border: 2px dashed #f08017;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  filter: drop-shadow(6.82px 7.314px 17.5px rgba(0, 0, 0, 0.06));
  background-color: #fff;
  transition-duration: 0.2s;
}
.virtual-circle img, .virtual-circle svg {
  max-width: 2.8125rem;
  max-height: 2.8125rem;
  object-fit: scale-down;
}
.virtual-title {
  display: block;
  text-align: center;
  margin-top: 0.75rem;
  color: #282979;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.25;
}
.virtual.mobile-only .virtual-title {
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}
.virtual:hover .virtual-circle, .virtual-circle:hover {
  background-color: #282979;
  border-color: #282979;
}

.body.body-sub .virtual {
  top: 2.5rem;
}

.breadcrumb {
  padding: 5rem 0;
}
@media only screen and (max-width: 991px) {
  .breadcrumb {
    padding: 3.5rem 0;
  }
}
.breadcrumb h1 {
  margin: 0;
}
.breadcrumb-list {
  list-style: none;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-list {
    display: none;
  }
}
.breadcrumb-list li:not(:last-child)::after {
  content: "/";
  padding: 0 0.75rem;
}
.breadcrumb-list li a {
  font-size: 1rem;
  text-decoration: none;
  color: #575757;
}
.breadcrumb-list li a:hover {
  text-decoration: underline;
  color: #f08017;
}
.breadcrumb-list li:last-child a {
  text-decoration: underline;
  color: #282979;
}