/* 44px -> 36px */
/* 36px -> 28px */
/* 28px -> 24px */
/* 24px -> 20px */
/* 20px -> 18px */
/* 18px -> 16px */
/* 16px -> 14px */
/* line 1, ../sass/template/_root.scss */
html {
  font-size: 16px;
  font-variant-numeric: lining-nums;
}

/* line 6, ../sass/template/_root.scss */
:root {
  --theme-text-dark: #00452f;
  --theme-text: #375c51;
  --theme-red: #a52630;
  --theme-red-light: #c22832;
  --theme-gray: #828a86;
  --theme-border: #c3cdc9;
  --theme-border-light: #e1e1e1;
  --theme-separator: #e5ebe9;
  --theme-separator-colored: #e9d2ae;
  --secondary: #607d74;
}

/* line 19, ../sass/template/_root.scss */
:root {
  --conbiz-font-sans-serif: "WesteindeCaption", "DM Sans", sans-serif;
  --conbiz-heading-font-family: "JansonMtPro", sans-serif;
  --conbiz-theme-color: var(--theme-red);
  --conbiz-theme-color-second: var(--theme-text-dark);
  --font-body-weight: 400;
  --font-body-size: .9375rem;
  --body-color: var(--theme-text);
  --body-link-color: var(--theme-red);
  --body-link-color-hover: var(--theme-red-light);
  --topbar-bg-color: #2A2C38;
  --topbar-color: #F5F5F5;
  --topbar-link-color: #F5F5F5;
  --topbar-link-color-hover: #2A2C38;
  --menu-link-color: var(--theme-text);
  --menu-link-color-hover: var(--theme-text);
  --submenu-bg-color: #ffffff;
  --submenu-color: #74787c;
  --submenu-link-color: #74787c;
  --submenu-link-color-hover: var(--theme-red);
  --footer-bg-color: transparent;
  --footer-color: var(--theme-text);
  --footer-link-color: var(--theme-text);
  --footer-link-color-hover: var(--gray);
}

@media (max-width: 767.98px) {
  /* line 52, ../sass/template/_root.scss */
  :root {
    --font-body-size: .875rem;
  }
}
@font-face {
  font-family: "JansonMtPro";
  src: url("https://www.sandorpalota.hu/fonts/janson-mt-pro/JansonMTPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "JansonMtPro";
  src: url("https://www.sandorpalota.hu/fonts/janson-mt-pro/JansonMTPro-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "JansonMtPro";
  src: url("https://www.sandorpalota.hu/fonts/janson-mt-pro/JansonMTPro-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "JansonMtPro";
  src: url("https://www.sandorpalota.hu/fonts/janson-mt-pro/JansonMTPro-BoldItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "WesteindeCaption";
  src: url("https://www.sandorpalota.hu/fonts/westeinde/WesteindeCaptionLight.otf") format("opentype");
}
@font-face {
  font-family: "WesteindeCaption";
  src: url("https://www.sandorpalota.hu/fonts/westeinde/WesteindeCaptionLightItalic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "WesteindeCaption";
  src: url("https://www.sandorpalota.hu/fonts/westeinde/WesteindeCaptionMedium.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "WesteindeCaption";
  src: url("https://www.sandorpalota.hu/fonts/westeinde/WesteindeCaptionMediumItalic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}
/* line 1, ../sass/template/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  line-height: 1.25;
  color: var(--theme-text-dark);
}

/* line 18, ../sass/template/_elements.scss */
h1,
.h1 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 18, ../sass/template/_elements.scss */
  h1,
  .h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 18, ../sass/template/_elements.scss */
  h1,
  .h1 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  /* line 18, ../sass/template/_elements.scss */
  h1,
  .h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  /* line 18, ../sass/template/_elements.scss */
  h1,
  .h1 {
    font-size: 1.75rem;
  }
}

/* line 23, ../sass/template/_elements.scss */
h2,
.h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 23, ../sass/template/_elements.scss */
  h2,
  .h2 {
    font-size: 1.6875rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 23, ../sass/template/_elements.scss */
  h2,
  .h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 23, ../sass/template/_elements.scss */
  h2,
  .h2 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 23, ../sass/template/_elements.scss */
  h2,
  .h2 {
    font-size: 1.5rem;
  }
}

/* line 28, ../sass/template/_elements.scss */
h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 28, ../sass/template/_elements.scss */
  h3,
  .h3 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 28, ../sass/template/_elements.scss */
  h3,
  .h3 {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  /* line 28, ../sass/template/_elements.scss */
  h3,
  .h3 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991.98px) {
  /* line 28, ../sass/template/_elements.scss */
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

/* line 33, ../sass/template/_elements.scss */
h4,
.h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 33, ../sass/template/_elements.scss */
  h4,
  .h4 {
    font-size: 1.21875rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 33, ../sass/template/_elements.scss */
  h4,
  .h4 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 991.98px) {
  /* line 33, ../sass/template/_elements.scss */
  h4,
  .h4 {
    font-size: 1.15625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 33, ../sass/template/_elements.scss */
  h4,
  .h4 {
    font-size: 1.125rem;
  }
}

/* line 38, ../sass/template/_elements.scss */
h5,
.h5 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 38, ../sass/template/_elements.scss */
  h5,
  .h5 {
    font-size: 1.09375rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 38, ../sass/template/_elements.scss */
  h5,
  .h5 {
    font-size: 1.0625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 38, ../sass/template/_elements.scss */
  h5,
  .h5 {
    font-size: 1.03125rem;
  }
}
@media (max-width: 991.98px) {
  /* line 38, ../sass/template/_elements.scss */
  h5,
  .h5 {
    font-size: 1rem;
  }
}

/* line 43, ../sass/template/_elements.scss */
h6,
.h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 43, ../sass/template/_elements.scss */
  h6,
  .h6 {
    font-size: 0.96875rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 43, ../sass/template/_elements.scss */
  h6,
  .h6 {
    font-size: 1.9375rem;
  }
}
@media (max-width: 991.98px) {
  /* line 43, ../sass/template/_elements.scss */
  h6,
  .h6 {
    font-size: 0.90625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 43, ../sass/template/_elements.scss */
  h6,
  .h6 {
    font-size: 0.875rem;
  }
}

/* line 48, ../sass/template/_elements.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 52, ../sass/template/_elements.scss */
q {
  color: var(--theme-text-dark);
  display: block;
  font-family: var(--conbiz-heading-font-family);
  font-weight: 400;
  line-height: 1.15;
  margin: 2rem 0;
  padding-left: 4rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 52, ../sass/template/_elements.scss */
  q {
    font-size: 1.4375rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 52, ../sass/template/_elements.scss */
  q {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  /* line 52, ../sass/template/_elements.scss */
  q {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991.98px) {
  /* line 52, ../sass/template/_elements.scss */
  q {
    font-size: 1.25rem;
  }
}
/* line 64, ../sass/template/_elements.scss */
q:before, q:after {
  content: '\201d';
  color: var(--conbiz-theme-color);
  display: block;
  position: absolute;
  font-family: 'Font Awesome 5';
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1px;
  top: 1.5rem;
  left: 0;
}
/* line 78, ../sass/template/_elements.scss */
q:after {
  display: none;
}
@media (max-width: 767.98px) {
  /* line 52, ../sass/template/_elements.scss */
  q {
    padding-left: 3rem;
  }
  /* line 85, ../sass/template/_elements.scss */
  q:before {
    font-size: 4rem;
    top: 1.25rem;
  }
}

/* line 92, ../sass/template/_elements.scss */
q.large {
  font-size: inherit;
  margin: 5rem 0;
  padding: 0;
}
/* line 97, ../sass/template/_elements.scss */
q.large:before {
  font-size: 6rem;
  line-height: 1;
  width: 6rem;
  top: -5rem;
  bottom: auto;
  left: calc(50% - 3rem);
}
/* line 106, ../sass/template/_elements.scss */
q.large:after {
  font-size: 6rem;
  line-height: 1;
  width: 6rem;
  top: auto;
  bottom: -5rem;
  left: calc(50% - 3rem);
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  /* line 92, ../sass/template/_elements.scss */
  q.large {
    margin: 4rem 0;
    padding: 0;
  }
  /* line 120, ../sass/template/_elements.scss */
  q.large:before {
    font-size: 4rem;
    top: -4rem;
  }
  /* line 125, ../sass/template/_elements.scss */
  q.large:after {
    font-size: 4rem;
    bottom: -4rem;
  }
}
/* line 131, ../sass/template/_elements.scss */
q.large:after {
  display: block;
}

/* line 136, ../sass/template/_elements.scss */
blockquote {
  color: var(--theme-text-dark);
}

/* line 1, ../sass/template/_text.scss */
.text-black {
  color: var(--body-color) !important;
}

/* line 5, ../sass/template/_text.scss */
.text-gray {
  color: var(--secondary) !important;
}

@media (min-width: 1200px) {
  /* line 6, ../sass/template/_header.scss */
  header.header-default .container, header.header-1 .container, header.header-2 .container {
    max-width: 1200px !important;
  }
}
/* line 12, ../sass/template/_header.scss */
header.header-default .branding, header.header-1 .branding, header.header-2 .branding {
  order: 1;
  padding: 0;
  margin: 0;
  background: transparent;
  flex-grow: 1;
  width: auto;
  text-align: left;
}
/* line 21, ../sass/template/_header.scss */
header.header-default .branding > div, header.header-1 .branding > div, header.header-2 .branding > div {
  display: block;
}
@media (min-width: 768px) {
  /* line 25, ../sass/template/_header.scss */
  .frontpage header.header-default .branding > div, .frontpage header.header-1 .branding > div, .frontpage header.header-2 .branding > div {
    display: none;
  }
}
/* line 32, ../sass/template/_header.scss */
header.header-default .site-branding-logo, header.header-1 .site-branding-logo, header.header-2 .site-branding-logo {
  padding: 0;
}
/* line 35, ../sass/template/_header.scss */
header.header-default .site-branding-logo img, header.header-1 .site-branding-logo img, header.header-2 .site-branding-logo img {
  max-height: 44px;
}
/* line 40, ../sass/template/_header.scss */
header.header-default .main-menu, header.header-1 .main-menu, header.header-2 .main-menu {
  flex-grow: 1;
  order: 1;
}
@media (max-width: 1023.98px) {
  /* line 40, ../sass/template/_header.scss */
  header.header-default .main-menu, header.header-1 .main-menu, header.header-2 .main-menu {
    flex-grow: 0;
    order: 3;
    width: 36px;
  }
}
/* line 51, ../sass/template/_header.scss */
header.header-default .main-menu-inner, header.header-1 .main-menu-inner, header.header-2 .main-menu-inner {
  float: right;
}
/* line 55, ../sass/template/_header.scss */
header.header-default .language-region, header.header-1 .language-region, header.header-2 .language-region {
  order: 3;
}
@media (max-width: 1023.98px) {
  /* line 55, ../sass/template/_header.scss */
  header.header-default .language-region, header.header-1 .language-region, header.header-2 .language-region {
    order: 2;
  }
}

/* line 65, ../sass/template/_header.scss */
.menu-bar {
  right: 0;
}

@media (min-width: 1024px) {
  /* line 5, ../sass/template/_navigation.scss */
  .navigation .gva_menu > li > a {
    color: var(--menu-link-color) !important;
    font-family: var(--conbiz-font-sans-serif) !important;
    font-size: .875rem;
    font-weight: 400;
    padding: 20px 20px !important;
  }
  /* line 12, ../sass/template/_navigation.scss */
  .navigation .gva_menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    bottom: 18px;
    left: 20px;
    right: 20px;
    background-color: var(--theme-border);
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.5s ease;
  }
  /* line 25, ../sass/template/_navigation.scss */
  .navigation .gva_menu > li > a:hover::before {
    transform: scaleX(1);
  }
  /* line 30, ../sass/template/_navigation.scss */
  .navigation .gva_menu .sub-menu {
    text-align: left;
  }
  /* line 32, ../sass/template/_navigation.scss */
  .navigation .gva_menu .sub-menu > li > a {
    display: inline-block;
    line-height: 1.25rem;
    font-size: .875rem;
    font-weight: 400;
  }
  /* line 38, ../sass/template/_navigation.scss */
  .navigation .gva_menu .sub-menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    bottom: -4px;
    left: 0;
    right: 0;
    background-color: var(--theme-border);
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.5s ease;
  }
  /* line 51, ../sass/template/_navigation.scss */
  .navigation .gva_menu .sub-menu > li > a:hover::before {
    transform: scaleX(1);
  }
}
/* line 62, ../sass/template/_navigation.scss */
ul.menu > li > a {
  font-family: var(--conbiz-font-sans-serif) !important;
}

/* line 1, ../sass/template/_footer.scss */
#footer {
  position: relative;
  font-size: .875rem;
}
@media (max-width: 767.98px) {
  /* line 1, ../sass/template/_footer.scss */
  #footer {
    text-align: center;
    font-size: .8125rem;
  }
}
/* line 11, ../sass/template/_footer.scss */
#footer .block .block-title {
  color: var(--theme-text-dark);
  font-size: inherit;
  font-family: var(--conbiz-font-sans-serif);
  font-weight: 600;
  letter-spacing: .8px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 23, ../sass/template/_footer.scss */
#footer ul.menu a {
  padding-left: 0;
  font-size: inherit;
}
/* line 27, ../sass/template/_footer.scss */
#footer ul.menu a:before {
  display: none;
}
/* line 32, ../sass/template/_footer.scss */
#footer ul.menu > li {
  padding: 4px 0;
}

/* line 39, ../sass/template/_footer.scss */
#footer .footer-center {
  padding-top: 0 !important;
}

/* first column of footer-center */
@media (max-width: 1023.98px) {
  /* line 45, ../sass/template/_footer.scss */
  .footer-first {
    text-align: center;
  }
}

/* line 52, ../sass/template/_footer.scss */
.footer-top .signature {
  display: block;
  margin-left: auto;
  margin-right: 0;
  max-width: 60%;
}
/* line 59, ../sass/template/_footer.scss */
.footer-top .gsc-heading {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  /* line 64, ../sass/template/_footer.scss */
  .footer-top .gsc-column:nth-child(1) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  /* line 70, ../sass/template/_footer.scss */
  .footer-top .signature {
    margin-right: auto;
  }
  /* line 74, ../sass/template/_footer.scss */
  .footer-top .gsc-column:nth-child(1) {
    margin-bottom: 20px;
    order: 2;
  }
  /* line 79, ../sass/template/_footer.scss */
  .footer-top .gsc-column:nth-child(2) {
    margin-bottom: 20px;
    order: 1;
  }
  /* line 84, ../sass/template/_footer.scss */
  .footer-top .gsc-column:nth-child(3) {
    order: 3;
  }
}

/* line 91, ../sass/template/_footer.scss */
.socials {
  margin-top: 20px;
}
/* line 94, ../sass/template/_footer.scss */
.socials a i {
  background: var(--theme-text-dark) !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}

/* line 103, ../sass/template/_footer.scss */
.scroll-to-top {
  bottom: 30px;
  right: 30px;
}

/* line 2, ../sass/template/_block.scss */
.block .block-title {
  color: var(--body-color);
}

/* remove breadcrumb background */
/* line 4, ../sass/template/_breadcrumb.scss */
.breadcrumb-content-inner .breadcrumb-style:before {
  display: none;
}
/* line 9, ../sass/template/_breadcrumb.scss */
.breadcrumb-content-inner .gva-block-breadcrumb .page-title {
  margin-top: 160px;
}

/* line 1, ../sass/template/_buttons.scss */
.btn-inline {
  font-family: var(--conbiz-font-sans-serif);
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 7, ../sass/template/_buttons.scss */
.btn-inline:after {
  content: '\f105';
  top: 0px;
  right: 14px;
  font-size: 13px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/* line 16, ../sass/template/_buttons.scss */
.btn-inline:hover {
  text-decoration: none;
}
/* line 19, ../sass/template/_buttons.scss */
.btn-inline:hover:after {
  right: 12px;
}

/* line 25, ../sass/template/_buttons.scss */
.button,
.btn,
.btn-white,
.btn-theme,
.btn-theme-second,
.btn-theme-submit,
.btn-gray {
  font-family: var(--conbiz-font-sans-serif);
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/* line 43, ../sass/template/_buttons.scss */
.button span,
.btn span,
.btn-white span,
.btn-theme span,
.btn-theme-second span,
.btn-theme-submit span,
.btn-gray span {
  padding-right: 0;
}

/* line 53, ../sass/template/_buttons.scss */
.button span:after,
.btn span:after,
.btn-white span:after,
.btn-theme span:after,
.btn-theme-second span:after,
.btn-theme-submit span:after,
.btn-gray span:after {
  content: '';
  display: none;
}

/* line 64, ../sass/template/_buttons.scss */
.btn-theme {
  color: #fff !important;
}

/* line 5, ../sass/template/_custom.scss */
.custom-flex .container .row-wrapper .gsc-column,
.custom-flex-reverse .container .row-wrapper .gsc-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  /* line 14, ../sass/template/_custom.scss */
  .custom-flex .gsc-heading,
  .custom-flex-reverse .gsc-heading {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 23, ../sass/template/_custom.scss */
  .custom-flex.remove-gap .gsc-column:first-of-type {
    padding-right: 0;
  }
  /* line 27, ../sass/template/_custom.scss */
  .custom-flex.remove-gap .gsc-column:last-of-type {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 37, ../sass/template/_custom.scss */
  .custom-flex-reverse.remove-gap .gsc-column:first-of-type {
    padding-left: 0;
  }
  /* line 41, ../sass/template/_custom.scss */
  .custom-flex-reverse.remove-gap .gsc-column:last-of-type {
    padding-right: 0;
  }
}

/* line 50, ../sass/template/_custom.scss */
.custom-flex-reverse .container .row-wrapper {
  flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
  /* line 57, ../sass/template/_custom.scss */
  .custom-president .gsc-image {
    padding-bottom: 40px;
  }
}
/* line 63, ../sass/template/_custom.scss */
.custom-president .gsc-heading {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 63, ../sass/template/_custom.scss */
  .custom-president .gsc-heading {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  /* line 63, ../sass/template/_custom.scss */
  .custom-president .gsc-heading {
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  /* line 63, ../sass/template/_custom.scss */
  .custom-president .gsc-heading {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  /* line 63, ../sass/template/_custom.scss */
  .custom-president .gsc-heading {
    padding-left: 120px;
  }
}
/* line 83, ../sass/template/_custom.scss */
.custom-president .gsc-heading .title-desc {
  margin-top: 0;
}
/* line 86, ../sass/template/_custom.scss */
.custom-president .gsc-heading .title-desc p:last-of-type {
  margin-bottom: 0;
}

/* line 1, ../sass/template/_language.scss */
.language-region {
  padding: 0px 20px;
  width: 150px;
}

/* line 5, ../sass/template/_language.scss */
.block-dropdown-language {
  position: relative;
  top: -14px;
  font-size: .8125rem;
  width: 120px;
  margin-bottom: 0;
}
/* line 13, ../sass/template/_language.scss */
.block-dropdown-language .dropbutton-wrapper ul.dropbutton,
.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton {
  padding: 8px 30px 15px 35px;
}
/* line 15, ../sass/template/_language.scss */
.block-dropdown-language .dropbutton-wrapper ul.dropbutton > li,
.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li {
  font-size: .8125rem;
  font-weight: 400;
  color: var(--body-color);
}
/* line 21, ../sass/template/_language.scss */
.block-dropdown-language .dropbutton-wrapper ul.dropbutton > li.dropbutton-toggle .dropbutton-arrow,
.block-dropdown-language .dropbutton-wrapper.open ul.dropbutton > li.dropbutton-toggle .dropbutton-arrow {
  /*
            margin-top: -1px;
            border-width: 5px;
  */
  border-top-color: var(--body-color);
}

/* line 33, ../sass/template/_language.scss */
.block-dropdown-language .dropbutton-multiple.open {
  padding-top: 0;
}
/* line 35, ../sass/template/_language.scss */
.block-dropdown-language .dropbutton-multiple.open .dropbutton-arrow {
  top: 0.6667em;
  border-top-color: transparent !important;
  border-bottom: 5px solid;
}

/* line 3, ../sass/template/_node.scss */
.node--type-page .header-title h2 {
  color: var(--theme-text-dark);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

/* line 2, ../sass/template/_post.scss */
.post-block .post-title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 2, ../sass/template/_post.scss */
  .post-block .post-title {
    font-size: 1.6875rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 2, ../sass/template/_post.scss */
  .post-block .post-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 2, ../sass/template/_post.scss */
  .post-block .post-title {
    font-size: 1.5625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 2, ../sass/template/_post.scss */
  .post-block .post-title {
    font-size: 1.5rem;
  }
}
/* line 5, ../sass/template/_post.scss */
.post-block .post-title a {
  color: var(--theme-text-dark);
}
/* line 10, ../sass/template/_post.scss */
.post-block .post-meta {
  color: var(--theme-gray) !important;
  text-transform: uppercase !important;
  font-size: .75rem !important;
  letter-spacing: .5px;
  margin: 10px 0;
}
/* line 17, ../sass/template/_post.scss */
.post-block .post-meta span + span {
  margin-left: 5px;
}
/* line 20, ../sass/template/_post.scss */
.post-block .post-meta .time {
  margin: 0;
}

/* line 28, ../sass/template/_post.scss */
.post-style-list .post-block .post-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 28, ../sass/template/_post.scss */
  .post-style-list .post-block .post-title {
    font-size: 1.4375rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 28, ../sass/template/_post.scss */
  .post-style-list .post-block .post-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  /* line 28, ../sass/template/_post.scss */
  .post-style-list .post-block .post-title {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991.98px) {
  /* line 28, ../sass/template/_post.scss */
  .post-style-list .post-block .post-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  /* line 28, ../sass/template/_post.scss */
  .post-style-list .post-block .post-title {
    font-family: var(--conbiz-font-sans-serif);
    font-size: .9375rem;
  }
}

/* line 41, ../sass/template/_post.scss */
.post-style-grid .post-block .post-title:before {
  display: none;
}

/* line 50, ../sass/template/_post.scss */
.post-style-list .post-block .post-image,
.post-style-grid .post-block .post-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid var(--theme-border-light);
}
@media (max-width: 1023.98px) {
  /* line 50, ../sass/template/_post.scss */
  .post-style-list .post-block .post-image,
  .post-style-grid .post-block .post-image {
    border: 0;
  }
}
/* line 60, ../sass/template/_post.scss */
.post-style-list .post-block .post-content,
.post-style-grid .post-block .post-content {
  padding: 10px 0;
  line-height: initial;
  border: none;
}
/* line 66, ../sass/template/_post.scss */
.post-style-list .post-block .post-categories a,
.post-style-grid .post-block .post-categories a {
  color: var(--body-link-color);
}
/* line 70, ../sass/template/_post.scss */
.post-style-list .post-block .post-desc,
.post-style-grid .post-block .post-desc {
  margin: 10px 0;
  display: none;
}
/* line 75, ../sass/template/_post.scss */
.post-style-list .post-block .link-readmore,
.post-style-grid .post-block .link-readmore {
  margin-top: 10px;
}

/* line 82, ../sass/template/_post.scss */
.post-style-list .post-block {
  display: flex;
}
/* line 85, ../sass/template/_post.scss */
.post-style-list .post-block .post-image {
  width: 30%;
  float: none;
}
/* line 90, ../sass/template/_post.scss */
.post-style-list .post-block .post-video {
  width: 30%;
  float: none;
}
/* line 95, ../sass/template/_post.scss */
.post-style-list .post-block .post-content {
  width: 70%;
  padding-left: 0;
  float: none;
  border-bottom: 1px solid var(--theme-border-light);
  margin-left: 30px;
}
/* line 103, ../sass/template/_post.scss */
.post-style-list .post-block .post-content-wrap {
  width: 70%;
  border-bottom: 1px solid var(--theme-border-light);
  margin-left: 30px;
  display: flex;
  align-items: center;
}
/* line 110, ../sass/template/_post.scss */
.post-style-list .post-block .post-content-wrap .post-content {
  width: 100%;
  margin-left: 0 !important;
  border-bottom: none;
}

/* line 121, ../sass/template/_post.scss */
.node-detail .post-block .post-title {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 121, ../sass/template/_post.scss */
  .node-detail .post-block .post-title {
    font-size: 2.125rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 121, ../sass/template/_post.scss */
  .node-detail .post-block .post-title {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  /* line 121, ../sass/template/_post.scss */
  .node-detail .post-block .post-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  /* line 121, ../sass/template/_post.scss */
  .node-detail .post-block .post-title {
    font-size: 1.75rem;
  }
}
/* line 127, ../sass/template/_post.scss */
.node-detail .post-block .post-meta {
  margin: 10px 0 50px 0 !important;
  position: relative;
}
/* line 131, ../sass/template/_post.scss */
.node-detail .post-block .post-meta:after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 3px;
  background: var(--conbiz-theme-color);
  bottom: -20px;
}

/* line 147, ../sass/template/_post.scss */
.post-block .post-thumbnail img {
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
}
/* line 153, ../sass/template/_post.scss */
.post-block .post-image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
/* line 160, ../sass/template/_post.scss */
.post-block .post-content blockquote {
  background: none;
  border-left: 2px solid var(--conbiz-theme-color);
  color: var(--theme-text-dark);
  font-family: var(--conbiz-heading-font-family);
  font-weight: 400;
  padding: 0 0 0 30px;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 160, ../sass/template/_post.scss */
  .post-block .post-content blockquote {
    font-size: 1.4375rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 160, ../sass/template/_post.scss */
  .post-block .post-content blockquote {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  /* line 160, ../sass/template/_post.scss */
  .post-block .post-content blockquote {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991.98px) {
  /* line 160, ../sass/template/_post.scss */
  .post-block .post-content blockquote {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  /* line 160, ../sass/template/_post.scss */
  .post-block .post-content blockquote {
    padding: 0 0 0 20px;
  }
}
/* line 176, ../sass/template/_post.scss */
.post-block .post-content p {
  font-size: .9375rem;
  line-height: 2;
}
@media (max-width: 767.98px) {
  /* line 176, ../sass/template/_post.scss */
  .post-block .post-content p {
    font-size: .875rem;
  }
}
/* line 185, ../sass/template/_post.scss */
.post-block .post-content q {
  letter-spacing: normal;
}
/* line 189, ../sass/template/_post.scss */
.post-block .post-content h1,
.post-block .post-content h2,
.post-block .post-content h3,
.post-block .post-content h4,
.post-block .post-content h5,
.post-block .post-content h6,
.post-block .post-content p,
.post-block .post-content q,
.post-block .post-content blockquote {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* line 204, ../sass/template/_post.scss */
blockquote {
  background: none;
  border-left: 2px solid var(--conbiz-theme-color);
  color: var(--theme-text-dark);
  font-family: var(--conbiz-heading-font-family);
  font-weight: 400;
  padding: 0 0 0 30px;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 204, ../sass/template/_post.scss */
  blockquote {
    font-size: 1.4375rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 204, ../sass/template/_post.scss */
  blockquote {
    font-size: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  /* line 204, ../sass/template/_post.scss */
  blockquote {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991.98px) {
  /* line 204, ../sass/template/_post.scss */
  blockquote {
    font-size: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  /* line 204, ../sass/template/_post.scss */
  blockquote {
    padding: 0 0 0 20px;
  }
}

/* line 1, ../sass/template/_panel.scss */
.panel {
  background: transparent;
  padding: 15px;
}
/* line 5, ../sass/template/_panel.scss */
.panel .panel-heading {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 0;
}
/* line 10, ../sass/template/_panel.scss */
.panel .panel-heading .panel-title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 1199.98px) {
  /* line 10, ../sass/template/_panel.scss */
  .panel .panel-heading .panel-title {
    font-size: 1.6875rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 10, ../sass/template/_panel.scss */
  .panel .panel-heading .panel-title {
    font-size: 1.625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 10, ../sass/template/_panel.scss */
  .panel .panel-heading .panel-title {
    font-size: 1.5625rem;
  }
}
@media (max-width: 991.98px) {
  /* line 10, ../sass/template/_panel.scss */
  .panel .panel-heading .panel-title {
    font-size: 1.5rem;
  }
}
/* line 13, ../sass/template/_panel.scss */
.panel .panel-heading .panel-title > a {
  color: var(--body-color);
  padding: 5px 0;
}
/* line 17, ../sass/template/_panel.scss */
.panel .panel-heading .panel-title > a:after {
  content: "\f106";
  font-family: 'Font awesome 5 Pro';
  font-size: 1.25rem;
  top: 6px;
  margin-left: 10px;
  background: transparent;
  color: var(--body-color);
  font-size: inherit;
  line-height: inherit;
  font-weight: 100;
}
@media (min-width: 768px) {
  /* line 17, ../sass/template/_panel.scss */
  .panel .panel-heading .panel-title > a:after {
    right: auto !important;
  }
}
/* line 34, ../sass/template/_panel.scss */
.panel .panel-heading .panel-title > a.collapsed:after {
  content: "\f107";
  background: transparent;
  color: var(--body-color);
}

/* line 45, ../sass/template/_panel.scss */
.gsc-accordion .panel-group.skin-white .panel {
  padding: 0 0 10px !important;
  margin: 0 0 10px !important;
  border: none !important;
}

/*
.slide-style-2 {
  font-family: var(--conbiz-heading-font-family);
  text-transform: uppercase;
}
*/
/* line 8, ../sass/template/_slider.scss */
.slide-heading {
  font-family: var(--conbiz-heading-font-family);
  text-transform: uppercase;
}

/* line 13, ../sass/template/_slider.scss */
.slide-heading-sub {
  font-family: var(--conbiz-heading-font-family);
  text-transform: uppercase;
}

/* line 20, ../sass/template/_slider.scss */
.gavias_sliderlayer .inner.btn-slide,
.gavias_sliderlayer .btn-slide a,
#gavias_slider_single .inner.btn-slide,
#gavias_slider_single .btn-slide a {
  font-family: var(--conbiz-font-sans-serif);
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
}

/* line 2, ../sass/template/_spacer.scss */
.gbb-row.spacer .bb-inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1023.98px) {
  /* line 2, ../sass/template/_spacer.scss */
  .gbb-row.spacer .bb-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  /* line 2, ../sass/template/_spacer.scss */
  .gbb-row.spacer .bb-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* line 17, ../sass/template/_spacer.scss */
.gbb-row.spacer .row-wrapper {
  background: var(--theme-separator-colored);
  height: 2px;
  margin: 0;
  position: relative;
}
/* line 23, ../sass/template/_spacer.scss */
.gbb-row.spacer .row-wrapper:after {
  content: '\f5ed';
  color: var(--theme-separator-colored);
  top: 0px;
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  position: absolute;
  left: calc(50% - (14px + 20px) / 2);
  padding: 0 10px;
  top: -12px;
  background: #fff;
}
/* line 40, ../sass/template/_spacer.scss */
.gbb-row.spacer.simple .row-wrapper {
  background: var(--theme-separator);
  height: 1px;
}
/* line 44, ../sass/template/_spacer.scss */
.gbb-row.spacer.simple .row-wrapper:after {
  display: none;
}
/* line 51, ../sass/template/_spacer.scss */
.gbb-row.spacer.transparent .bb-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1023.98px) {
  /* line 51, ../sass/template/_spacer.scss */
  .gbb-row.spacer.transparent .bb-inner {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  /* line 51, ../sass/template/_spacer.scss */
  .gbb-row.spacer.transparent .bb-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 66, ../sass/template/_spacer.scss */
.gbb-row.spacer.transparent .row-wrapper {
  background: transparent;
  height: 1px;
}
/* line 70, ../sass/template/_spacer.scss */
.gbb-row.spacer.transparent .row-wrapper:after {
  display: none;
}

/* line 1, ../sass/template/_topbar.scss */
.topbar {
  padding: 0;
}
/* line 3, ../sass/template/_topbar.scss */
.topbar .topbar-content {
  opacity: 0;
}

/* line 3, ../sass/template/_webform.scss */
.webform-submission-form .form-item label {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  font-family: var(--conbiz-heading-font-family);
}
/* line 10, ../sass/template/_webform.scss */
.webform-submission-form .form-item input,
.webform-submission-form .form-item textarea,
.webform-submission-form .form-item select {
  font-size: .9375rem;
  padding-left: 2rem;
}
/* line 17, ../sass/template/_webform.scss */
.webform-submission-form .form-item input {
  line-height: 2rem;
  height: 3rem;
}
/* line 22, ../sass/template/_webform.scss */
.webform-submission-form .form-item select {
  height: 3rem;
}

/* line 2, ../sass/template/_view.scss */
.post-list-flex .view-content-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
}
@media (max-width: 767.98px) {
  /* line 2, ../sass/template/_view.scss */
  .post-list-flex .view-content-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media (max-width: 1023.98px) {
  /* line 2, ../sass/template/_view.scss */
  .post-list-flex .view-content-wrap {
    grid-gap: 20px;
  }
}
@media (min-width: 768px) {
  /* line 17, ../sass/template/_view.scss */
  .post-list-flex .view-content-wrap .post-block {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 24, ../sass/template/_view.scss */
  .post-list-flex .post-block .post-title {
    font-family: var(--conbiz-font-sans-serif);
    font-size: .9375rem;
  }
}
@media (max-width: 767.98px) {
  /* line 32, ../sass/template/_view.scss */
  .post-list-flex .post-content {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  /* line 38, ../sass/template/_view.scss */
  .post-list-flex .post-meta .time {
    display: none;
  }
}

/* line 47, ../sass/template/_view.scss */
.post-list-flex.first-item-highlight .view-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 40px;
}
/* line 52, ../sass/template/_view.scss */
.post-list-flex.first-item-highlight .view-content-wrap .item:first-child {
  grid-column: 1 / 3;
}
@media (max-width: 767.98px) {
  /* line 47, ../sass/template/_view.scss */
  .post-list-flex.first-item-highlight .view-content-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
  /* line 60, ../sass/template/_view.scss */
  .post-list-flex.first-item-highlight .view-content-wrap .item:first-child {
    grid-column: auto;
  }
}

/* line 69, ../sass/template/_view.scss */
.field-content .post-block .post-content {
  padding-top: 0;
}
/* line 73, ../sass/template/_view.scss */
.field-content .post-block .post-title {
  margin: 0;
}

/* line 1, ../sass/template/_owl-carousel.scss */
.init-carousel-owl {
  margin-left: -20px;
  margin-right: -20px;
}
/* line 5, ../sass/template/_owl-carousel.scss */
.init-carousel-owl .owl-item > .item {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 2, ../sass/template/_gsc-widget.scss */
.frontpage-main .column-inner {
  overflow: hidden;
}
/* line 6, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-image.main-image {
  position: relative;
  left: 100px;
}
@media (max-width: 1199.98px) {
  /* line 6, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.main-image {
    left: 80px;
  }
}
@media (max-width: 1023.98px) {
  /* line 6, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.main-image {
    left: 70px;
  }
}
@media (max-width: 991.98px) {
  /* line 6, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.main-image {
    left: 60px;
  }
}
@media (max-width: 767.98px) {
  /* line 6, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.main-image {
    left: 0;
  }
}
/* line 27, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-image.logo {
  position: absolute;
  top: 75px;
  left: 15px;
  width: 150px;
}
@media (max-width: 1199.98px) {
  /* line 27, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.logo {
    top: 70px;
    width: 130px;
  }
}
@media (max-width: 1023.98px) {
  /* line 27, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.logo {
    top: 60px;
    width: 125px;
  }
}
@media (max-width: 991.98px) {
  /* line 27, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.logo {
    top: 45px;
    width: 95px;
  }
}
@media (max-width: 767.98px) {
  /* line 27, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-image.logo {
    display: none;
  }
}
/* line 53, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-heading {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 768px) {
  /* line 53, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-heading {
    position: absolute;
    top: 0;
    left: 10%;
    width: 50%;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}
/* line 69, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-heading .heading-content {
  display: flex;
  flex-direction: column;
}
/* line 74, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-heading .title {
  order: 1;
}
/* line 78, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-heading .sub-title {
  order: 2;
}
/* line 82, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-heading .title-desc {
  order: 3;
  margin-top: 40px;
  padding: 0 4rem;
}
@media (max-width: 1199.98px) {
  /* line 82, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-heading .title-desc {
    margin-top: 30px;
  }
}
@media (max-width: 1023.98px) {
  /* line 82, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-heading .title-desc {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  /* line 82, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-heading .title-desc {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  /* line 82, ../sass/template/_gsc-widget.scss */
  .frontpage-main .gsc-heading .title-desc {
    margin-top: 0;
    padding: 0;
  }
}
/* line 105, ../sass/template/_gsc-widget.scss */
.frontpage-main .gsc-heading .heading-action {
  margin-top: 20px !important;
}

@media (max-width: 767.98px) {
  /* line 113, ../sass/template/_gsc-widget.scss */
  .custom-flex .gsc-heading.align-left {
    text-align: center;
  }
}
/* line 119, ../sass/template/_gsc-widget.scss */
.gsc-heading {
  padding: 0 0 60px;
}
@media (max-width: 1023.98px) {
  /* line 119, ../sass/template/_gsc-widget.scss */
  .gsc-heading {
    padding: 0 0 45px;
  }
}
@media (max-width: 991.98px) {
  /* line 119, ../sass/template/_gsc-widget.scss */
  .gsc-heading {
    padding: 0 0 30px;
  }
}
/* line 130, ../sass/template/_gsc-widget.scss */
.gsc-heading .title {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  /* line 130, ../sass/template/_gsc-widget.scss */
  .gsc-heading .title {
    font-size: 2.625rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 130, ../sass/template/_gsc-widget.scss */
  .gsc-heading .title {
    font-size: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  /* line 130, ../sass/template/_gsc-widget.scss */
  .gsc-heading .title {
    font-size: 2.375rem;
  }
}
@media (max-width: 767.98px) {
  /* line 130, ../sass/template/_gsc-widget.scss */
  .gsc-heading .title {
    font-size: 2.25rem;
  }
}
/* line 139, ../sass/template/_gsc-widget.scss */
.gsc-heading .sub-title {
  font-size: .75rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
/* line 146, ../sass/template/_gsc-widget.scss */
.gsc-heading .sub-title > span {
  padding: 0;
}
/* line 149, ../sass/template/_gsc-widget.scss */
.gsc-heading .sub-title > span:before, .gsc-heading .sub-title > span:after {
  display: none;
}
/* line 156, ../sass/template/_gsc-widget.scss */
.gsc-heading .title-desc {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  /* line 161, ../sass/template/_gsc-widget.scss */
  .gsc-heading.style-2 .title {
    font-size: 34px !important;
  }
}
/* line 167, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-2 .sub-title {
  color: var(--body-color) !important;
  font-family: var(--conbiz-heading-font-family);
  margin: 0;
}
@media (max-width: 991.98px) {
  /* line 167, ../sass/template/_gsc-widget.scss */
  .gsc-heading.style-2 .sub-title {
    font-size: 20px !important;
  }
}
/* line 177, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-2 .heading-action a {
  border-color: var(--conbiz-theme-color);
  color: #fff;
}
/* line 181, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-2 .heading-action a:hover, .gsc-heading.style-2 .heading-action a:focus, .gsc-heading.style-2 .heading-action a:active {
  border-color: var(--conbiz-theme-color);
}
/* line 190, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-3 .heading-content {
  display: flex;
  flex-direction: column;
}
/* line 195, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-3 .title {
  order: 1;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0 !important;
}
@media (max-width: 1199.98px) {
  /* line 195, ../sass/template/_gsc-widget.scss */
  .gsc-heading.style-3 .title {
    font-size: 2.125rem;
  }
}
@media (max-width: 1023.98px) {
  /* line 195, ../sass/template/_gsc-widget.scss */
  .gsc-heading.style-3 .title {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  /* line 195, ../sass/template/_gsc-widget.scss */
  .gsc-heading.style-3 .title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  /* line 195, ../sass/template/_gsc-widget.scss */
  .gsc-heading.style-3 .title {
    font-size: 1.75rem;
  }
}
/* line 202, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-3 .sub-title {
  order: 2;
  color: var(--body-color) !important;
  font-family: var(--conbiz-font-sans-serif);
  font-weight: bold;
  font-size: .9375rem;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
}
@media (max-width: 991.98px) {
  /* line 202, ../sass/template/_gsc-widget.scss */
  .gsc-heading.style-3 .sub-title {
    font-size: .875rem;
  }
}
/* line 217, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-3 .title-desc {
  order: 3;
  position: relative;
  margin-top: 40px;
}
/* line 222, ../sass/template/_gsc-widget.scss */
.gsc-heading.style-3 .title-desc:before {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 3px;
  background: var(--conbiz-theme-color);
  top: -24px;
}
/* line 234, ../sass/template/_gsc-widget.scss */
.gsc-heading.flex {
  display: flex;
  align-items: center;
}
/* line 238, ../sass/template/_gsc-widget.scss */
.gsc-heading.flex .heading-content {
  /* max-height: 2.5rem; */
  position: relative;
  top: 4px;
}
/* line 244, ../sass/template/_gsc-widget.scss */
.gsc-heading.flex .heading-action {
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 991.98px) {
  /* line 250, ../sass/template/_gsc-widget.scss */
  .gsc-heading.flex .heading-content {
    flex-grow: 1;
    text-align: center;
  }
  /* line 255, ../sass/template/_gsc-widget.scss */
  .gsc-heading.flex .heading-action {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 263, ../sass/template/_gsc-widget.scss */
  .gsc-column.col-sm-12:not(:first-child) {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  /* line 271, ../sass/template/_gsc-widget.scss */
  .page-header-image .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 279, ../sass/template/_gsc-widget.scss */
.page-header-image .gsc-image img {
  min-height: 200px;
  object-fit: cover;
}
/* line 285, ../sass/template/_gsc-widget.scss */
.page-header-image .gsc-heading {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
/* line 290, ../sass/template/_gsc-widget.scss */
.page-header-image .gsc-heading .title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  /* line 285, ../sass/template/_gsc-widget.scss */
  .page-header-image .gsc-heading {
    text-align: center !important;
  }
  /* line 297, ../sass/template/_gsc-widget.scss */
  .page-header-image .gsc-heading.hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 285, ../sass/template/_gsc-widget.scss */
  .page-header-image .gsc-heading {
    position: absolute;
    top: 0;
    left: 5%;
    width: 50%;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
}

/* line 317, ../sass/template/_gsc-widget.scss */
.hero-image-wrap {
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 1023.98px) {
  /* line 317, ../sass/template/_gsc-widget.scss */
  .hero-image-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  /* line 317, ../sass/template/_gsc-widget.scss */
  .hero-image-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  /* line 317, ../sass/template/_gsc-widget.scss */
  .hero-image-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 335, ../sass/template/_gsc-widget.scss */
.hero-image-wrap .gsc-image img {
  min-height: 225px;
  object-fit: cover;
}
/* line 341, ../sass/template/_gsc-widget.scss */
.hero-image-wrap .gsc-heading {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
/* line 346, ../sass/template/_gsc-widget.scss */
.hero-image-wrap .gsc-heading .title {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  /* line 341, ../sass/template/_gsc-widget.scss */
  .hero-image-wrap .gsc-heading {
    text-align: center !important;
  }
  /* line 353, ../sass/template/_gsc-widget.scss */
  .hero-image-wrap .gsc-heading.hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 341, ../sass/template/_gsc-widget.scss */
  .hero-image-wrap .gsc-heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding: 0 40px;
  }
}

@media (max-width: 1023.98px) {
  /* line 2, ../sass/template/_responsive.scss */
  header .main-menu-inner {
    float: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    flex-direction: row;
    text-align: center;
    padding-bottom: 120px;
    padding-top: 40px;
  }
  /* line 13, ../sass/template/_responsive.scss */
  header .main-menu-inner > div {
    flex-grow: 1;
  }
}
@media (max-width: 1023.98px) {
  /* line 20, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile {
    max-width: none;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  /* line 26, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .close-offcanvas {
    display: none !important;
  }
  /* line 29, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .block {
    padding: 0;
    border-bottom: none;
  }
  /* line 35, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .navigation .gva_menu > li {
    padding: 10px 0 !important;
    margin: 10px 0 !important;
    text-align: center;
    text-transform: uppercase;
    border-bottom: none;
  }
  /* line 41, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .navigation .gva_menu > li > a {
    display: inline;
    color: var(--menu-link-color) !important;
    font-size: 1.25rem;
    font-weight: 400;
  }
  /* line 47, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .navigation .gva_menu > li > a:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--theme-border);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.5s ease;
  }
  /* line 60, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .navigation .gva_menu > li > a:hover::before {
    transform: scaleX(1);
  }
  /* line 64, ../sass/template/_responsive.scss */
  .gva-offcanvas-mobile .navigation .gva_menu > li > a .icaret {
    width: auto;
    height: auto;
    right: -20px;
    top: -2px;
    background: transparent;
    color: var(--body-color);
    font-size: .8125rem;
    font-weight: 400;
  }
}
/* line 36, ../sass/style.scss */
.noscroll {
  overflow: hidden;
}

/* line 40, ../sass/style.scss */
.field--name-field-media-oembed-video {
  position: relative;
  width: 100%;
  padding-top: 66.6%;
  /* padding-top: 56.25%; */
}

/* line 47, ../sass/style.scss */
.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.registration-waitlist {
  color: orange;
}
.registration-open {
  color: green;
}
.form-number {
  display: block;
  margin-top: 0.25rem;
}
.form-email {
  display: block;
  margin-top: 0.25rem;
}
.form-submit {
  margin-top: 0.25rem;
}
.form-actions {
  margin-top: 1rem;
  border-top: #fff 1px solid;
}
.label-like-textbox {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  padding: 0px 0px 0px 0px !important;
}
.nyitott-kapuk-header {
  /* Frame 3035 */

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 16px;

  height: 550px;


  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.nyitott-kapuk-form-title {
  /* JELENTKEZÉS */

  width: 420px;
  height: 40px;

  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  /* identical to box height, or 111% */
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  /* NK Középzöld */
  color: #0D402E;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.nyitott-kapuk-vektor {
  /* Vector 75 */

  width: 32px;
  height: 0px;

  /* NK Rubint */
  border: 3px solid #AE192C;

  /* Inside auto layout */
  flex: none;
  flex-grow: 0;
}
.nyitott-kapuk-header-image {
  /* Hero image 1 */

  width: 100%;
  max-height: 450px;

  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, rgba(119, 65, 56, 0.1), rgba(119, 65, 56, 0.1)), url(https://www.sandorpalota.hu/sites/default/files/2025-02/thumbnail_Nyitott_Sa%CC%81ndor-palota_20230917_059.jpg);
  background-blend-mode: normal, multiply, normal;

  /* Inside auto layout */
  flex: none;
  flex-grow: 0;
}

.webform-multiple-add {
  order: 0;
  padding-bottom: 30px;
  text-align: center;
}

.webform-multiple-table {
  order: 2;
}

.webform-submission-form input[type="submit"] {
  /* Buttons */

  /* Auto layout */
  justify-content: center;
  align-items: center;
  gap: 10px;

  /* NK Nagyonzöld */
  background: #044D33;

  /* Inside auto layout */
  flex: none;
  flex-grow: 0;
  -webkit-border-radius: 0;
}
.webform-submission-form input[data-drupal-selector="edit-jelentkezok-add-submit"] {
  width: 250px;
  line-height: 0;
}

.webform-submission-form input[data-drupal-selector="edit-webform-submission-nyitott-kapuk-regisztracio-node-901-add-form"] {
  /* Buttons */

  /* Auto layout */
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  gap: 10px;

  /* NK Nagyonzöld */
  background: #044D33;

  /* Inside auto layout */
  flex: none;
  flex-grow: 0;
  -webkit-border-radius: 0px;
  display: grid;
  width: 400px;
}
.webform-submission-form input[type="text"],
.webform-submission-form input[type="date"],
.webform-submission-form input[type="email"],
.webform-submission-form select[name="igazolvany_tipusa"],
.webform-submission-form select[name="jelentkezo_igazolvany_tipusa"],
.webform-submission-form .form-item select {
  /* Elements / Desktop / Field box */

  box-sizing: border-box;

  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 10px;


  background: #FFFFFF;
  /* NK Rubint */
  border: 1px solid #AE192C;
  border-radius: 25px;
}
.webform-submission-form input[type="date"] {
  margin-top: 0.25rem
}

.webform-submission-form .form-item label {
  text-transform: uppercase;

  /* NK Középzöld */
  color: #0D402E;
}

.webform-form-subheader {
  text-transform: uppercase;

  /* NK Középzöld */
  color: #0D402E;
  font-family: var(--conbiz-heading-font-family);
  font-size: 16px;
  font-weight: bold;
}

.webform-event-info-text {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;

  /* MOME / Neutral / 03 */
  color: #8B8B8B;
}

.webform-submission-form .form-item input[type="checkbox"] {
  /* Group 9 */

  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;

  /* Rectangle 300 */

  box-sizing: border-box;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  left: 60px;
  top: 9px;

  border: 1px solid #AE192C;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 5px;

}
.webform-multiple-table td {
  vertical-align: bottom;
  text-align: center;
  border: none;
}

.webform-multiple-table th {
  border: none;
}

[data-drupal-selector="edit-jelentkezok-items"] {
  border: none;
}
.webform-applicants-table td {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.webform-applicants-table  td.webform-multiple-table--operations {
  display: table-cell;
}

.webform-applicants-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.webform-applicants-table div.js-form-item {
  text-align: left;
}
.webform-form-subheader {
  font-size: 1.5rem;
  color: #0D402E;
}
.webform-submission-form div.alert-info {
  background-color: white;

}
.webform-submission-form .form-item [data-drupal-selector="edit-jelentkezok-add-submit"]:focus {
  background-color: #878787;
}
.webform-applicants-table td input[type="image"] {
  border-color: #AE192C;
}
.webform-applicants-table td.webform-multiple-table--operations {
  align-content: flex-start;
}
.webform-applicants-table select[name*="jelentkezo_igazolvany_tipusa"],
.webform-applicants-table input[type="date"] {
  width: 200px;
}
