* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Misc mixins */
/* Responsive mixins */
header {
  position: fixed;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  z-index: 10; }
  @media (min-width: 981px) {
    header {
      margin-bottom: 106px; }
      header .current_page_item.highlight a {
        background-color: #EF5000 !important; }
        header .current_page_item.highlight a:after {
          display: none !important; }
      header .current_page_item a {
        position: relative; }
        header .current_page_item a:after {
          content: " ";
          bottom: 0px;
          left: -5%;
          width: 110%;
          height: 2px;
          display: block;
          background-color: #EF5000;
          position: absolute; } }
  @media (max-width: 981px) {
    header {
      margin-bottom: 60px; }
      header.menu-open {
        position: fixed; } }
  @media (min-width: 981px) {
    header .inner {
      padding: 44px 10px; } }
  header .inner .wrap {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    max-width: 1386px;
    width: 100%; }
    @media (min-width: 981px) {
      header .inner .wrap {
        padding: 10px 10px;
        border-radius: 63px;
        max-height: 77px; } }
    @media (min-width: 981px) and (max-width: 1250px) {
      header .inner .wrap {
        grid-template-columns: 305px 1fr;
        gap: 22px !important; } }
    @media (min-width: 1250px) {
      header .inner .wrap {
        grid-template-columns: 305px 1fr;
        gap: 42px; } }
    @media (min-width: 981px) {
      header .inner .wrap {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        header .inner .wrap .controls {
          display: none; }
        header .inner .wrap .logo {
          position: relative; }
          header .inner .wrap .logo a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start !important;
                -ms-flex-align: start !important;
                    align-items: flex-start !important;
            -webkit-box-pack: center !important;
                -ms-flex-pack: center !important;
                    justify-content: center !important; }
        header .inner .wrap .mobile,
        header .inner .wrap .toggle {
          display: none !important; } }
    @media (max-width: 500px) {
      header .inner .wrap {
        grid-template-columns: 58px 56px; } }
    @media (max-width: 981px) {
      header .inner .wrap {
        background-color: transparent;
        grid-template-columns: 184px 131px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 20px 20px 20px 20px;
        gap: 15px; }
        header .inner .wrap .controls {
          display: grid;
          height: 56px;
          grid-template-columns: auto auto;
          gap: 17px; }
          header .inner .wrap .controls > a {
            background-color: #F2F2F2;
            color: #141E59;
            text-align: center;
            font-family: Lexend;
            font-size: 13px;
            text-decoration: none;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            padding: 3px 10px;
            border-radius: 21px;
            display: block;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            -ms-flex-item-align: center;
                align-self: center; }
        header .inner .wrap .toggle {
          display: grid;
          grid-area: 1 / 2 / 2 / 3; }
        header .inner .wrap .logo {
          position: relative;
          top: 30px; }
          header .inner .wrap .logo a {
            max-width: 128px; } }
    header .inner .wrap .toggle {
      position: relative;
      z-index: 10;
      height: 56px;
      width: 56px;
      cursor: pointer;
      border-radius: 5px;
      background: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      gap: 15px;
      color: #fff;
      padding: 14px;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 16%;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      header .inner .wrap .toggle.menu-open {
        background-color: #141E59 !important; }
      header .inner .wrap .toggle .top, header .inner .wrap .toggle .mid, header .inner .wrap .toggle .bottom {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      header .inner .wrap .toggle.menu-open .top {
        -webkit-transform: translate3d(6px, -2px, 0px) rotate(45deg);
                transform: translate3d(6px, -2px, 0px) rotate(45deg); }
      header .inner .wrap .toggle.menu-open .bottom {
        -webkit-transform: translate3d(-6px, 6px, 0px) rotate(-45deg);
                transform: translate3d(-6px, 6px, 0px) rotate(-45deg); }
      header .inner .wrap .toggle.menu-open .mid {
        opacity: 0; }
    header .inner .wrap .logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .inner .wrap .logo a > img {
        position: relative;
        z-index: 1; }
      header .inner .wrap .logo a span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      @media (max-width: 400px) {
        header .inner .wrap .logo a span {
          display: none !important; } }
    header .inner .wrap nav {
      display: grid;
      grid-template-columns: 1fr; }
      @media (min-width: 1181px) {
        header .inner .wrap nav {
          gap: 37px; } }
      @media (min-width: 981px) and (max-width: 1440px) {
        header .inner .wrap nav {
          gap: 15px; } }
      header .inner .wrap nav .logo {
        padding-bottom: 100px; }
        @media (min-width: 981px) {
          header .inner .wrap nav .logo {
            display: none; } }
        header .inner .wrap nav .logo a {
          color: #141E59;
          text-decoration: none;
          font-size: 17px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          /* 117.647% */
          /* 26.4px */ }
          header .inner .wrap nav .logo a span {
            display: inline-block !important;
            margin-top: -1px; }
      @media (min-width: 1181px) {
        header .inner .wrap nav .nav-wrap {
          gap: 50px; } }
      @media (min-width: 981px) and (max-width: 1440px) {
        header .inner .wrap nav .nav-wrap {
          gap: 20px; }
        header .inner .wrap nav .menus {
          gap: 20px !important; } }
      @media (min-width: 981px) {
        header .inner .wrap nav {
          justify-self: flex-end;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          header .inner .wrap nav .nav-wrap {
            background-color: #F2F2F2;
            padding: 10px 10px 10px 30px;
            border-radius: 69px;
            display: grid;
            grid-template-columns: auto;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            header .inner .wrap nav .nav-wrap ul {
              -webkit-box-align: center !important;
                  -ms-flex-align: center !important;
                      align-items: center !important; }
            header .inner .wrap nav .nav-wrap .highlight a {
              border-radius: 37px;
              background-color: #141E59;
              padding: 4px 30px;
              color: #F2F2F2; }
            header .inner .wrap nav .nav-wrap .menu {
              justify-self: flex-end;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
          header .inner .wrap nav .logo {
            display: none !important; } }
      @media (max-width: 981px) {
        header .inner .wrap nav {
          padding-top: 100px;
          background-color: #004F91;
          position: fixed;
          overflow-y: scroll;
          scrollbar-width: thin;
          inset: 0;
          width: 100%;
          pointer-events: none;
          opacity: 0;
          -webkit-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
          z-index: 3; }
          header .inner .wrap nav .nav-wrap {
            padding: 50px 0px 163px 0px; }
            header .inner .wrap nav .nav-wrap .menu {
              padding: 0px 77px 0px 53px; }
            header .inner .wrap nav .nav-wrap .menu-left {
              gap: 50px !important; }
              header .inner .wrap nav .nav-wrap .menu-left a {
                color: #fff;
                text-decoration: none;
                font-size: 26px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px;
                /* 76.923% */ }
              header .inner .wrap nav .nav-wrap .menu-left .sub-menu a {
                font-size: 22px !important;
                line-height: 32px !important; }
            header .inner .wrap nav .nav-wrap .menus {
              margin-bottom: 32px;
              padding-bottom: 32px;
              border-bottom: 1px solid rgba(82, 196, 244, 0.8);
              position: relative;
              display: grid !important;
              grid-template-columns: 1fr;
              gap: 40px; }
              header .inner .wrap nav .nav-wrap .menus .menu .dropdown {
                right: 4px;
                pointer-events: none;
                opacity: 0;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                max-height: 0px;
                overflow: hidden; }
                header .inner .wrap nav .nav-wrap .menus .menu .dropdown > .menu-title {
                  display: none; }
                header .inner .wrap nav .nav-wrap .menus .menu .dropdown ul {
                  padding-left: 5px;
                  padding-top: 15px;
                  display: grid;
                  grid-template-columns: 1fr;
                  gap: 20px; }
                  header .inner .wrap nav .nav-wrap .menus .menu .dropdown ul li a {
                    color: #fff;
                    text-decoration: none;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 150%;
                    /* 25.5px */ }
              header .inner .wrap nav .nav-wrap .menus .menu > .menu-title {
                position: relative;
                cursor: pointer;
                padding-right: 24px;
                color: #fff;
                text-decoration: none;
                font-size: 22px;
                font-style: normal;
                font-weight: 700;
                line-height: 150%; }
                header .inner .wrap nav .nav-wrap .menus .menu > .menu-title:after {
                  top: 1px;
                  position: absolute;
                  right: 0;
                  content: " ";
                  width: 24px;
                  height: 24px;
                  -webkit-transition: all .3s ease-in-out;
                  transition: all .3s ease-in-out;
                  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3982 15.6629C12.1785 15.8826 11.8224 15.8826 11.6027 15.6629L5.86788 9.92804C5.64821 9.70837 5.64821 9.35227 5.86788 9.13259L6.13305 8.86739C6.35271 8.64772 6.70887 8.64772 6.92854 8.86739L12.0005 13.9393L17.0724 8.86739C17.2921 8.64772 17.6482 8.64772 17.8679 8.86739L18.1331 9.13259C18.3527 9.35227 18.3527 9.70837 18.1331 9.92804L12.3982 15.6629Z' fill='white'/%3E%3C/svg%3E"); }
              header .inner .wrap nav .nav-wrap .menus .menu.open > .menu-title:after {
                -webkit-transform: rotate(180deg);
                        transform: rotate(180deg); }
              header .inner .wrap nav .nav-wrap .menus .menu.open .dropdown {
                pointer-events: all;
                opacity: 1;
                max-height: 500px; } }
    header .inner .wrap ul.menu-left li {
      text-align: left; }
    header .inner .wrap ul.menu-left > li > a {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      color: #141E59;
      text-decoration: none;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 29px;
      /* 181.25% */
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      /* 21px */ }
      header .inner .wrap ul.menu-left > li > a:after {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    header .inner .wrap ul.menu-left > li.menu-item-has-children {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 3px; }
      @media (min-width: 981px) {
        header .inner .wrap ul.menu-left > li.menu-item-has-children {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (max-width: 981px) {
        header .inner .wrap ul.menu-left > li.menu-item-has-children {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children:after {
            position: relative;
            top: 1px;
            margin-left: 2px;
            cursor: pointer;
            background-repeat: no-repeat;
            display: inline-block;
            content: " ";
            right: 0;
            top: 3px;
            position: absolute;
            width: 20px;
            height: 20px;
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9936 5.30625L6.93111 9.36875C6.8745 9.42556 6.80723 9.47064 6.73316 9.50139C6.65909 9.53215 6.57967 9.54798 6.49947 9.54798C6.41927 9.54798 6.33985 9.53215 6.26578 9.50139C6.19171 9.47064 6.12444 9.42556 6.06783 9.36875L2.00533 5.30625C1.89085 5.19177 1.82654 5.03651 1.82654 4.87461C1.82654 4.71272 1.89085 4.55745 2.00533 4.44297C2.11981 4.32849 2.27507 4.26418 2.43697 4.26418C2.59887 4.26418 2.75413 4.32849 2.86861 4.44297L6.49998 8.07434L10.1313 4.44246C10.2458 4.32799 10.4011 4.26367 10.563 4.26367C10.7249 4.26367 10.8801 4.32799 10.9946 4.44246C11.1091 4.55694 11.1734 4.71221 11.1734 4.8741C11.1734 5.036 11.1091 5.19127 10.9946 5.30574L10.9936 5.30625Z' fill='white'/%3E%3C/svg%3E%0A"); } }
      header .inner .wrap ul.menu-left > li.menu-item-has-children li {
        width: 100%; }
      header .inner .wrap ul.menu-left > li.menu-item-has-children > a {
        position: relative;
        z-index: 2; }
        @media (min-width: 981px) {
          header .inner .wrap ul.menu-left > li.menu-item-has-children > a:after {
            position: relative;
            top: 1px;
            margin-left: 2px;
            cursor: pointer;
            background-repeat: no-repeat;
            display: inline-block;
            content: " ";
            width: 13px;
            height: 13px;
            background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9936 5.30625L6.93111 9.36875C6.8745 9.42556 6.80723 9.47064 6.73316 9.50139C6.65909 9.53215 6.57967 9.54798 6.49947 9.54798C6.41927 9.54798 6.33985 9.53215 6.26578 9.50139C6.19171 9.47064 6.12444 9.42556 6.06783 9.36875L2.00533 5.30625C1.89085 5.19177 1.82654 5.03651 1.82654 4.87461C1.82654 4.71272 1.89085 4.55745 2.00533 4.44297C2.11981 4.32849 2.27507 4.26418 2.43697 4.26418C2.59887 4.26418 2.75413 4.32849 2.86861 4.44297L6.49998 8.07434L10.1313 4.44246C10.2458 4.32799 10.4011 4.26367 10.563 4.26367C10.7249 4.26367 10.8801 4.32799 10.9946 4.44246C11.1091 4.55694 11.1734 4.71221 11.1734 4.8741C11.1734 5.036 11.1091 5.19127 10.9946 5.30574L10.9936 5.30625Z' fill='black'/%3E%3C/svg%3E%0A"); } }
      @media (min-width: 981px) {
        header .inner .wrap ul.menu-left > li.menu-item-has-children > .sub-menu {
          top: 45px;
          position: absolute;
          pointer-events: none;
          opacity: 0;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          background-color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 20px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          gap: 14px;
          min-width: 245px;
          border-radius: 8px;
          background: #FFF; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children > .sub-menu a {
            position: relative;
            text-decoration: none;
            color: #141E59;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-font-feature-settings: 'liga' off, 'clig' off;
                    font-feature-settings: 'liga' off, 'clig' off;
            font-family: Montserrat;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px; }
            header .inner .wrap ul.menu-left > li.menu-item-has-children > .sub-menu a:after {
              -webkit-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
              content: " ";
              position: absolute;
              bottom: 0px;
              width: 100%;
              height: 1px;
              background-color: transparent;
              left: 0; }
        header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: 3px; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > a {
            /* 21px */ }
            header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > a:after {
              background-repeat: no-repeat;
              display: inline-block;
              content: " ";
              width: 13px;
              height: 13px;
              background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9936 5.30625L6.93111 9.36875C6.8745 9.42556 6.80723 9.47064 6.73316 9.50139C6.65909 9.53215 6.57967 9.54798 6.49947 9.54798C6.41927 9.54798 6.33985 9.53215 6.26578 9.50139C6.19171 9.47064 6.12444 9.42556 6.06783 9.36875L2.00533 5.30625C1.89085 5.19177 1.82654 5.03651 1.82654 4.87461C1.82654 4.71272 1.89085 4.55745 2.00533 4.44297C2.11981 4.32849 2.27507 4.26418 2.43697 4.26418C2.59887 4.26418 2.75413 4.32849 2.86861 4.44297L6.49998 8.07434L10.1313 4.44246C10.2458 4.32799 10.4011 4.26367 10.563 4.26367C10.7249 4.26367 10.8801 4.32799 10.9946 4.44246C11.1091 4.55694 11.1734 4.71221 11.1734 4.8741C11.1734 5.036 11.1091 5.19127 10.9946 5.30574L10.9936 5.30625Z' fill='black'/%3E%3C/svg%3E%0A"); }
            header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > a:after {
              -webkit-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out; }
            header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > a:hover {
              color: #fff; }
              header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > a:hover:after {
                background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9936 5.30625L6.93111 9.36875C6.8745 9.42556 6.80723 9.47064 6.73316 9.50139C6.65909 9.53215 6.57967 9.54798 6.49947 9.54798C6.41927 9.54798 6.33985 9.53215 6.26578 9.50139C6.19171 9.47064 6.12444 9.42556 6.06783 9.36875L2.00533 5.30625C1.89085 5.19177 1.82654 5.03651 1.82654 4.87461C1.82654 4.71272 1.89085 4.55745 2.00533 4.44297C2.11981 4.32849 2.27507 4.26418 2.43697 4.26418C2.59887 4.26418 2.75413 4.32849 2.86861 4.44297L6.49998 8.07434L10.1313 4.44246C10.2458 4.32799 10.4011 4.26367 10.563 4.26367C10.7249 4.26367 10.8801 4.32799 10.9946 4.44246C11.1091 4.55694 11.1734 4.71221 11.1734 4.8741C11.1734 5.036 11.1091 5.19127 10.9946 5.30574L10.9936 5.30625Z' fill='black'/%3E%3C/svg%3E%0A") !important; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children:before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            height: 45px;
            width: calc(100% + 30px);
            z-index: 1; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > a {
            position: relative;
            z-index: 2; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
            top: 0px !important;
            left: calc(100% + 30px) !important;
            position: absolute;
            pointer-events: none;
            opacity: 0;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            background-color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 30px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            gap: 27px;
            min-width: 245px; }
            header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > .sub-menu a {
              text-decoration: none;
              color: #141E59;
              -webkit-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out;
              -webkit-font-feature-settings: 'liga' off, 'clig' off;
                      font-feature-settings: 'liga' off, 'clig' off;
              font-family: "Chopin";
              font-size: 17px;
              font-style: normal;
              font-weight: 600;
              line-height: 20px;
              /* 117.647% */ }
              header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children > .sub-menu a:hover {
                color: #fff; } }
      @media (max-width: 981px) {
        header .inner .wrap ul.menu-left > li.menu-item-has-children.active > .sub-menu {
          opacity: 1;
          max-height: 999px; }
        header .inner .wrap ul.menu-left > li.menu-item-has-children.active .active > .sub-menu {
          opacity: 1;
          max-height: 99999px; }
        header .inner .wrap ul.menu-left > li.menu-item-has-children .sub-menu {
          display: grid;
          grid-template-columns: 1fr;
          gap: 15px;
          padding-left: 5px;
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          opacity: 0;
          pointer-events: none;
          max-height: 0px;
          overflow: hidden; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children .sub-menu > li:first-of-type {
            margin-top: 10px; }
        header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children {
          position: relative; }
          header .inner .wrap ul.menu-left > li.menu-item-has-children li.menu-item-has-children:after {
            position: absolute;
            right: 0;
            top: 0;
            background-repeat: no-repeat;
            content: " ";
            width: 13px;
            height: 13px;
            background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9936 5.30625L6.93111 9.36875C6.8745 9.42556 6.80723 9.47064 6.73316 9.50139C6.65909 9.53215 6.57967 9.54798 6.49947 9.54798C6.41927 9.54798 6.33985 9.53215 6.26578 9.50139C6.19171 9.47064 6.12444 9.42556 6.06783 9.36875L2.00533 5.30625C1.89085 5.19177 1.82654 5.03651 1.82654 4.87461C1.82654 4.71272 1.89085 4.55745 2.00533 4.44297C2.11981 4.32849 2.27507 4.26418 2.43697 4.26418C2.59887 4.26418 2.75413 4.32849 2.86861 4.44297L6.49998 8.07434L10.1313 4.44246C10.2458 4.32799 10.4011 4.26367 10.563 4.26367C10.7249 4.26367 10.8801 4.32799 10.9946 4.44246C11.1091 4.55694 11.1734 4.71221 11.1734 4.8741C11.1734 5.036 11.1091 5.19127 10.9946 5.30574L10.9936 5.30625Z' fill='black'/%3E%3C/svg%3E%0A"); } }
    header .inner .wrap ul.menu-left li:hover > .sub-menu {
      pointer-events: all !important;
      opacity: 1 !important; }
    @media (min-width: 1181px) {
      header .inner .wrap ul.menu-left {
        gap: 2px 30px; } }
    @media (min-width: 981px) and (max-width: 1440px) {
      header .inner .wrap ul.menu-left {
        gap: 2px 20px; } }
    @media (min-width: 981px) {
      header .inner .wrap ul.menu-left {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (max-width: 981px) {
      header .inner .wrap ul.menu-left {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px; } }
    header .inner .wrap .language-switcher {
      position: relative; }
      header .inner .wrap .language-switcher:after {
        position: absolute;
        content: " ";
        left: 0;
        width: 100%;
        height: 30px; }
      header .inner .wrap .language-switcher .current {
        border-radius: 30px;
        background: #132C5B;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75px;
        padding: 6px;
        cursor: pointer;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 6px;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        line-height: 20px;
        /* 117.647% */ }
      header .inner .wrap .language-switcher .dropdown {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        top: 45px;
        right: 4px;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 207px;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 27px;
        background-color: #fff; }
        header .inner .wrap .language-switcher .dropdown a {
          color: #141E59;
          text-decoration: none;
          font-size: 17px;
          font-style: normal;
          font-weight: 600;
          line-height: 20px;
          /* 117.647% */
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
          header .inner .wrap .language-switcher .dropdown a:hover {
            color: #fff; }
      header .inner .wrap .language-switcher:hover .dropdown {
        opacity: 1;
        pointer-events: all; }
      @media (max-width: 981px) {
        header .inner .wrap .language-switcher {
          display: none; } }
  @media (max-width: 981px) {
    header .search {
      position: relative;
      z-index: 10; }
      header .search .mobile {
        border-radius: 4px;
        background: #FFF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 59px;
        height: 56px;
        padding: 10px 10px 8px 10px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 6px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer; }
    header .search .desktop {
      display: none; }
    header.menu-open nav {
      pointer-events: all !important;
      opacity: 1 !important; } }
  @media (max-width: 420px) {
    header .inner .wrap {
      grid-template-columns: auto auto; } }
  header .wrap {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  header .logo {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    header .logo span {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  @media (min-width: 981px) {
    header input[type="search"] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 56px;
      padding: 10px 10px 8px 10px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 6px;
      border: 0 !important;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 48px;
      border-radius: 4px;
      font-size: 18px;
      background-color: #FFF;
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='38' viewBox='0 0 40 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='38' rx='4' fill='%23004F91'/%3E%3Cpath d='M27.9422 27.058L24.0305 23.1471C25.1643 21.7859 25.7297 20.04 25.609 18.2726C25.4883 16.5052 24.6909 14.8524 23.3827 13.658C22.0744 12.4635 20.356 11.8194 18.585 11.8597C16.8139 11.8999 15.1266 12.6214 13.8739 13.8741C12.6213 15.1267 11.8998 16.8141 11.8596 18.5851C11.8193 20.3561 12.4634 22.0745 13.6578 23.3828C14.8523 24.691 16.5051 25.4884 18.2725 25.6091C20.0399 25.7298 21.7858 25.1644 23.1469 24.0306L27.0579 27.9424C27.1159 28.0004 27.1849 28.0465 27.2607 28.0779C27.3366 28.1094 27.4179 28.1255 27.5001 28.1255C27.5822 28.1255 27.6635 28.1094 27.7394 28.0779C27.8152 28.0465 27.8842 28.0004 27.9422 27.9424C28.0003 27.8843 28.0464 27.8154 28.0778 27.7395C28.1092 27.6636 28.1254 27.5823 28.1254 27.5002C28.1254 27.4181 28.1092 27.3367 28.0778 27.2609C28.0464 27.185 28.0003 27.1161 27.9422 27.058ZM13.1251 18.7502C13.1251 17.6377 13.455 16.5501 14.073 15.6251C14.6911 14.7001 15.5696 13.9791 16.5975 13.5534C17.6253 13.1276 18.7563 13.0162 19.8474 13.2333C20.9386 13.4503 21.9409 13.986 22.7275 14.7727C23.5142 15.5594 24.0499 16.5617 24.267 17.6528C24.484 18.7439 24.3726 19.8749 23.9469 20.9028C23.5211 21.9306 22.8002 22.8091 21.8751 23.4272C20.9501 24.0453 19.8626 24.3752 18.7501 24.3752C17.2587 24.3735 15.8289 23.7804 14.7744 22.7258C13.7199 21.6713 13.1267 20.2415 13.1251 18.7502Z' fill='white'/%3E%3C/svg%3E%0A") !important;
      background-size: 40px 38px !important;
      background-position: right 7px top 6px !important; }
    header ul.menu-left > li > a {
      position: relative;
      display: block;
      min-height: 29px; }
    header .logo img,
    header .logo a,
    header .logo {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    header .wrap {
      position: relative; }
      header .wrap:after {
        background-color: red;
        inset: 0;
        width: 100%;
        height: 100%; }
    header .logo a {
      min-height: 57px;
      display: grid !important;
      grid-template-columns: 1fr; }
      header .logo a img {
        grid-area: 1 / 1 / 2 / 2; }
      header .logo a .text {
        height: 101px; }
      header .logo a .notext {
        padding-top: 10px;
        opacity: 0; }
    header.fixed .wrap {
      background-color: #141E59; }
    header.fixed .logo {
      padding-left: 30px; }
      header.fixed .logo .text {
        opacity: 0;
        height: 37px; }
      header.fixed .logo .notext {
        opacity: 1; }
      header.fixed .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important; } }
  @media (max-width: 981px) {
    header .logo img,
    header .logo a,
    header .logo {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    header .wrap {
      position: relative; }
      header .wrap:after {
        background-color: red;
        inset: 0;
        width: 100%;
        height: 100%; }
    header .logo a {
      min-height: 56px;
      display: grid !important;
      grid-template-columns: 1fr; }
      header .logo a img {
        grid-area: 1 / 1 / 2 / 2; }
      header .logo a .text {
        height: 43px; }
      header .logo a .notext {
        max-height: 22px;
        opacity: 0; }
    header.fixed .wrap {
      background-color: #141E59; }
    header.fixed .logo {
      top: 0px !important; }
      header.fixed .logo .text {
        opacity: 0;
        height: 37px; }
      header.fixed .logo .notext {
        opacity: 1; }
      header.fixed .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important; } }

nav {
  scrollbar-width: none !important;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */ }
  nav :-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */ }

@media (min-width: 783px) {
  body.admin-bar .fullscreen-search,
  body.admin-bar header nav {
    top: 32px !important; }
  body.admin-bar header {
    top: 32px; } }
@media (max-width: 782px) {
  body.admin-bar .fullscreen-search,
  body.admin-bar header nav {
    top: 46px !important; }
  body.admin-bar header {
    top: 46px; } }

@media (max-width: 981px) {
  html {
    margin-top: 0px !important; } }
footer {
  position: relative;
  background: #141E59; }
  footer * {
    color: #F2F2F2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  footer .tel a:hover, footer .email a:hover, footer ul a:hover {
    color: #EF5000 !important; }
  footer .inner {
    position: relative;
    z-index: 4;
    margin-left: auto;
    margin-right: auto;
    max-width: 1386px;
    width: 100%; }
    footer .inner .social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px; }
      footer .inner .social .tel a, footer .inner .social .email a {
        text-decoration: underline !important; }
    footer .inner .menus > div {
      display: grid; }
      @media (min-width: 981px) {
        footer .inner .menus > div {
          grid-template-columns: auto auto;
          gap: 25px;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (max-width: 981px) {
        footer .inner .menus > div {
          grid-template-columns: 1fr;
          gap: 50px; } }
      footer .inner .menus > div .menus-wrap {
        display: grid; }
        @media (min-width: 1080px) {
          footer .inner .menus > div .menus-wrap {
            gap: 77px !important; } }
        @media (min-width: 981px) and (max-width: 1080px) {
          footer .inner .menus > div .menus-wrap {
            gap: 45px; } }
        @media (min-width: 981px) {
          footer .inner .menus > div .menus-wrap {
            grid-template-columns: 1fr 1fr 1fr;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
        @media (max-width: 981px) {
          footer .inner .menus > div .menus-wrap {
            grid-template-columns: 1fr;
            gap: 50px; } }
    footer .inner .menus a {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-decoration: none; }
    footer .inner .copy {
      text-align: center;
      margin-top: 80px; }
      footer .inner .copy * {
        display: inline-block; }
    footer .inner ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 15px; }
    footer .inner .footer-button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 50px;
      padding: 10.5px 23px;
      background-color: #EF5000;
      font-family: Lexend;
      font-size: 20px !important;
      font-style: normal;
      font-weight: 700 !important;
      line-height: normal; }
    @media (min-width: 981px) {
      footer .inner {
        padding: 85px 50px 40px; }
        footer .inner .footer-logo {
          margin-bottom: 30px; }
        footer .inner .menu-title {
          text-align: justify;
          font-size: 28px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 15px; } }
    @media (max-width: 981px) {
      footer .inner {
        padding: 85px 15px 40px; }
        footer .inner .menu-title {
          text-align: justify;
          font-size: 20px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 15px; }
        footer .inner .menus {
          padding: 0px 0px 0px 64px; }
        footer .inner .footer-logo img {
          max-width: 181px; }
        footer .inner .copy {
          text-align: center;
          font-size: 14px !important;
          line-height: 18px; }
          footer .inner .copy p {
            line-height: 18px;
            font-size: 14px !important; } }

.publicaties {
  display: grid;
  max-width: 1240px !important; }
  @media (min-width: 981px) {
    .publicaties {
      grid-template-columns: 1fr 1fr;
      margin-bottom: 120px;
      gap: 40px; } }
  @media (max-width: 981px) {
    .publicaties {
      grid-template-columns: 1fr;
      margin-bottom: 75px;
      gap: 20px; } }
  .publicaties article {
    display: grid;
    grid-template-columns: 232px 1fr;
    border-radius: 20px;
    background: #FFF;
    gap: 30px;
    overflow: hidden; }
    .publicaties article div {
      width: 100%; }
    .publicaties article .left {
      position: relative;
      min-height: 328px;
      width: 100%;
      height: 100%; }
      .publicaties article .left img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
    .publicaties article .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px 30px 30px 0px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 8px; }
      .publicaties article .right .text,
      .publicaties article .right .text * {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; }
      .publicaties article .right .title {
        font-family: 'Palatino';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; }
      .publicaties article .right a {
        text-decoration: none;
        color: #DDB739;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
    @media (max-width: 600px) {
      .publicaties article {
        grid-template-columns: 1fr; }
        .publicaties article .right {
          padding: 0px 30px 30px; } }

* {
  -webkit-font-feature-settings: 'liga' off, 'clig' off !important;
          font-feature-settings: 'liga' off, 'clig' off !important; }

.wp-block-bb-cao-new {
  overflow-x: hidden; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

html {
  scroll-padding-top: 150px !important; }

a.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden; }

@media (min-width: 981px) {
  main {
    padding: 0px 35px; } }
@media (max-width: 981px) {
  main {
    padding: 0px 35px; } }

.is-layout-constrained > * {
  max-width: var(--content-max-width, 1140px);
  margin-left: auto;
  margin-right: auto; }
.is-layout-constrained > .alignfull {
  margin-left: -35px !important;
  margin-right: -35px !important;
  max-width: calc(100% + 70px) !important;
  width: calc(100% + 70px); }

p {
  color: var(--wp--preset--color--dark-blue); }
  p a {
    color: inherit; }

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em clamp(20px, 5vw, 20px) !important; }

.margin-top-auto {
  margin-top: auto; }

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 981px) {
    .flex-column {
      gap: 63px; }
      .flex-column > * {
        margin-bottom: 0px !important; }
      .flex-column .training {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .flex-column .links-list-block {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .flex-column .wp-block-bb-arrow-link {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }

p + p {
  margin-top: 17px; }

h2 {
  margin-bottom: 17px; }

.admin-bar #bb-video-modal .btn-close {
  top: 60px; }

.single-post .content > p {
  margin-bottom: 20px; }
@media (min-width: 981px) {
  .single-post .content .wp-block-gallery {
    margin-top: 15px;
    margin-bottom: 60px; } }
@media (max-width: 981px) {
  .single-post .content .wp-block-gallery {
    margin-top: 15px;
    margin-bottom: 60px; } }
@media (min-width: 981px) {
  .single-post .content .post-archive {
    margin-top: 110px;
    margin-bottom: 105px; } }
@media (max-width: 981px) {
  .single-post .content .post-archive {
    margin-top: 75px;
    margin-bottom: 75px; } }
@media (min-width: 981px) {
  .single-post .content > .wp-block-image {
    margin-bottom: 91px; } }
@media (max-width: 981px) {
  .single-post .content > .wp-block-image {
    margin-bottom: 60px; } }
.single-post .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 816px; }

.wp-block-buttons {
  gap: 20px; }

@media (min-width: 981px) {
  section.content > .wp-block-columns {
    padding-bottom: 120px; } }
@media (max-width: 981px) {
  section.content > .wp-block-columns {
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr !important; }
    section.content > .wp-block-columns.image-below .wp-block-column:first-of-type {
      grid-area: 2 / 1 / 3 / 2 !important; } }

.wp-block-buttons {
  margin-top: 18px; }

@media (max-width: 981px) {
  .wp-block-group {
    margin-bottom: 30px !important; }
    .wp-block-group h2 {
      padding-top: 40px !important;
      margin-top: 0px !important;
      padding-bottom: 0px !important;
      margin-bottom: 30px !important; } }
@media (min-width: 981px) {
  .wp-block-group > .wp-block-heading {
    margin-bottom: 50px !important; } }
@media (max-width: 981px) {
  .wp-block-group > .wp-block-heading {
    margin-bottom: 30px !important; } }
@media (min-width: 981px) {
  .wp-block-group .gform_wrapper {
    margin-top: 60px; } }
@media (max-width: 981px) {
  .wp-block-group .gform_wrapper {
    margin-top: 30px; } }
@media (min-width: 981px) {
  .wp-block-group {
    margin-bottom: 120px; } }
@media (max-width: 981px) {
  .wp-block-group {
    margin-bottom: 120px; }
    .wp-block-group .wp-block-columns {
      display: grid !important;
      gap: 20px 0px !important;
      grid-template-columns: 1fr !important; } }
.wp-block-group.alignwide > * {
  max-width: 100% !important; }

.wp-block-button .image-button {
  padding: 6px 24px 6px 6px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  .wp-block-button .image-button img {
    height: 40px; }

:root {
  wp--style--unstable-gallery-gap: 20px !important; }

.wp-block-gallery.columns-2 {
  gap: 20px !important; }
  .wp-block-gallery.columns-2 .wp-block-image {
    width: calc(50% - 20px) !important; }

.wp-block-gallery.columns-4 {
  gap: 10px !important; }
  .wp-block-gallery.columns-4 .wp-block-image {
    width: calc(25% - 10px) !important; }

@media (min-width: 981px) {
  .content > .wp-block-image,
  .wp-block-gallery {
    margin-bottom: 120px; } }
@media (max-width: 981px) {
  .content > .wp-block-image,
  .wp-block-gallery {
    margin-bottom: 60px; } }

@media (max-width: 500px) {
  header .social a,
  header .theme-button {
    font-size: 15px !important; }
  header .theme-button {
    padding: 12px 18px !important; } }

.video-overlay {
  position: fixed;
  background: rgba(240, 240, 244, 0.95);
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll; }
  .video-overlay.open {
    pointer-events: all;
    opacity: 1; }
  .video-overlay .overlay-inner {
    height: 100% !important;
    position: relative;
    display: grid;
    background: #F0F0F4;
    margin: 0 auto;
    width: 100%;
    padding: 20px; }
    .video-overlay .overlay-inner .close {
      width: 50px;
      height: 50px;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 14px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 10px;
      background: #FFF;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .video-overlay .overlay-inner .close svg, .video-overlay .overlay-inner .close path {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .video-overlay .overlay-inner .close:hover {
        background-color: #141E59; }
        .video-overlay .overlay-inner .close:hover svg path {
          fill: #fff; }
    .video-overlay .overlay-inner > div {
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      margin: auto auto;
      max-width: 879px; }
      .video-overlay .overlay-inner > div iframe {
        width: 100%;
        max-width: 879px;
        margin: auto auto;
        aspect-ratio: 16/9; }
    .video-overlay .overlay-inner .video-title {
      text-align: center;
      font-size: 19px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      /* 168.421% */ }

main {
  position: relative;
  z-index: 3; }

main section.content .wp-block-group > h1,
main section.content .wp-block-group > h2,
main section.content .wp-block-column > h1,
main section.content .wp-block-column > h2,
main section.content > h1,
main section.content > h2 {
  margin-bottom: 20px; }
main section.content h3, main section.content h4, main section.content h5, main section.content h6 {
  margin-bottom: 12px !important; }
main section.content .wp-block-pullquote {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }
main section.content blockquote,
main section.content .wp-block-table,
main section.content .wp-block-preformatted,
main section.content .wp-block-code {
  margin-bottom: 30px; }
main section.content > h1,
main section.content > h2,
main section.content > h3,
main section.content > h4,
main section.content > h5,
main section.content > h6 {
  margin-top: 30px; }
main section.content > h4,
main section.content > h5,
main section.content > h6 {
  margin-top: 20px; }
main section.content > p {
  margin-bottom: 30px; }
main section.content ol li,
main section.content ul li {
  position: relative;
  left: 19px;
  width: calc(100% - 19px); }
main section.content ul li {
  list-style-type: disc; }
main section.content ol li {
  list-style-type: decimal; }
main section.content > ol,
main section.content > ul {
  margin-bottom: 30px; }
main section.content > ol + div:not(.wp-block-buttons),
main section.content > ol + section,
main section.content > ol + figure,
main section.content > ul + div:not(.wp-block-buttons),
main section.content > ul + section,
main section.content > ul + figure,
main section.content > p + section,
main section.content > p + div:not(.wp-block-buttons),
main section.content > p + figure {
  margin-top: 51px !important; }
main section.content > .wp-block-buttons,
main section.content > .wp-block-button {
  margin-bottom: 42px; }
main section.content p:has(+ ul) {
  margin-bottom: 0px !important; }
@media (min-width: 981px) {
  main section.content > .wp-block-mg-imagevideo {
    margin-bottom: 120px; } }
@media (max-width: 981px) {
  main section.content > .wp-block-mg-imagevideo {
    margin-bottom: 80px; } }

@media (max-width: 981px) {
  .hide-mobile {
    display: none !important; } }
@media (min-width: 981px) {
  .wp-block-post-title {
    margin-bottom: 18px !important; } }
@media (max-width: 981px) {
  .wp-block-post-title {
    margin-bottom: 18px !important; } }

.post-navigation {
  max-width: 1240px !important;
  width: 100% !important;
  display: grid;
  gap: 20px; }
  @media (min-width: 981px) {
    .post-navigation {
      margin-bottom: 160px; } }
  @media (max-width: 981px) {
    .post-navigation {
      margin-bottom: 80px; } }
  @media (min-width: 601px) {
    .post-navigation {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    .post-navigation {
      grid-template-columns: 1fr; } }
  .post-navigation .nav-block {
    border-radius: 20px;
    background: #FFF;
    display: grid;
    overflow: hidden;
    text-decoration: none; }
    .post-navigation .nav-block .nav-content {
      display: grid;
      gap: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 981px) {
        .post-navigation .nav-block .nav-content {
          padding: 50px 20px; } }
      @media (max-width: 981px) {
        .post-navigation .nav-block .nav-content {
          padding: 30px 20px; } }
      .post-navigation .nav-block .nav-content .nav-title {
        color: #12222F;
        font-family: 'Palatino';
        font-style: normal;
        font-weight: 400; }
        @media (min-width: 981px) {
          .post-navigation .nav-block .nav-content .nav-title {
            font-size: 26px;
            line-height: 32px; } }
        @media (max-width: 981px) {
          .post-navigation .nav-block .nav-content .nav-title {
            font-size: 19px;
            line-height: 23px; } }
      .post-navigation .nav-block .nav-content .nav-arrow {
        height: 26px; }
    .post-navigation .nav-block .image {
      position: relative;
      overflow: hidden; }
      .post-navigation .nav-block .image:hover img {
        scale: 1.05; }
      @media (min-width: 981px) {
        .post-navigation .nav-block .image {
          height: 100%;
          min-height: 149px;
          width: 149px; } }
      @media (max-width: 981px) {
        .post-navigation .nav-block .image {
          display: none; } }
      .post-navigation .nav-block .image img {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center; }
  @media (min-width: 601px) {
    .post-navigation .next {
      grid-area: 1 / 1 / 2 / 2; } }
  @media (min-width: 981px) {
    .post-navigation .next {
      grid-template-columns: 149px 1fr; } }
  @media (max-width: 981px) {
    .post-navigation .next {
      grid-template-columns: 1fr; } }
  .post-navigation .next .nav-content {
    grid-template-columns: 26px 1fr; }
  @media (min-width: 601px) {
    .post-navigation .prev {
      grid-area: 1 / 2 / 2 / 3; } }
  @media (min-width: 981px) {
    .post-navigation .prev {
      grid-template-columns: 1fr 149px; } }
  @media (max-width: 981px) {
    .post-navigation .prev {
      grid-template-columns: 1fr; } }
  .post-navigation .prev .nav-content {
    grid-template-columns: 1fr 26px; }

#results > div {
  position: relative !important;
  width: 100% !important;
  margin-top: 17px !important;
  background: #fff !important;
  border-radius: 4px !important; }
  #results > div a {
    color: #141E59 !important;
    font-weight: 400 !important;
    font-size: 18px !important; }
#results .searchwp-live-search-results {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important; }

#results-two {
  position: relative; }
  #results-two > div {
    left: unset !important;
    right: 0 !important;
    top: 17px !important;
    border-radius: 4px !important; }
    #results-two > div a {
      text-decoration: none;
      color: #141E59 !important;
      font-weight: 400 !important;
      font-size: 18px !important; }
      #results-two > div a:hover {
        text-decoration: underline; }

@media (min-width: 981px) {
  h6:has(+ .last),
  h5:has(+ .last),
  h4:has(+ .last),
  h3:has(+ .last),
  h2:has(+ .last),
  h1:has(+ .last),
  p:has(+ .last),
  div:has(+ .last),
  section:has(+ .last):not(section.wp-block-fl-form) {
    padding-bottom: 120px !important; } }
@media (max-width: 981px) {
  h6:has(+ .last),
  h5:has(+ .last),
  h4:has(+ .last),
  h3:has(+ .last),
  h2:has(+ .last),
  h1:has(+ .last),
  p:has(+ .last),
  div:has(+ .last),
  section:has(+ .last):not(section.wp-block-fl-form) {
    padding-bottom: 80px !important; } }

@media (min-width: 981px) {
  .wp-block-fl-tai:has(+ .last) {
    padding-bottom: 0px !important; } }
@media (max-width: 981px) {
  .wp-block-fl-tai:has(+ .last) {
    padding-bottom: 0px !important; } }

main {
  overflow: hidden; }

.wp-block-image {
  margin-bottom: 15px !important; }

.wp-block-fl-form:has(+ .last) {
  padding-bottom: 0px !important; }

/*# sourceMappingURL=main.css.map */