@charset "UTF-8";
.contact-card {
  text-align: center;
}
.contact-card .contact-card__image {
  max-width: 200px;
  width: 100%;
}
.contact-card .contact-card__details {
  text-align: center;
  line-height: 1.4rem;
}
.contact-card .contact-card__details .contact-card__name {
  font-weight: 700;
  font-size: 1rem;
  margin: 0.25rem 0;
}
.contact-card .contact-card__details .contact-card__mail {
  font-weight: 700;
}
.contact-card .media {
  margin: 1rem auto;
  position: relative;
  display: table;
}
.contact-card .media figure {
  margin: 0;
}
.contact-card .media .copyright-info {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 2px 5px;
  opacity: 0.7;
  font-size: 0.9rem;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  display: block;
}
.contact-card .media .copyright-text {
  position: absolute;
  display: none;
  bottom: 0px;
  right: 0px;
  background-color: white;
  color: rgb(0, 0, 0);
  padding: 2px 5px;
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 1023px) {
  .contact-card {
    margin-bottom: 25px;
  }
}

.press-item {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.press-item .media {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  max-width: 250px;
  margin-right: 5rem;
}
.press-item .media figure {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 20px;
  background-color: white;
}
.press-item .media img {
  width: 100%;
}
.press-item .press-item__details {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
  max-width: 600px;
}
.press-item .press-item__details h2 {
  margin-bottom: 5px;
}
.press-item .press-item__details .press-item__date {
  color: #E8121E;
  font-weight: 700;
  margin-bottom: 1.3rem;
  font-size: 0.9rem;
  font-family: "Oswald", sans-serif;
}
.press-item .press-item__details .press-item__text {
  margin-bottom: 1.2rem;
  text-align: left;
}
.press-item .press-item__details .press-item__link {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  .press-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .press-item .media {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .press-item .press-item__details {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 0;
  }
  .press-item .press-item__details .press-item__text {
    text-align: center;
  }
  .press-item .press-item__details .press-item__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.wp-block-info-box-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
}
.wp-block-info-box-main.centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .wp-block-info-box-main {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wp-block-info-box-main h3 {
  margin-bottom: 0.25rem;
}
.wp-block-info-box-main .media {
  margin: 0 1rem 0 0;
}
@media (max-width: 1023px) {
  .wp-block-info-box-main .media {
    width: 100%;
    margin-bottom: 25px;
  }
}
.wp-block-info-box-main .info-box__image {
  min-width: 40px;
  max-width: 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  .wp-block-info-box-main .info-box__image {
    max-width: 75px;
  }
}
.wp-block-info-box-main .info-box__details .info-box__body {
  margin: 0;
}

.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
  text-align: center;
}
.highlights.column {
  grid-template-columns: 1fr;
  gap: 1.5rem 0;
  text-align: left;
}
.highlights .highlight__heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #E8121E;
  line-height: 1;
  margin: 0 0 0.5rem;
}
.highlights .highlight__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
@media (max-width: 767px) {
  .highlights {
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
}

/* ── Split List Section ─────────────────────────────────────────────────────── */
.split-list-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3rem;
}

/* ── Split List Column ───────────────────────────────────────────────────────── */
.split-list-column__heading-wrap {
  text-align: center;
}

.split-list-column__heading {
  display: inline-block;
  background: #E8121E;
  color: #FFFFFF;
  font-size: 2rem;
  padding: 1rem 2rem;
  margin: 0;
  width: 100%;
}

/* ── Split List Item ──────────────────────────────────────────────────────────── */
.split-list-item {
  padding: 2rem;
  margin-bottom: 1rem;
}
.split-list-item:last-child {
  margin-bottom: 0;
}

.split-list-column .split-list-item:nth-child(odd) {
  background: #F2F2F2;
}
.split-list-column .split-list-item:nth-child(even) {
  background: #FFFFFF;
}

.split-list-item__label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8121E;
  margin: 0;
}

.split-list-item__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .split-list-section {
    grid-template-columns: 1fr;
  }
}
/* ── Process Section ─────────────────────────────────────────────────────── */
.process-section {
  position: relative;
  display: flex;
  align-items: flex-start;
}

/* ── Process Step ─────────────────────────────────────────────────────────── */
.process-step {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}
.process-step:first-child {
  padding-left: 0;
}
.process-step:last-child {
  padding-right: 0;
}

.process-step__top {
  background: #E8121E;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.process-step__number {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1;
  flex-shrink: 0;
}

.process-step__heading {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.process-step__body {
  background: #FFFFFF;
  padding: 1rem;
}

.process-step__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .process-section {
    flex-direction: column;
    padding: 0 0 1rem 0;
  }
  .process-step {
    width: 100%;
    padding: 0;
  }
  .process-step:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.custom-list {
  margin: 0;
  padding: 0;
}

.custom-list-item {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 10px;
}
.custom-list-item:last-child {
  margin-bottom: 0;
}

.custom-list-item__icon {
  color: #E8121E;
  font-weight: 600;
  font-size: 1.1rem;
  flex-shrink: 0;
  line-height: 1.2;
}

.custom-list-item__text {
  font-size: 1rem;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}
.custom-list-item__text strong {
  font-weight: 600;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* oswald-regular - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v35-latin-ext_latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-regular.woff") format("woff"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-regular.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* oswald-500 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald-v35-latin-ext_latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-500.woff2") format("woff2"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-500.woff") format("woff"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-500.ttf") format("truetype"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-500.svg#Oswald") format("svg");
  /* Legacy iOS */
}
/* oswald-700 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald-v35-latin-ext_latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-700.woff2") format("woff2"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-700.woff") format("woff"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-700.ttf") format("truetype"), url("../fonts/oswald-v35-latin-ext_latin_cyrillic-700.svg#Oswald") format("svg");
  /* Legacy iOS */
}
:root {
  --triaphon-red: #E8121E;
}

html {
  background-color: #fff;
  box-sizing: border-box;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  body {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
body.nav-open {
  overflow: hidden;
}

a {
  color: #E8121E;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", sans-serif;
}

h1 {
  padding: 4rem 6.278rem;
  width: 100%;
  font-weight: 400;
  line-height: 8rem;
  font-size: 6rem;
  color: #FFFFFF;
  background-color: #E8121E;
  text-align: center;
  margin: 0;
}
h1.home {
  color: #E8121E;
  background-color: #FFFFFF;
}
@media (max-width: 1151px) {
  h1 {
    padding: 4rem;
  }
}
@media (max-width: 1023px) {
  h1 {
    padding: 3rem 1em;
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h2 {
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0 0 1.5rem 0;
  color: #E8121E;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h3 {
  color: #E8121E;
  margin: 0 0 1rem 0;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 0.5rem;
  }
}

input,
a,
button,
p,
label,
li,
select,
option,
textarea {
  font-family: "Roboto", sans-serif;
}

p {
  margin: 0 0 1rem;
  line-height: 1.6rem;
}
p.no-margin {
  margin: 0;
}
@media (max-width: 1023px) {
  p {
    font-size: 1rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ul:not(.menu) {
  text-align: left;
}

.post-content {
  min-height: 80vh;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/*
 * Eye-Able styles
 */
translation-select {
  width: auto;
  bottom: 15px;
}
@media (max-width: 767px) {
  translation-select {
    left: 11px;
    width: 60px;
  }
}

easy-speech {
  bottom: 80px;
}
@media (max-width: 767px) {
  easy-speech {
    left: 11px;
  }
}

/* Navigation */
.flex-header {
  background-color: #fff;
  width: 100%;
  display: block;
}
.flex-header .flex-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 2rem;
}
.flex-header .flex-header-container .logo {
  text-align: left;
  padding: 1rem 0 1rem 3rem;
  z-index: 999;
}
@media (max-width: 1151px) {
  .flex-header .flex-header-container .logo {
    padding: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 1023px) {
  .flex-header .flex-header-container .logo {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
.flex-header .flex-header-container .logo img {
  vertical-align: middle;
  max-width: 210px;
}
.flex-header .flex-header-container .nav-desktop {
  padding: 1rem 3rem 1rem 0;
  text-align: right;
}
@media (max-width: 1151px) {
  .flex-header .flex-header-container .nav-desktop {
    padding: 1rem 1rem 1rem 0;
  }
}
@media (max-width: 1023px) {
  .flex-header .flex-header-container .nav-desktop {
    display: none;
  }
}
.flex-header .flex-header-container .nav-desktop .sub-menu-toggle {
  display: none;
}
.flex-header .flex-header-container .nav-desktop nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-header .flex-header-container .nav-desktop nav .wp-block-button {
  min-width: 195px;
}
.flex-header .flex-header-container .nav-desktop ul {
  margin: 0;
  padding-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.flex-header .flex-header-container .nav-desktop ul li {
  position: relative;
  list-style: none;
  padding: 0.5rem 0;
  font-weight: 700;
  text-align: left;
  color: #E8121E;
}
.flex-header .flex-header-container .nav-desktop ul li.menu-item-has-children {
  cursor: pointer;
}
.flex-header .flex-header-container .nav-desktop ul li a:hover {
  text-decoration: none;
}
.flex-header .flex-header-container .nav-desktop .menu-item-has-children {
  position: relative;
}
.flex-header .flex-header-container .nav-desktop .menu-item-has-children:hover .sub-menu, .flex-header .flex-header-container .nav-desktop .menu-item-has-children:focus-within .sub-menu {
  visibility: visible;
  opacity: 1;
}
.flex-header .flex-header-container .nav-desktop .sub-menu {
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: auto;
  right: 0;
  background: #FFFFFF;
  border-top: 3px solid #E8121E;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s ease;
  min-width: 240px;
}
.flex-header .flex-header-container .nav-desktop .sub-menu li {
  padding: 0 1rem;
  margin-bottom: 1rem;
}
.flex-header .flex-header-container .nav-desktop .sub-menu li:first-child {
  padding-top: 1rem;
}
.flex-header .flex-header-container .nav-desktop .sub-menu li:last-child {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.nav-mobile-toggle {
  display: none;
  position: absolute;
  right: 18px;
  top: 10px;
  cursor: pointer;
  z-index: 101;
}
@media (max-width: 1023px) {
  .nav-mobile-toggle {
    display: block;
  }
}
.nav-mobile-toggle .burger-icon {
  display: block;
  background: url(/wp-content/themes/triaphon/img/burger-menu.svg) no-repeat center center;
  height: 32px;
  width: 32px;
}
.nav-mobile-toggle.active .burger-icon {
  background-image: url(/wp-content/themes/triaphon/img/close.svg);
}

.nav-mobile {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  background-color: white;
  z-index: 100;
  width: 100%;
  min-height: 100vh;
}
.nav-mobile .sub-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  color: #000000;
  font-size: 1rem;
  padding: 0 0.5rem;
  transition: transform 0.2s ease;
}
.nav-mobile .sub-menu-toggle[aria-expanded=true] {
  transform: rotate(180deg);
}
.nav-mobile .wp-block-button {
  margin-top: 90px;
}
.nav-mobile ul {
  list-style: none;
  margin-bottom: 100px;
  padding-inline-start: 0px;
}
.nav-mobile ul li {
  color: #E8121E;
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 700;
}
.nav-mobile ul li:first-child {
  padding-top: 0;
}
.nav-mobile ul.sub-menu {
  display: none;
  padding-inline-start: 0;
  margin-bottom: 0;
  border-left: 3px solid #E8121E;
  padding: 1rem 0;
}
.nav-mobile ul.sub-menu li {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-top: 0;
  padding: 0.4rem 1rem;
}

/*
 * Footer
 */
.flex-footer-root {
  width: 100%;
  background-color: #333333;
  color: #ffffff;
}
.flex-footer-root .flex-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  justify-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .flex-footer-root .flex-footer-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.flex-footer-root .flex-footer-container .logo-copyright {
  padding: 2rem 5rem;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: auto;
  text-align: left;
}
@media (max-width: 1151px) {
  .flex-footer-root .flex-footer-container .logo-copyright {
    padding: 2rem 3rem;
  }
}
.flex-footer-root .flex-footer-container .logo-copyright .copyright {
  font-size: 0.75rem;
  margin-top: 1.5rem;
  color: #f2f2f2;
  text-align: center;
}
.flex-footer-root .flex-footer-container .social {
  padding: 2rem 0;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .flex-footer-root .flex-footer-container .social {
    padding: 1rem 0;
  }
}
.flex-footer-root .flex-footer-container .social .social-container {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.flex-footer-root .flex-footer-container .social .social-container .social-icon:before {
  font-size: 1.25rem;
  display: inline-block;
  background-color: #4A4A4A;
  color: #FFFFFF;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.56em;
  text-align: center;
  border-radius: 100%;
  font-weight: bold;
}
.flex-footer-root .flex-footer-container .social .social-container .social-icon.facebook-icon:before {
  content: "f";
}
.flex-footer-root .flex-footer-container .social .social-container .social-icon.facebook-icon:hover:before {
  background-color: #3B5998;
}
.flex-footer-root .flex-footer-container .social .social-container .social-icon.linkedin-icon:before {
  content: "in";
}
.flex-footer-root .flex-footer-container .social .social-container .social-icon.linkedin-icon:hover:before {
  background-color: #0072b1;
}
.flex-footer-root .flex-footer-container .social .social-container .social-icon.twitter-icon:before {
  content: "t";
}
.flex-footer-root .flex-footer-container .social .social-container .social-icon.twitter-icon:hover:before {
  background-color: #1da1f2;
}
.flex-footer-root .flex-footer-container .nav {
  padding: 2rem 5rem 2rem 0;
  display: block;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: auto;
  text-align: right;
}
@media (max-width: 1151px) {
  .flex-footer-root .flex-footer-container .nav {
    padding: 2rem 2rem 2rem 0;
  }
}
@media (max-width: 1023px) {
  .flex-footer-root .flex-footer-container .nav {
    padding: 2rem 0 2rem 0;
  }
}
.flex-footer-root .flex-footer-container .nav .nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .flex-footer-root .flex-footer-container .nav .nav-flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.flex-footer-root .flex-footer-container .nav .orga {
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .flex-footer-root .flex-footer-container .nav .orga {
    margin-bottom: 50px;
  }
}
.flex-footer-root .flex-footer-container .nav .legal {
  padding: 0 0 0 5rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
}
@media (max-width: 1151px) {
  .flex-footer-root .flex-footer-container .nav .legal {
    padding: 0 0 2rem 0;
  }
}
.flex-footer-root .flex-footer-container .nav h1 {
  color: #c4c4c4;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  margin: 0;
  padding: 0;
  line-height: 1.4rem;
  background-color: transparent;
}
.flex-footer-root .flex-footer-container .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.flex-footer-root .flex-footer-container .nav li {
  display: block;
  margin-top: 1rem;
}
.flex-footer-root .flex-footer-container .nav a {
  color: #ffffff;
}

.wp-block-button {
  display: flex;
  margin-bottom: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.wp-block-button.alignleft {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.wp-block-button.alignright {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.wp-block-button.is-style-red-default .wp-block-button__link {
  background-color: #E8121E;
  width: auto;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.071rem;
  padding: 0 2rem;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  line-height: 3rem;
  margin-top: 25px;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.wp-block-button.donate-button {
  margin-top: 15px;
}
@media (max-width: 1151px) {
  .wp-block-button.donate-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.wp-block-button.is-style-white-alt .wp-block-button__link {
  background-color: #ffffff;
  width: auto;
  border-radius: 0;
  color: #E8121E;
  font-weight: bold;
  font-size: 1.071rem;
  padding: 0 2rem;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  line-height: 3rem;
  margin-top: 25px;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.wp-block-button.is-style-red-inverted .wp-block-button__link {
  background-color: transparent;
  width: auto;
  border-radius: 0;
  color: #E8121E;
  font-weight: bold;
  font-size: 1.071rem;
  padding: 0 2rem;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  line-height: 3rem;
  margin-top: 25px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  border: 1px solid #E8121E;
}
.wp-block-button .btn-submit {
  border: 0;
}

.wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 0;
  flex-basis: 100%;
}
@media (max-width: 1023px) {
  .wp-block-columns .wp-block-column {
    margin-bottom: 50px;
  }
}
.wp-block-columns.align-end .wp-block-column {
  -webkit-align-self: end;
  -moz-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  display: block;
  margin: auto;
}
.wp-block-image figcaption {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
}
.wp-block-image figure {
  margin: 0;
}

.wp-block-triaphon-container {
  padding: 3rem 22.5%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1151px) {
  .wp-block-triaphon-container {
    padding: 3rem 2rem;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .wp-block-triaphon-container {
    padding: 3rem 1rem;
    text-align: center;
  }
}
.wp-block-triaphon-container.wide {
  padding: 3rem 12.5%;
}
.wp-block-triaphon-container.bg-grey {
  background-color: #F2F2F2;
}
.wp-block-triaphon-container.bg-red {
  background-color: #E8121E;
}
.wp-block-triaphon-container.bg-red h2 {
  color: #fff;
}
.wp-block-triaphon-container.full-width {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.wp-block-triaphon-container.full-width .wp-block-image {
  width: 100%;
}
.wp-block-triaphon-container.full-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.wp-block-triaphon-container.info-box {
  padding: 3rem 5rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
@media (max-width: 1151px) {
  .wp-block-triaphon-container.info-box {
    padding: 3rem 2rem;
  }
}
@media (max-width: 1023px) {
  .wp-block-triaphon-container.info-box {
    padding: 3rem 1rem;
  }
}
.wp-block-triaphon-container.info-box .wp-block-button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.wp-block-triaphon-container.info-box .wp-block-button .wp-block-button__link {
  margin: 0 0 0 calc(50px + 1rem);
}
@media (max-width: 1023px) {
  .wp-block-triaphon-container.info-box .wp-block-button .wp-block-button__link {
    margin: 0 auto;
  }
}
.wp-block-triaphon-container .wp-block-image.column {
  padding: 5rem 0.3rem;
}

.wp-block-embed-youtube {
  margin: 50px auto;
  max-width: 768px;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1151px) {
  .wp-block-nextend-smartslider3 {
    min-height: 320px;
  }
}
@media (max-width: 1023px) {
  .wp-block-nextend-smartslider3 {
    min-height: auto;
  }
}
.has-small-font-size {
  line-height: 1rem;
}

.n2-section-smartslider {
  overflow: hidden;
}
.n2-section-smartslider.bg-red .n2-ss-slide-background > div {
  background-color: #E8121E !important;
}
.n2-section-smartslider.text-red .n2-ss-text {
  color: #E8121E !important;
}
.n2-section-smartslider h2 {
  font-size: 8rem !important;
  padding: 0 !important;
  display: inline-block !important;
  font-family: "Oswald", sans-serif !important;
}
@media (max-width: 1151px) {
  .n2-section-smartslider h2 {
    font-size: 6rem !important;
  }
}
@media (max-width: 767px) {
  .n2-section-smartslider h2 {
    font-size: 4rem !important;
    padding-top: 50px;
  }
}
.n2-section-smartslider h3,
.n2-section-smartslider .small-h2 h2 {
  font-size: 4rem !important;
  display: inline-block !important;
  font-family: "Oswald", sans-serif !important;
}
@media (max-width: 1151px) {
  .n2-section-smartslider h3,
  .n2-section-smartslider .small-h2 h2 {
    font-size: 3rem !important;
  }
}
@media (max-width: 767px) {
  .n2-section-smartslider h3,
  .n2-section-smartslider .small-h2 h2 {
    font-size: 2rem !important;
  }
}

.sib-content-container {
  width: 100%;
  max-width: 500px;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1023px) {
  .sib-content-container {
    margin-right: auto;
    margin-left: auto;
  }
}
.sib-content-container input {
  width: 100%;
  padding: 10px;
  font-size: 1.071rem;
}
@media (max-width: 1023px) {
  .sib-content-container input {
    margin-right: 0;
  }
}
.sib-content-container button:not(.frc-button) {
  font-weight: 700;
  background: #E8121E;
  color: #fff;
  border: none;
  font-size: 1.071rem;
  line-height: 3rem;
  padding: 0 2rem;
  cursor: pointer;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .sib-content-container button:not(.frc-button) {
    margin-top: 0;
    align-self: center;
  }
}
.sib-content-container .frc-captcha {
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .sib-content-container .frc-captcha {
    align-self: center;
  }
}

.sib-container label {
  padding-left: 10px;
}

.modal-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.modal-container {
  display: none;
  overflow: auto;
  margin: auto;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 100%;
  max-width: 600px;
  height: 100%;
}

.nl-success-modal,
.nl-duplicate-modal,
.nl-success-confirm-modal,
.nl-error-modal {
  text-align: center;
  background-color: #fff;
  height: auto;
}
.nl-success-modal h2,
.nl-duplicate-modal h2,
.nl-success-confirm-modal h2,
.nl-error-modal h2 {
  margin-top: 1rem;
}
.nl-success-modal p,
.nl-duplicate-modal p,
.nl-success-confirm-modal p,
.nl-error-modal p {
  padding: 0 1rem;
  margin: 0;
}

form h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0 2rem 0;
}
@media (max-width: 767px) {
  form h3 {
    margin-top: 0.5rem;
  }
}
form label {
  font-weight: 500;
}
form .form-group {
  margin-bottom: 1rem;
}
form .btn-submit {
  background-color: #E8121E;
  width: auto;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.071rem;
  padding: 0 2rem;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  line-height: 3rem;
  margin-top: 25px;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
