/*****

COLORS

*****/
.absolute-center, .swiper-hero .swiper-slide:before, .offer__list--item:before, .offer__list--item:after {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.basic-box {
  background: #FFF;
  border: 1px solid #0939BF;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(33, 41, 50, 0.05);
  box-sizing: border-box;
  transition: box-shadow ease-in-out .3s; }
  .basic-box:hover {
    box-shadow: 0 15px 10px rgba(33, 41, 50, 0.05) !important; }

.wpml-ls-legacy-dropdown {
  width: 95px;
  max-width: 100%; }

/************

BASIC STYLES

************/
html {
  font-size: 62.5%; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  margin: 0;
  overflow-x: hidden; }

h1, h2, h3, h4, h5 {
  font-weight: 500; }

h1 {
  font-size: 6.4rem;
  line-height: 125%;
  margin-bottom: 1.5rem; }
  @media (max-width: 1440px) {
    h1 {
      font-size: 4.8rem; } }
  @media (max-width: 1024px) {
    h1 {
      font-size: 3.2rem; } }

h2 {
  font-size: 3.2rem;
  line-height: 4.8rem; }
  @media (max-width: 1280px) {
    h2 {
      font-size: 2.8rem;
      line-height: 150%; } }
  @media (max-width: 1024px) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem; }
  @media (max-width: 1280px) {
    h3 {
      font-size: 2rem;
      line-height: 2.4rem; } }
  @media (max-width: 580px) {
    h3 {
      font-size: 1.8rem; } }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.8rem; }

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%; }
  @media (max-width: 1024px) {
    p {
      line-height: 150%; } }

input[type='submit']:disabled {
  opacity: 1 !important; }

.col-max {
  max-width: 144rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  box-sizing: content-box; }
  @media (max-width: 1280px) {
    .col-max {
      margin-left: 1.6rem;
      margin-right: 1.6rem; }
      .col-max.archive {
        display: block; } }
  @media (max-width: 768px) {
    .col-max {
      padding-left: 0;
      padding-right: 0; } }

.col-standard {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  padding: 0 2.617924em; }
  @media (max-width: 768px) {
    .col-standard {
      padding: 0 15px; } }

.col-post {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 0 2.617924em; }
  @media (max-width: 768px) {
    .col-post {
      padding: 0 15px; } }

.module__intro {
  margin-bottom: 8rem;
  text-align: center; }
.module__header {
  margin-bottom: 0; }
.module__description {
  color: rgba(24, 29, 40, 0.7);
  margin: auto;
  max-width: 70rem; }
@media (max-width: 1280px) {
  .module__intro {
    margin-bottom: 4rem; }
  .module__description p {
    margin-top: 0; } }

.blue-pattern, .hero .blue-stripes {
  background: repeating-linear-gradient(-45deg, transparent, transparent 17px, #0939BF 17px, #0939BF 34px); }

.white-transparent-pattern, .hero .white-stripes {
  background: repeating-linear-gradient(-45deg, transparent, transparent 17px, rgba(255, 255, 255, 0.15) 17px, rgba(255, 255, 255, 0.15) 34px); }

.white-pattern, .course-search:before {
  background: repeating-linear-gradient(-45deg, transparent, transparent 17px, #FFF 17px, #FFF 34px); }

.yellow-pattern, .premium__images:before {
  background: repeating-linear-gradient(-45deg, transparent, transparent 17px, #FAC249 17px, #FAC249 34px); }

.gray-pattern, .premium__images:after {
  background: repeating-linear-gradient(-45deg, transparent, transparent 17px, rgba(24, 29, 40, 0.1) 17px, rgba(24, 29, 40, 0.1) 34px); }

.simple-box, .contact .contact-boxes li {
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(33, 41, 50, 0.05);
  box-sizing: border-box;
  color: #181D28;
  display: block;
  height: 100%;
  overflow: hidden;
  padding: 4rem;
  text-decoration: none;
  transition: box-shadow ease-in-out .3s; }
  .simple-box h3, .contact .contact-boxes li h3 {
    margin-bottom: 4.5rem;
    margin-top: 0; }
  .simple-box .phones, .contact .contact-boxes li .phones,
  .simple-box .emails,
  .contact .contact-boxes li .emails {
    display: flex;
    flex-wrap: wrap; }
  .simple-box a, .contact .contact-boxes li a {
    color: #A6A6A6;
    display: block;
    margin: 0 1rem 1rem 0;
    text-decoration: none; }

/*******

BUTTONS

*******/
.btn {
  border-radius: 5px;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 1.7rem 2.4rem 1.7rem 2.4rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  white-space: nowrap; }
  .btn__standard--blue {
    background-color: #0939BF;
    border: 2px solid #0939BF;
    color: #FFF; }
    .btn__standard--blue:focus, .btn__standard--blue:hover {
      background-color: #517df7;
      border: 2px solid #517df7;
      color: #FFF; }
  .btn__standard--yellow {
    border: 2px solid #FAC249;
    background-color: #FAC249;
    color: #181D28; }
    .btn__standard--yellow:hover, .btn__standard--yellow:focus {
      background-color: #fdecc5;
      border: 2px solid #fdecc5; }
  .btn__standard--outline {
    border: 2px solid #FFF;
    background-color: transparent;
    color: #FFF; }
    .btn__standard--outline:hover, .btn__standard--outline:focus {
      background-color: #FFF; }
  @media (max-width: 1024px) {
    .btn {
      line-height: 1.4;
      padding: 1.4rem 2.4rem 1.4rem 2.4rem; } }

.external-links .col-max {
  align-items: center;
  display: flex;
  justify-content: space-between; }
.external-links a {
  color: #181D28;
  font-size: 1.4rem;
  line-height: 150%;
  text-decoration: none;
  margin-right: 2.4rem;
  padding: 1.75rem 0 1.75rem;
  display: inline-block; }
  .external-links a:hover, .external-links a:focus {
    color: #0939BF; }
.external-links .wpml-ls-item-toggle {
  margin-right: 0; }
.external-links span {
  margin-right: 3.2rem; }
@media (max-width: 1280px) {
  .external-links {
    padding: 0; } }
@media (max-width: 768px) {
  .external-links a {
    font-size: 1.2rem;
    margin-right: 1.2rem; }
  .external-links span {
    font-size: 1.2rem;
    margin-right: 1rem; } }
@media (max-width: 580px) {
  .external-links .links {
    display: none; } }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: right;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
      left: auto; }
    .main-navigation ul ul {
      background-color: #F7F3EA;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      display: block;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul li {
        margin-right: 0; }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #181D28;
        width: 200px; }
        .main-navigation ul ul a::after {
          position: absolute;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: #181D28;
          bottom: -4px;
          transform: scale(0, 1);
          transition: transform .3s;
          transform-origin: left top; }
        .main-navigation ul ul a:hover::after {
          transform: scale(1, 1); }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
  .main-navigation li {
    position: relative;
    margin-right: 1rem; }
  .main-navigation a {
    color: #FFF;
    display: block;
    padding: 1rem 2rem;
    text-decoration: none;
    position: relative;
    display: inline-block;
    text-decoration: none; }
    .main-navigation a::after {
      position: absolute;
      left: 0;
      content: '';
      width: 100%;
      height: 2px;
      background: #FFF;
      bottom: -4px;
      transform: scale(0, 1);
      transition: transform .3s;
      transform-origin: left top; }
    .main-navigation a:hover::after {
      transform: scale(1, 1); }
  @media (max-width: 1024px) {
    .main-navigation li {
      margin-right: 0; } }
  @media (max-width: 800px) {
    .main-navigation {
      position: relative; }
      .main-navigation a {
        opacity: 0; }
      .main-navigation .menu-toggle {
        display: block;
        background: none;
        border: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1001;
        height: 30px;
        width: 30px; }
        .main-navigation .menu-toggle:before {
          background-color: #FFF;
          display: block;
          content: '';
          height: 3px;
          margin: auto;
          width: 29px;
          transition: 3ms; }
        .main-navigation .menu-toggle span {
          display: block;
          content: '';
          height: 3px;
          margin: 4px auto 4px auto;
          width: 29px;
          position: relative; }
          .main-navigation .menu-toggle span:after {
            background-color: #FFF;
            height: 3px;
            content: '';
            display: block;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            transition: 3ms;
            width: 29px; }
          .main-navigation .menu-toggle span:before {
            background-color: #FFF;
            height: 3px;
            content: '';
            display: block;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            transition: 3ms;
            width: 29px; }
        .main-navigation .menu-toggle:after {
          background-color: #FFF;
          content: '';
          height: 3px;
          display: block;
          margin: auto;
          width: 29px;
          transition: 3ms; }
      .main-navigation.toggled ul {
        display: block; }
        .main-navigation.toggled ul ul {
          background-color: transparent;
          position: relative;
          left: auto;
          float: none; }
      .main-navigation.toggled a {
        opacity: 1;
        transition: .2s ease-in-out; }
      .main-navigation.toggled .menu-toggle {
        position: fixed;
        right: 16px;
        top: 30px;
        bottom: auto;
        left: auto; }
        .main-navigation.toggled .menu-toggle:before {
          opacity: 0; }
        .main-navigation.toggled .menu-toggle span:after {
          transform: rotate(45deg); }
        .main-navigation.toggled .menu-toggle span:before {
          transform: rotate(-45deg); }
        .main-navigation.toggled .menu-toggle:after {
          opacity: 0; }
      .main-navigation.toggled .menu-glowne-container {
        position: fixed;
        height: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 100%;
        z-index: 1000;
        background: #181D28;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transition: .2s ease-in-out; }
        .main-navigation.toggled .menu-glowne-container a {
          color: #FFF; } }

@media screen and (min-width: 48.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex;
    justify-content: flex-end; } }
.site-header {
  background-color: #181D28;
  padding: 3.5rem 0 3rem; }
  .site-header .col-max {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  @media (max-width: 1280px) {
    .site-header {
      padding: 1.5rem 0 1.5rem 0; } }

.hero {
  position: relative; }
  .hero h1 {
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto 1.5rem auto;
    max-width: 97rem; }
  .hero__content p {
    font-size: 1.8rem;
    color: #A6A6A6;
    margin: auto auto 3.5rem auto;
    max-width: 75%; }
  .hero .blue-stripes {
    bottom: -5rem;
    height: 23.8rem;
    pointer-events: none;
    position: absolute;
    right: 10%;
    width: 20rem;
    z-index: 1; }
  .hero .white-stripes {
    bottom: -4rem;
    height: 39rem;
    pointer-events: none;
    position: absolute;
    left: 10%;
    width: 27.2rem;
    z-index: 10; }
  @media (max-width: 1440px) {
    .hero .white-stripes {
      height: 20rem;
      width: 18rem; }
    .hero .blue-stripes {
      height: 12rem;
      width: 10rem;
      background: repeating-linear-gradient(-45deg, transparent, transparent 10px, #0939BF 8px, #0939BF 20px); } }
  @media (max-width: 768px) {
    .hero h1 {
      font-size: 2.4rem; }
    .hero__content p {
      font-size: 1.6rem;
      max-width: 100%; }
    .hero .white-stripes,
    .hero .blue-stripes {
      display: none; } }

.swiper-hero {
  height: 65vh; }
  .swiper-hero .col-max {
    z-index: 1; }
  .swiper-hero .swiper-slide {
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    display: flex;
    justify-content: center;
    text-align: center; }
    .swiper-hero .swiper-slide:before {
      background: radial-gradient(55.75% 55.75% at 50% 50%, rgba(0, 0, 0, 0.9) 0%, rgba(24, 29, 40, 0) 100%), linear-gradient(0deg, rgba(24, 29, 40, 0.2), rgba(24, 29, 40, 0.2));
      content: ''; }

.single-premium .premium {
  margin-bottom: 6rem; }

.single h2 {
  font-weight: 400; }

.single-post article:before {
  background-color: #F7F3EA;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 57.2rem;
  width: 100%;
  z-index: -1;
  /*overflow-x:hidden;*/ }

.wp-block-table {
  margin: 4rem 0 4rem 0; }

table {
  font-size: 1.4rem;
  font-weight: 400;
  border-collapse: collapse; }
  table tr {
    border-bottom: 1px solid rgba(24, 29, 40, 0.1); }
    table tr td {
      padding: 14px 0 14px 0; }
    table tr:first-child td {
      color: #A6A6A6; }
  @media (max-width: 580px) {
    table {
      display: block; }
      table tbody {
        display: flex; }
      table tr {
        display: flex;
        flex-direction: column; }
        table tr:first-child {
          width: 50%; }
          table tr:first-child td {
            padding-right: 1.5rem; }
        table tr:nth-child(2) {
          width: 25%; }
        table tr:nth-child(3) {
          width: 25%; }
        table tr td {
          align-items: center;
          border-bottom: 1px solid rgba(24, 29, 40, 0.1);
          display: flex;
          height: 100%;
          min-height: 49px; }
          table tr td:nth-child(3) {
            border-bottom: 1px solid rgba(24, 29, 40, 0.1); } }

.page article {
  padding-top: 0; }
  .page article h2 {
    font-weight: 400; }
  .page article header {
    background-color: #F7F3EA;
    padding: 10rem 0 10rem 0; }
  .page article .entry-content {
    padding-top: 10rem; }
@media (max-width: 1440px) {
  .page article {
    padding-bottom: 6rem; }
    .page article header {
      padding: 6rem 0 4rem 0; }
    .page article .entry-content {
      padding-top: 7rem; } }

article {
  padding: 5.5rem 0 10rem 0;
  position: relative; }
  article .post-thumbnail {
    width: 100%; }
    article .post-thumbnail img {
      height: auto;
      width: 100%;
      max-width: 100%; }
  article h1 {
    font-size: 4rem;
    margin-bottom: 4rem; }
  article p {
    margin-bottom: 4rem; }
  article .date {
    margin-right: 4rem; }
  article .entry-meta {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem; }
    article .entry-meta .cards__item--content {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    article .entry-meta .cards__item--footer {
      align-items: center;
      display: flex;
      justify-content: space-between; }
    article .entry-meta .post-location {
      align-items: center;
      display: flex;
      margin-left: 3.2rem; }
      article .entry-meta .post-location svg {
        margin-right: 1rem; }
  article .post-info {
    display: flex; }
  article img {
    margin-bottom: 3rem; }
  @media (max-width: 1280px) {
    article h1 {
      font-size: 3.2rem; }
    article .entry-meta .cards__item--footer {
      display: block;
      text-align: right; } }
  @media (max-width: 768px) {
    article {
      padding: 3.5rem 0 6rem 0; }
      article h1 {
        font-size: 2.4rem; }
      article .entry-meta .cards__item--content {
        display: block; }
      article .entry-meta .cards__item--footer {
        text-align: left; }
      article .entry-meta .post-diploma {
        margin-top: 1rem; }
      article .entry-meta .post-location {
        margin-left: 0;
        margin-top: 1rem; } }

.main-image {
  border-radius: 5px;
  height: auto;
  max-width: 100%; }

.article-nav {
  align-items: center;
  background-color: #FFF;
  border-bottom: 1px solid rgba(24, 29, 40, 0.1);
  display: flex;
  margin-bottom: 10px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 15; }
  .article-nav div {
    width: 100%; }
    .article-nav div.active a:before {
      width: 100%; }
  .article-nav a {
    box-sizing: content-box;
    color: #181D28;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    padding: 3rem 1rem;
    text-decoration: none;
    position: relative; }
    .article-nav a:before {
      content: '';
      height: 3px;
      background-color: #FAC249;
      width: 0;
      transition: .3s;
      position: absolute;
      left: 0;
      bottom: 0; }
  @media (max-width: 992px) {
    .article-nav a {
      font-size: 1.2rem;
      padding: 2rem 0; } }
  @media (max-width: 680px) {
    .article-nav {
      display: none; } }

.description-page article {
  padding-top: 0; }
.description-page header {
  background-color: #F7F3EA;
  padding-top: 10rem; }
  .description-page header h1 {
    margin-top: 0; }
@media (max-width: 1280px) {
  .description-page header {
    padding-top: 5rem; } }

.entry-content ul {
  list-style-type: none;
  padding-left: 0; }
  .entry-content ul li {
    color: rgba(24, 29, 40, 0.5);
    line-height: 150%;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative; }
    .entry-content ul li:before {
      background: url("./img/el_ok-circle.svg") center no-repeat;
      content: '';
      display: block;
      left: 0;
      height: 1.5rem;
      position: absolute;
      top: 5px;
      width: 1.5rem; }
.entry-content .kt-tabs-wrap ul li:before {
  display: none; }
.entry-content .wp-block-kadence-tabs .kt-tabs-id_d43db2-92 > .kt-tabs-title-list li .kt-tab-title, .entry-content .kt-tabs-id_d43db2-92 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
  border-bottom: 3px solid rgba(24, 29, 40, 0.1) !important;
  color: #181D28; }
.entry-content .wp-block-kadence-tabs .kt-tabs-title-list li {
  padding-left: 0; }
.entry-content .kt-tabs-id_d43db2-92 > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title, .entry-content .kt-tabs-id_d43db2-92 > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
  border-bottom: 3px solid #FAC249 !important;
  color: #0939BF; }

.error-404 {
  padding-top: 5rem; }
  .error-404 .offer {
    margin-top: 5rem; }
  .error-404 .page-title {
    text-align: center; }

.related {
  margin-top: 10rem;
  margin-bottom: 4rem; }
  .related img {
    margin-bottom: 0; }
  .related .standardPosts__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }

.offer {
  margin-top: 11rem;
  margin-bottom: 15rem; }
  .offer__list {
    display: flex;
    justify-content: center; }
    .offer__list--item {
      background-size: cover;
      border-radius: 5px;
      color: #FFF;
      display: block;
      margin: 0 2.5rem 0 2.5rem;
      max-width: 100%;
      overflow: hidden;
      padding: 26.5rem 4.8rem 4rem 4.8rem;
      position: relative;
      text-decoration: none;
      transition: ease-in-out .3s;
      width: calc(32% - 110px); }
      .offer__list--item:before {
        content: '';
        background: linear-gradient(180deg, transparent 0%, #000000 92.95%);
        height: 100%;
        width: 100%;
        z-index: 1; }
      .offer__list--item:after {
        content: '';
        background: linear-gradient(180deg, transparent 0%, #000000 62.95%);
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        z-index: 0; }
      .offer__list--item:hover, .offer__list--item:focus {
        box-shadow: 0 24px 24px rgba(33, 41, 50, 0.25); }
        .offer__list--item:hover:after, .offer__list--item:focus:after {
          opacity: 1; }
    .offer__list--content {
      position: relative;
      z-index: 3; }
      .offer__list--content p {
        margin-bottom: 6.5rem; }
      .offer__list--content button:hover, .offer__list--content button:focus {
        cursor: pointer; }
  @media (max-width: 1440px) {
    .offer {
      margin: 7rem 0 7rem 0; }
      .offer__list--item {
        padding: 20.5rem 2.8rem 4.4rem 2.8rem;
        margin: 0 1.25rem 0 1.25rem; }
      .offer__list--content p {
        margin-bottom: 4.5rem; } }
  @media (max-width: 991px) {
    .offer {
      margin: 2rem 0 5rem 0; }
      .offer__list {
        display: block; }
        .offer__list--item {
          margin: auto auto 3rem auto;
          width: 32rem;
          max-width: 100%; } }
  @media (max-width: 480px) {
    .offer__list--item {
      padding: 6.5rem 2.8rem 4.4rem;
      width: calc(100% - 6.4rem); } }

.courses {
  margin-top: 13rem;
  margin-bottom: 16rem; }
  .courses__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(24, 29, 40, 0.25);
    border-radius: 5px; }
    .courses__list--item {
      border-right: 1px solid rgba(24, 29, 40, 0.25);
      text-decoration: none;
      padding: 5.6rem 4rem 10rem 4rem;
      position: relative; }
      .courses__list--item:before {
        background: repeating-linear-gradient(-45deg, transparent, transparent 9.4px, rgba(24, 29, 40, 0.1) 9.4px, rgba(24, 29, 40, 0.1) 18.8px);
        bottom: 0;
        content: '';
        height: 4.8rem;
        position: absolute;
        right: 0;
        width: 4.8rem; }
      .courses__list--item .more {
        bottom: 4.5rem;
        color: #181D28;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        text-decoration: underline; }
      .courses__list--item h3 {
        color: #181D28;
        margin-bottom: 4rem;
        max-width: 25rem; }
      .courses__list--item ul {
        padding-left: 0;
        list-style-type: none; }
        .courses__list--item ul li {
          color: rgba(24, 29, 40, 0.5);
          line-height: 150%;
          margin-bottom: 1.5rem;
          padding-left: 2rem;
          position: relative; }
          .courses__list--item ul li a {
            color: rgba(24, 29, 40, 0.5); }
          .courses__list--item ul li:before {
            background: url("./img/el_ok-circle.svg") center no-repeat;
            content: '';
            display: block;
            left: 0;
            height: 1.5rem;
            position: absolute;
            top: 0;
            width: 1.5rem; }
      .courses__list--item:last-child {
        border-right: 0; }
  .courses__button {
    margin-top: 7.2rem;
    text-align: center; }
  @media (max-width: 1440px) {
    .courses {
      margin-top: 8.5rem;
      margin-bottom: 11rem; }
      .courses__list--item {
        padding: 3.6rem 2rem 8.6rem 2rem; } }
  @media (max-width: 1280px) {
    .courses {
      margin-top: 4.5rem; }
      .courses__list--item h3 {
        margin-bottom: 2rem; }
      .courses__list--item ul li {
        margin-bottom: .5rem; } }
  @media (max-width: 1024px) {
    .courses {
      margin-bottom: 5rem; }
      .courses__button {
        margin-top: 4.2rem; }
      .courses__list {
        grid-template-columns: repeat(2, 1fr); }
        .courses__list--item:nth-child(1), .courses__list--item:nth-child(2) {
          border-bottom: 1px solid rgba(24, 29, 40, 0.1); } }
  @media (max-width: 580px) {
    .courses__list {
      display: block; }
      .courses__list--item {
        border-bottom: 1px solid rgba(24, 29, 40, 0.1) !important; }
        .courses__list--item:last-child {
          border-bottom: 0; }
      .courses__list a {
        display: block; } }

.premium {
  margin-bottom: 27rem; }
  .premium .col-max {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
  .premium__images {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 5rem;
    position: relative; }
    .premium__images:before {
      bottom: -9rem;
      content: '';
      height: 23.8rem;
      left: 9rem;
      position: absolute;
      width: 20rem; }
    .premium__images:after {
      content: '';
      height: 26rem;
      left: 50%;
      position: absolute;
      top: 40%;
      width: 20rem; }
  .premium__content {
    padding-left: 13rem; }
    .premium__content--description {
      margin-bottom: 6rem; }
      .premium__content--description p {
        color: #A6A6A6; }
  @media (max-width: 1440px) {
    .premium {
      margin-bottom: 20rem; }
      .premium__images {
        padding-right: 0; }
        .premium__images img.small-img {
          margin-left: 2rem; }
      .premium__content {
        padding-left: 5rem; } }
  @media (max-width: 1024px) {
    .premium {
      margin-bottom: 7rem; }
      .premium__images:after {
        height: 18rem;
        left: 50%;
        top: 46%;
        width: 30%; }
      .premium__images:before {
        bottom: -6rem;
        height: 17.8rem;
        left: 10%;
        width: 30%; }
      .premium__images img.big-img {
        width: 56%; }
      .premium__images img.small-img {
        width: 40%; }
      .premium__content--description {
        margin-bottom: 3rem; } }
  @media (max-width: 992px) {
    .premium__images:before {
      display: none; } }
  @media (max-width: 768px) {
    .premium {
      margin-bottom: 10rem; }
      .premium .col-max {
        display: block; }
      .premium__content {
        padding: 8rem 0 0 0; } }

.sign-up {
  padding: 5rem 0 5rem 0;
  text-align: center; }
  @media (max-width: 768px) {
    .sign-up {
      padding: 3rem 0 3rem 0; } }

.print-it {
  padding: 0 0 5rem 0;
  text-align: center; }
  @media (max-width: 768px) {
    .print-it {
      padding: 0 0 3rem 0; } }

.hidden {
  display: none; }

.home .course-search {
  height: 160rem;
  overflow: hidden;
  position: relative; }
  .home .course-search.unfolded {
    height: auto; }
    .home .course-search.unfolded:after {
      display: none; }
    .home .course-search.unfolded .show-more__wrapper {
      bottom: 12px; }
  .home .course-search:after {
    background: #f7f3ea;
    background: linear-gradient(0deg, #f7f3ea 0%, #f7f3ea 48%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: '';
    height: 30rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100vw;
    z-index: 1; }
  @media (max-width: 1440px) {
    .home .course-search {
      height: 150rem; } }
  @media (max-width: 1440px) {
    .home .course-search {
      height: 130rem; }
      .home .course-search:after {
        height: 25rem; } }

.show-more__wrapper {
  bottom: 50px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 15;
  width: 100%; }

.course-search {
  background-color: #F7F3EA;
  padding: 5.5rem 0 8.5rem 0;
  position: relative;
  overflow-x: hidden; }
  .course-search .search-bar {
    display: flex;
    justify-content: space-between;
    padding: 0 3rem 0 3rem; }
    .course-search .search-bar__item:nth-child(1), .course-search .search-bar__item:nth-child(2) {
      width: 28%; }
    .course-search .search-bar__item:last-child {
      width: 40%; }
  .course-search input {
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 155%;
    padding: 2rem;
    width: 100%; }
  .course-search .nice-select {
    align-items: center;
    border: 0;
    display: flex;
    height: auto;
    line-height: initial;
    padding: 2rem;
    width: 100%; }
    .course-search .nice-select span {
      font-size: 1.4rem; }
    .course-search .nice-select ul {
      width: 100%; }
  .course-search:before {
    opacity: .55;
    top: -11rem;
    content: '';
    height: 30rem;
    left: 0;
    position: absolute;
    width: 25.2rem;
    z-index: 10; }
  .course-search .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5rem;
    list-style-type: none;
    margin-top: 6.3rem;
    padding-left: 0; }
    .course-search .cards__item {
      position: relative; }
      .course-search .cards__item a {
        background-color: #FFF;
        border-radius: 5px;
        box-shadow: 0 4px 4px rgba(33, 41, 50, 0.05);
        box-sizing: border-box;
        color: #181D28;
        display: block;
        height: 100%;
        overflow: hidden;
        padding-bottom: 4rem;
        text-decoration: none;
        transition: box-shadow ease-in-out .3s; }
        .course-search .cards__item a:hover {
          box-shadow: 0 15px 10px rgba(33, 41, 50, 0.05) !important; }
          .course-search .cards__item a:hover .cards__item--image img {
            -webkit-filter: blur(2px);
            filter: blur(2px); }
      .course-search .cards__item--image img {
        height: 176px;
        max-height: 176px;
        max-width: 100%;
        object-fit: cover;
        transition: 0.3s;
        width: 100%; }
      .course-search .cards__item--content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 28rem;
        font-size: 1.4rem;
        padding: 2.3rem 4rem 0 4rem; }
        .course-search .cards__item--content h3 {
          margin: 0 0 2rem 0; }
        .course-search .cards__item--content .location {
          color: #A6A6A6; }
        .course-search .cards__item--content .specialization {
          bottom: 8.7rem;
          position: absolute; }
      .course-search .cards__item .post-spec {
        color: #181D28;
        margin-bottom: 3rem; }
      .course-search .cards__item .post-location {
        align-items: center;
        display: flex; }
        .course-search .cards__item .post-location svg {
          flex-shrink: 0;
          margin-right: 1rem; }
      .course-search .cards__item--footer {
        align-items: center;
        bottom: 3rem;
        color: #A6A6A6;
        left: 0;
        margin-top: 2rem;
        right: 0; }
  @media (max-width: 1440px) {
    .course-search {
      padding: 5.3rem 0 7rem 0; }
      .course-search:before {
        height: 15rem;
        position: absolute;
        top: 0;
        width: 12rem; }
      .course-search .cards {
        grid-gap: 2rem; }
        .course-search .cards__item a {
          padding-bottom: 2rem; }
        .course-search .cards__item--content {
          padding: 1rem 2rem 0 2rem; } }
  @media (max-width: 1280px) {
    .course-search .cards__item--content {
      min-height: 22rem; } }
  @media (max-width: 1024px) {
    .course-search .search-bar {
      padding: 0 0 0 0; }
    .course-search .cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 992px) {
    .course-search:before {
      height: 10rem;
      width: 10rem; }
    .course-search .search-bar {
      flex-wrap: wrap;
      justify-content: space-around; }
      .course-search .search-bar__item:nth-child(1), .course-search .search-bar__item:nth-child(2) {
        margin-bottom: 2rem;
        width: 48%; } }
  @media (max-width: 768px) {
    .course-search .cards__item a {
      padding-bottom: 3rem; }
    .course-search .cards__item--content .specialization {
      position: initial; }
    .course-search .cards__item--footer {
      display: block;
      padding: 0 0;
      position: initial; } }
  @media (max-width: 580px) {
    .course-search .cards {
      display: block; }
      .course-search .cards__item {
        margin-bottom: 2rem; }
        .course-search .cards__item--content {
          min-height: auto; }
    .course-search .search-bar {
      display: block; }
      .course-search .search-bar__item {
        width: 100% !important; }
        .course-search .search-bar__item .nice-select {
          margin-bottom: 2rem; }
        .course-search .search-bar__item:last-child .nice-select {
          margin-bottom: 0; } }

.group-search .course-search {
  padding: 0 0 10rem 0;
  background-color: #FFF; }
  .group-search .course-search:before {
    display: none; }
  .group-search .course-search .search-bar {
    padding: 2rem 3rem 0 3rem; }
  .group-search .course-search .cards {
    padding-top: 4rem; }
    .group-search .course-search .cards__item a {
      border: 1px solid rgba(24, 29, 40, 0.1); }
.group-search .module__intro {
  padding: 6rem 0 2rem 0;
  margin-bottom: 0;
  background-color: #F7F3EA; }
.group-search .search-bar-wrapper {
  background-color: #F7F3EA;
  padding-bottom: 8rem; }
@media (max-width: 1280px) {
  .group-search .module__intro {
    padding: 1rem 0 0 0; }
    .group-search .module__intro .col-max {
      padding-bottom: 0; }
  .group-search .module__description p {
    margin-bottom: 0; }
  .group-search .cards {
    margin-top: 0; }
  .group-search .search-bar-wrapper {
    padding-bottom: 4rem; } }
@media (max-width: 1024px) {
  .group-search .course-search {
    padding: 0 0 5rem 0; } }

.contact {
  background-color: #F7F3EA;
  padding: 4.5rem 0 12rem 0; }
  .contact .module__intro {
    margin-bottom: 3rem; }
  .contact .contact-boxes {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 0 -2.5rem 0 -2.5rem;
    padding-left: 0; }
    .contact .contact-boxes__info a:hover, .contact .contact-boxes__info a:focus {
      color: #0939BF; }
    .contact .contact-boxes li {
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: space-between;
      margin: 2.5rem;
      padding: 4rem 4rem 3rem 4rem;
      position: relative;
      width: calc(33% - 5rem); }
      .contact .contact-boxes li h3 {
        font-size: 1.6rem;
        line-height: 150%; }
  @media (max-width: 1440px) {
    .contact .contact-boxes li {
      margin: 1.5rem;
      padding: 2rem 2rem 1rem 2rem;
      position: relative;
      width: calc(33% - 3rem); } }
  @media (max-width: 1024px) {
    .contact {
      padding: 4.5rem 0 6rem 0; }
      .contact .contact-boxes li {
        width: calc(50% - 3rem); } }
  @media (max-width: 768px) {
    .contact .contact-boxes {
      margin: 6.3rem 0 0 0; } }
  @media (max-width: 680px) {
    .contact .contact-boxes {
      display: block; }
      .contact .contact-boxes li {
        margin: 0 0 2rem 0;
        width: 100%; }
        .contact .contact-boxes li a {
          font-size: 1.4rem; }
        .contact .contact-boxes li h3 {
          margin-bottom: 1.5rem; }
        .contact .contact-boxes li .phones,
        .contact .contact-boxes li .emails {
          display: block; } }

.standardPosts {
  padding: 6rem 0 8rem 0; }
  .standardPosts__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0; }
  @media (max-width: 600px) {
    .standardPosts {
      padding: 2rem 0 2rem 0; }
      .standardPosts__wrapper {
        display: block; }
      .standardPosts .card {
        width: 320px;
        margin: 0 auto 2rem auto; } }

.cards .card a {
  text-decoration: none;
  transition: 0.2s; }
  .cards .card a:hover .card__image img {
    -webkit-filter: blur(2px);
    filter: blur(2px); }
.cards .card__image {
  display: block;
  text-decoration: none; }
  .cards .card__image img {
    width: 371px;
    height: 170px;
    max-width: 100%;
    object-fit: cover;
    transition: ease-in-out 0.2s; }
.cards .card__title {
  color: #181D28;
  font-size: 1.8rem;
  margin-bottom: 2rem; }
.cards .card__footer {
  color: #A6A6A6;
  display: flex;
  font-size: 1.4rem; }
  .cards .card__footer div {
    align-items: center;
    display: flex;
    margin-right: 3.2rem; }
  .cards .card__footer svg {
    margin-right: 1rem; }
@media (max-width: 992px) {
  .cards .card__title {
    margin-top: 1rem; } }

.specialPosts {
  background-color: #F7F3EA;
  padding: 6rem 0 8rem 0; }
  .specialPosts .cards {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 5rem;
    list-style-type: none;
    padding: 0; }
  .specialPosts .card:nth-child(odd) p {
    display: none; }
  .specialPosts .card:nth-child(odd) .card__image {
    margin-bottom: 1rem; }
  .specialPosts .card:nth-child(even) a {
    background-color: #FFF;
    border-radius: 5px;
    display: block;
    padding: 4.8rem 4.8rem 8rem 4.8rem;
    position: relative;
    transition: ease-in-out .3s; }
    .specialPosts .card:nth-child(even) a:hover, .specialPosts .card:nth-child(even) a:focus {
      box-shadow: 0 14px 14px rgba(33, 41, 50, 0.25);
      box-sizing: border-box;
      transition: box-shadow ease-in-out .3s; }
  .specialPosts .card:nth-child(even) p {
    color: #A6A6A6;
    line-height: 170%;
    margin-bottom: 4rem; }
  .specialPosts .card:nth-child(even) .card__image {
    display: none; }
  .specialPosts .card:nth-child(even) .card__title {
    font-size: 2.4rem; }
  .specialPosts .card:nth-child(even) .card__footer {
    position: absolute;
    bottom: 50px;
    left: 4.8rem; }
  @media (max-width: 992px) {
    .specialPosts .cards {
      grid-gap: 2rem; }
    .specialPosts .card:nth-child(even) a {
      padding: 1rem 2.8rem 4rem 2rem; }
      .specialPosts .card:nth-child(even) a .card__title {
        margin-bottom: 0; }
      .specialPosts .card:nth-child(even) a p {
        margin-top: 1rem; }
      .specialPosts .card:nth-child(even) a .card__footer {
        bottom: 30px;
        left: 2rem; }
    .specialPosts .card:nth-child(odd) .card-image {
      margin-bottom: 1rem; } }
  @media (max-width: 600px) {
    .specialPosts .cards {
      display: block; }
    .specialPosts .card {
      margin-bottom: 4rem; }
      .specialPosts .card:last-of-type {
        margin-bottom: 0; } }

.chosenPost {
  padding-top: 10rem;
  position: relative; }
  .chosenPost:before {
    background-color: #F7F3EA;
    content: '';
    height: 57.2rem;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .chosenPost__wrapper {
    display: flex; }
  .chosenPost__content {
    background-color: #FFF;
    padding: 6rem 7.5rem 6rem 7.5rem;
    width: 31%; }
  .chosenPost__image {
    width: 69%; }
    .chosenPost__image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .chosenPost--title {
    font-size: 4rem;
    line-height: 150%;
    margin-bottom: 3.5rem; }
  .chosenPost--content {
    color: #A6A6A6;
    line-height: 170%;
    margin-bottom: 4rem; }
  .chosenPost--footer {
    align-items: center;
    display: flex;
    margin-bottom: 3.2rem; }
    .chosenPost--footer div {
      margin-right: 3rem; }
  @media (max-width: 1280px) {
    .chosenPost {
      padding-top: 2rem; }
      .chosenPost--title {
        font-size: 3rem;
        margin-bottom: 1rem; }
      .chosenPost__content {
        padding: 3rem 3.5rem 3rem 3.5rem;
        margin-bottom: 2rem; }
      .chosenPost__footer {
        margin-bottom: 2rem; } }
  @media (max-width: 992px) {
    .chosenPost--footer {
      margin-bottom: 2rem; }
    .chosenPost__wrapper {
      flex-direction: column; }
    .chosenPost__image {
      order: 1;
      width: 100%; }
    .chosenPost__content {
      margin-bottom: 2rem;
      order: 2;
      padding: 2rem 0 2rem 0;
      width: 100%; } }

.recruit h2 {
  font-weight: 400; }
.recruit ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.6rem;
  margin: 0;
  padding: 0; }
  .recruit ul li {
    border: 1px solid rgba(24, 29, 40, 0.1);
    border-radius: 5px;
    list-style-type: none;
    padding: 2.5rem 2.4rem 2.5rem 2.4rem; }
    .recruit ul li .position {
      color: #0939BF;
      font-size: 2.4rem;
      font-weight: 500;
      margin-bottom: 2rem; }
    .recruit ul li p {
      font-size: 1.4rem;
      margin-bottom: 0; }
@media (max-width: 1280px) {
  .recruit ul {
    grid-gap: 2.6rem; } }
@media (max-width: 768px) {
  .recruit ul {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) {
  .recruit ul {
    display: block; }
    .recruit ul li {
      margin-bottom: 2rem; }
      .recruit ul li:last-child {
        margin-bottom: 0; } }

/*****

FOOTER

******/
.site-footer {
  background-color: #181D28;
  padding: 0; }
  .site-footer .col-max {
    align-items: flex-start;
    display: flex;
    justify-content: space-between; }
  .site-footer .jcd {
    border-top: 1px solid rgba(24, 29, 40, 0.1);
    color: #FFF;
    margin-top: 6rem;
    padding: 4rem 0 4rem 0;
    text-align: center;
    width: 100%; }
    .site-footer .jcd a {
      color: #FFF; }
  .site-footer__menus {
    display: flex;
    justify-content: space-evenly;
    width: 60%; }
  .site-footer__menuItem {
    margin-right: 0;
    max-width: 25rem;
    padding-top: 6rem;
    width: auto; }
    .site-footer__menuItem:last-child {
      margin-right: 0; }
    .site-footer__menuItem h3 {
      color: #FFF;
      margin-bottom: 3.5rem; }
    .site-footer__menuItem ul {
      padding-left: 0;
      list-style: none; }
      .site-footer__menuItem ul li a:not(.button),
      .site-footer__menuItem ul li a {
        color: #A6A6A6;
        display: block;
        font-size: 1.4rem;
        margin-bottom: 2rem;
        text-decoration: none !important; }
        .site-footer__menuItem ul li a:not(.button):hover,
        .site-footer__menuItem ul li a:hover {
          color: #0939BF; }
  .site-footer__socialLinks {
    align-items: center;
    display: flex;
    list-style-type: none;
    margin-top: 1.5rem;
    padding-left: 0; }
    .site-footer__socialLinks li {
      margin-right: 2.4rem; }
      .site-footer__socialLinks li:last-child {
        margin-right: 0; }
  .site-footer__contact {
    max-width: 26rem;
    padding-top: 6rem; }
    .site-footer__contact h3 {
      color: #FFF;
      margin-bottom: 3.25rem; }
    .site-footer__contact .logo {
      margin-bottom: 4rem; }
    .site-footer__contact p {
      margin-bottom: 3rem; }
    .site-footer__contact ul {
      list-style-type: none;
      padding-left: 0; }
      .site-footer__contact ul li {
        align-items: flex-start;
        color: #FFF;
        display: flex;
        margin-bottom: 1.5rem; }
        .site-footer__contact ul li p {
          margin-bottom: 0;
          margin-top: 0; }
        .site-footer__contact ul li a {
          color: #FFF;
          text-decoration: none !important; }
          .site-footer__contact ul li a:hover, .site-footer__contact ul li a:focus {
            color: #0939BF; }
        .site-footer__contact ul li svg {
          flex-shrink: 0;
          margin-right: 1rem; }
        .site-footer__contact ul li.phone-numbers div a {
          display: block; }
  .site-footer__social {
    color: #FFF;
    padding-top: 9.5rem; }
  @media (max-width: 1280px) {
    .site-footer .col-max {
      flex-wrap: wrap;
      justify-content: flex-start; }
    .site-footer__socialLinks {
      justify-content: center; }
    .site-footer__menus {
      width: 70%; }
    .site-footer__social {
      margin-bottom: 1rem;
      padding-top: 5.5rem;
      text-align: center;
      width: 100%; }
    .site-footer__menuItem {
      padding-top: 3.5rem; }
      .site-footer__menuItem h3 {
        color: #FFF;
        margin-bottom: 2rem; }
      .site-footer__menuItem ul li a:not(.button),
      .site-footer__menuItem ul li a {
        margin-bottom: 1rem; }
    .site-footer__contact {
      padding-top: 3.5rem; } }
  @media (max-width: 992px) {
    .site-footer__contact {
      margin: auto;
      max-width: 100%;
      padding-top: 6rem;
      text-align: center;
      width: 26rem; }
      .site-footer__contact img {
        margin: auto; }
      .site-footer__contact ul li {
        display: block; }
    .site-footer__socialLinks {
      justify-content: center; }
    .site-footer__menus {
      width: 100%; } }
  @media (max-width: 680px) {
    .site-footer__menus {
      display: block;
      text-align: center; }
    .site-footer__menuItem {
      max-width: 100%;
      padding-top: 4rem; } }
  .site-footer .jcd {
    margin-top: 0; }

#cookie-law-info-bar {
  width: 100vw; }
  #cookie-law-info-bar .cli_messagebar_head {
    margin: 0; }
  #cookie-law-info-bar .cli_settings_button {
    color: #0939BF !important; }
  #cookie-law-info-bar .cli-plugin-button {
    background-color: #0939BF !important;
    border-radius: 5px !important;
    color: #FFF !important;
    padding: 0.75rem 1.4rem 0.75rem 1.4rem !important; }
  @media (max-width: 768px) {
    #cookie-law-info-bar span {
      font-size: 12px;
      line-height: 1; } }

.print-logo {
  display: none; }

@media print {
  html, body {
    break-after: avoid !important;
    break-before: avoid !important; }

  .entry-content ul li {
    color: #181D28; }

  .entry-header .entry-meta {
    padding-bottom: 4rem;
    margin-bottom: 0; }

  .site-footer__contact {
    padding-top: 0; }

  .site-footer {
    background-color: transparent; }
    .site-footer__menuItem h3 {
      color: rgba(24, 29, 40, 0.7); }
    .site-footer__contact ul li {
      color: rgba(24, 29, 40, 0.7); }
      .site-footer__contact ul li a {
        color: rgba(24, 29, 40, 0.7); }

  article {
    padding-bottom: 0; }
    article h1 {
      margin-bottom: 2rem; }
    article .entry-meta {
      margin-bottom: 2rem; }

  .recruit h2 {
    margin-top: 0; }
  .recruit ul {
    grid-gap: 1rem; }
    .recruit ul li {
      padding: 1.5rem 1.4rem 1.5rem 1.4rem; }
      .recruit ul li p {
        margin-top: 0; }

  .site-header {
    background-color: #FFF;
    text-align: center; }
    .site-header .custom-logo {
      display: none; }
    .site-header .print-logo {
      display: block; }

  .description-page header {
    background-color: #FFF;
    padding-top: 0; }

  .page-nav,
  .article-nav,
  .main-navigation,
  .external-links,
  .print-it,
  .sign-up,
  .post-thumbnail,
  .cli-modal-backdrop,
  .cli-modal,
  #cookie-law-info-again,
  #cookie-law-info-bar,
  .do-not-print {
    display: none !important;
    visibility: hidden !important; } }

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