@import url("https://fonts.cdnfonts.com/css/caecilia-lt-pro");
:root {
  --gutter-xxs: 5px;
  --gutter-xs: 10px;
  --gutter-sm: 15px;
  --gutter-md: 30px;
  --gutter-md-plus: 40px;
  --gutter-lg: 60px;
  --gutter-xl: 90px;
  --gutter-xxl: 120px;
  --gutter-grande: 180px;
  --gutter-mucho-grande: 240px;
  --color-white: #fff;
  --color-white-transparent: hsla(0, 0%, 100%, 0.8);
  --color-white-input: hsla(0, 0%, 100%, 0.2);
  --color-yellow: #c9b45e;
  --color-orange: #c97e5f;
  --color-orange-light: rgba(201, 126, 95, 0.22);
  --color-orange-transparent: rgba(184, 121, 98, 0.9);
  --color-black: #112126;
  --color-black-overlay: rgba(17, 33, 38, 0.8);
  --color-blue: #223138;
  --color-gray-900: #2c3f48;
  --color-gray-700: #979fa2;
  --color-gray-600: #bbc4c9;
  --color-gray-300: rgba(187, 196, 201, 0.42);
  --color-gray-200: #dde2de;
  --color-gray-100: #f0f2f4;
  --color-bg-body: var(--color-white);
  --color-bg-header: var(--color-white);
  --color-bg-header-active: var(--color-white);
  --color-bg-subheader: var(--color-gray-700);
  --color-bg-carousel: var(--color-gray-600);
  --color-bg-menu: var(--color-white);
  --color-bg-submenu: var(--color-white-transparent);
  --color-bg-menu-mobile: var(--color-white);
  --color-bg-footer: var(--color-black);
  --color-bg-button-primary: var(--color-black);
  --color-bg-button-secondary: var(--color-gray-900);
  --color-bg-button-info: var(--color-orange);
  --color-bg-pre: var(--color-gray);
  --color-bg-ins: var(--color-gray);
  --color-bg-input: var(--color-white-input);
  --color-bg-form: var(--color-orange);
  --color-bg-input-mc: var(--color-white-input);
  --color-bg-form-mc: var(--color-gray-700);
  --color-bg-form-error: var(--color-yellow);
  --color-bg-contact-map: var(--color-gray-700);
  --color-bg-search: var(--color-gray-300);
  --color-bg-reviews: var(--color-gray-700);
  --color-bg-review: var(--color-gray-600);
  --color-bg-teasers: var(--color-gray-700);
  --color-bg-teaser: var(--color-gray-600);
  --color-bg-thead: var(--color-orange);
  --color-bg-agenda: var(--color-gray-600);
  --color-text-main: var(--color-black);
  --color-text-inverted: var(--color-white);
  --color-text-title: var(--color-black);
  --color-text-intro: var(--color-gray-900);
  --color-text-input: var(--color-white);
  --color-text-input-focus: var(--color-white);
  --color-text-error: var(--color-red);
  --color-text-menu-active: var(--color-orange);
  --color-text-menu-secondary: var(--color-gray-700);
  --color-text-button: var(--color-white);
  --color-text-button-hover: var(--color-red);
  --color-link: var(--color-orange);
  --color-link-visited: var(--color-orange);
  --color-link-hover: var(--color-orange);
  --color-border-blockquote: var(--color-red);
  --color-border-error: var(--color-red);
  --color-border-whatsapp: var(--color-white);
  --color-border-container: var(--color-white);
  --color-border-input: var(--color-gray);
  --color-border-accordion: var(--color-black);
  --color-border-table-row: var(--color-gray-300);
  --color-divider: var(--color-gray-600);
  --banner-height-xs: 110px;
  --banner-height-md: 110px;
  --banner-height-xl: 80px;
}
.debug-bar {
  font-size: 0.875rem;
  width: 3rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1050;
}
@media (min-width: 0) {
  .debug-bar {
    background: #cef;
  }
}
@media (min-width: 640px) {
  .debug-bar {
    background: #ffc;
  }
}
@media (min-width: 768px) {
  .debug-bar {
    background: #e6e6ff;
  }
}
@media (min-width: 1024px) {
  .debug-bar {
    background: #fcc;
  }
}
@media (min-width: 1280px) {
  .debug-bar {
    background: #d9f2d9;
  }
}
@media (min-width: 1536px) {
  .debug-bar {
    background: #fc9;
  }
}
@media (min-width: 640px) {
  .debug-xs {
    display: none;
  }
}
.debug-sm {
  display: none;
}
@media (min-width: 640px) {
  .debug-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .debug-sm {
    display: none;
  }
}
.debug-md {
  display: none;
}
@media (min-width: 768px) {
  .debug-md {
    display: block;
  }
}
@media (min-width: 1024px) {
  .debug-md {
    display: none;
  }
}
.debug-lg {
  display: none;
}
@media (min-width: 1024px) {
  .debug-lg {
    display: block;
  }
}
@media (min-width: 1280px) {
  .debug-lg {
    display: none;
  }
}
.debug-xl {
  display: none;
}
@media (min-width: 1280px) {
  .debug-xl {
    display: block;
  }
}
@media (min-width: 1536px) {
  .debug-xl {
    display: none;
  }
}
.debug-xxl {
  display: none;
}
@media (min-width: 1536px) {
  .debug-xxl {
    display: block;
  }
}
[href="#main"] {
  position: absolute;
  top: 0;
  right: 100%;
}
[href="#main"]:focus {
  right: auto;
}
body,
html {
  height: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
ul {
  margin-bottom: 1.5rem;
}
ul li {
  display: block;
  position: relative;
  padding-left: 24px;
}
ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}
nav ul,
ul li > ul {
  margin-bottom: 0;
}
nav li {
  padding-left: 0;
}
nav li:before {
  content: none;
}
ol {
  padding-left: 1em;
  margin-bottom: 1.5rem;
}
ol li {
  list-style: decimal;
}
ol li > ol {
  margin-bottom: 0;
}
:where(
    :not(html, iframe, canvas, img, svg, video, pre, [type="checkbox"]):not(
        svg *,
        symbol *
      )
  ) {
  all: unset;
  display: revert;
}
*,
:after,
:before {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
menu,
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
@font-face {
  font-family: Barlow Condensed;
  font-style: normal;
  font-weight: 200;
  src: local(""),
    url(../fonts/barlow-condensed-v12-latin-200.woff2) format("woff2"),
    url(../fonts/barlow-condensed-v12-latin-200.woff) format("woff");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url(../fonts/source-sans-pro-v21-latin-regular.woff2) format("woff2"),
    url(../fonts/source-sans-pro-v21-latin-regular.woff) format("woff");
}
@font-face {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url(../fonts/source-sans-pro-v21-latin-700.woff2) format("woff2"),
    url(../fonts/source-sans-pro-v21-latin-700.woff) format("woff");
}
:root {
  --base-font-size: 100%;
  --ff-header: "Caecilia LT Pro", sans-serif;
  --ff-subheader: "Barlow Condensed", sans-serif;
  --ff-body: "Source Sans Pro", sans-serif;
  --fw-light: 200;
  --fw-regular: 400;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
}
.font-header {
  font-family: var(--ff-header);
}
.font-subheader {
  font-family: var(--ff-subheader);
}
.font-body {
  font-family: var(--ff-body);
}
html {
  font-size: var(--base-font-size);
}
body {
  font-family: var(--ff-body);
  font-weight: var(--fw-normal);
  color: var(--color-text-main);
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
p {
  margin-bottom: 1.5rem;
}
a,
a:active,
a:hover,
a:visited {
  color: var(--color-link);
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text-title);
  font-family: var(--ff-header);
  font-weight: var(--fw-bold);
  line-height: 1.5;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: var(--color-text-title-accent);
  font-style: normal;
}
.h1,
h1 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.h2,
.teaser-blocks h3,
h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .h2,
  .teaser-blocks h3,
  h2 {
    font-size: 1.375rem;
    line-height: 1.375rem;
  }
}
.h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .h3,
  h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
  }
}
.h4,
h4 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}
@media (min-width: 1024px) {
  .h4,
  h4 {
    font-size: 1rem;
    line-height: 1rem;
  }
}
small {
  font-size: 0.75rem;
}
strong {
  font-weight: var(--fw-bold);
}
.banner {
  background: var(--color-bg-header);
  padding: var(--gutter-sm) 0;
  min-height: var(--banner-height-xs);
}
@media (min-width: 768px) {
  .banner {
    min-height: var(--banner-height-md);
  }
}
@media (min-width: 1024px) {
  .banner {
    min-height: var(--banner-height-lg);
    margin-bottom: 20px;
  }
}
.banner__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .banner__wrapper {
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm);
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .banner__wrapper {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .banner__wrapper {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .banner__wrapper {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .banner__wrapper {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .banner__wrapper {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
.banner .row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.banner .brand {
  text-indent: -9000px;
  display: inline-block;
  width: 95px;
  height: 58px;
  background-image: url(../images/logo-mobile-cvc.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: var(--gutter-sm);
}
@media (min-width: 768px) {
  .banner .brand {
    margin-left: var(--gutter-md);
  }
}
@media (min-width: 1024px) {
  .banner .brand {
    width: 244px;
    height: 52px;
    background-image: url(../images/logo-desktop-cvc.svg);
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.header-blog {
  background: var(--color-bd-body);
  margin-bottom: var(--gutter-sm);
}
.header-blog__inner {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gutter-sm);
}
@media (min-width: 640px) {
  .header-blog__inner {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .header-blog__inner {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .header-blog__inner {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .header-blog__inner {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .header-blog__inner {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
@media (min-width: 1024px) {
  .header-blog__inner {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    height: 220px;
  }
}
.header-blog__titles {
  background: var(--color-blue);
  padding: var(--gutter-lg) var(--gutter-md);
  color: var(--color-white);
}
@media (min-width: 1024px) {
  .header-blog__titles {
    -ms-flex-order: 1;
    order: 1;
    width: calc(100% - 220px);
  }
}
.header-blog__subtitle {
  font-family: var(--ff-subheader);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: var(--gutter-sm);
}
@media (min-width: 768px) {
  .header-blog__subtitle {
    font-size: 1.5em;
  }
}
.header-blog__title {
  color: inherit;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .header-blog__featured-image {
    -ms-flex-order: 0;
    order: 0;
    width: 220px;
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .header-blog__featured-image img {
    width: 220px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.site-footer {
  background: var(--color-bg-footer);
  color: var(--color-text-inverted);
}
.site-footer__contact {
  padding: var(--gutter-sm) var(--gutter-sm) var(--gutter-xs);
  font-family: var(--ff-subheader);
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__contact {
    padding-top: var(--gutter-md);
    padding-bottom: var(--gutter-sm);
  }
}
.site-footer__contact span {
  display: inline-block;
}
.site-footer__contact a {
  color: var(--color-white);
  text-decoration: none;
}
.site-footer__menus {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  padding-bottom: var(--gutter-md);
  background-image: url(../images/footer-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 640px) {
  .site-footer__menus {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .site-footer__menus {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .site-footer__menus {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .site-footer__menus {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .site-footer__menus {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
@media (min-width: 1024px) {
  .site-footer__menus {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: var(--gutter-md);
    padding-bottom: var(--gutter-lg);
  }
}
.site-footer__menus nav {
  padding-top: var(--gutter-md);
}
.site-footer__menus nav li a {
  color: var(--color-text-inverted);
  text-decoration: none;
}
.site-footer__menus nav a {
  display: block;
  position: relative;
  padding-left: 24px;
}
.site-footer__menus nav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-image: url(../images/icon-arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 12px;
}
.site-footer__menus nav.nav-maatwerk,
.site-footer__menus nav.nav-mediation,
.site-footer__menus nav.nav-opleidingen {
  -ms-flex-order: 1;
  order: 1;
}
.site-footer__menus nav.nav-maatwerk h5,
.site-footer__menus nav.nav-maatwerk ul,
.site-footer__menus nav.nav-mediation h5,
.site-footer__menus nav.nav-mediation ul,
.site-footer__menus nav.nav-opleidingen h5,
.site-footer__menus nav.nav-opleidingen ul {
  display: none;
}
@media (min-width: 1024px) {
  .site-footer__menus nav.nav-maatwerk h5,
  .site-footer__menus nav.nav-maatwerk ul,
  .site-footer__menus nav.nav-mediation h5,
  .site-footer__menus nav.nav-mediation ul,
  .site-footer__menus nav.nav-opleidingen h5,
  .site-footer__menus nav.nav-opleidingen ul {
    display: block;
  }
}
.site-footer__menus nav.nav-maatwerk,
.site-footer__menus nav.nav-mediation {
  padding-top: var(--gutter-xxs);
}
@media (min-width: 1024px) {
  .site-footer__menus nav.nav-maatwerk,
  .site-footer__menus nav.nav-mediation {
    padding-top: var(--gutter-md);
  }
}
.site-footer__menus nav.nav-contact {
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 1024px) {
  .site-footer__menus nav.nav-contact {
    -ms-flex-order: 1;
    order: 1;
  }
}
.site-footer__menus h5 {
  color: var(--color-orange);
}
@media (min-width: 1024px) {
  .site-footer__menus .read-more {
    margin-top: var(--gutter-sm);
  }
}
@media (min-width: 1024px) {
  .site-footer__menus .read-more:before {
    background-image: none;
  }
}
.site-footer a.newsletter-circle {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  .site-footer a.newsletter-circle {
    top: -20px;
    right: var(--gutter-lg);
  }
}
.nav-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--color-bg-menu-mobile);
  width: 100%;
  padding: 0 var(--gutter-sm);
  z-index: 10;
}
@media (min-width: 768px) {
  .nav-area {
    padding: 0 var(--gutter-md);
  }
}
@media (min-width: 1024px) {
  .nav-area {
    width: auto;
    padding: 0;
  }
}
.banner[data-state="collapsed"] .nav-area {
  display: none;
}
@media (min-width: 1024px) {
  .banner[data-state="collapsed"] .nav-area {
    display: -ms-flexbox;
    display: flex;
  }
}
.banner[data-state="expanded"] .nav-area {
  display: -ms-flexbox;
  display: flex;
}
.nav-primary {
  width: 100%;
  -ms-flex-order: 0;
  order: 0;
}
@media (min-width: 1024px) {
  .nav-primary {
    width: auto;
    -ms-flex-order: 1;
    order: 1;
  }
}
.menu-hoofdmenu-container {
  width: 100%;
}
#menu-hoofdmenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  #menu-hoofdmenu {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    width: auto;
    font-size: 0.9375rem;
  }
}
#menu-hoofdmenu li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.2em 0.5em;
  -ms-flex: auto;
  flex: auto;
  font-family: var(--ff-header);
}
#menu-hoofdmenu li.current_page_item {
  color: var(--color-text-menu-active);
}
#menu-hoofdmenu li:last-child {
  padding-right: 0;
}
@media (min-width: 1024px) {
  #menu-hoofdmenu li {
    display: block;
    -ms-flex: none;
    flex: none;
  }
}
#menu-hoofdmenu li a {
  display: block;
  color: var(--color-text-main);
  text-decoration: none;
}
#menu-hoofdmenu .sub-menu {
  padding: var(--gutter-sm);
}
@media (min-width: 1024px) {
  #menu-hoofdmenu .sub-menu {
    background-color: var(--color-bg-submenu);
    position: absolute;
    top: 24;
    left: -9000px;
    padding: 0;
    z-index: 1;
  }
}
#menu-hoofdmenu .sub-menu li {
  display: block;
  padding: 0.2em 0 0.2em 1em;
  white-space: nowrap;
  position: relative;
}
@media (min-width: 1024px) {
  #menu-hoofdmenu li:hover .sub-menu {
    left: auto;
    right: 0;
    background-color: var(--color-bg-submenu);
    padding: var(--gutter-sm);
  }
}
.nav-secundary {
  padding-bottom: var(--gutter-md);
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 768px) {
  .nav-secundary {
    margin-top: auto;
  }
}
@media (min-width: 1024px) {
  .nav-secundary {
    -ms-flex-order: 0;
    order: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0.875rem;
  }
}
#menu-secundair-menu {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  #menu-secundair-menu {
    margin-bottom: auto;
  }
}
#menu-secundair-menu > li {
  margin-right: var(--gutter-sm);
}
#menu-secundair-menu a {
  color: var(--color-text-menu-secondary);
  text-decoration: none;
}
.social {
  list-style: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .social {
    width: 62px;
    height: 29px;
    border-bottom: 1px solid var(--color-gray-600);
    margin-bottom: 0;
  }
}
.social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 2em;
}
@media (min-width: 1024px) {
  .social li {
    width: 20px;
    height: 29px;
    padding: 0 4px;
    margin-right: 0;
  }
}
.social a {
  display: inline-block;
  text-indent: -9000px;
  display: block;
  font-size: 0.875rem;
  background-position: 50%;
  background-repeat: no-repeat;
}
.social a.twitter {
  background-image: url(../images/icon-twitter.svg);
  background-size: 20px 20px;
}
@media (min-width: 1024px) {
  .social a.twitter {
    background-size: 12px 12px;
  }
}
.social a.facebook {
  background-image: url(../images/icon-facebook.svg);
  background-size: 10px 20px;
}
@media (min-width: 1024px) {
  .social a.facebook {
    background-size: 7px 14px;
  }
}
a.instagram {
  background-image: url(../images/instagram-svgrepo-com.svg);
  background-size: 20px 30px;
}
@media (min-width: 1024px) {
  .social a.instagram {
    background-size: 15px 20px;
  }
}
.social a.linkedin {
  background-image: url(../images/icon-linkedin.svg);
  background-size: 20px 20px;
}
@media (min-width: 1024px) {
  .social a.linkedin {
    background-size: 12px 12px;
  }
}
@media (min-width: 1024px) {
  .e-learning {
    text-decoration: none;
    border-bottom: 1px solid var(--color-orange);
    margin-left: var(--gutter-xs);
  }
}
.hero.home {
  position: relative;
  margin-bottom: var(--gutter-md);
}
@media (min-width: 1024px) {
  .hero.home {
    margin-bottom: -38px;
  }
}
.hero.home .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: auto 3/2;
  z-index: -1;
}
@media (min-width: 640px) {
  .hero.home .hero-image {
    aspect-ratio: auto 5/2;
  }
}
@media (min-width: 1024px) {
  .hero.home .hero-image {
    top: var(--gutter-md);
    aspect-ratio: unset;
    width: 100%;
    height: 200px;
  }
}
.hero.home img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero.home .hero-content {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  padding-top: 200px;
}
@media (min-width: 640px) {
  .hero.home .hero-content {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 768px) {
  .hero.home .hero-content {
    padding-left: calc(50% - 250px);
    padding-right: calc(50% - 250px);
    padding-top: 260px;
  }
}
@media (min-width: 1024px) {
  .hero.home .hero-content {
    padding-top: 0;
    padding-left: var(--gutter-lg);
    padding-right: 50%;
  }
}
@media (min-width: 1280px) {
  .hero.home .hero-content {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% + 30px);
  }
}
@media (min-width: 1536px) {
  .hero.home .hero-content {
    padding-left: calc(50% - 620px);
  }
}
.hero.home .hero-content__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-orange-transparent);
  aspect-ratio: auto 4/2;
  padding: 0 var(--gutter-md);
  position: relative;
}
@media (min-width: 640px) {
  .hero.home .hero-content__body {
    aspect-ratio: auto 5/2;
  }
}
@media (min-width: 1024px) {
  .hero.home .hero-content__body {
    aspect-ratio: unset;
    height: 215px;
    padding-right: var(--gutter-xxl);
  }
}
.hero.home h1 {
  font-size: 1.125rem;
}
@media (min-width: 640px) {
  .hero.home h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .hero.home h1 {
    font-size: 1.25rem;
  }
}
.hero.home .tagline {
  color: var(--color-text-inverted);
  font-family: var(--ff-header);
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .hero.home .tagline {
    font-size: 1.375rem;
  }
}
@media (min-width: 1024px) {
  .hero.home .tagline {
    font-size: 1.25rem;
  }
}
.hero.home .newsletter-circle {
  position: absolute;
  bottom: 0;
  right: -1000px;
}
@media (min-width: 1024px) {
  .hero.home .newsletter-circle {
    bottom: 10px;
    right: -10px;
  }
}
@media (min-width: 1024px) {
  .hero.home .btn-group .btn {
    width: 50%;
    font-size: 0.75rem;
    padding-top: var(--gutter-sm);
    padding-bottom: var(--gutter-sm);
  }
}
.knowledge-base {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  padding-bottom: var(--gutter-lg);
}
@media (min-width: 640px) {
  .knowledge-base {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .knowledge-base {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .knowledge-base {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
.knowledge-base__search {
  padding-top: var(--gutter-lg);
}
.knowledge-base__searchresults {
  padding-bottom: var(--gutter-lg);
}
.knowledge-base__searchresults-title {
  padding-bottom: var(--gutter-xxs);
}
.knowledge-base__searchform {
  padding-bottom: var(--gutter-lg);
}
.knowledge-base__searchform-title {
  padding-bottom: var(--gutter-xs);
}
.knowledge-base__searchform__input {
  width: 100%;
  line-height: 3;
  padding-left: 60px;
  border: 1px solid var(--color-gray-300);
  background: url(../images/icon-search.svg) no-repeat 20px/20px;
}
.knowledge-base__articles {
  padding-bottom: var(--gutter-lg);
}
@media (min-width: 768px) {
  .knowledge-base__articles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.knowledge-base__articles-title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: var(--gutter-md);
}
.knowledge-base__category-title {
  font-size: 1em;
  color: var(--color-orange);
  padding-bottom: var(--gutter-xxs);
}
@media (min-width: 768px) {
  .knowledge-base__category {
    border: 1px solid var(--color-gray-300);
    border-width: 0 0 1px 1px;
    padding: 1.5em 1.5em 0;
    width: 33.33333333%;
  }
}
.knowledge-base__category:nth-child(3n-7) {
  border-left: 0;
  padding-left: 0;
}
.knowledge-base__category:nth-child(-n + 4) {
  padding-top: 0;
}
.knowledge-base__category:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.knowledge-base__category a {
  --color-link: var(--color-black);
  text-decoration: none;
}
.knowledge-base__category a:hover {
  --color-link: var(--color-orange);
}
.subheader {
  background-color: var(--color-bg-subheader);
  color: var(--color-text-inverted);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .subheader {
    padding-top: var(--gutter-sm);
    padding-bottom: var(--gutter-sm);
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm);
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .subheader {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .subheader {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .subheader {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .subheader {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .subheader {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
.subheader-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .subheader-item {
    font-size: 0.9375rem;
  }
}
.subheader-item p {
  margin-bottom: 0;
}
.subheader-item strong {
  font-size: 1.875rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .subheader-item strong {
    font-size: 1.625rem;
  }
}
.subheader.home {
  background-color: var(--color-bg-subheader);
  color: var(--color-text-inverted);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .subheader.home {
    padding-top: var(--gutter-sm);
    padding-bottom: var(--gutter-sm);
  }
}
@media (min-width: 640px) {
  .subheader.home {
    background-color: var(--color-bg-subheader);
    color: var(--color-text-inverted);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: var(--gutter-md);
    padding-bottom: var(--gutter-md);
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 640px) and (min-width: 1024px) {
  .subheader.home {
    padding-top: var(--gutter-sm);
    padding-bottom: var(--gutter-sm);
  }
}
@media (min-width: 1024px) {
  .subheader.home {
    background-color: var(--color-bg-subheader);
    color: var(--color-text-inverted);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: var(--gutter-md);
    padding-bottom: var(--gutter-md);
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .subheader.home {
    padding-top: var(--gutter-sm);
    padding-bottom: var(--gutter-sm);
  }
}
.subheader.home .subheader-item {
  width: 50%;
  margin-bottom: var(--gutter-md);
  border-right: 1px solid var(--color-gray-300);
}
@media (min-width: 640px) {
  .subheader.home .subheader-item {
    width: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .subheader.home .subheader-item {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .subheader.home .subheader-item {
    width: auto;
  }
}
@media (min-width: 640px) {
  .subheader.home .subheader-item:first-child {
    border-left: 1px solid var(--color-gray-300);
  }
}
.subheader.home .subheader-item:last-child {
  margin-bottom: 0;
}
.post__overview {
  --post-gap: 1em;
  --block-size: 26px;
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  padding-top: var(--gutter-lg);
}
@media (min-width: 640px) {
  .post__overview {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .post__overview {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .post__overview {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
@media (min-width: 640px) {
  .post__overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--post-gap);
  }
}
.post__item {
  position: relative;
  background: var(--color-gray-600);
  padding-bottom: var(--block-size);
}
@media (min-width: 640px) {
  .post__item {
    width: calc(50% - var(--post-gap));
  }
}
@media (min-width: 768px) {
  .post__item {
    width: calc(33.33333333% - var(--post-gap));
  }
}
.post__item:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: calc(-0.5 * var(--block-size));
  content: " ";
  width: var(--block-size);
  height: var(--block-size);
  background-color: var(--color-white);
  background-image: url(../images/icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}
.post__item:hover {
  background-color: var(--color-gray-300);
}
.post__content p {
  color: var(--color-text-main);
  margin-bottom: 0;
}
.post__item a {
  text-decoration: none;
}
.post__item img {
  width: 100%;
  height: auto;
}
.post__title {
  font-size: inherit;
  margin-bottom: var(--gutter-sm);
}
.post__backlink,
.post__content {
  padding: var(--gutter-sm);
}
.post__backlink {
  font-family: var(--ff-header);
  font-weight: var(--fw-bold);
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 640px) {
  .post__backlink {
    padding-left: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .post__backlink {
    padding-left: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .post__backlink {
    float: left;
  }
}
@media (min-width: 1280px) {
  .post__backlink {
    position: absolute;
    left: 50%;
    padding-top: var(--gutter-lg);
    margin-left: calc(-700px + var(--gutter-md));
  }
}
.post__backlink:before {
  content: " ";
  position: relative;
  top: 1px;
  transform: scaleX(-1);
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../images/icon-arrow-black-right.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px 10px;
}
.post__toplink {
  position: relative;
  float: right;
  display: block;
  margin: var(--gutter-sm);
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #ff0;
}
@media (min-width: 640px) {
  .post__toplink {
    margin: var(--gutter-md);
  }
}
.post__toplink span {
  visibility: hidden;
}
.post__toplink:before {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -25px;
  background-color: var(--color-gray-600);
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
  background-image: url(../images/icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px 10px;
}
.home-intro {
  padding: var(--gutter-md) var(--gutter-sm);
}
@media (min-width: 640px) {
  .home-intro {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .home-intro {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .home-intro {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .home-intro {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .home-intro {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
@media (min-width: 768px) {
  .home-intro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.home-intro h4 {
  margin-bottom: 1em;
}
.home-intro h4,
.home-intro h5 {
  font-family: var(--ff-body);
  font-weight: var(--fw-bold);
}
.home-intro h5 {
  font-size: 1.125rem;
  color: var(--color-orange);
}
@media (min-width: 768px) {
  .home-intro .home-intro__about,
  .home-intro .home-intro__popular {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .home-intro .home-intro__about {
    padding-left: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .home-intro .home-intro__popular {
    padding-right: var(--gutter-md);
    border-right: 1px solid var(--color-gray-600);
  }
}
@media (min-width: 1024px) {
  .home-intro .home-intro__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.home-intro .home-intro__col p:last-of-type {
  text-align: right;
  margin-bottom: 0;
}
a.btn,
button {
  display: inline-block;
  color: var(--color-text-button);
  font-size: 0.875rem;
  font-weight: var(--fw-normal);
  text-decoration: none;
  text-align: center;
  padding: var(--gutter-xs) var(--gutter-sm);
  border: 1px solid var(--color-bg-button-primary);
  background-color: var(--color-bg-button-primary);
}
a.btn:after,
button:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url(../images/icon-arrow-right.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 7px 10px;
}
a.btn:hover,
button:hover {
  opacity: 0.8;
}
a.btn.primary {
  border: 1px solid var(--color-bg-button-primary);
  background-color: var(--color-bg-button-primary);
}
a.btn.primary,
a.btn.secondary {
  display: inline-block;
  color: var(--color-text-button);
  font-size: 0.875rem;
  font-weight: var(--fw-normal);
  text-decoration: none;
  text-align: center;
  padding: var(--gutter-xs) var(--gutter-sm);
}
a.btn.secondary {
  border: 1px solid var(--color-bg-button-secondary);
  background-color: var(--color-bg-button-secondary);
}
a.btn.info {
  display: inline-block;
  color: var(--color-text-button);
  font-size: 0.875rem;
  font-weight: var(--fw-normal);
  text-decoration: none;
  text-align: center;
  padding: var(--gutter-xs) var(--gutter-sm);
  border: 1px solid var(--color-bg-button-info);
  background-color: var(--color-bg-button-info);
}
.btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .btn-group {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.menu-toggler {
  border: none;
  display: block;
  width: 40px;
  height: 26px;
  position: relative;
  margin-right: var(--gutter-sm);
  background-color: transparent;
  background-image: none;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-toggler:focus {
  outline: none;
}
@media (min-width: 768px) {
  .menu-toggler {
    margin-right: var(--gutter-md);
  }
}
@media (min-width: 1024px) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler .icon-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-text-main);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-toggler .icon-bar:first-child {
  top: 0;
}
.menu-toggler .icon-bar:nth-child(2),
.menu-toggler .icon-bar:nth-child(3) {
  top: 13px;
}
.menu-toggler .icon-bar:nth-child(4) {
  top: 26px;
}
[data-state="expanded"] .menu-toggler .icon-bar:first-child {
  top: 13px;
  width: 0;
  left: 50%;
}
[data-state="expanded"] .menu-toggler .icon-bar:nth-child(2) {
  transform: rotate(45deg);
  background: var(--color-text-main);
}
[data-state="expanded"] .menu-toggler .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  background: var(--color-text-main);
}
[data-state="expanded"] .menu-toggler .icon-bar:nth-child(4) {
  top: 12px;
  width: 0;
  left: 50%;
}
.nav-secundary .search-form {
  border-bottom: 1px solid var(--color-white);
  width: 120px;
  display: none;
}
@media (min-width: 1024px) {
  .nav-secundary .search-form {
    display: block;
    border-bottom: 1px solid var(--color-gray-600);
  }
}
.nav-secundary .search-form.hidden {
  display: none;
}
.nav-secundary .search-form .search-field {
  border: 1px solid var(--color-white);
  border-radius: 0;
  background-color: var(--color-bg-search);
  height: 28px;
  width: 120px;
  padding-left: var(--gutter-xxs);
  padding-right: var(--gutter-xxs);
}
.nav-secundary .search-form .search-field:-ms-input-placeholder {
  color: var(--color-white);
}
.nav-secundary .search-form .search-field::placeholder {
  color: var(--color-white);
}
.nav-secundary .search-form .search-submit {
  display: none;
  text-indent: -9000px;
  width: 24px;
  height: 24px;
  border: none;
}
.nav-secundary #search-toggle {
  display: inline-block;
  text-indent: -9000px;
  font-size: 0.875rem;
  color: var(--color-black);
  display: none;
  width: 20px;
  height: 29px;
  padding-top: 4px;
  border-bottom: 1px solid var(--color-white);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon-search.svg);
  background-size: 12px 12px;
}
@media (min-width: 1024px) {
  .nav-secundary #search-toggle {
    display: inline-block;
    border-bottom: 1px solid var(--color-gray-600);
  }
}
a.newsletter-circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 0.75rem;
  width: 100px;
  height: 100px;
  padding: var(--gutter-xs);
  border: 2px solid var(--color-text-inverted);
  border-radius: 50%;
  color: var(--color-text-inverted);
  text-decoration: none;
  transform: rotate(-12deg);
}
.file {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
}
@media (min-width: 640px) {
  .file {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .file {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .file {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
form.mc4wp-form,
form.wpcf7-form {
  background-color: var(--color-bg-form);
  padding: var(--gutter-md);
  position: relative;
  margin-top: 10px;
}
form.mc4wp-form:before,
form.wpcf7-form:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: var(--color-orange-light);
  position: absolute;
  top: -10px;
  left: 10px;
}
form.mc4wp-form h3,
form.wpcf7-form h3 {
  font-family: var(--ff-subheader);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-text-inverted);
  margin-bottom: 1em;
}
form.mc4wp-form label,
form.wpcf7-form label {
  display: block;
  color: var(--color-text-inverted);
  font-size: 0.75rem;
}
form.mc4wp-form .form-field,
form.wpcf7-form .form-field {
  margin-bottom: var(--gutter-xs);
}
@media (min-width: 640px) {
  form.mc4wp-form .form-field-wrapper,
  form.wpcf7-form .form-field-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 640px) {
  form.mc4wp-form .form-field-wrapper > .form-field,
  form.wpcf7-form .form-field-wrapper > .form-field {
    width: 48%;
  }
}
form.mc4wp-form input[type="email"],
form.mc4wp-form input[type="text"],
form.mc4wp-form textarea,
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="text"],
form.wpcf7-form textarea {
  background-color: var(--color-bg-input);
  width: 100%;
  padding: 8px;
}
form.mc4wp-form textarea,
form.wpcf7-form textarea {
  height: 100px;
}
form.mc4wp-form input[type="checkbox"],
form.wpcf7-form input[type="checkbox"] {
  background-color: var(--color-bg-input);
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-bottom: -4px;
}
form.mc4wp-form input[type="submit"],
form.wpcf7-form input[type="submit"] {
  display: inline-block;
  color: var(--color-text-button);
  font-size: 0.875rem;
  font-weight: var(--fw-normal);
  text-decoration: none;
  text-align: center;
  padding: var(--gutter-xs) var(--gutter-sm);
  border: 1px solid var(--color-bg-button-primary);
  background-color: var(--color-bg-button-primary);
  margin-top: var(--gutter-sm);
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  border: 2px solid var(--color-bg-form-error);
  background-color: var(--color-bg-form-error);
  padding: 0.2em 1em;
  color: var(--color-txt-body);
}
.wpcf7-response-output {
  padding: 1em !important;
  margin: 0 0 1em !important;
  border-color: var(--color-bg-form-error) !important;
  font-weight: var(--fw-bold);
}
form.mc4wp-form {
  background-color: var(--color-bg-form-mc);
}
form.mc4wp-form:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: var(--color-gray-200);
  position: absolute;
  top: -10px;
  left: 10px;
}
.page-numbers {
  list-style: none;
  text-align: center;
  margin: var(--gutter-sm) 0;
}
.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.page-numbers li {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 0;
  text-align: center;
}
.page-numbers li:before {
  display: none;
}
.page-numbers a,
.page-numbers span {
  --page-number-item: 26px;
  line-height: 1.6em;
  display: block;
  padding: 0 6px;
  height: var(--page-number-item);
  width: var(--page-number-item);
  line-height: var(--page-number-item);
  text-decoration: none;
  cursor: pointer;
}
.page-numbers a span {
  padding: 0;
}
.page-numbers.current,
.page-numbers.current:hover,
.page-numbers a:hover {
  color: var(--color-black);
  background: var(--color-gray-600);
  text-decoration: none;
}
.page-numbers:hover {
  text-decoration: none;
}
.contact-list-mail:before {
  background-image: url(../images/icon-mail.svg);
  background-size: contain;
  width: 14px;
  height: 12px;
}
.contact-list-phone:before {
  background-image: url(../images/icon-phone.svg);
  background-size: contain;
  width: 13px;
  height: 13px;
}
.contact-list-chat:before {
  background-image: url(../images/icon-chat.svg);
  background-size: contain;
  width: 14px;
  height: 12px;
}
.contact-list-visit:before {
  background-image: url(../images/icon-marker.svg);
  background-size: contain;
  width: 12px;
  height: 14px;
}
.contact-map {
  background-color: var(--color-bg-contact-map);
  background-image: url(../images/locations-map.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100% - 10px);
  margin-top: 10px;
  position: relative;
  aspect-ratio: 1;
}
@media (min-width: 1024px) {
  .contact-map {
    aspect-ratio: unset;
  }
}
.contact-map:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: var(--color-gray-300);
  position: absolute;
  top: -10px;
  left: 10px;
}
.page-header-default {
  position: relative;
  padding-top: 160px;
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  margin-bottom: var(--gutter-md);
}
@media (min-width: 640px) {
  .page-header-default {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .page-header-default {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .page-header-default {
    border-left: var(--gutter-sm) solid var(--color-bg-body);
    margin-bottom: 0;
  }
}
@media (min-width: 1536px) {
  .page-header-default {
    border-left: var(--gutter-md) solid var(--color-bg-body);
  }
}
.page-header-default .header-image {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: auto 4/2;
  z-index: -1;
}
@media (min-width: 768px) {
  .page-header-default .header-image {
    position: relative;
    margin: 0;
    width: 50%;
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .page-header-default .header-image {
    width: calc(50% + var(--gutter-xs));
  }
}
@media (min-width: 1280px) {
  .page-header-default .header-image {
    width: calc(50% + var(--gutter-sm));
  }
}
.page-header-default img {
  width: 100%;
  height: 100%;
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .page-header-default img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.page-header-default .header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  aspect-ratio: auto 4/2;
}
.page-header-default .header-content.orange {
  background-color: var(--color-orange);
}
.page-header-default .header-content.darkgray {
  background-color: var(--color-gray-900);
}
@media (min-width: 640px) {
  .page-header-default .header-content {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .page-header-default .header-content {
    width: 50%;
    height: 220px;
  }
}
@media (min-width: 1024px) {
  .page-header-default .header-content {
    width: calc(50% - var(--gutter-xs));
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .page-header-default .header-content {
    width: calc(50% - var(--gutter-sm));
  }
}
.page-header-default h1 {
  font-size: 1.5rem;
  color: var(--color-text-inverted);
}
@media (min-width: 768px) {
  .page-header-default h1 {
    font-size: 1.25rem;
  }
}
.page-header-default .tagline {
  font-size: 1.5rem;
  font-family: var(--ff-header);
  margin-bottom: 0;
}
.header-content.orange .page-header-default .tagline {
  color: var(--color-text-body);
}
.header-content.darkgray .page-header-default .tagline {
  color: var(--color-orange);
}
@media (min-width: 768px) {
  .page-header-default .tagline {
    font-size: 1.25rem;
  }
}
.page-header-default .header-content.orange .tagline {
  color: var(--color-text-main);
}
.page-header-default .header-content.darkgray .tagline {
  color: var(--color-orange);
}
.text-single-column {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  padding-top: var(--gutter-md);
}
@media (min-width: 640px) {
  .text-single-column {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .text-single-column {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .text-single-column {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
    padding-top: var(--gutter-lg);
  }
}
.text-single-column.intro {
  color: var(--color-text-intro);
  font-family: var(--ff-header);
  font-weight: var(--fw-light);
  font-size: 1rem;
  letter-spacing: 1px;
}
.text-single-column iframe {
  width: 100%;
  height: auto;
  aspect-ratio: auto 16/9;
}
.text-single-column + .text-single-column {
  padding-top: 0;
}
.text-two-columns {
  padding: var(--gutter-sm);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 640px) {
  .text-two-columns {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .text-two-columns {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .text-two-columns {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .text-two-columns {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .text-two-columns {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
@media (min-width: 1024px) {
  .text-two-columns {
    padding-top: var(--gutter-lg);
    padding-bottom: var(--gutter-lg);
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .text-two-columns .col {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .text-two-columns .col:first-child {
    padding-right: var(--gutter-md);
    border-right: 1px solid var(--color-divider);
  }
}
@media (min-width: 1024px) {
  .text-two-columns .col:last-child {
    margin-bottom: 0;
    padding-left: var(--gutter-md);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1750px);
  }
}
.client-carousel {
  background: #fff;
  height: 80px;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: var(--gutter-sm);
  margin-bottom: var(--gutter-md);
}
.client-carousel:after,
.client-carousel:before {
  background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
  content: "";
  height: 80px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.client-carousel:after {
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.client-carousel:before {
  left: 0;
  top: 0;
}
.client-carousel .client-carousel__track {
  animation: scroll 40s linear infinite;
  display: -ms-flexbox;
  display: flex;
  width: 3500px;
  filter: grayscale(100%);
}
.client-carousel .client-carousel__item {
  height: 80px;
  width: 140px;
  min-width: 140px;
  margin-right: var(--gutter-sm);
}
.client-carousel .client-carousel__item img {
  height: auto;
  width: 100%;
}
.courses-per-month {
  padding-top: var(--gutter-lg);
  padding-bottom: var(--gutter-lg);
}
.coachview-course-training-agenda {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
}
@media (min-width: 640px) {
  .coachview-course-training-agenda {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .coachview-course-training-agenda {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .coachview-course-training-agenda {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
.coachview-course-training-agenda > .time-table {
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  background-color: var(--color-bg-agenda);
  position: relative;
}
.coachview-course-training-agenda > .time-table:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: var(--color-bg-agenda);
  position: absolute;
  top: -10px;
  left: 10px;
  content: " ";
  opacity: 0.2;
}
.coachview-table-header {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .coachview-table-header {
    text-align: center;
  }
}
.coachview-table-header h5 {
  background-color: var(--color-bg-button-primary);
  color: var(--color-text-button);
  display: inline-block;
  width: 200px;
  padding: var(--gutter-xxs) 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.coachview-table-header--first {
  position: relative;
  height: 40px;
}
.coachview-table-header--first h5 {
  position: absolute;
  margin-top: 0;
  top: -20px;
  left: calc(50% - 100px);
}
.courses-per-month table {
  padding: 0 !important;
}
.courses-per-month table th {
  color: var(--color-white);
  padding-bottom: var(--gutter-xs);
}
.courses-per-month table .table-header-line th {
  border-top: 1px solid var(--color-white);
}
.courses-per-month table thead .table-header-labels,
.courses-per-month table thead .table-header-line {
  display: none;
}
@media (min-width: 640px) {
  .courses-per-month table thead .table-header-labels,
  .courses-per-month table thead .table-header-line {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: var(--gutter-xs);
  }
}
.courses-per-month table tbody tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 640px) {
  .courses-per-month table tbody tr {
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
  }
}
.courses-per-month table .table-header-labels th:not(:last-child),
.courses-per-month table .table-header-line th:not(:last-child),
.courses-per-month table td:not(:last-child) {
  padding-right: var(--gutter-sm);
}
.courses-per-month table .table-header-labels th:first-child,
.courses-per-month table .table-header-line th:first-child,
.courses-per-month table td:first-child {
  width: 100%;
}
@media (min-width: 640px) {
  .courses-per-month table .table-header-labels th:first-child,
  .courses-per-month table .table-header-line th:first-child,
  .courses-per-month table td:first-child {
    width: 35%;
  }
}
.courses-per-month table .table-header-labels th:nth-child(2),
.courses-per-month table .table-header-line th:nth-child(2),
.courses-per-month table td:nth-child(2) {
  width: 100%;
}
@media (min-width: 640px) {
  .courses-per-month table .table-header-labels th:nth-child(2),
  .courses-per-month table .table-header-line th:nth-child(2),
  .courses-per-month table td:nth-child(2) {
    width: 30%;
  }
}
.courses-per-month table .table-header-labels th:nth-child(3),
.courses-per-month table .table-header-line th:nth-child(3),
.courses-per-month table td:nth-child(3) {
  width: 100%;
}
@media (min-width: 640px) {
  .courses-per-month table .table-header-labels th:nth-child(3),
  .courses-per-month table .table-header-line th:nth-child(3),
  .courses-per-month table td:nth-child(3) {
    width: 20%;
  }
}
.courses-per-month table .table-header-labels th:nth-child(4),
.courses-per-month table .table-header-line th:nth-child(4),
.courses-per-month table td:nth-child(4) {
  width: 100%;
}
@media (min-width: 640px) {
  .courses-per-month table .table-header-labels th:nth-child(4),
  .courses-per-month table .table-header-line th:nth-child(4),
  .courses-per-month table td:nth-child(4) {
    width: 15%;
  }
}
@media (min-width: 640px) {
  .inner-label {
    display: none;
  }
}
.coachview-sign-up {
  color: var(--color-link);
  font-weight: 700;
}
.coachview-detail-link {
  --color-link: var(--color-text-main);
}
.coachview-startdate {
  color: var(--color-white);
}
.team-overview {
  padding: var(--gutter-sm);
  margin-bottom: var(--gutter-md);
}
@media (min-width: 640px) {
  .team-overview {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .team-overview {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .team-overview {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
.team-overview header {
  margin-bottom: var(--gutter-sm);
}
.team-overview .team-members {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gutter-xs);
}
@media (min-width: 640px) {
  .team-overview .team-members {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .team-overview .team-members {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gutter-sm);
  }
}
@media (min-width: 1024px) {
  .team-overview .team-members {
    gap: var(--gutter-md);
  }
}
.team-overview .team-member {
  background-color: var(--color-gray-600);
  padding: var(--gutter-xs);
  position: relative;
}
@media (min-width: 640px) {
  .team-overview .team-member {
    padding: var(--gutter-sm);
  }
}
.team-overview .team-member > a {
  display: block;
  text-decoration: none;
}
.team-overview .team-member__img {
  width: 100%;
  height: auto;
  aspect-ratio: auto 1/1;
  margin-bottom: var(--gutter-xxs);
}
.team-overview .team-member img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-overview .team-member__name {
  font-family: var(--ff-subheader);
  font-weight: var(--fw-normal);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--color-white);
}
.team-overview .team-member__job-title {
  font-family: var(--ff-body);
  font-weight: var(--fw-normal);
  font-size: 0.625rem;
  color: var(--color-orange);
}
.team-overview .team-member .rollover {
  opacity: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--color-black-overlay);
  padding: var(--gutter-md);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-overview .team-member .rollover .team-member__name {
  font-size: 1.5rem;
  line-height: 1.2;
}
.team-overview .team-member .rollover .team-member__job-title {
  font-size: 0.8125rem;
}
@media (hover: hover) {
  .team-overview .team-member > a:hover .rollover {
    opacity: 1;
    transition: all 0.3s ease-in;
  }
}
.team-carousel {
  background-color: var(--color-bg-carousel);
  padding-top: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  min-height: 550px;
  overflow: hidden;
}
.cycle-next,
.cycle-prev {
  display: inline-block;
  text-indent: -9000px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: var(--color-black);
  background-image: url(../images/icon-arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px 17px;
  text-decoration: none;
}
.cycle-prev {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#slideshow-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
#cycle-2 {
  width: calc(100% - 60px);
}
@media (min-width: 1024px) {
  #cycle-2 {
    width: calc(100% - 80px);
  }
}
#cycle-2 .cycle-slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#cycle-2 .cycle-slide {
  width: 220px;
  height: 220px;
}
#cycle-2 .cycle-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#cycle-2 .cycle-slide .rollover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-black-overlay);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: var(--gutter-sm);
  opacity: 0;
}
#cycle-2 .cycle-slide .team-member__name {
  font-family: var(--ff-subheader);
  font-weight: var(--fw-normal);
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-white);
  white-space: normal;
}
#cycle-2 .cycle-slide .team-member__job-title {
  font-family: var(--ff-body);
  font-weight: var(--fw-normal);
  font-size: 1rem;
  color: var(--color-orange);
}
#cycle-2 .cycle-slide-active .rollover {
  opacity: 1;
}
#slideshow-1 {
  padding: var(--gutter-md) var(--gutter-sm);
}
@media (min-width: 640px) {
  #slideshow-1 {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  #slideshow-1 {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  #slideshow-1 {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
#slideshow-1 .cycle-slide {
  width: 100%;
}
#slideshow-1 .more-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: var(--gutter-md);
}
#slideshow-1 .more-info a {
  display: inline-block;
  text-indent: -9000px;
  display: block;
  width: 40px;
  height: 40px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  margin: 0 var(--gutter-sm);
}
@media (min-width: 1024px) {
  #slideshow-1 .more-info a {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    margin: 0 var(--gutter-xxs);
  }
}
#slideshow-1 .more-info a.linkedin {
  background-image: url(../images/icon-linkedin-white.svg);
}
#slideshow-1 .more-info a.permalink {
  background-image: url(../images/icon-info-white.svg);
}
.subheader-contact,
.subheader-default,
.subheader-incompany,
.subheader-training {
  background-color: var(--color-bg-subheader);
  color: var(--color-text-inverted);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff-header);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .subheader-contact,
  .subheader-default,
  .subheader-incompany,
  .subheader-training {
    padding-top: var(--gutter-sm);
    padding-bottom: var(--gutter-sm);
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm);
    border-left: var(--gutter-sm) solid var(--color-bg-body);
    border-right: var(--gutter-sm) solid var(--color-bg-body);
  }
}
@media (min-width: 1024px) and (min-width: 640px) {
  .subheader-contact,
  .subheader-default,
  .subheader-incompany,
  .subheader-training {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .subheader-contact,
  .subheader-default,
  .subheader-incompany,
  .subheader-training {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .subheader-contact,
  .subheader-default,
  .subheader-incompany,
  .subheader-training {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) and (min-width: 1280px) {
  .subheader-contact,
  .subheader-default,
  .subheader-incompany,
  .subheader-training {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1024px) and (min-width: 1536px) {
  .subheader-contact,
  .subheader-default,
  .subheader-incompany,
  .subheader-training {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
.subheader-contact .subheader-item,
.subheader-default .subheader-item,
.subheader-incompany .subheader-item,
.subheader-training .subheader-item {
  padding-top: var(--gutter-xs);
  padding-bottom: var(--gutter-xs);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .subheader-contact .subheader-item,
  .subheader-default .subheader-item,
  .subheader-incompany .subheader-item,
  .subheader-training .subheader-item {
    font-size: 0.9375rem;
    line-height: 1.5;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}
.subheader-contact .subheader-item:before,
.subheader-default .subheader-item:before,
.subheader-incompany .subheader-item:before,
.subheader-training .subheader-item:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: var(--gutter-xxs);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .subheader-contact .subheader-item:before,
  .subheader-default .subheader-item:before,
  .subheader-incompany .subheader-item:before,
  .subheader-training .subheader-item:before {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: var(--gutter-sm);
  }
}
@media (min-width: 1024px) {
  .subheader-default {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.subheader-default .subheader-item {
  display: inline-block;
  text-align: center;
  border-right: 1px solid var(--color-gray-300);
}
.subheader-default .subheader-item:first-child {
  border-left: 1px solid var(--color-gray-300);
}
@media (min-width: 1024px) {
  .subheader-contact {
    -ms-grid-columns: var(--gutter-sm) (1fr) [4] var(--gutter-sm);
    grid-template-columns: var(--gutter-sm) repeat(4, 1fr) var(--gutter-sm);
  }
}
.subheader-contact .subheader-item.location {
  border-right: 1px solid var(--color-gray-300);
  margin-bottom: var(--gutter-sm);
}
@media (min-width: 1024px) {
  .subheader-contact .subheader-item.location {
    grid-column: 2/3;
    border-left: 1px solid var(--color-gray-300);
    margin-bottom: 0;
  }
}
.subheader-contact .subheader-item.location:before {
  background-image: url(../images/icon-direction-white.svg);
}
.subheader-contact .subheader-item.phone {
  margin-bottom: var(--gutter-sm);
}
@media (min-width: 1024px) {
  .subheader-contact .subheader-item.phone {
    grid-column: 3/4;
    border-right: 1px solid var(--color-gray-300);
    margin-bottom: 0;
  }
}
.subheader-contact .subheader-item.phone:before {
  background-image: url(../images/icon-call-white.svg);
}
.subheader-contact .subheader-item.email {
  border-right: 1px solid var(--color-gray-300);
}
@media (min-width: 1024px) {
  .subheader-contact .subheader-item.email {
    grid-column: 4/5;
  }
}
.subheader-contact .subheader-item.email:before {
  background-image: url(../images/icon-mail-white.svg);
}
@media (min-width: 1024px) {
  .subheader-contact .subheader-item.form {
    grid-column: 5/6;
    border-right: 1px solid var(--color-gray-300);
  }
}
.subheader-contact .subheader-item.form:before {
  background-image: url(../images/icon-form-white.svg);
}
@media (min-width: 1024px) {
  .subheader-incompany {
    -ms-grid-columns: 0.5fr (1fr) [3] 0.5fr;
    grid-template-columns: 0.5fr repeat(3, 1fr) 0.5fr;
  }
}
@media (min-width: 1280px) {
  .subheader-incompany {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .subheader-incompany .subheader-item {
    padding-left: var(--gutter-xs);
    padding-right: var(--gutter-xs);
  }
}
.subheader-incompany .subheader-item.training {
  border-right: 1px solid var(--color-gray-300);
  margin-bottom: var(--gutter-sm);
}
@media (min-width: 1024px) {
  .subheader-incompany .subheader-item.training {
    grid-column: 2/3;
    border-left: 1px solid var(--color-gray-300);
    margin-bottom: 0;
  }
}
.subheader-incompany .subheader-item.training:before {
  background-image: url(../images/icon-group-white.svg);
}
.subheader-incompany .subheader-item.location {
  margin-bottom: var(--gutter-sm);
}
@media (min-width: 1024px) {
  .subheader-incompany .subheader-item.location {
    grid-column: 3/4;
    border-right: 1px solid var(--color-gray-300);
    margin-bottom: 0;
  }
}
.subheader-incompany .subheader-item.location:before {
  background-image: url(../images/icon-direction-white.svg);
}
.subheader-incompany .subheader-item.international {
  border-right: 1px solid var(--color-gray-300);
}
@media (min-width: 1024px) {
  .subheader-incompany .subheader-item.international {
    grid-column: 4/5;
  }
}
.subheader-incompany .subheader-item.international:before {
  background-image: url(../images/icon-plane-white.svg);
}
.cta-buttons {
  padding-top: var(--gutter-sm);
  padding-bottom: var(--gutter-md);
}
.cta-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.cta-blocks {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  padding-top: var(--gutter-lg);
}
@media (min-width: 640px) {
  .cta-blocks {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .cta-blocks {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .cta-blocks {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
.cta-blocks--2 {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  position: relative;
  gap: var(--gutter-lg);
}
@media (min-width: 640px) {
  .cta-blocks--2 {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .cta-blocks--2 {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .cta-blocks--2 {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .cta-blocks--2 {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .cta-blocks--2 {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
@media (min-width: 1024px) {
  .cta-blocks--2 {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .cta-blocks--2:after {
    position: absolute;
    top: var(--gutter-lg);
    left: 50%;
    bottom: var(--gutter-md);
    content: " ";
    width: 1px;
    background-color: var(--color-gray-600);
  }
}
.cta-item {
  --color-subject: var(--color-white);
  --color-link: var(--color-blue);
  --color-background: var(--color-orange);
  position: relative;
  display: block;
  width: 100%;
  padding: var(--gutter-lg);
  margin-bottom: var(--gutter-md);
  background-color: var(--color-background);
  text-decoration: none;
}
@media (min-width: 1024px) {
  .cta-item {
    padding-right: 140px;
  }
}
.cta-item:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .cta-blocks--2 .cta-item {
    width: 50%;
  }
}
.cta-item:before {
  --color-box-decoration: var(--color-orange);
  content: " ";
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: var(--color-box-decoration);
  position: absolute;
  top: -10px;
  left: 10px;
  opacity: 0.2;
}
.cta-item:after {
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0.2;
  filter: grayscale(100%);
}
.cta-item:after,
.cta-item__arrow:after {
  position: absolute;
  right: 0;
  content: " ";
  background-position: 50%;
}
.cta-item__arrow:after {
  top: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-image: url(../images/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-color: var(--color-black);
  z-index: 10;
}
.cta-item--orange {
  background-color: var(--color-orange);
}
.cta-item--blue {
  --color-link: var(--color-orange);
  --color-background: var(--color-blue);
}
.cta-item--blue:before {
  --color-box-decoration: var(--color-blue);
}
.cta-item__subject {
  color: var(--color-white);
  font-size: 1.125rem;
  text-transform: uppercase;
}
.cta-item__title {
  font-family: var(--ff-header);
  color: inherit;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .cta-item__title {
    font-size: 1.375rem;
  }
}
.reviews {
  padding: var(--gutter-md) var(--gutter-sm);
  background-color: var(--color-bg-reviews);
}
@media (min-width: 640px) {
  .reviews {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .reviews {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .reviews {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .reviews {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .reviews {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
@media (min-width: 1024px) {
  .reviews {
    padding-top: 0;
    padding-bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 30px 1fr 1fr 30px;
    grid-template-rows: 30px 1fr 1fr 30px;
    grid-template-areas: "first ." "first second" "first third" "first .";
    gap: var(--gutter-sm);
    background: linear-gradient(
      180deg,
      var(--color-bg-body) 15px,
      var(--color-bg-reviews) 15px calc(100% - 15px),
      var(--color-bg-body) calc(100% - 15px) 100%
    );
  }
}
.review {
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-bg-review);
}
.review:not(:last-child) {
  margin-bottom: var(--gutter-sm);
}
@media (min-width: 1024px) {
  .review:not(:last-child) {
    margin-bottom: 0;
  }
}
.review_image {
  width: 25%;
  aspect-ratio: 1;
}
@media (min-width: 640px) {
  .review_image {
    width: 20%;
  }
}
.review img {
  -o-object-fit: cover;
  object-fit: cover;
}
.review_body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: var(--gutter-xs);
  font-family: var(--ff-header);
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  .review_body {
    font-size: 1rem;
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .review_body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .review_body {
    font-size: 0.875rem;
  }
}
.review h5 {
  font-family: var(--ff-body);
  font-size: 0.6875rem;
  color: var(--color-orange);
}
@media (min-width: 640px) {
  .review h5 {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .review h5 {
    font-size: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .review:first-child {
    grid-area: first;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .review:first-child .review_image {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .review:first-child .review_body {
    height: 100%;
    font-size: 1.5rem;
    font-weight: var(--fw-bold);
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .review:first-child::before {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 10px;
    background-color: var(--color-gray-300);
    position: absolute;
    top: -10px;
    left: 10px;
  }
}
@media (min-width: 1024px) {
  .review:nth-child(2) {
    grid-area: second;
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .review:nth-child(3) {
    grid-area: third;
    margin-left: 20px;
  }
}
.latest-blogs {
  clear: both;
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  background: var(--color-bg-teasers);
}
@media (min-width: 640px) {
  .latest-blogs {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .latest-blogs {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .latest-blogs {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .latest-blogs {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .latest-blogs {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
.latest-blogs__items {
  --post-gap: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--post-gap);
  padding-top: var(--gutter-xs);
  padding-bottom: var(--gutter-xs);
}
@media (min-width: 768px) {
  .latest-blogs__items {
    padding: var(--gutter-md) var(--gutter-xl);
  }
}
.latest-blogs__item {
  display: block;
  position: relative;
  background-color: var(--color-bg-teaser);
  width: 100%;
  min-height: 100px;
}
@media (min-width: 1024px) {
  .latest-blogs__item {
    width: calc(50% - var(--post-gap));
  }
}
.latest-blogs__item a {
  text-decoration: none;
}
.latest-blogs__subtitle {
  display: block;
  padding-top: var(--gutter-sm);
  padding-left: var(--gutter-sm);
}
.latest-blogs__title {
  line-height: 1.3;
  padding-right: 2em;
  padding-left: var(--gutter-sm);
}
.latest-blogs__item img {
  float: left;
  width: 100px;
  margin-right: var(--gutter-sm);
}
.latest-blogs__item:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url(../images/icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-color: var(--color-white);
}
.teaser-blocks {
  padding: var(--gutter-md) var(--gutter-sm);
  background-color: var(--color-bg-teasers);
}
@media (min-width: 640px) {
  .teaser-blocks {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .teaser-blocks {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .teaser-blocks {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .teaser-blocks {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .teaser-blocks {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
@media (min-width: 768px) {
  .teaser-blocks header {
    padding-left: var(--gutter-sm);
    padding-right: var(--gutter-sm);
  }
}
@media (min-width: 768px) and (min-width: 640px) {
  .teaser-blocks header {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .teaser-blocks header {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .teaser-blocks header {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
.teaser-blocks h3 {
  line-height: 1.5;
  margin-bottom: 1em;
}
.teasers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gutter-sm);
}
@media (min-width: 768px) {
  .teasers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gutter-md);
  }
}
.teaser {
  background-color: var(--color-bg-teaser);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 6fr 1fr;
  grid-template-columns: 3fr 6fr 1fr;
}
.teaser--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.teaser--body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: var(--gutter-md) var(--gutter-xs) var(--gutter-md) var(--gutter-md);
}
.teaser--body h4 {
  color: var(--color-orange);
}
.teaser--body p {
  margin-bottom: 0;
}
.teaser--link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.teaser--link a {
  display: block;
  background-color: var(--color-bg-body);
  background-image: url(../images/icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px 17px;
  width: 100%;
  aspect-ratio: 1;
}
.teaser--link a span {
  display: inline-block;
  text-indent: -9000px;
}
.accordion-section {
  padding: var(--gutter-md) var(--gutter-sm);
}
@media (min-width: 640px) {
  .accordion-section {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .accordion-section {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .accordion-section {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
.accordion-section h3 {
  font-family: var(--ff-body);
  font-weight: var(--fw-bold);
  color: var(--color-orange);
  margin-bottom: 1em;
}
.accordion {
  border: 1px solid var(--color-border-accordion);
  border-bottom-color: transparent;
}
.accordion__item {
  border-bottom: 1px solid var(--color-border-accordion);
}
.accordion__header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 16px;
}
.accordion__toggle {
  margin-right: 12px;
}
.accordion__toggle span {
  display: inline-block;
  text-indent: -9000px;
  width: 16px;
  height: 24px;
  background-image: url(../images/icon-arrow-black-down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.accordion__title {
  -ms-flex: 1;
  flex: 1;
}
.accordion__title h4 {
  font-family: var(--ff-subheader);
  font-weight: var(--fw-normal);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.accordion__content {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.accordion__item.selected .accordion__header {
  background-color: var(--color-orange);
}
.accordion__item.selected .accordion__header h4 {
  color: var(--color-text-inverted);
}
.accordion__item.selected .accordion__toggle span {
  background-image: url(../images/icon-arrow-up.svg);
}
.accordion__item.selected .accordion__content {
  border-top: 1px solid var(--color-border-accordion);
  padding: 16px;
  max-height: 100vh;
  overflow-y: auto;
  transition: all 0.5s ease-in-out;
}
.page-teasers {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
}
@media (min-width: 640px) {
  .page-teasers {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .page-teasers {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .page-teasers {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
@media (min-width: 768px) {
  .page-teasers {
    padding-top: var(--gutter-lg);
    padding-bottom: var(--gutter-lg);
  }
}
.page-teasers__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gutter-md);
}
@media (min-width: 640px) {
  .page-teasers__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gutter-sm);
  }
}
@media (min-width: 768px) {
  .page-teasers__inner {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-teaser {
  background-color: var(--color-bg-teaser);
}
.page-teaser a {
  text-decoration: none;
}
.page-teaser a:hover {
  opacity: 0.8;
}
.page-teaser--image {
  aspect-ratio: 1.5;
}
.page-teaser--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-teaser--body {
  padding: var(--gutter-sm);
}
.page-teaser--body h4 {
  line-height: 1.25;
}
.page-teaser--body h5 {
  font-family: var(--ff-body);
  font-weight: var(--fw-normal);
  font-size: 0.75rem;
  color: var(--color-link);
  line-height: 2;
}
.page-teaser--link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-teaser--link span {
  display: block;
  background-color: var(--color-bg-body);
  background-image: url(../images/icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px 17px;
  width: 100%;
  aspect-ratio: 1;
  background-size: 6px 13px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: -9000px;
}
.contact .subheader-contact {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .contact #main .text-two-columns:last-child {
    padding-top: 0;
  }
}
.contact #main .text-two-columns:last-child .col:first-child {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: var(--gutter-md);
}
@media (min-width: 1024px) {
  .contact #main .text-two-columns:last-child .col:first-child {
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0;
  }
}
.contact #main .text-two-columns:last-child .col:last-child {
  -ms-flex-order: 0;
  order: 0;
  margin-bottom: var(--gutter-md);
}
@media (min-width: 1024px) {
  .contact #main .text-two-columns:last-child .col:last-child {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
}
.single-teamleden .text-single-column {
  padding-bottom: var(--gutter-lg);
}
.courses-overview {
  padding: var(--gutter-md) var(--gutter-sm) var(--gutter-lg);
}
@media (min-width: 640px) {
  .courses-overview {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .courses-overview {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .courses-overview {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .courses-overview {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .courses-overview {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
.courses-overview #coachview {
  margin-top: auto;
}
.courses-overview .coachview-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .courses-overview .coachview-row {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--gutter-md);
  }
}
.courses-overview .coachview-hamburger {
  border-radius: 0;
  background-color: var(--color-bg-button-secondary);
}
#coachview-sidebar {
  background-color: var(--color-bg-body);
  margin-top: 0;
}
#coachview-sidebar h4 {
  margin-bottom: 0 !important;
  font-size: 1rem !important;
  line-height: 1.375rem;
  padding-bottom: .5rem;
}
#coachview-sidebar ul.cat-list li {
  padding-left: 0;
}
#coachview-sidebar ul.cat-list li:before {
  content: none;
}
#coachview-sidebar ul.cat-list a {
  color: var(--color-text-main);
}
.coachview-col-3 {
  background-color: #faebd7 !important;
}
.coachview-search input[type="text"] {
  border-radius: 0;
}
@media (min-width: 640px) {
  #js-coachview-training-items-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gutter-md);
  }
}
@media (min-width: 1024px) {
  #js-coachview-training-items-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gutter-md);
  }
}
.coachview-training {
  background-color: var(--color-gray-300);
  border-radius: 0;
  padding: 0;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr) [2];
  grid-template-rows: repeat(2, 1fr);
}
.coachview-training:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media (min-width: 640px) {
  .coachview-training {
    margin-bottom: 0;
  }
}
.coachview-training header {
  background-color: var(--color-gray-900);
  padding: var(--gutter-md) var(--gutter-sm);
  min-height: 120px;
}
.coachview-training h5.training-label {
  font-family: var(--ff-body);
  font-weight: var(--fw-normal);
  color: var(--color-orange);
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.coachview-training h4.training-title {
  color: var(--color-text-inverted);
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.coachview-training .training-body {
  padding: var(--gutter-sm);
  position: relative;
  height: 100%;
}
.coachview-training .training-body p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
  color: var(--color-text-main);
}
.coachview-training .training-body p.readmore {
  display: block;
  background-color: var(--color-bg-body);
  background-image: url(icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px 17px;
  width: 100%;
  aspect-ratio: 1;
  background-size: 6px 13px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0 !important;
  left: calc(50% - 10px);
}
.coachview-training .training-body p.readmore span {
  display: inline-block;
  text-indent: -9000px;
}
.coachview-pagination {
  text-align: center;
  padding-top: var(--gutter-md);
}
#coachview-loadmore {
  display: inline-block;
  color: var(--color-text-button);
  font-size: 0.875rem;
  font-weight: var(--fw-normal);
  text-decoration: none;
  text-align: center;
  padding: var(--gutter-xs) var(--gutter-sm);
  border: 1px solid var(--color-bg-button-primary);
  background-color: var(--color-bg-button-primary);
  border-radius: 0;
}
#coachview-loadmore:hover {
  opacity: 0.8;
  color: var(--color-text-inverted) !important;
}
@media (min-width: 768px) {
  .single-coachview .page-header-default .header-image {
    z-index: inherit;
  }
}
.single-coachview .page-header-default a {
  position: absolute;
  bottom: 0;
  left: var(--gutter-sm);
  width: calc(100% - var(--gutter-md));
}
@media (min-width: 640px) {
  .single-coachview .page-header-default a {
    bottom: 0;
    left: var(--gutter-md);
    width: calc(100% - var(--gutter-lg));
  }
}
@media (min-width: 768px) {
  .single-coachview .page-header-default a {
    width: auto;
    bottom: 0;
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .single-coachview .page-header-default a {
    left: calc(50% - var(--gutter-xs));
  }
}
@media (min-width: 1280px) {
  .single-coachview .page-header-default a {
    left: calc(50% - var(--gutter-sm));
  }
}
.single-coachview .subheader-training {
  background-color: var(--color-bg-subheader);
  color: var(--color-text-inverted);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .single-coachview .subheader-training {
    padding-top: var(--gutter-sm);
    padding-bottom: var(--gutter-sm);
  }
}
@media (min-width: 768px) {
  .single-coachview .subheader-training {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .single-coachview .subheader-training {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.single-coachview .subheader-training .subheader-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.25;
  font-family: var(--ff-body);
  font-size: 0.75rem;
  padding: 0;
  margin-top: var(--gutter-xs);
  margin-bottom: var(--gutter-xs);
  border-left: 1px solid var(--color-gray-300);
}
@media (min-width: 1024px) {
  .single-coachview .subheader-training .subheader-item {
    font-size: 0.9375rem;
  }
}
.single-coachview .subheader-training .subheader-item p {
  margin-bottom: 0;
}
.single-coachview .subheader-training .subheader-item strong {
  font-size: 1.875rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .single-coachview .subheader-training .subheader-item strong {
    font-size: 1.625rem;
  }
}
@media (min-width: 1024px) {
  .single-coachview .subheader-training .subheader-item {
    font-size: 0.875rem;
    padding: 0 var(--gutter-sm);
    padding: 0 var(--gutter-md);
  }
}
.single-coachview .subheader-training .subheader-item:last-child {
  border-right: 1px solid var(--color-gray-300);
}
.single-coachview .subheader-training .subheader-item strong {
  font-family: var(--ff-header);
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .single-coachview .subheader-training .subheader-item strong {
    font-size: 1.25rem;
  }
}
.single-coachview .subheader-training .subheader-item:before {
  content: none;
}
.training-agenda {
  padding: var(--gutter-md) var(--gutter-sm);
}
@media (min-width: 640px) {
  .training-agenda {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .training-agenda {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .training-agenda {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}
.training-agenda .coachview-table thead {
  background-color: var(--color-bg-thead);
  color: var(--color-text-inverted);
}
.training-agenda .coachview-table tbody tr {
  background-color: var(--color-border-table-row);
}
.training-agenda .coachview-table tbody tr.coachview-accordion-toggle {
  background-color: var(--color-bg-body);
}
.training-agenda .coachview-table tbody tr.coachview-accordion-toggle td {
  white-space: nowrap;
  border-bottom: 1px solid var(--color-border-table-row);
  padding: var(--gutter-xs) var(--gutter-sm);
}
.training-agenda .coachview-table tbody .coachview-btn,
.training-agenda .coachview-table tbody .coachview-btn--outline,
.training-agenda .coachview-table tbody .coachview-btn--outline:hover,
.training-agenda .coachview-table tbody .coachview-btn:hover {
  all: unset;
}
.training-agenda .coachview-table tbody .coachview-btn {
  color: var(--color-text-button);
}
.training-agenda .coachview-table tbody .coachview-btn,
.training-agenda .coachview-table tbody .coachview-btn:hover {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: var(--fw-normal);
  text-decoration: none;
  text-align: center;
  padding: var(--gutter-xs) var(--gutter-sm);
  border: 1px solid var(--color-bg-button-primary);
  background-color: var(--color-bg-button-primary);
  padding: var(--gutter-xxs) var(--gutter-sm);
}
.training-agenda .coachview-table tbody .coachview-btn:hover {
  color: var(--color-text-button);
  opacity: 0.8;
  color: var(--color-text-inverted) !important;
}
.training-agenda .coachview-table tbody .coachview-btn--outline {
  display: inline-block;
  color: var(--color-text-button);
  font-size: 0.875rem;
  font-weight: var(--fw-normal);
  text-decoration: none;
  text-align: center;
  padding: var(--gutter-xs) var(--gutter-sm);
  border: 1px solid var(--color-bg-button-secondary);
  background-color: var(--color-bg-button-secondary);
  border-color: var(--color-orange) !important;
  color: var(--color-orange) !important;
  padding: var(--gutter-xxs) var(--gutter-sm);
}
.training-agenda .coachview-table tbody .coachview-btn--outline:hover {
  opacity: 0.8;
  padding: var(--gutter-xxs) var(--gutter-sm);
  color: var(--color-orange) !important;
}
.training-agenda
  .coachview-table
  tbody
  .coachview-accordion-toggle.open
  .js-coachview-components {
  color: #fff !important;
}
.training-agenda .days-and-times li span {
  display: inline-block;
}
.training-agenda .days-and-times li span:first-child,
.training-agenda .days-and-times li span:nth-child(2),
.training-agenda .days-and-times li span:nth-child(3),
.training-agenda .days-and-times li span:nth-child(4) {
  width: 120px;
}
@media (max-width: 992px) {
  .coachview-table tbody .coachview-accordion-toggle td {
    display: block;
    padding: 5px 0;
    line-height: inherit;
  }
  .coachview-table tbody .coachview-btn,
  .coachview-table tbody .coachview-btn:hover {
    width: 100% !important;
  }
}
.register-page-header {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  background-color: var(--color-orange);
}
@media (min-width: 640px) {
  .register-page-header {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .register-page-header {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .register-page-header {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .register-page-header {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .register-page-header {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
.register-page-header .coachview-container {
  padding-left: 0;
  padding-right: 0;
}
.register-page-header h1 {
  font-size: 1.25rem;
  font-weight: var(--fw-normal);
}
.register-page-header h1 span {
  font-size: 1.625rem;
  color: var(--color-text-inverted);
}
.registration {
  padding: var(--gutter-md) var(--gutter-sm);
}
@media (min-width: 640px) {
  .registration {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}
@media (min-width: 768px) {
  .registration {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1024px) {
  .registration {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}
@media (min-width: 1280px) {
  .registration {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}
@media (min-width: 1536px) {
  .registration {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}
.registration__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .registration__body {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.registration__form {
  margin-bottom: var(--gutter-lg);
}
@media (min-width: 1024px) {
  .registration__form {
    width: 63%;
  }
}
@media (min-width: 1024px) {
  .registration__quick-look {
    width: 35%;
  }
}
#registration-form {
  background-color: var(--color-gray-300);
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  position: relative;
}
#registration-form:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: var(--color-gray-100);
  position: absolute;
  top: -10px;
  left: 10px;
}
#registration-form select.coachview_field_select {
  margin-top: 0;
}
#registration-form input[type="email"],
#registration-form input[type="text"],
#registration-form select.coachview_field_select,
#registration-form textarea {
  background-color: var(--color-white);
  border-color: var(--color-bg-input);
  color: var(--color-text-main);
}
#registration-form .submit-button {
  text-align: left;
}
div.quick-look {
  background-color: var(--color-bg-form-mc);
  margin-top: 0;
  margin-left: 0;
  box-shadow: none;
  position: relative;
  top: 0;
}
div.quick-look:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: var(--color-gray-300);
  position: absolute;
  top: -10px;
  left: 10px;
}
div.quick-look h3 {
  border-bottom: 1px solid var(--color-border-container);
  font-weight: var(--fw-normal);
}
div.quick-look .quick-look-items,
div.quick-look h3 {
  color: var(--color-text-inverted);
}
div.quick-look .quick-look-items li {
  padding-left: 0;
}
div.quick-look .quick-look-items li:before {
  content: none;
}
div.quick-look .total-price {
  border-top: 1px solid var(--color-border-container);
}
/*# sourceMappingURL=main.css.map */

#coachview-sidebar .cat-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 30px;
    margin-left: 0!important;
    list-style-type: none;
    max-width: 400px
}

#coachview-sidebar .cat-list li {
    margin-left: 0!important
}

#coachview-sidebar .cat-list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #525252;
    text-decoration: none;
    transition: color .1s ease-in-out
}

#coachview-sidebar .cat-list a.active .cat-list_item--checkbox:after {
    color: currentColor;
    width: 10px;
    height: 10px
}

#coachview-sidebar .cat-list a.active,#coachview-sidebar .cat-list a:focus,#coachview-sidebar .cat-list a:hover {
    color: #111;
    background: transparent!important
}

#coachview-sidebar .cat-list a.active {
    font-weight: 700
}

#coachview-sidebar .cat-list_item--checkbox {
    position: relative;
    display: block;
    margin-right: 10px;
    pointer-events: none
}

#coachview-sidebar .cat-list_item--checkbox:before {
    width: 16px;
    height: 16px;
    border: 2px solid #d4d4d4
}

#coachview-sidebar .cat-list_item--checkbox:after,#coachview-sidebar .cat-list_item--checkbox:before {
    content: "";
    cursor: pointer;
    display: block
}

#coachview-sidebar .cat-list_item--checkbox:after {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    background: currentColor
}

.coachview-row {
    display: flex;
    gap: 0rem;
}

#coachview-trainings {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.coachview-hamburger {
    display: none;
}

.coachview-search input[type=text] {
    height: 45px;
    width: 100%;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0;
    padding: 30px 10px;
}

#coachview-sidebar h4:after {
    content: "";
    display: block;
    background-color: currentColor;
    height: 1px;
}

@media screen and (max-width: 1024px) {

    .coachview-row {
        flex-direction: column;
    }
    
    .coachview-hamburger {
        display: block;
    }

}

.coachview-btn {
    background-color: #2c3f48;
}

.coachview-btn:hover {
    border-color: #2c3f48 !important;
    color: #2c3f48 !important;
}

#coachview-sidebar .cat-list a.active .cat-list_item--checkbox:after {
    background: #2c3f48 !important;
}

#coachview-sidebar .cat-list .cat-list_item--checkbox:before {
    border-color: #2c3f48 !important;
}

.coachview-btn--outline, .coachview-btn--outline:hover {
    border-color: #c97e5f !important;
    color: #c97e5f !important;
}

.coachview-accordion-toggle.open .js-coachview-components {
    background: #c97e5f !important;
}

#coachview-sidebar h4 {
    font-weight: 600;
    color: inherit!important;
    display: block;
    padding: 0 0 .5rem;
    white-space: nowrap;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    line-height: 31px;
    margin-top: 0
}

#coachview-sidebar h4:after {
    content: "";
    display: block;
    background-color: currentColor;
    height: 1px
}

@media (min-width: 992px) {
    #coachview-sidebar h4:after {
        width:220px
    }
}

#coachview-sidebar .cat-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 30px;
    margin-left: 0!important;
    list-style-type: none;
    max-width: 400px
}

#coachview-sidebar .cat-list li {
    margin-left: 0!important
}

#coachview-sidebar .cat-list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #525252;
    text-decoration: none;
    transition: color .1s ease-in-out
}

#coachview-sidebar .cat-list a.active .cat-list_item--checkbox:after {
    color: currentColor;
    width: 10px;
    height: 10px
}

#coachview-sidebar .cat-list a.active,#coachview-sidebar .cat-list a:focus,#coachview-sidebar .cat-list a:hover {
    color: #111;
    background: transparent!important
}

#coachview-sidebar .cat-list a.active {
    font-weight: 700
}

#coachview-sidebar .cat-list_item--checkbox {
    position: relative;
    display: block;
    margin-right: 10px;
    pointer-events: none
}

#coachview-sidebar .cat-list_item--checkbox:before {
    width: 16px;
    height: 16px;
    border: 2px solid #d4d4d4
}

#coachview-sidebar .cat-list_item--checkbox:after,#coachview-sidebar .cat-list_item--checkbox:before {
    content: "";
    cursor: pointer;
    display: block
}

#coachview-sidebar .cat-list_item--checkbox:after {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    background: currentColor
}

.coachview-container {
    width: 100%;
    max-width: 1280px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

/* .training-agenda */
.training-agenda {
  padding-top: 16px; /* Assuming --gutter-md is 16px */
  padding-bottom: 16px; /* Assuming --gutter-md is 16px */
}

.training-agenda .coachview-table tbody tr {
  background-color: #f5f5f5; /* Assuming --color-border-table-row is #f5f5f5 */
}

.training-agenda .coachview-table tbody tr.coachview-accordion-toggle {
  background-color: #fff; /* Assuming --color-bg-body is #fff */
}

.training-agenda .coachview-table tbody tr.coachview-accordion-toggle td {
  white-space: nowrap;
  border-bottom: 1px solid #f5f5f5; /* Assuming --color-border-table-row is #f5f5f5 */
  padding: 8px 16px; /* Assuming --gutter-xs is 8px and --gutter-sm is 16px */
}

.training-agenda .coachview-table tbody .coachview-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 4px 16px; /* Assuming --gutter-xxs is 4px and --gutter-sm is 16px */
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #000;
  border-color: #000;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
}

.training-agenda .coachview-table tbody .coachview-btn:hover {
  background-color: #414d51;
}

.coachview-btn {
  font-weight: 400!important;
}

.training-agenda .coachview-table tbody .coachview-btn--outline {
  display: flex!important;
  align-items: center!important;
  width: fit-content;
  gap: 12px!important;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid #d4987f; /* Assuming --color-orange is #ff6600 */
  padding: 4px 16px; /* Assuming --gutter-xxs is 4px and --gutter-sm is 16px */
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #d4987f; /* Assuming --color-orange is #ff6600 */
  background-color: transparent;
  cursor: pointer;
  background: #ffffff!important;
}

.training-agenda .coachview-table tbody .coachview-btn--outline:hover {
  color: #fff;
  background-color: #d4987f;
  border-color: #d4987f;
  padding: 4px 16px; /* Assuming --gutter-xxs is 4px and --gutter-sm is 16px */
  color: #fff !important;
}

.training-agenda
  .coachview-table
  tbody
  .coachview-accordion-toggle.open
  .js-coachview-components {
  color: white !important;
}

.training-agenda .days-and-times li span {
  display: inline-block;
}

.training-agenda .days-and-times li span:nth-child(1),
.training-agenda .days-and-times li span:nth-child(2),
.training-agenda .days-and-times li span:nth-child(3),
.training-agenda .days-and-times li span:nth-child(4) {
  width: 120px;
}

@media (max-width: 992px) {
  .training-agenda .coachview-table tbody .coachview-accordion-toggle td {
    display: block;
    padding: 5px 0;
    line-height: inherit;
  }

  .training-agenda .coachview-table tbody .coachview-btn,
  .training-agenda .coachview-table tbody .coachview-btn:hover {
    width: 100% !important;
  }
}

td.hiddenRow {
  padding-left: 24px !important;
}

@media (max-width: 992px) {
  td.hiddenRow {
    padding-left: 24px !important;
  }
}

.page #coachview {
  margin-top: 70px;
}

.startdata {
  background: #f3f3f3;
}

.inschrijf-header {
  background-color: #f3f3f3;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 25px;
}

.inschrijf-header .coachview-btn {
  margin-top: 24px;
  display: inline-block;
}

.inschrijf-header_wrapper {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}

@media (max-width: 992px) {
  .inschrijf-header_wrapper {
    display: block;
    justify-content: inherit;
    align-content: inherit;
  }
}

.inschrijf-header_wrapper .inschrijf-header_image img {
  border-radius: 8px;
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .inschrijf-header_wrapper .inschrijf-header_image img {
    margin-top: 20px;
    margin-left: 0;
  }
}

li.tijd {
  margin-left: 0 !important;
}

.tussen {
  background-color: #fff;
}

.collapse {
  position: relative;
  height: inherit;
  overflow: visible;
  transition: height 0.35s ease;
  margin-bottom: 20px;
}

.site-content {
  margin-bottom: 50px;
}

h5.title {
  color: #000;
}

.coachview-container {
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.coachview-container *,
.coachview-container :after,
.coachview-container :before {
  box-sizing: inherit;
}

.coachview-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.coachview-row.flex-auto .coachview-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.coachview-col-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .coachview-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.coachview-col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .coachview-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.coachview-col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .coachview-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.coachview-col-8 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .coachview-col-8 {
    flex: 0 0 66.6666666666%;
    max-width: 66.6666666666%;
  }
}

.coachview-col-9 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .coachview-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.coachview-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.coachview-hamburger {
  width: 100%;
  display: block !important;
  margin-bottom: 30px;
  background: #333;
  border-radius: 0.2rem;
}

@media (min-width: 992px) {
  .coachview-hamburger {
    display: none !important;
  }
}

.coachview-hamburger button {
  position: relative;
  padding: 12px 24px;
  color: #fff;
  text-transform: inherit;
  width: 100%;
  border: none;
  margin-bottom: 0;
  background: transparent;
  cursor: pointer;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.coachview-hamburger button img {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 24px;
  max-height: 22px;
  width: 100%;
  height: auto;
  max-width: 20px !important;
  vertical-align: middle;
  margin-left: 7px;
}

.coachview-table {
  width: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.coachview-table thead {
  background-color: #c97e5f;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 21px;
  color: #005db0;
  color: #fff;
}

.coachview-table tr:nth-child(4n-1) {
  background: #eee;
}

.coachview-table td,
.coachview-table th {
  padding: 12px 24px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}

.coachview-table-condensed td,
.coachview-table-condensed th {
  padding: 12px 24px;
}

.coachview-table tbody .coachview-accordion-toggle {
  display: block;
  padding: 24px;
}

@media (min-width: 992px) {
  .coachview-table tbody .coachview-accordion-toggle {
    display: table-row;
    padding: 0;
  }

  .coachview-table tbody .coachview-accordion-toggle .coachview-hide-lg {
    display: none;
  }
}

.coachview-table tbody .coachview-accordion-toggle td {
  padding: 28px 20px;
}

@media (max-width: 992px) {
  .coachview-table tbody .coachview-accordion-toggle td {
    display: block;
    padding: 5px 0;
    line-height: inherit;
  }

  .coachview-table tbody .coachview-accordion-toggle td .coachview-btn {
    justify-content: center;
  }
}

.coachview-table .coachview-accordion-body {
  margin-top: 20px;
  padding: 0 20px 28px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.2px;
  width: 100%;
}

.coachview-table .coachview-accordion-body h5 {
  font-weight: 700 !important;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.coachview-table .coachview-accordion-body ul {
  padding-left: 0;
  list-style: none;
}

.coachview-table .coachview-accordion-body ul .component-name {
  font-weight: 700;
}

@media (max-width: 992px) {
  .coachview-table .coachview-accordion-body ul li {
    margin-bottom: 10px;
  }
}

.coachview-table .coachview-accordion-body ul span {
  margin-right: 20px;
}

@media (max-width: 992px) {
  .coachview-table .coachview-accordion-body ul span {
    display: block;
  }
}

.coachview-table .coachview-accordion-body .start-location {
  margin-top: 30px;
}

.hiddenRow {
  padding: 0 !important;
  border: 0 !important;
}

.coachview-collapse {
  position: relative;
  height: inherit;
  overflow: visible;
  transition: height 0.35s ease;
}

@media (max-width: 992px) {
  .coachview-accordion-toggle {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }

  .coachview-accordion-toggle:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}

.coachview-accordion-toggle .price {
  white-space: nowrap;
}

.coachview-accordion-toggle.open .js-coachview-components {
  background-color: #005db0 !important;
  color: #fff !important;
}

.coachview-accordion-toggle.open .angle {
  border-color: #fff;
  transform: rotate(-135deg);
  top: 4px;
}

.hide-metadata-item {
  display: none !important;
}

#coachview-load-more-data {
  margin: 20px 0 40px;
}

#type_of_training_category_groups .select2 {
  width: 100% !important;
}

#type_of_training_category_groups .select2 .selection .select2-selection {
  padding: 0.5rem 1rem;
}

#type_of_training_category_groups
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice {
  padding: 0.25rem 1rem;
}

#type_of_training_category_groups
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__remove {
  padding: 0.25rem;
}

#type_of_training_category_groups
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered
  .select2-selection__choice
  .select2-selection__choice__display {
  padding: 0.25rem 0 0.25rem 1rem;
}

#coachview-sidebar {
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  margin-top: -30px;
  margin-bottom: 30px;
  display: none;
}

#coachview-sidebar.is--active {
  display: block !important;
}

@media (min-width: 992px) {
  #coachview-sidebar {
    display: block;
    padding: 0;
    background-color: transparent;
  }
}

#coachview-sidebar > div:last-child > .cat-list {
  margin-bottom: 0;
}

#coachview-sidebar h4 {
  font-weight: 600;
  color: inherit !important;
  font-size: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  display: block;
  padding: 0 0 0.5rem;
  white-space: nowrap;
  text-decoration: none;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 31px;
  margin-top: 0;
}

#coachview-sidebar h4:after {
  content: "";
  display: block;
  background-color: currentColor;
  height: 1px;
}

@media (min-width: 992px) {
  #coachview-sidebar h4:after {
    width: 220px;
  }
}

#coachview-sidebar .cat-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 30px;
  margin-left: 0 !important;
  list-style-type: none;
  max-width: 400px;
}

#coachview-sidebar .cat-list li {
  margin-left: 0 !important;
}

#coachview-sidebar .cat-list a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #525252;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
}

#coachview-sidebar .cat-list a.active .cat-list_item--checkbox:after {
  color: currentColor;
  width: 10px;
  height: 10px;
}

#coachview-sidebar .cat-list a.active,
#coachview-sidebar .cat-list a:focus,
#coachview-sidebar .cat-list a:hover {
  color: #111;
  background: transparent !important;
}

#coachview-sidebar .cat-list a.active {
  font-weight: 700;
}

#coachview-sidebar .cat-list_item--checkbox {
  position: relative;
  display: block;
  margin-right: 10px;
  pointer-events: none;
}

#coachview-sidebar .cat-list_item--checkbox:before {
  width: 16px;
  height: 16px;
  border: 2px solid #d4d4d4;
}

#coachview-sidebar .cat-list_item--checkbox:after,
#coachview-sidebar .cat-list_item--checkbox:before {
  content: "";
  cursor: pointer;
  display: block;
}

#coachview-sidebar .cat-list_item--checkbox:after {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: currentColor;
}

.coachview-error-desc {
  color: #ed4956;
}

#registration-form input[type="date"].coachview-error-desc,
#registration-form input[type="email"].coachview-error-desc,
input[type="text"].coachview-error-desc {
  border-color: #ed4956 !important;
}

.coachview-form-group {
  position: relative;
  margin-bottom: 20px !important;
}

span.coachview-error-desc {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  color: #ed4956;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}

.coachview_label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
}

span.coachview_required {
  color: #ed4956;
  font-size: 1rem;
}

.wp-admin.coachview-framework {
  color: #3c3f40;
}

.wp-admin.coachview-framework .text-center {
  text-align: center;
}

.wp-admin.coachview-framework .push--top {
  margin-top: 1.5rem;
}

.wp-admin.coachview-framework .push--bottom {
  margin-bottom: 1.5rem;
}

.wp-admin.coachview-framework .hard--ends {
  padding: 0 !important;
}

.wp-admin.coachview-framework .flush--bottom {
  margin-bottom: 0 !important;
}

.wp-admin.coachview-framework .hard--bottom {
  padding-bottom: 0 !important;
}

.wp-admin.coachview-framework .notice {
  max-width: 1050px;
  margin: 5px 20px 0;
  box-sizing: border-box;
}

.wp-admin.coachview-framework #setting-error-tgmpa {
  display: none !important;
}

.wp-admin.coachview-framework #coachview-notice {
  width: 100%;
  margin: 20px 10px 0;
  border-radius: 0.15rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.wp-admin.coachview-framework #wpfooter {
  padding-right: 30px;
  padding-left: 30px;
}

.wp-admin.coachview-framework:before {
  content: "";
  transition: background 0.35s;
}

.wp-admin.coachview-framework.zendesk--opened {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.wp-admin.coachview-framework.zendesk--opened:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.wp-admin.coachview-framework #coachview-wrap {
  margin: 30px 10px 0;
  font-family: basis-grotesque, -apple-system, BlinkMacSystemFont,
    Helvetica Neue, Helvetica, Arial, sans-serif;
}

.wp-admin.coachview-framework #coachview-wrap .about-text {
  margin-bottom: 20px;
}

@media (max-width: 500px) {
  .wp-admin.coachview-framework #coachview-wrap .about-text {
    margin-bottom: 20px;
  }
}

.wp-admin.coachview-framework #coachview-wrap .wp-coachview-badge {
  margin-top: 0 !important;
  font-size: 15px;
  background: #88bc66;
  border-radius: 0.2rem;
  box-shadow: none;
}

@media (max-width: 500px) {
  .wp-admin.coachview-framework #coachview-wrap .wp-coachview-badge {
    display: none;
  }
}

.wp-admin.coachview-framework #coachview-wrap .wp-coachview-badge:before {
  content: "";
  position: absolute;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 30px;
  background-size: 100%;
}

.wp-admin.coachview-framework #coachview-wrap .wp-coachview-badge--pyramid {
  color: #f1f1f1;
  background: #23282d;
}

.wp-admin.coachview-framework
  #coachview-wrap
  .wp-coachview-badge--pyramid:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAAV1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////+ORg7oAAAAHHRSTlMAvgppgDBO+ohb8aD1ZqeV1MXp6Oezsmc+PSoMsAFqFQAAATJJREFUaN7t2stqwzAURVGlTR03ceyk74f+/zs767Fw4MDdxIRw90wgWAhNhLjlONQrNxyLN7hS6golksh/iSSSSCKJJKIo8tI9zfo+12Xb+Y7uNYD0pemrLnosTX0A2ZamyRkPJ4z01thUgBDDIwEDINTwCDc8wg2PcMMj3PAINzzCDY9wwyMTNzyym0ZgGERRQwgyMMINIcTgCDeEEIMj3BBCDI5wQwgxOMINIcTgCDeEAAMgxuCIN/ZqCCHe2P/M158RxJ/jXJqeI4i/j26hMGS8YNSdUaLPVBlGAYgMowBEhlEAIsMoAJFhFIDIMApAZADFIDKA4hAZQHGIDKA4RAZQHNIaXjkEkPfy2xhWGQNIPb1V18dBbW72ezCRRBJJJJFFiSSSyN0iawyRrTIO9wf4sMZaO44E/QAAAABJRU5ErkJggg==);
}

.wp-admin.coachview-framework #coachview-wrap .section__title,
.wp-admin.coachview-framework #coachview-wrap h3.primary {
  color: #23282d;
  font-size: 30px;
  padding: 24px 24px 0;
}

.wp-admin.coachview-framework #coachview-wrap .postbox-mega .inside {
  padding: 24px;
}

.wp-admin.coachview-framework #coachview-wrap .postbox-mega .inside p {
  line-height: 26px;
}

.wp-admin.coachview-framework #coachview-wrap .postbox-mega .inside ol,
.wp-admin.coachview-framework #coachview-wrap .postbox-mega .inside ul {
  margin-bottom: 1rem;
}

.wp-admin.coachview-framework #coachview-wrap .postbox-mega .inside ol li,
.wp-admin.coachview-framework #coachview-wrap .postbox-mega .inside ul li {
  font-size: 16px;
}

@media (min-width: 850px) {
  .wp-admin.coachview-framework #coachview-wrap .postbox-mega.last--item {
    margin-bottom: 0 !important;
  }
}

.wp-admin.coachview-framework #coachview-wrap .postbox-notice {
  line-height: 1.5 !important;
}

.wp-admin.coachview-framework #coachview-wrap .inside {
  margin-top: 0;
}

.wp-admin.coachview-framework #coachview-wrap .postbox {
  margin-top: 20px;
  border-radius: 0.15rem;
  overflow: hidden;
}

.wp-admin.coachview-framework #coachview-wrap .postbox p {
  margin-top: 0 !important;
}

.wp-admin.coachview-framework #coachview-wrap .postbox p.flush--bottom {
  margin-bottom: 0 !important;
}

.wp-admin.coachview-framework #coachview-wrap .postbox-notice {
  font-size: 15px;
}

.wp-admin.coachview-framework #coachview-wrap .btn {
  letter-spacing: 0.025rem;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  min-width: -moz-max-content;
  min-width: max-content;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  border-radius: 0.15rem;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  background: #fff;
  border: 0 !important;
  margin: 2rem 1rem 0.5rem 0.1rem;
  font-size: 0.9rem;
  box-shadow: none;
  padding: 1.35em 4em;
}

@media (max-width: 400px) {
  .wp-admin.coachview-framework #coachview-wrap .btn {
    width: 97%;
    box-sizing: border-box;
    padding: 1.35em 3em;
  }
}

.wp-admin.coachview-framework #coachview-wrap .btn.btn--sm {
  padding: 1.2em 2.5em;
}

.wp-admin.coachview-framework #coachview-wrap .btn:after {
  background: #88bc66;
  z-index: 1;
  transform: translate(0.4em, -0.4em);
}

.wp-admin.coachview-framework #coachview-wrap .btn .spinner {
  display: none;
}

.wp-admin.coachview-framework #coachview-wrap .btn:focus,
.wp-admin.coachview-framework #coachview-wrap .btn:hover {
  color: #f1f1f1;
  outline: none;
  box-shadow: none !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn:focus:after,
.wp-admin.coachview-framework #coachview-wrap .btn:focus > span,
.wp-admin.coachview-framework #coachview-wrap .btn:hover:after,
.wp-admin.coachview-framework #coachview-wrap .btn:hover > span {
  transform: translate(0.2em, -0.2em);
  transition: transform 0.15s ease-out;
}

.wp-admin.coachview-framework #coachview-wrap .btn:focus .spinner {
  display: block;
}

.wp-admin.coachview-framework #coachview-wrap .btn:after,
.wp-admin.coachview-framework #coachview-wrap .btn:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-shadow: 0 0 0 1px #9bc976;
  border-radius: 0.15rem;
  transition: transform 0.25s ease-out;
}

.wp-admin.coachview-framework #coachview-wrap .btn > span {
  display: inherit;
  position: relative;
  z-index: 2;
  transform: translate(0.4em, -0.4em);
  transition: transform 0.25s ease-out;
}

.wp-admin.coachview-framework #coachview-wrap .btn--action {
  margin-top: 2.615rem;
}

.wp-admin.coachview-framework #coachview-wrap .btn--action .spinner {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: -90px;
  margin: 0;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary {
  color: #23282d !important;
  padding: 0.6em 1.2em;
  font-size: 0.75rem;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary:after {
  background: #fff !important;
  transform: none !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary:after,
.wp-admin.coachview-framework #coachview-wrap .btn-secondary > span {
  transform: none !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary:after,
.wp-admin.coachview-framework #coachview-wrap .btn-secondary:before {
  box-shadow: 0 0 0 1px #23282d !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary:hover:after,
.wp-admin.coachview-framework #coachview-wrap .btn-secondary:hover > span {
  transform: translate(0.25em, -0.25em) !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary + .small-cta {
  margin-right: 8px;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary--primary {
  color: #fff !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary--primary:after {
  background: #88bc66 !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn-secondary--primary:after,
.wp-admin.coachview-framework #coachview-wrap .btn-secondary--primary:before {
  box-shadow: 0 0 0 1px #9bc976 !important;
}

.wp-admin.coachview-framework #coachview-wrap .btn-group {
  width: 100%;
  display: inline-flex;
  align-items: flex-end;
  justify-content: space-between;
}

.wp-admin.coachview-framework #coachview-wrap .btn-recheck span {
  line-height: 1;
}

.wp-admin.coachview-framework #coachview-wrap .btn-recheck svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: bottom;
}

.wp-admin.coachview-framework #postbox-container-1.is-stuck {
  position: sticky;
  top: 30px;
}

@media (max-width: 850px) {
  .wp-admin.coachview-framework #postbox-container-1 {
    margin-top: -40px;
  }
}

.wp-admin.coachview-framework #postbox-container-1 .postbox > h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccd0d4;
}

.wp-admin.coachview-framework #postbox-container-1 .postbox > h3 a {
  font-size: 0.685rem;
  color: #6b7989;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.025rem;
  text-decoration: none;
}

.wp-admin.coachview-framework #postbox-container-1 .postbox > h3 a:hover {
  color: #00a0d2;
}

.wp-admin.coachview-framework #postbox-container-1 .system-status--mini li {
  margin-bottom: 12px;
}

.wp-admin.coachview-framework #postbox-container-1 .system-status--mini .label {
  color: #23282d;
  width: 165px;
}

.wp-admin.coachview-framework
  #postbox-container-1
  .system-status--mini
  li
  > span {
  display: inline-block;
  margin-right: 3%;
}

.wp-admin.coachview-framework
  #postbox-container-1
  .system-status--mini
  li
  .status {
  width: 1em;
  filter: grayscale(25%);
}

.wp-admin.coachview-framework
  #postbox-container-1
  .system-status--mini
  li
  .desc {
  margin-right: 0;
  color: #23282d;
}

.wp-admin.coachview-framework
  #postbox-container-1
  .system-status--mini
  li
  .desc
  a.button {
  margin-top: -4px;
}

.wp-admin.coachview-framework
  #postbox-container-1
  .system-status--mini
  li.info {
  font-size: 12px;
  line-height: 19px;
  color: #6b7989;
  font-weight: 300;
}

.wp-admin.coachview-framework
  #postbox-container-1
  .system-status--mini
  .status-notice {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 19px;
  color: #6b7989;
}

.wp-admin.coachview-framework #postbox-container-1 #create-ticket .inside {
  padding: 12px;
}

.wp-admin.coachview-framework #postbox-container-1 #create-ticket .abbr {
  float: none !important;
  display: inline !important;
  background-image: linear-gradient(90deg, #6b7989 50%, transparent 0);
  background-position: 0 1.04em;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

.wp-admin.coachview-framework #postbox-container-1 #create-ticket p {
  margin-top: 0 !important;
  font-size: 14px;
  color: #23282d;
}

.wp-admin.coachview-framework
  #postbox-container-1
  #create-ticket
  p:nth-of-type(2) {
  margin-bottom: 20px !important;
}

.wp-admin.coachview-framework #postbox-container-1 #create-ticket .btn {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
  width: 98%;
  font-size: 0.8rem;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
  line-height: 13px;
}

.wp-admin.coachview-framework .status:before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: 50% no-repeat;
  background-size: cover;
}

.wp-admin.coachview-framework .status--info:before {
  background-image: url(../img/icon-status-info.svg);
}

.wp-admin.coachview-framework .status--success:before {
  background-image: url(../img/icon-status-success.svg);
}

.wp-admin.coachview-framework .status--warning:before {
  background-image: url(../img/icon-status-warning.svg);
}

.wp-admin.coachview-framework .status--danger:before {
  background-image: url(../img/icon-status-danger.svg);
}

.wp-admin.coachview-framework .status--question:before {
  margin-right: 0 !important;
  background-image: url(../img/icon-status-question.svg);
}

.wp-admin.coachview-framework .empty-state {
  margin-left: 15px;
  margin-top: 30px;
}

.wp-admin.coachview-framework .empty-state svg {
  max-width: 265px;
  height: auto;
}

.wp-admin.coachview-framework .abs-drawn-arrow,
.wp-admin.coachview-framework .abs-drawn-text {
  position: absolute;
  top: -30px;
  width: inherit !important;
  height: inherit !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (max-width: 400px) {
  .wp-admin.coachview-framework .abs-drawn-arrow,
  .wp-admin.coachview-framework .abs-drawn-text {
    display: none;
  }
}

.wp-admin.coachview-framework .abs-drawn-text {
  top: -15px;
  right: -120px;
  transform: rotate(-25deg);
}

.wp-admin.coachview-framework .abs-drawn-arrow {
  right: -80px;
  width: 60px !important;
  transform: rotate(5deg);
}

.wp-admin.coachview-framework .small-cta {
  font-size: 12px !important;
  color: #6b7989;
  text-align: center;
  display: block;
  font-weight: 500;
  margin-right: 12px;
  margin-bottom: 0;
}

.wp-admin.coachview-framework #create-ticket .info,
.wp-admin.coachview-framework #usefull-links p,
.wp-admin.coachview-framework .system-status--mini .info {
  font-size: 12px !important;
  display: block;
  color: #6b7989 !important;
  border-top: 1px solid #ccd0d4;
  background: #f7f7f7;
  padding: 12px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 0 !important;
}

.wp-admin.coachview-framework #coachview-wrap.product-activated-window {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  background: #fff;
  margin: 0;
}

.wp-admin.coachview-framework
  #coachview-wrap.product-activated-window
  .empty-state {
  margin: 0;
  display: flex;
  height: calc(100vh - 32px);
  align-items: center;
  align-self: stretch;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.wp-admin.coachview-framework
  #coachview-wrap.product-activated-window
  .empty-state--icon {
  margin-bottom: 3rem;
  width: 100%;
  max-height: 220px;
}

.wp-admin.coachview-framework
  #coachview-wrap.product-activated-window
  .empty-state--title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: -0.8px;
}

.wp-admin.coachview-framework
  #coachview-wrap.product-activated-window
  .empty-state--desc {
  margin-top: 0;
  color: #6b7989;
  font-size: 16px;
  line-height: 24px;
  max-width: 450px;
}

.wp-admin.coachview-framework
  #coachview-wrap.product-activated-window
  .empty-state
  .small-cta {
  margin-top: 5px;
}

.wp-admin.coachview-framework .coachview-form-control {
  font-size: 2em !important;
  font-weight: 600;
  letter-spacing: -0.035em;
  box-shadow: none !important;
  transition: margin 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  padding: 1em 0.75em !important;
  display: block;
  width: 100%;
  height: 3em !important;
  margin: 0;
  border-radius: 0.2rem !important;
  line-height: normal !important;
  color: #23282d !important;
}

.wp-admin.coachview-framework .activation {
  margin-top: 30px;
}

.wp-admin.coachview-framework .activation form {
  position: relative;
  margin-bottom: 10px;
}

.wp-admin.coachview-framework
  .activation
  form
  button#coachview-get-category-groups {
  border: none;
  outline: none;
  text-decoration: none;
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  font-family: inherit;
  list-style: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s ease 0s, color 0.15s ease 0s,
    border 0.15s ease 0s;
  color: inherit;
  padding: 10px 24px;
  min-width: 150px;
  border-radius: 0.2rem;
  margin: 0 0.2rem 0 0;
}

.wp-admin.coachview-framework
  .activation
  form
  button#coachview-get-category-groups:hover {
  color: #fff;
  background: #88bc66;
}

.wp-admin.coachview-framework .activation-btn-group {
  margin-top: 25px;
  display: flex;
  justify-content: flex-end;
}

.wp-admin.coachview-framework .activation-btn-group button {
  border: none;
  outline: none;
  text-decoration: none;
  font-style: inherit;
  font-variant: inherit;
  font-stretch: inherit;
  line-height: inherit;
  font-family: inherit;
  list-style: none;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  transition: background 0.15s ease 0s, color 0.15s ease 0s,
    border 0.15s ease 0s;
  color: inherit;
  padding: 10px 24px;
  min-width: 150px;
  border-radius: 0.2rem;
  margin: 0 0.2rem 0 0;
}

.wp-admin.coachview-framework .activation-btn-group button:hover {
  color: #fff;
  background: #88bc66;
}

.wp-admin.coachview-framework .section__subtitle {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #6b7989 !important;
}

.wp-admin.coachview-framework .section__title {
  position: relative;
  margin: 0 !important;
  font-size: 26px !important;
  font-weight: 700 !important;
}

.wp-admin.coachview-framework .section__title kbd {
  position: absolute;
  margin-left: 8px;
}

.wp-admin.coachview-framework .flex-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -10px;
}

.wp-admin.coachview-framework .flex-grid .col {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-direction: column;
  margin: 0 10px 20px !important;
  padding: 24px;
}

.wp-admin.coachview-framework .flex-grid .col p {
  color: #6b7989;
  font-size: 14px !important;
  margin-bottom: 30px;
}

.wp-admin.coachview-framework .flex-grid .col a {
  margin-bottom: 4px;
  margin-top: auto;
  margin-right: auto;
}

.wp-admin.coachview-framework .flex-grid .col .icon {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 1rem;
  background: transparent !important;
  border: 1px solid #ccd0d4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.wp-admin.coachview-framework .flex-grid .section__title {
  padding: 0 !important;
  font-size: 18px !important;
  margin-bottom: 18px !important;
}

.wp-admin.coachview-framework .activation .btn {
  margin-right: 8px;
}

.wp-admin.coachview-framework .activation img {
  margin-right: 10px;
  margin-left: 6px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: inherit;
}

.wp-admin.coachview-framework .system-status--table {
  width: 100%;
  table-layout: fixed;
  background-color: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
}

.wp-admin.coachview-framework .system-status--table .status {
  line-height: 1;
  vertical-align: text-bottom;
}

.wp-admin.coachview-framework .system-status--table .status:before {
  width: 18px;
  height: 18px;
}

.wp-admin.coachview-framework .system-status--table thead {
  background: #f7f7f9;
}

.wp-admin.coachview-framework .system-status--table thead th {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.015em;
  white-space: nowrap;
  color: #23282d !important;
  text-overflow: ellipsis;
  position: relative;
  background-color: inherit;
}

.wp-admin.coachview-framework .system-status--table tbody tr {
  box-shadow: 0 0 0 0.02rem #ccd0d4;
}

.wp-admin.coachview-framework .system-status--table tbody td {
  font-size: 14px;
  padding: 12px 20px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: inherit;
  vertical-align: middle;
}

.wp-admin.coachview-framework .system-status--table tbody td:first-child {
  color: #23282d !important;
  font-weight: 700;
}

.wp-admin.coachview-framework .system-status--table th {
  padding: 15px 20px;
  font-weight: 700;
}

.wp-admin.coachview-framework .system-status--table .system-status-description {
  padding-left: 0;
  color: #6b7989;
  text-align: right !important;
}

.wp-admin.coachview-framework
  .system-status--table
  .system-status-description
  p {
  margin: 0;
  color: #6b7989;
  font-size: 13px;
  line-height: 24px;
  white-space: normal;
}

.wp-admin.coachview-framework .docs-link {
  display: block;
  position: relative;
  border: none;
  border-top: 1px solid #ccd0d4;
  margin-top: 48px;
  font-size: 14px;
  padding: 24px;
  color: #23282d;
  margin-left: -24px;
  margin-right: -24px;
  text-transform: uppercase;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #fafafa;
  box-shadow: none;
  transition: background 0.25s;
}

.wp-admin.coachview-framework .docs-link:focus,
.wp-admin.coachview-framework .docs-link:hover {
  color: currentColor;
  background: #f7f7f9;
  outline: none;
  box-shadow: none;
}

.wp-admin.coachview-framework .docs-link svg {
  height: 14px;
  display: inline-block;
  vertical-align: text-top;
}

.wp-admin.coachview-framework .coachview-faqs .postbox:first-child {
  margin-top: 0;
}

.wp-admin.coachview-framework .coachview-faqs--header {
  display: flex;
  align-items: center;
}

.wp-admin.coachview-framework .coachview-faqs .closed .coachview-faqs--header {
  background: #fff;
}

.wp-admin.coachview-framework
  .coachview-faqs
  .closed
  .coachview-faqs--header:hover {
  background: #f7f7f9;
}

.wp-admin.coachview-framework .coachview-faqs .hndle {
  display: block;
  width: 100%;
  font-size: 16px !important;
  font-weight: 600;
  letter-spacing: 0.015em;
  color: #23282d !important;
  text-overflow: ellipsis;
  text-transform: capitalize;
  background: transparent !important;
  padding: 15px 20px !important;
  cursor: pointer !important;
  transition: background 0.25s;
}

.wp-admin.coachview-framework .coachview-faqs .handlediv {
  width: 52px;
  height: 46px;
}

.wp-admin.coachview-framework
  .coachview-faqs
  .handlediv
  .toggle-indicator:before {
  box-shadow: none;
}

.wp-admin.coachview-framework .coachview-faqs .inside {
  padding: 24px 20px !important;
}

.wp-admin.coachview-framework .coachview-faqs .inside p {
  font-size: 16px;
  line-height: 28px;
  max-width: calc(100% - 100px);
}

.wp-admin.coachview-framework .coachview-faqs ol,
.wp-admin.coachview-framework .coachview-faqs ul {
  margin-bottom: 0 !important;
}

.wp-admin.coachview-framework .coachview-faqs ol li,
.wp-admin.coachview-framework .coachview-faqs ul li {
  font-size: 14px;
}

.wp-admin.coachview-framework .coachview-faqs ol a,
.wp-admin.coachview-framework .coachview-faqs ul a {
  text-transform: capitalize;
}

.contact-deatails.coachview-container,
.register-payment.coachview-container {
  margin-left: 0;
}

.coachview-container.cursisten {
  padding-top: 0;
  margin-top: 50px;
  margin-left: 0;
}

.contact-deatails.coachview-container {
  padding-top: 0;
}

section.submit-button.coachview-container {
  margin-bottom: 50px;
}

#registration-form input,
#registration-form select,
#registration-form textarea {
  transition: background-color 0.35s;
}

#registration-form div {
  margin: 0;
}

#registration-form .tab-title {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 29px;
  margin-bottom: 10px !important;
}

#registration-form .tab-title span {
  font-size: 16px;
  color: #7a8d93;
  display: block;
}

#registration-form select.coachview_field_select {
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #b9bbb7;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
  letter-spacing: 0.5px;
  border-radius: 0;
  margin-top: 3px;
  margin-bottom: 0;
}

#registration-form .coachview-add-angle {
  position: relative;
}

#registration-form .coachview-add-angle:after {
  content: "";
  pointer-events: none;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-bottom: 2px solid grey;
  border-left: 2px solid grey;
  transform: rotate(-45deg);
}

#registration-form input[type="date"],
#registration-form input[type="email"],
#registration-form input[type="tel"],
#registration-form input[type="text"] {
  height: 40px;
  width: 100%;
  border: 1px solid #b9bbb7;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 15px;
  color: #1a4158;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  border-radius: 0;
}

#registration-form textarea {
  width: 100%;
  min-height: 130px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
  resize: none !important;
  border: 1px solid #b9bbb7;
  overflow: hidden;
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 1;
  font-family: inherit;
}

#registration-form .register-payment {
  background-color: #f3f3f3;
  padding: 15px 15px 4px;
}

#registration-form .submit-button {
  text-align: right;
}

#registration-form .submit-button button {
  margin-top: 35px;
  background-color: #333;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 15px 50px;
}

#registration-form .input-checkbox-wrapper,
#registration-form .input-radio-wrapper {
  position: relative;
}

#registration-form .input-checkbox-wrapper .coachview_label,
#registration-form .input-radio-wrapper .coachview_label {
  padding-left: 25px;
}

#registration-form .input-checkbox-wrapper .coachview_label:hover,
#registration-form .input-radio-wrapper .coachview_label:hover {
  cursor: pointer;
}

#registration-form input[type="checkbox"],
#registration-form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  position: absolute;
  top: 19px;
}

#registration-form input[type="checkbox"]:hover,
#registration-form input[type="radio"]:hover {
  cursor: pointer;
}

#registration-form input[type="checkbox"]:before,
#registration-form input[type="radio"]:before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1.5px solid #17233e;
  border-radius: 0;
  position: absolute;
  top: -15px;
  left: 0;
}

#registration-form input[type="checkbox"]:checked:before,
#registration-form input[type="radio"]:checked:before {
  background-color: #17233e;
}

#registration-form input[type="radio"]:before {
  border-radius: 50%;
}

#registration-form .coachview-disabled {
  display: none;
}

#registration-form .coachview-optional-input-block {
  background-color: #f3f3f3;
  padding: 15px 15px 4px;
  margin-bottom: 30px !important;
}

#registration-form .deelnemers .deelnemer {
  margin-bottom: 15px !important;
  margin-top: 20px !important;
}

#registration-form .deelnemers .deelnemer:first-child {
  margin: 0 !important;
}

#registration-form
  .deelnemers
  .deelnemer:first-child
  .heading
  .remove-deelnemer {
  display: none;
}

#registration-form #coachview-add-deelnemer {
  margin-bottom: 30px;
}

#registration-form .heading {
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 29px;
  margin-bottom: 10px !important;
}

#registration-form .heading .remove-deelnemer {
  color: #ff4949;
  font-size: 0.9rem;
  border: none;
  background-color: transparent;
  padding: 0;
  margin-left: 7px;
}

#registration-form .heading .remove-deelnemer:hover {
  text-decoration: underline;
}

#registration-form #is_contactpersoon-error {
  min-width: 200px;
}

body.single-coachview,
html.single-coachview {
  overflow-x: initial;
}

div.quick-look {
  position: sticky;
  top: 32px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  div.quick-look {
    margin-left: 40px;
  }
}

div.quick-look h3 {
  line-height: 32px;
  border-bottom: 1px solid #777;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.quick-look-training {
  padding-left: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
}

.quick-look-training li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.quick-look-training li span {
  text-align: right;
}

.quick-look-total-price-inner {
  margin-top: 0.25rem;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.quick-look-total-price-inner li {
  display: flex;
  justify-content: space-between;
}

.quick-look-total-price-inner li span {
  padding-left: 20px;
  white-space: nowrap;
}

.quick-look-total-price .total-price {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #777;
}

.cursisten h2 {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}

.contact-details {
  margin-top: 24px;
}

.register-page-header {
  background-color: #f3f3f3;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 25px;
}

.register-page-header .back-btn {
  color: currentColor;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.register-page-header .back-btn svg {
  vertical-align: middle;
  margin: -3px 17px 0 0;
}

.register-page-header h1 {
  margin-top: 24px;
  font-size: 30px;
  line-height: 30px;
}

.register-page-header h1 span {
  font-weight: 400;
  font-size: 22px;
}

.coachview-form-desc {
  font-size: 1rem;
  margin: 0 0 15px;
}

.coachview-registration-form-company {
  background-color: #f2f2f2;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.add-participant {
  padding: 5.5px 0;
  color: currentColor;
  border: 0;
  border-bottom: 3px solid red;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 17px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  transition: opacity 0.15s ease-in-out;
}

.add-participant:hover {
  opacity: 0.85;
  color: currentColor !important;
  text-decoration: none !important;
}

.add-participant:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  border-color: #777;
}

.new-partipicant-added input,
.new-partipicant-added select,
.new-partipicant-added textarea {
  background: rgba(183, 220, 172, 0.15) !important;
}

.success-animation {
  margin: 150px auto;
}

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke: #4bb71b;
  box-shadow: inset 0 0 0 #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}

.checkmark,
.checkmark__circle {
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  to {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  to {
    box-shadow: inset 0 0 0 30px #4bb71b;
  }
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field input:checked + label {
  background-color: #a5dc86;
  box-shadow: none;
}

.switch-field label {
  background-color: #e4e4e4;
  line-height: 1;
  text-align: center;
  padding: 12px 24px;
  margin-right: -1px;
  margin-bottom: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px hsla(0, 0%, 100%, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.switch-field label:hover {
  cursor: pointer;
}

.coachview-accordion-header {
  display: flex;
  flex-direction: row;
  -webkit-box-lines: multiple;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.coachview-accordion-header span {
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
}

.coachview-accordion-header span:first-child {
  padding-left: 22px;
  min-width: 300px;
}

.coachview-accordion-header span:nth-child(2) {
  min-width: 293px;
}

.coachview-accordion-header span:last-child {
  min-width: 270px;
}

.coachview-data-and-locations .title {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 53px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f3f3;
}

.coachview-data-and-locations .title span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.coachview-data-and-locations .title span:first-child {
  padding-left: 22px;
  min-width: 300px;
}

.coachview-data-and-locations .title span:nth-child(2),
.coachview-data-and-locations .title span:nth-child(3) {
  flex: 1;
}

.coachview-accordion .content-inner {
  padding: 20px 30px 20px 100px;
}

.coachview-accordion h5 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.coachview-accordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.coachview-accordion ul li {
  display: flex;
  border: none;
  margin-bottom: 5px;
}

.coachview-accordion ul li span {
  flex: 0 0 20%;
}

.coachview-accordion ul li span:first-child {
  flex: 0 0 30%;
}

.address-list {
  display: flex;
}

.address-list .address {
  margin-right: 35px;
}

.coachview-place {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 8px;
}

.coachview-place-1 {
  background-color: #ffac54;
}

.coachview-place-2,
.coachview-place-3 {
  background-color: #f9de09;
}

.coachview-noplace {
  background-color: #b7343a;
  color: #fff;
}

#coachview-submit-registration:disabled {
  opacity: 0.7;
}

.start-dates {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}

.coachview-single-tags {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.coachview-single-tags li {
  margin-right: 10px;
}

.coachview-single-tags li:after {
  content: ",";
}

.coachview-single-tags li a {
  text-decoration: none;
  font-weight: 500;
}

.coachview-single-jumbotron {
  background-color: #f0f0f0;
  padding: 80px 0;
}

.coachview-single-jumbotron h1 {
  font-size: 36px !important;
  margin-bottom: 5px !important;
  line-height: 37px !important;
}

.coachview-single-jumbotron h5 {
  color: #b7343a;
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 1.5rem !important;
}

.coachview-single-jumbotron .entry-header-price {
  color: #005db0;
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 24px;
  margin-right: 20px;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
}

.coachview-single-jumbotron .coachview-entry-content {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 24px;
  padding-left: 10px;
}

.start-date-heading {
  margin-bottom: 30px;
}

.start-date-heading h3 {
  font-size: 24px !important;
  line-height: 25px !important;
}

.start-date-heading span {
  font-size: 18px;
  display: block;
  color: #b7343a;
}

.start-date-filter-items {
  background-color: #fff;
  border-radius: 22px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 7px 12px;
  display: flex;
  align-items: center;
}

.start-date-filter-items li {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  line-height: 30px;
  color: #153831;
  letter-spacing: 0;
}

.start-dates-table {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.start-dates-table.is--open .start-dates-table-content {
  display: block !important;
  visibility: visible !important;
}

.start-dates-table:nth-child(n + 2) {
  background-color: #f7f7f7;
}

.start-dates-table-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 27px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.start-dates-table-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #d5d5d5;
}

.start-dates-table-list-items:last-child {
  padding-bottom: 0;
}

.coachview-training {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.coachview-training h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.coachview-training h3 {
  margin-bottom: 1rem;
}

@media (max-width: 560px) {
  .coachview-training {
    display: block;
  }
}

.coachview-training .coachview-training_image {
  margin: 1.5rem 0 1.5rem 1.5rem;
  flex-shrink: 0;
}

@media (max-width: 560px) {
  .coachview-training .coachview-training_image {
    margin: 0 1.5rem;
    padding-top: 1.5rem;
  }
}

.coachview-training .coachview-training_image img {
  display: block;
  width: 100%;
  max-width: 150px;
  height: auto;
  border-radius: 0.2rem;
}

@media (max-width: 560px) {
  .coachview-training .coachview-training_image img {
    max-width: 100%;
  }
}

.coachview-training .coachview-training_content {
  padding: 1.5rem 2.5rem;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .coachview-training .coachview-training_content {
    padding: 1.5rem;
  }
}

.coachview-metadata {
  display: flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  flex-wrap: wrap;
  gap: 15px;
}

.coachview-metadata li {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.coachview-metadata li a {
  margin-left: 0.2rem;
}

.coachview-metadata li a:first-of-type {
  margin-left: 0;
}

.coachview-metadata li svg {
  width: auto;
  max-height: 20px;
  margin-right: 0.7rem;
}

.coachview-search {
  margin-bottom: 2rem;
}

.coachview-search input[type="text"] {
  height: 45px;
  width: 100%;
  background-color: #fff;
  border: 1px solid;
  border-radius: 0.2rem;
  padding: 30px 10px;
}

.from-designation {
  display: inline-block;
  margin-right: 4px;
}

/* Media query breakpoints mixins */
@media (min-width: 0) {
  .bp-min {
    width: 60px;
  }
  .bp-min {
    width: 80px;
  }
}

@media (max-width: -0.0625em) {
  .bp-max {
    /* styles */
  }
}

@media (min-width: 0) and (max-width: -0.0625em) {
  .bp-min-max {
    /* styles */
  }
}

/* Container sizes */
.container {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
}

@media (min-width: 576px) {
  .container {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: calc(50% - 570px);
    padding-right: calc(50% - 570px);
  }
}

@media (min-width: 1400px) {
  .container {
    padding-left: calc(50% - 620px);
    padding-right: calc(50% - 620px);
  }
}

.container-narrow {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
}

@media (min-width: 576px) {
  .container-narrow {
    padding-left: var(--gutter-md);
    padding-right: var(--gutter-md);
  }
}

@media (min-width: 768px) {
  .container-narrow {
    padding-left: var(--gutter-lg);
    padding-right: var(--gutter-lg);
  }
}

@media (min-width: 992px) {
  .container-narrow {
    padding-left: calc(50% - 390px);
    padding-right: calc(50% - 390px);
  }
}

/* Two columns - DEPRECATED?? */
.two-columns {
  column-count: 2;
  column-gap: var(--gutter-lg);
  column-rule-color: var(--color-divider);
  column-rule-style: solid;
  column-rule-width: 1px;
}

/* Hide text inside an element */
.text-hidden {
  display: inline-block;
  text-indent: -9000px;
}

/* Hide element on screen, but not for screen readers */
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}

/* Button basic styles */
.button-basic {
  display: inline-block;
  color: var(--color-text-button);
  font-size: 0.875rem; /* Assuming rem(14) */
  font-weight: 400; /* Assuming var(--fw-normal) is 400 */
  text-decoration: none;
  text-align: center;
  padding: 8px 16px; /* Assuming var(--gutter-xs) is 8px and var(--gutter-sm) is 16px */
  border: 1px solid var(--color-bg-button-primary);
  background-color: var(--color-bg-button-primary);
}

.button-basic.secondary {
  border-color: var(--color-bg-button-secondary);
  background-color: var(--color-bg-button-secondary);
}

.button-basic.info {
  border-color: var(--color-bg-button-info);
  background-color: var(--color-bg-button-info);
}

.button-basic:hover {
  opacity: 0.8;
}

/* Button block style (with arrow) */
.button-block {
  display: block;
  background-color: var(--color-bg-body);
  background-image: url("../images/icon-arrow-black-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px 17px;
  width: 100%;
  aspect-ratio: calc(1 / 1);
}

.button-block.small {
  background-size: 6px 13px;
}

/* Subheader */
.subheader {
  background-color: var(--color-bg-subheader);
  color: var(--color-text-inverted);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 16px; /* Assuming var(--gutter-md) is 16px */
  padding-bottom: 16px; /* Assuming var(--gutter-md) is 16px */
  justify-content: center;
}

.subheader.left {
  justify-content: flex-start;
}

.subheader.right {
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .subheader {
    padding-top: 8px; /* Assuming var(--gutter-sm) is 8px */
    padding-bottom: 8px; /* Assuming var(--gutter-sm) is 8px */
  }
}

.subheader-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 16px; /* Assuming var(--gutter-md) is 16px */
  padding-right: 16px; /* Assuming var(--gutter-md) is 16px */
  font-size: 1.25rem; /* Assuming rem(20) */
  text-align: center;
  line-height: 1.25;
}

@media (min-width: 992px) {
  .subheader-item {
    font-size: 0.9375rem; /* Assuming rem(15) */
  }
}

.subheader-item p {
  margin-bottom: 0;
}

.subheader-item strong {
  font-size: 1.875rem; /* Assuming rem(30) */
  line-height: 1;
}

@media (min-width: 992px) {
  .subheader-item strong {
    font-size: 1.625rem; /* Assuming rem(26) */
  }
}

/* Flip horizontally */
.flip-horizontally {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* Box decoration top */
.box-decoration-top {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 10px;
  background-color: inherit; /* Use inherited background color */
  position: absolute;
  top: -10px;
  left: 10px;
}

/* White gradient */
.white-gradient {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.coachview-btn .angle {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(45deg);
  transition: all 0.15s linear;
}

.hiddenRow {
  display: none;
}

.active-tog .hiddenRow {
  display: table-cell;
  width: 100%;
}

@media screen and (max-width: 992px) {
  thead {
    display: none;
  }
  tr {
    display: flex;
  }
  .coachview-table tbody .coachview-accordion-toggle {
    display: block;
    padding: 24px;
  }

  .coachview-btn {
    padding: 4px 0!important;
  }

}

.angle {
  transition: transform 0.3s;
  position: relative;
}

.angle.rotate {
  transform: rotate(225deg);
  margin-bottom: -12px;
}

ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background-image: url(icon-arrow-black-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}
.register-page-header {
  background-color: var(--color-orange);
}

.register-page-header .coachview-container {
  padding-left: 0;
  padding-right: 0;
}

.register-page-header h1 {
  font-size: 20rem;
  font-weight: var(--fw-normal);
}

.register-page-header h1 span {
  font-size: 26rem;
  color: var(--color-text-inverted);
}

/* registration page structure */
/* ------------------------------------------ */
.registration {
  padding-top: var(--gutter-md);
  padding-bottom: var(--gutter-md);
}

.registration__body {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) { /* Assuming $lg is 992px */
  .registration__body {
    flex-direction: row;
    justify-content: space-between;
  }
}

.registration__form {
  margin-bottom: var(--gutter-lg);
}

@media (min-width: 992px) { /* Assuming $lg is 992px */
  .registration__form {
    width: 63%;
  }
}

.registration__quick-look {
}

@media (min-width: 992px) { /* Assuming $lg is 992px */
  .registration__quick-look {
    width: 35%;
  }
}

/* registration form styles */
/* ------------------------------------------ */
#registration-form {
  background-color: var(--color-gray-300);
  padding-left: var(--gutter-md);
  padding-right: var(--gutter-md);
  padding-bottom: var(--gutter-md);
  position: relative;
}

#registration-form::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--color-gray-100);
}

#registration-form select.coachview_field_select {
  margin-top: 0;
}

#registration-form select.coachview_field_select,
#registration-form input[type="text"],
#registration-form input[type="email"],
#registration-form textarea {
  background-color: var(--color-white);
  border-color: var(--color-bg-input);
  color: var(--color-text-main);
}

#registration-form .submit-button {
  text-align: left;
}

/* quick-look info block */
/* ------------------------------------------ */
div.quick-look {
  background-color: var(--color-bg-form-mc);
  margin-top: 0;
  margin-left: 0;
  box-shadow: none;
  position: relative;
  top: 0;
}

div.quick-look::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--color-gray-300);
}

div.quick-look h3 {
  border-bottom: 1px solid var(--color-border-container);
  color: var(--color-text-inverted);
  font-weight: var(--fw-normal);
}

div.quick-look .quick-look-items {
  color: var(--color-text-inverted);
}

div.quick-look .quick-look-items li {
  padding-left: 0;
}

div.quick-look .quick-look-items li::before {
  content: none;
}

div.quick-look .total-price {
  border-top: 1px solid var(--color-border-container);
}