@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap);
@charset "UTF-8";
/*------------------------------------------
Standard Breakpoints
------------------------------------------*/
/*
import fonts
*/
/*------------------------------------------
REM
------------------------------------------*/
/*------------------------------------------
Breakpoint
------------------------------------------*/
/*------------------------------------------
Retina
------------------------------------------*/
.alignwide {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto; }

.alignfull {
  width: 100%;
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -1px;
  padding-left: 1px; }

[class*="-section-row-inner-"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 690px;
  width: 100%; }
  [class*="-section-row-inner-"].wide {
    max-width: 1230px; }
  [class*="-section-row-inner-"].full {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden; }

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .edit-post-layout__content #post-title-0,
.block-editor #post-title-0 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

figure {
  max-width: 100%; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.edit-post-sidebar p, .edit-post-sidebar .edit-post-layout__content th, .edit-post-layout__content .edit-post-sidebar th,
.edit-post-sidebar .edit-post-layout__content td, .edit-post-layout__content .edit-post-sidebar td,
.edit-post-sidebar .edit-post-layout__content li, .edit-post-layout__content .edit-post-sidebar li,
.edit-post-sidebar .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .edit-post-sidebar .wp-block-button__link,
.edit-post-sidebar .block-editor th, .block-editor .edit-post-sidebar th,
.edit-post-sidebar .block-editor td, .block-editor .edit-post-sidebar td,
.edit-post-sidebar .block-editor li, .block-editor .edit-post-sidebar li,
.edit-post-sidebar .block-editor .wp-block-button__link, .block-editor .edit-post-sidebar .wp-block-button__link {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  margin: 1em 0 !important; }

.edit-post-sidebar h6 {
  font-size: 1.33333rem; }

.edit-post-layout__content,
.block-editor {
  max-width: 1230px; }
  .edit-post-layout__content h6,
  .block-editor h6 {
    font-size: 1.33333rem; }
  .edit-post-layout__content .wp-block-table td,
  .edit-post-layout__content .wp-block-table th,
  .block-editor .wp-block-table td,
  .block-editor .wp-block-table th {
    padding: 30px;
    border: 0px solid currentColor;
    border-bottom: 1px solid #f3f1e7; }
  .edit-post-layout__content .editor-rich-text__tinymce a,
  .block-editor .editor-rich-text__tinymce a {
    color: #72c7e7;
    text-decoration: underline; }
    .edit-post-layout__content .editor-rich-text__tinymce a:hover,
    .block-editor .editor-rich-text__tinymce a:hover {
      text-decoration: none; }
  .edit-post-layout__content .wp-block-quote blockquote > .editor-rich-text p, .edit-post-layout__content .wp-block-quote blockquote > .editor-rich-text th,
  .edit-post-layout__content .wp-block-quote blockquote > .editor-rich-text td,
  .edit-post-layout__content .wp-block-quote blockquote > .editor-rich-text li,
  .edit-post-layout__content .wp-block-quote blockquote > .editor-rich-text .wp-block-button__link,
  .block-editor .wp-block-quote blockquote > .editor-rich-text p,
  .block-editor .wp-block-quote blockquote > .editor-rich-text th,
  .block-editor .wp-block-quote blockquote > .editor-rich-text td,
  .block-editor .wp-block-quote blockquote > .editor-rich-text li,
  .block-editor .wp-block-quote blockquote > .editor-rich-text .wp-block-button__link {
    font-size: 16px;
    line-height: 26px; }
  .edit-post-layout__content .wp-block-pullquote blockquote > .editor-rich-text p, .edit-post-layout__content .wp-block-pullquote blockquote > .editor-rich-text th,
  .edit-post-layout__content .wp-block-pullquote blockquote > .editor-rich-text td,
  .edit-post-layout__content .wp-block-pullquote blockquote > .editor-rich-text li,
  .edit-post-layout__content .wp-block-pullquote blockquote > .editor-rich-text .wp-block-button__link,
  .block-editor .wp-block-pullquote blockquote > .editor-rich-text p,
  .block-editor .wp-block-pullquote blockquote > .editor-rich-text th,
  .block-editor .wp-block-pullquote blockquote > .editor-rich-text td,
  .block-editor .wp-block-pullquote blockquote > .editor-rich-text li,
  .block-editor .wp-block-pullquote blockquote > .editor-rich-text .wp-block-button__link {
    font-size: 16px;
    line-height: 26px; }
  .edit-post-layout__content .wp-block-media-text,
  .block-editor .wp-block-media-text {
    margin: 0 auto;
    max-width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px; }
    .edit-post-layout__content .wp-block-media-text figure,
    .block-editor .wp-block-media-text figure {
      max-width: 40% !important;
      overflow: hidden; }
  .edit-post-layout__content .wp-block-media-text__content,
  .block-editor .wp-block-media-text__content {
    min-width: 50%; }

/*
    html
    body
*/
html {
  scroll-behavior: smooth; }

body:not(.wp-admin) {
  font-family: "Raleway", arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #fffcf3; }
  body:not(.wp-admin).has-scrollbar .alignfull {
    width: calc(100vw - var(--scroll-bar)); }

article {
  max-width: 1230px;
  margin: 0 auto; }

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 40px; }
  .container--centered {
    margin-left: auto;
    margin-right: auto;
    max-width: 910px; }

/**
 * Remove border from focused elements in a form
 */
form *:focus {
  outline: none; }

form label {
  font-size: 14px; }

/*
h1
h2
h3
 */
h1, .edit-post-layout__content #post-title-0,
.block-editor #post-title-0,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  word-break: break-word; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #2d2d2d; }

h1, .edit-post-layout__content #post-title-0,
.block-editor #post-title-0, .h1 {
  line-height: 130%;
  font-size: 2.5rem; }
  @media (min-width: 1024px) {
    h1, .edit-post-layout__content #post-title-0,
    .block-editor #post-title-0, .h1 {
      font-size: 2.77778rem; } }

h2, .h2 {
  line-height: 130%;
  font-size: 2.11111rem; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 2.33333rem; } }

h3, .h3 {
  line-height: 130%;
  font-size: 1.66667rem; }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 1.94444rem; } }

h4, .h4 {
  line-height: 130%;
  font-size: 1.33333rem; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 1.66667rem; } }

h5, .h5 {
  line-height: 130%;
  font-size: 0.77778rem; }
  @media (min-width: 1024px) {
    h5, .h5 {
      font-size: 0.88889rem; } }

h6, .h6 {
  font-weight: 400;
  line-height: 130%;
  font-size: 1rem; }
  @media (min-width: 1024px) {
    h6, .h6 {
      font-size: 1.33333rem; } }

.widget__title {
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  font-size: 24px; }

img {
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

figure {
  margin: 10px 0; }

figcaption {
  font-size: 0.88889rem; }

@media (min-width: 1024px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em; } }

@media (min-width: 1024px) {
  img.alignleft {
    width: auto;
    float: left;
    margin: 0 1em 1em 0; } }

@media (min-width: 1024px) {
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1024px) {
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em; } }

@media (min-width: 1024px) {
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0; } }

@media (min-width: 1024px) {
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

/*
a
a:hover
 */
a:not(.js-menu-link), .link {
  text-decoration: none;
  position: relative; }
  a:not(.js-menu-link):hover, .link:hover {
    text-decoration: none; }

.content-area a:not(.btn) a:not(.main-breadcrumbs) {
  color: #00a1de; }

/*
ul
ol
li
 */
ul {
  margin: 20px 0; }

li {
  line-height: 40px; }

.content-area ul:not(.pagination):not(.wp-block-gallery):not(.breadcrumbs):not(.accordion):not(.sidebar) {
  list-style: none;
  margin: 0;
  padding: 0; }
  .content-area ul:not(.pagination):not(.wp-block-gallery):not(.breadcrumbs):not(.accordion):not(.sidebar) li {
    position: relative;
    line-height: 130%;
    margin-bottom: 10px;
    font-weight: normal;
    max-width: 90%;
    left: 28px; }
    .content-area ul:not(.pagination):not(.wp-block-gallery):not(.breadcrumbs):not(.accordion):not(.sidebar) li a {
      color: #12232e;
      text-decoration: underline; }
    .content-area ul:not(.pagination):not(.wp-block-gallery):not(.breadcrumbs):not(.accordion):not(.sidebar) li:before {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #3e3e3e;
      top: 10px;
      left: -28px; }

/*
p
 */
p, .edit-post-layout__content th,
.edit-post-layout__content td,
.edit-post-layout__content li,
.edit-post-layout__content .wp-block-button__link,
.block-editor th,
.block-editor td,
.block-editor li,
.block-editor .wp-block-button__link {
  font-family: "Raleway", arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 18px;
  margin-top: 10px; }
  p a, .edit-post-layout__content th a, .edit-post-layout__content td a, .edit-post-layout__content li a, .edit-post-layout__content .wp-block-button__link a, .block-editor th a, .block-editor td a, .block-editor li a, .block-editor .wp-block-button__link a {
    text-decoration: underline; }
    p a:hover, .edit-post-layout__content th a:hover, .edit-post-layout__content td a:hover, .edit-post-layout__content li a:hover, .edit-post-layout__content .wp-block-button__link a:hover, .block-editor th a:hover, .block-editor td a:hover, .block-editor li a:hover, .block-editor .wp-block-button__link a:hover, p a:focus, .edit-post-layout__content th a:focus, .edit-post-layout__content td a:focus, .edit-post-layout__content li a:focus, .edit-post-layout__content .wp-block-button__link a:focus, .block-editor th a:focus, .block-editor td a:focus, .block-editor li a:focus, .block-editor .wp-block-button__link a:focus, p a:active, .edit-post-layout__content th a:active, .edit-post-layout__content td a:active, .edit-post-layout__content li a:active, .edit-post-layout__content .wp-block-button__link a:active, .block-editor th a:active, .block-editor td a:active, .block-editor li a:active, .block-editor .wp-block-button__link a:active {
      text-decoration: none;
      color: #00a1de; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #f3f1e7;
  font-size: 0.9375em;
  line-height: normal;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 0.9375em; }

abbr, acronym {
  border-bottom: 1px dotted #f3f1e7;
  cursor: help; }

mark, ins {
  background: #f3f1e7;
  text-decoration: none; }

big {
  font-size: 125%; }

/*
table
th
tr
 */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 60px 0;
  font-size: 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden; }
  table tr:first-child {
    font-size: 18px; }
  table tr:last-child {
    font-weight: bold;
    font-size: 18px; }

th {
  border-bottom: 1px solid #f3f1e7;
  background: #72c7e7;
  color: #fffcf3;
  font-weight: 400;
  padding: 20px 30px 20px 30px;
  text-align: left; }

td {
  padding: 20px 30px 20px 30px;
  color: #3e3e3e;
  border-bottom: 1px solid #fffcf3; }

.accordion {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 900px; }
  .accordion details summary::-webkit-details-marker {
    display: none; }
  .accordion details.accordion-item {
    position: relative;
    margin-top: 20px;
    color: #2d2d2d;
    cursor: pointer;
    max-width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 6px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .accordion details.accordion-item h3 {
      margin: 0;
      padding: 0;
      font-size: 18px; }
      @media (min-width: 1024px) {
        .accordion details.accordion-item h3 {
          font-size: 24px; } }
    .accordion details.accordion-item p, .accordion details.accordion-item .edit-post-layout__content th, .edit-post-layout__content .accordion details.accordion-item th,
    .accordion details.accordion-item .edit-post-layout__content td, .edit-post-layout__content .accordion details.accordion-item td,
    .accordion details.accordion-item .edit-post-layout__content li, .edit-post-layout__content .accordion details.accordion-item li,
    .accordion details.accordion-item .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .accordion details.accordion-item .wp-block-button__link,
    .accordion details.accordion-item .block-editor th, .block-editor .accordion details.accordion-item th,
    .accordion details.accordion-item .block-editor td, .block-editor .accordion details.accordion-item td,
    .accordion details.accordion-item .block-editor li, .block-editor .accordion details.accordion-item li,
    .accordion details.accordion-item .block-editor .wp-block-button__link, .block-editor .accordion details.accordion-item .wp-block-button__link {
      cursor: initial;
      margin-bottom: 40px; }
    .accordion details.accordion-item[open] summary:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .accordion details.accordion-item summary {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 80px;
      -webkit-transition: 0.2s ease;
      transition: 0.2s ease;
      border-radius: 6px;
      /* Safari 10.1 */ }
      .accordion details.accordion-item summary:after {
        position: absolute;
        display: block;
        content: url(/wp-content/themes/biotek/img/svg/dropdown.svg);
        right: 20px;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease; }
      @media not all and (min-resolution: 0.001dpcm) {
        @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
          .accordion details.accordion-item summary:after {
            margin-top: -50px; } } }

.arrow use {
  --fill-color: #fffcf3; }

.arrow--right {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }
  .arrow--right + .line {
    margin-left: 2px; }

.line + .arrow--left {
  margin-left: 2px; }

.article-card.related.pages {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 640px) {
    .article-card.related.pages {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      width: 48%; } }
  @media (min-width: 1024px) {
    .article-card.related.pages {
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
      width: 23%; } }
  .article-card.related.pages .card-lower {
    padding: 0px 0px 0px 0px; }
    .article-card.related.pages .card-lower .card-lower-title {
      font-size: 1.94444rem;
      margin: 1rem; }
      @media (min-width: 640px) {
        .article-card.related.pages .card-lower .card-lower-title {
          font-size: 1.66667rem; } }
      .article-card.related.pages .card-lower .card-lower-title a, .article-card.related.pages .card-lower .card-lower-title a:visited {
        color: #3e3e3e; }

.article-card.sidebar {
  margin: 0;
  width: 100% !important; }

.article-card.related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-transition: all .30s ease;
  transition: all .30s ease;
  margin: 0rem .2rem 1rem .2rem; }
  .article-card.related a {
    text-align: center;
    background: white; }
  .article-card.related .card-category {
    margin-top: -20px;
    -ms-flex-item-align: center;
        align-self: center; }
  .article-card.related .card-lower {
    margin-top: 0px;
    padding-left: .3rem;
    padding-right: .3rem; }
  .article-card.related:hover, .article-card.related:focus, .article-card.related:active {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .article-card.related:hover .card-img, .article-card.related:focus .card-img, .article-card.related:active .card-img {
      -webkit-transform: scale(1.03);
              transform: scale(1.03);
      opacity: 0.9; }
  @media (min-width: 640px) {
    .article-card.related {
      width: 32%; } }

.article-card.dark a {
  background: #12232e; }

.article-card.dark .card-category {
  background: white;
  color: #3e3e3e; }

.article-card.dark .card-lower {
  background: #12232e; }
  .article-card.dark .card-lower .card-lower-title {
    color: white;
    font-weight: bold; }

.article-card.dark.podcast.related .card-lower-title {
  margin-bottom: 20px; }

.article-card.dark.podcast a {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset; }

.article-card.dark.podcast .card-lower-title {
  margin-bottom: 0; }

.article-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0rem .2rem 1rem .2rem;
  -webkit-transition: all .30s ease;
  transition: all .30s ease; }
  @media (min-width: 640px) {
    .article-card {
      margin: 0px 20px 40px 0px;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%; } }
  .article-card .card-info {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #12232e;
    margin: 10px;
    border-radius: 6px;
    padding: 3px 20px 6px 20px; }
    .article-card .card-info span {
      color: white;
      font-size: 16px; }
  .article-card .card-category {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 25px;
    margin-top: -17px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    background: #12232e;
    padding: 3px 20px 3px 20px;
    z-index: 99;
    font-size: 1rem;
    font-family: "Roboto Condensed", arial, sans-serif;
    color: white;
    border-radius: 3px; }
  .article-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #3e3e3e;
    text-align: left;
    background: #fffcf3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all .30s ease;
    transition: all .30s ease;
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .article-card a:hover .article-lower-title, .article-card a:focus .article-lower-title, .article-card a:active .article-lower-title {
      color: #fecb00; }
    .article-card a:hover .card-img, .article-card a:focus .card-img, .article-card a:active .card-img {
      -webkit-transform: scale(1.03);
              transform: scale(1.03);
      opacity: 0.9; }
  .article-card .card-featured {
    overflow: hidden;
    max-height: 180px; }
    @media (min-width: 1024px) {
      .article-card .card-featured {
        max-height: 200px; } }
    .article-card .card-featured img.card-img {
      z-index: 1;
      -webkit-transition: all .30s ease;
      transition: all .30s ease;
      -o-object-fit: cover;
         object-fit: cover;
      min-height: 300px;
      overflow: hidden;
      width: 100%;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      @media (min-width: 1024px) {
        .article-card .card-featured img.card-img {
          max-height: 200px; } }
  .article-card .card-lower {
    margin-top: -10px;
    padding: 0px 0px 10px 0px;
    z-index: 9; }
    .article-card .card-lower p, .article-card .card-lower .edit-post-layout__content th, .edit-post-layout__content .article-card .card-lower th,
    .article-card .card-lower .edit-post-layout__content td, .edit-post-layout__content .article-card .card-lower td,
    .article-card .card-lower .edit-post-layout__content li, .edit-post-layout__content .article-card .card-lower li,
    .article-card .card-lower .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .article-card .card-lower .wp-block-button__link,
    .article-card .card-lower .block-editor th, .block-editor .article-card .card-lower th,
    .article-card .card-lower .block-editor td, .block-editor .article-card .card-lower td,
    .article-card .card-lower .block-editor li, .block-editor .article-card .card-lower li,
    .article-card .card-lower .block-editor .wp-block-button__link, .block-editor .article-card .card-lower .wp-block-button__link {
      font-size: 16px; }
    .article-card .card-lower .card-lower-title {
      font-size: 1.66667rem;
      color: #3e3e3e;
      font-weight: normal; }
      .article-card .card-lower .card-lower-title a, .article-card .card-lower .card-lower-title a:visited {
        color: #3e3e3e; }

.article-credits {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 20px;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.6;
  margin-top: -65px;
  margin-bottom: 0px;
  z-index: 9; }
  .article-credits img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 1px solid white; }
  .article-credits .author {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 3px; }
    .article-credits .author a {
      color: #2d2d2d;
      font-weight: bold; }
  .article-credits .date {
    font-weight: normal;
    color: #3f3f3f;
    font-size: 16px;
    font-family: "Roboto Condensed", arial, sans-serif; }

.single {
  margin-top: 40px;
  font-size: 14px; }

.articles {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 100%);
  grid-gap: 10px; }
  @media (min-width: 640px) {
    .articles {
      grid-template-columns: repeat(auto-fill, 48%);
      grid-gap: 10px; } }
  @media (min-width: 1024px) {
    .articles {
      grid-template-columns: repeat(auto-fill, 32%);
      grid-gap: 10px; } }

.box {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  background: #cecece;
  color: #787878; }

.main-breadcrumbs {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Condensed", arial, sans-serif;
  margin-top: 20px;
  line-height: 160%; }
  .main-breadcrumbs .breadcrumb_last {
    font-weight: bold;
    text-decoration: underline; }
  .main-breadcrumbs a {
    color: #2d2d2d;
    margin-right: 30px;
    margin-left: 20px; }
    .main-breadcrumbs a:first-of-type {
      margin-left: 0; }
    .main-breadcrumbs a:after {
      position: absolute;
      display: inline-block;
      width: 10px;
      height: 10px;
      content: url(/wp-content/themes/biotek/img/svg/arrow-forward.svg);
      margin-left: 8px;
      margin-top: 3px; }

button.btn,
a.wp-block-button__link,
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background: #fecb00;
  border-radius: 25px;
  min-width: 200px;
  max-width: 250px;
  border: none;
  line-height: 1.33333;
  font-size: 1rem;
  text-align: left;
  color: #3e3e3e;
  padding: 8px 25px;
  font-weight: 700;
  text-decoration: none !important;
  font-family: "Raleway", arial, sans-serif;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  outline: none;
  margin-top: 10px;
  margin-bottom: 10px; }
  button.btn:not(.outline):after,
  a.wp-block-button__link:not(.outline):after,
  .btn:not(.outline):after {
    content: "\2192";
    font-size: 34px;
    line-height: 1;
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  button.btn:not(.outline):hover, button.btn:not(.outline):focus, button.btn:not(.outline):active,
  a.wp-block-button__link:not(.outline):hover,
  a.wp-block-button__link:not(.outline):focus,
  a.wp-block-button__link:not(.outline):active,
  .btn:not(.outline):hover,
  .btn:not(.outline):focus,
  .btn:not(.outline):active {
    background: #12232e;
    color: white !important; }
    button.btn:not(.outline):hover:after, button.btn:not(.outline):focus:after, button.btn:not(.outline):active:after,
    a.wp-block-button__link:not(.outline):hover:after,
    a.wp-block-button__link:not(.outline):focus:after,
    a.wp-block-button__link:not(.outline):active:after,
    .btn:not(.outline):hover:after,
    .btn:not(.outline):focus:after,
    .btn:not(.outline):active:after {
      -webkit-transform: translate(5px, -3px);
              transform: translate(5px, -3px); }
    .has-yellow-background-color button.btn:not(.outline):hover, .has-yellow-background-color button.btn:not(.outline):focus, .has-yellow-background-color button.btn:not(.outline):active, .has-yellow-background-color
    a.wp-block-button__link:not(.outline):hover, .has-yellow-background-color
    a.wp-block-button__link:not(.outline):focus, .has-yellow-background-color
    a.wp-block-button__link:not(.outline):active, .has-yellow-background-color
    .btn:not(.outline):hover, .has-yellow-background-color
    .btn:not(.outline):focus, .has-yellow-background-color
    .btn:not(.outline):active {
      outline: 1px solid #12232e; }
    .yellow button.btn:not(.outline):hover, .yellow button.btn:not(.outline):focus, .yellow button.btn:not(.outline):active, .yellow
    a.wp-block-button__link:not(.outline):hover, .yellow
    a.wp-block-button__link:not(.outline):focus, .yellow
    a.wp-block-button__link:not(.outline):active, .yellow
    .btn:not(.outline):hover, .yellow
    .btn:not(.outline):focus, .yellow
    .btn:not(.outline):active {
      outline: 1px solid #12232e; }
    .has-primary-background-color button.btn:not(.outline):hover, .has-primary-background-color button.btn:not(.outline):focus, .has-primary-background-color button.btn:not(.outline):active, .has-primary-background-color
    a.wp-block-button__link:not(.outline):hover, .has-primary-background-color
    a.wp-block-button__link:not(.outline):focus, .has-primary-background-color
    a.wp-block-button__link:not(.outline):active, .has-primary-background-color
    .btn:not(.outline):hover, .has-primary-background-color
    .btn:not(.outline):focus, .has-primary-background-color
    .btn:not(.outline):active {
      outline: 1px solid #fecb00; }
  button.btn.dark, button.btn.has-primary-background-color,
  a.wp-block-button__link.dark,
  a.wp-block-button__link.has-primary-background-color,
  .btn.dark,
  .btn.has-primary-background-color {
    background: #12232e;
    color: white; }
    button.btn.dark:hover, button.btn.dark:focus, button.btn.dark:active, button.btn.has-primary-background-color:hover, button.btn.has-primary-background-color:focus, button.btn.has-primary-background-color:active,
    a.wp-block-button__link.dark:hover,
    a.wp-block-button__link.dark:focus,
    a.wp-block-button__link.dark:active,
    a.wp-block-button__link.has-primary-background-color:hover,
    a.wp-block-button__link.has-primary-background-color:focus,
    a.wp-block-button__link.has-primary-background-color:active,
    .btn.dark:hover,
    .btn.dark:focus,
    .btn.dark:active,
    .btn.has-primary-background-color:hover,
    .btn.has-primary-background-color:focus,
    .btn.has-primary-background-color:active {
      background: #fecb00;
      color: #12232e !important; }
  button.btn.outline,
  a.wp-block-button__link.outline,
  .btn.outline {
    background: none;
    color: #3e3e3e;
    border: 1px solid #3e3e3e;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-block: 12px; }
    button.btn.outline:after,
    a.wp-block-button__link.outline:after,
    .btn.outline:after {
      content: url(/wp-content/themes/biotek/img/svg/arrow-dark.svg);
      -webkit-transform: translateX(-5px);
              transform: translateX(-5px);
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    button.btn.outline:hover, button.btn.outline:focus, button.btn.outline:active,
    a.wp-block-button__link.outline:hover,
    a.wp-block-button__link.outline:focus,
    a.wp-block-button__link.outline:active,
    .btn.outline:hover,
    .btn.outline:focus,
    .btn.outline:active {
      background: #f3f1e7;
      border: 1px solid white; }
      button.btn.outline:hover:after, button.btn.outline:focus:after, button.btn.outline:active:after,
      a.wp-block-button__link.outline:hover:after,
      a.wp-block-button__link.outline:focus:after,
      a.wp-block-button__link.outline:active:after,
      .btn.outline:hover:after,
      .btn.outline:focus:after,
      .btn.outline:active:after {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
  button.btn.light,
  a.wp-block-button__link.light,
  .btn.light {
    background: #f3f1e7; }
    button.btn.light:after,
    a.wp-block-button__link.light:after,
    .btn.light:after {
      content: url(/wp-content/themes/biotek/img/svg/arrow-dark.svg); }
    button.btn.light:hover, button.btn.light:focus, button.btn.light:active,
    a.wp-block-button__link.light:hover,
    a.wp-block-button__link.light:focus,
    a.wp-block-button__link.light:active,
    .btn.light:hover,
    .btn.light:focus,
    .btn.light:active {
      background: #72c7e7;
      color: white !important; }
      button.btn.light:hover:after, button.btn.light:focus:after, button.btn.light:active:after,
      a.wp-block-button__link.light:hover:after,
      a.wp-block-button__link.light:focus:after,
      a.wp-block-button__link.light:active:after,
      .btn.light:hover:after,
      .btn.light:focus:after,
      .btn.light:active:after {
        content: url(/wp-content/themes/biotek/img/svg/arrow.svg); }
  button.btn.search,
  a.wp-block-button__link.search,
  .btn.search {
    border-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: 10px;
    border: none;
    height: 41px;
    min-width: 100px;
    max-width: 110px;
    padding: 6.5px 15px; }

.content {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .content {
      margin-top: 40px; } }
  .content--with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .content--with-sidebar .content__left {
      max-width: 100%; }
      @media (min-width: 1024px) {
        .content--with-sidebar .content__left {
          width: 76%; } }
    .content--with-sidebar .content__right {
      display: none; }
      @media (min-width: 1024px) {
        .content--with-sidebar .content__right {
          display: block;
          width: 24%;
          padding-left: 77px;
          position: relative; }
          .content--with-sidebar .content__right:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: calc(100% - 100px);
            background: #fffcf3; } }
  .content--article {
    margin-top: 20px;
    position: relative; }
  .content__share {
    width: 100px;
    margin-right: 132px;
    margin-left: -232px; }
    @media screen and (max-width: 1362px) {
      .content__share {
        margin-right: 40px;
        margin-left: -140px; } }
    @media screen and (max-width: 1190px) {
      .content__share {
        display: none; } }

.page-template-page-councilmeetings .accordion.council {
  margin-bottom: 17px !important; }
  .page-template-page-councilmeetings .accordion.council .accordion-content {
    padding: 24px 0 !important;
    border-bottom: 1px solid #000000 !important;
    display: grid !important;
    grid-template-columns: 6fr 3fr 3fr !important;
    font-family: "Roboto Condensed", arial, sans-serif !important; }
    .page-template-page-councilmeetings .accordion.council .accordion-content a.sakskart {
      color: #2d2d2d;
      height: 30px;
      line-height: 130%;
      text-decoration: underline; }
      .page-template-page-councilmeetings .accordion.council .accordion-content a.sakskart:before {
        content: url(/wp-content/themes/biotek/src/icons/table-of-contents.svg) !important;
        height: 100%;
        margin-right: 13px;
        vertical-align: middle; }
    .page-template-page-councilmeetings .accordion.council .accordion-content a.referat {
      height: 30px;
      color: #2d2d2d;
      line-height: 30px;
      text-decoration: underline; }
      .page-template-page-councilmeetings .accordion.council .accordion-content a.referat:before {
        content: url(/wp-content/themes/biotek/src/icons/document.svg) !important;
        height: 100%;
        margin-right: 13px;
        vertical-align: middle; }
    .page-template-page-councilmeetings .accordion.council .accordion-content p, .page-template-page-councilmeetings .accordion.council .accordion-content .edit-post-layout__content th, .edit-post-layout__content .page-template-page-councilmeetings .accordion.council .accordion-content th,
    .page-template-page-councilmeetings .accordion.council .accordion-content .edit-post-layout__content td, .edit-post-layout__content .page-template-page-councilmeetings .accordion.council .accordion-content td,
    .page-template-page-councilmeetings .accordion.council .accordion-content .edit-post-layout__content li, .edit-post-layout__content .page-template-page-councilmeetings .accordion.council .accordion-content li,
    .page-template-page-councilmeetings .accordion.council .accordion-content .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .page-template-page-councilmeetings .accordion.council .accordion-content .wp-block-button__link,
    .page-template-page-councilmeetings .accordion.council .accordion-content .block-editor th, .block-editor .page-template-page-councilmeetings .accordion.council .accordion-content th,
    .page-template-page-councilmeetings .accordion.council .accordion-content .block-editor td, .block-editor .page-template-page-councilmeetings .accordion.council .accordion-content td,
    .page-template-page-councilmeetings .accordion.council .accordion-content .block-editor li, .block-editor .page-template-page-councilmeetings .accordion.council .accordion-content li,
    .page-template-page-councilmeetings .accordion.council .accordion-content .block-editor .wp-block-button__link, .block-editor .page-template-page-councilmeetings .accordion.council .accordion-content .wp-block-button__link {
      margin: 0px;
      font-family: "Roboto Condensed", arial, sans-serif !important; }

.page-template-page-councilmeetings .accordion summary {
  padding: 7px 14px !important;
  height: 53px !important;
  border-radius: 0px !important; }

.page-template-page-councilmeetings .accordion details[open] summary {
  background: #fecb00 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.page-template-page-councilmeetings .accordion details summary {
  background: #f3f1e7 !important;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05) !important; }

.page-template-page-councilmeetings .intro p, .page-template-page-councilmeetings .intro .edit-post-layout__content th, .edit-post-layout__content .page-template-page-councilmeetings .intro th,
.page-template-page-councilmeetings .intro .edit-post-layout__content td, .edit-post-layout__content .page-template-page-councilmeetings .intro td,
.page-template-page-councilmeetings .intro .edit-post-layout__content li, .edit-post-layout__content .page-template-page-councilmeetings .intro li,
.page-template-page-councilmeetings .intro .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .page-template-page-councilmeetings .intro .wp-block-button__link,
.page-template-page-councilmeetings .intro .block-editor th, .block-editor .page-template-page-councilmeetings .intro th,
.page-template-page-councilmeetings .intro .block-editor td, .block-editor .page-template-page-councilmeetings .intro td,
.page-template-page-councilmeetings .intro .block-editor li, .block-editor .page-template-page-councilmeetings .intro li,
.page-template-page-councilmeetings .intro .block-editor .wp-block-button__link, .block-editor .page-template-page-councilmeetings .intro .wp-block-button__link {
  margin-bottom: 29px; }

.page-template-page-councilmeetings .entry-content-page {
  margin-left: 0px;
  margin-top: 0px; }
  @media (min-width: 1024px) {
    .page-template-page-councilmeetings .entry-content-page {
      margin-top: 0px; } }

.cta-container-sidebar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.cta-box-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 80px;
  background: #f3f1e7;
  color: #2d2d2d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: .3rem;
  border-radius: 3px; }
  .cta-box-sidebar a:before {
    display: none !important; }
  .cta-box-sidebar:nth-child(even) {
    background: #fffcf3; }
  .cta-box-sidebar:hover, .cta-box-sidebar:focus, .cta-box-sidebar:active {
    background: #fecb00; }
  .cta-box-sidebar span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 20px; }
    .cta-box-sidebar span:after {
      content: url(/wp-content/themes/biotek/img/svg/arrow-dark.svg);
      width: auto;
      margin-top: 4px;
      margin-right: 20px;
      -webkit-transition: .20s ease;
      transition: .20s ease; }
    .cta-box-sidebar span:hover:after, .cta-box-sidebar span:focus:after, .cta-box-sidebar span:active:after {
      margin-right: 15px; }
  .cta-box-sidebar a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400; }

.cta-container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1230px; }
  @media (min-width: 1024px) {
    .cta-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 12vh;
      max-height: 120px; } }

.cta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 12vh;
  max-height: 120px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#012038), to(#003f72));
  background: linear-gradient(90deg, #012038 0%, #003f72 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0; }
  .cta-box a:before {
    display: none !important; }
  @media (min-width: 1024px) {
    .cta-box {
      margin-top: 20px;
      width: 31.3333%;
      background: none;
      border-radius: 6px; }
      .cta-box:nth-child(even) {
        margin-left: 20px;
        margin: 20px; } }
  .cta-box:hover, .cta-box:focus, .cta-box:active {
    background: #12232e; }
  .cta-box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 22px;
    padding-left: 20px;
    padding-bottom: 20px; }
    .cta-box span:after {
      content: url(/wp-content/themes/biotek/img/svg/arrow.svg);
      width: auto;
      margin-top: 4px;
      margin-right: 20px;
      -webkit-transition: .20s ease;
      transition: .20s ease; }
    .cta-box span:hover:after, .cta-box span:focus:after, .cta-box span:active:after {
      margin-right: 15px; }
  .cta-box a, .cta-box .cta-link {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 24px; }

.cta-box.light {
  min-height: 8vh;
  max-height: 100px;
  height: 10vh;
  background: #f3f1e7;
  color: #2d2d2d;
  border-radius: 3px;
  margin: .3rem; }
  .cta-box.light:first-child {
    background: #fecb00; }
  .cta-box.light:nth-child(even) {
    background: #fffcf3; }
  @media (min-width: 1024px) {
    .cta-box.light {
      width: 32%;
      height: 16vh; } }
  .cta-box.light:hover, .cta-box.light:focus, .cta-box.light:active {
    background: #fecb00;
    color: #2d2d2d; }
    .cta-box.light:hover:after, .cta-box.light:focus:after, .cta-box.light:active:after {
      margin-right: 15px; }
  .cta-box.light span:after {
    content: url(/wp-content/themes/biotek/img/svg/arrow-dark.svg); }

.cta-box.opcaity {
  min-height: 8vh;
  background: rgba(0, 63, 114, 0.7); }
  .cta-box.opcaity:nth-child(even) {
    background: rgba(0, 63, 114, 0.9); }
  .cta-box.opcaity:hover, .cta-box.opcaity:focus, .cta-box.opcaity:active {
    background: #fecb00;
    color: #2d2d2d; }
    .cta-box.opcaity:hover:after, .cta-box.opcaity:focus:after, .cta-box.opcaity:active:after {
      margin-right: 15px; }

.entry-header {
  margin-top: 15px; }
  .entry-header .entry-title {
    margin: 40px 20px;
    word-wrap: break-word;
    font-size: 2.33333rem; }
    @media (min-width: 1024px) {
      .entry-header .entry-title {
        margin: 40px 0px;
        font-size: 3.33333rem; } }
  @media (min-width: 1024px) {
    .entry-header {
      margin-top: 40px; } }

.entry-content a,
.entry-content a:visited, .entry-content-page a,
.entry-content-page a:visited {
  color: #2d2d2d;
  text-decoration: underline; }
  .entry-content a:hover, .entry-content a:active, .entry-content a:focus,
  .entry-content a:visited:hover,
  .entry-content a:visited:active,
  .entry-content a:visited:focus, .entry-content-page a:hover, .entry-content-page a:active, .entry-content-page a:focus,
  .entry-content-page a:visited:hover,
  .entry-content-page a:visited:active,
  .entry-content-page a:visited:focus {
    color: #005ba5;
    text-decoration: underline;
    -webkit-text-decoration-color: #00a1de;
            text-decoration-color: #00a1de; }

.entry-content img, .entry-content-page img {
  border-radius: 6px; }

.entry-content .has-primary-background-color a:hover, .entry-content .has-primary-background-color a:active, .entry-content .has-primary-background-color a:focus,
.entry-content .has-primary-background-color a:visited:hover,
.entry-content .has-primary-background-color a:visited:active,
.entry-content .has-primary-background-color a:visited:focus, .entry-content-page .has-primary-background-color a:hover, .entry-content-page .has-primary-background-color a:active, .entry-content-page .has-primary-background-color a:focus,
.entry-content-page .has-primary-background-color a:visited:hover,
.entry-content-page .has-primary-background-color a:visited:active,
.entry-content-page .has-primary-background-color a:visited:focus {
  color: #fecb00 !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #72c7e7;
          text-decoration-color: #72c7e7; }

.entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1230px;
  padding: 0 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .entry-content p, .entry-content .edit-post-layout__content th, .edit-post-layout__content .entry-content th,
  .entry-content .edit-post-layout__content td, .edit-post-layout__content .entry-content td,
  .entry-content .edit-post-layout__content li, .edit-post-layout__content .entry-content li,
  .entry-content .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .entry-content .wp-block-button__link,
  .entry-content .block-editor th, .block-editor .entry-content th,
  .entry-content .block-editor td, .block-editor .entry-content td,
  .entry-content .block-editor li, .block-editor .entry-content li,
  .entry-content .block-editor .wp-block-button__link, .block-editor .entry-content .wp-block-button__link, .entry-content ul, .entry-content h1, .entry-content .edit-post-layout__content #post-title-0, .edit-post-layout__content .entry-content #post-title-0,
  .entry-content .block-editor #post-title-0, .block-editor .entry-content #post-title-0, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content figure, .entry-content iframe, .entry-content img, .entry-content .wp-block-buttons {
    max-width: 690px; }
  .entry-content h1, .entry-content .edit-post-layout__content #post-title-0, .edit-post-layout__content .entry-content #post-title-0,
  .entry-content .block-editor #post-title-0, .block-editor .entry-content #post-title-0, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-top: 40px;
    margin-bottom: 0; }
  .entry-content p, .entry-content .edit-post-layout__content th, .edit-post-layout__content .entry-content th,
  .entry-content .edit-post-layout__content td, .edit-post-layout__content .entry-content td,
  .entry-content .edit-post-layout__content li, .edit-post-layout__content .entry-content li,
  .entry-content .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .entry-content .wp-block-button__link,
  .entry-content .block-editor th, .block-editor .entry-content th,
  .entry-content .block-editor td, .block-editor .entry-content td,
  .entry-content .block-editor li, .block-editor .entry-content li,
  .entry-content .block-editor .wp-block-button__link, .block-editor .entry-content .wp-block-button__link {
    margin-top: 20px; }
  .entry-content img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto; }
  .entry-content figure {
    max-width: 100%; }
  .entry-content .article {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .entry-content {
      margin: 0 auto 100px auto; } }

.article-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .article-page {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.entry-content-page.fullwidth {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.entry-content-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .entry-content-page {
      width: 65%;
      margin-bottom: 20px;
      margin-top: 20px;
      margin-left: 20px; } }
  .entry-content-page p, .entry-content-page .edit-post-layout__content th, .edit-post-layout__content .entry-content-page th,
  .entry-content-page .edit-post-layout__content td, .edit-post-layout__content .entry-content-page td,
  .entry-content-page .edit-post-layout__content li, .edit-post-layout__content .entry-content-page li,
  .entry-content-page .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .entry-content-page .wp-block-button__link,
  .entry-content-page .block-editor th, .block-editor .entry-content-page th,
  .entry-content-page .block-editor td, .block-editor .entry-content-page td,
  .entry-content-page .block-editor li, .block-editor .entry-content-page li,
  .entry-content-page .block-editor .wp-block-button__link, .block-editor .entry-content-page .wp-block-button__link {
    max-width: 690px; }
  @media (min-width: 1366px) {
    .entry-content-page {
      margin-right: 20px;
      padding: 0px; } }
  .entry-content-page h2 {
    font-size: 2.5rem;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .entry-content-page h2 {
        font-size: 3rem; } }

.error-404 {
  margin-top: 80px;
  margin-bottom: 150px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: bold; }
  .error-404__item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block; }
  .error-404__img-wrapper {
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%; }
    @media (min-width: 640px) {
      .error-404__img-wrapper {
        width: 426px;
        height: 426px; } }
  .error-404__title {
    line-height: 97px;
    font-size: 4rem;
    margin-top: 20px; }
  .error-404__subtitle {
    font-weight: 500;
    font-size: 1.11111rem;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 60px; }
  .error-404__button {
    font-weight: 500;
    display: inline-block; }

.event-info .post-title {
  font-size: 40px; }
  @media (min-width: 1024px) {
    .event-info .post-title {
      font-size: 60px; } }

.event-info .date span {
  font-size: 20px;
  color: #003f72;
  font-weight: bold; }
  @media (min-width: 1024px) {
    .event-info .date span {
      font-size: 30px; } }

.event-info .finished {
  margin: 20px 0; }
  .event-info .finished span {
    background-color: #fecb00;
    padding: 6px 12px;
    border-radius: 6px; }

.event-info .place {
  text-transform: uppercase;
  font-weight: bold; }

.event-info .time span {
  background-color: #003f72;
  color: white;
  padding: 6px 12px;
  border-radius: 6px; }

.cover-gradient {
  content: "";
  display: block;
  position: absolute;
  height: auto;
  min-height: 60vh;
  width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(120%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.9) 120%);
  z-index: 1; }
  @media (min-width: 1366px) {
    .cover-gradient {
      min-height: 40vh; } }

.featured-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 300px;
  height: auto;
  height: 60vh;
  width: 100%;
  padding: 0px 20px;
  background-position: center center;
  background-size: cover !important; }
  @media (min-width: 1366px) {
    .featured-top {
      height: 40vh; } }
  .featured-top .main-breadcrumbs .breadcrumb_last {
    color: white; }
  .featured-top .main-breadcrumbs a {
    color: white; }
    .featured-top .main-breadcrumbs a:after {
      content: url(/wp-content/themes/biotek/img/svg/arrow-forward-white.svg); }
  .featured-top .featured-title {
    font-size: 1.94444rem;
    z-index: 999;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }
    @media (min-width: 1024px) {
      .featured-top .featured-title {
        font-size: 2.22222rem; } }
  .featured-top .fetured-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 1230px;
    max-width: 1230px;
    z-index: 2;
    padding-bottom: 40px;
    height: auto; }
    .featured-top .fetured-inner.breadcrumbs {
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin: 0; }

.featured-page.featured-top {
  height: 20vh; }
  @media (min-width: 1024px) {
    .featured-page.featured-top {
      height: 30vh; } }
  .featured-page.featured-top .featured-title {
    text-align: left;
    color: white; }

.featured-search.featured-top {
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .featured-search.featured-top {
      height: auto; } }
  .featured-search.featured-top .featured-title {
    text-align: left;
    color: white;
    font-size: 1.66667rem; }
    @media (min-width: 1024px) {
      .featured-search.featured-top .featured-title {
        font-size: 2.33333rem; } }
  .featured-search.featured-top .cover-gradient {
    display: none; }

.page.featured-top {
  height: auto;
  background: #00a1de; }
  .page.featured-top .cover-gradient {
    display: none; }
  .page.featured-top .featured-title {
    text-align: left;
    color: white; }

.frontpage.featured-top {
  height: 45vh;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (min-width: 640px) {
    .frontpage.featured-top {
      height: 40vh; } }
  .frontpage.featured-top .cover-gradient {
    content: "";
    display: block;
    position: absolute;
    height: 45vh;
    width: 100vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1; }
    @media (min-width: 640px) {
      .frontpage.featured-top .cover-gradient {
        height: 40vh; } }
  .frontpage.featured-top .frontpage-text {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
    max-width: 750px; }
    .frontpage.featured-top .frontpage-text h1, .frontpage.featured-top .frontpage-text .edit-post-layout__content #post-title-0, .edit-post-layout__content .frontpage.featured-top .frontpage-text #post-title-0,
    .frontpage.featured-top .frontpage-text .block-editor #post-title-0, .block-editor .frontpage.featured-top .frontpage-text #post-title-0 {
      color: white;
      font-size: 1.66667rem;
      padding: 0 0.5rem;
      margin: 0;
      text-shadow: 1px 1px 1px black; }
      @media (min-width: 1024px) {
        .frontpage.featured-top .frontpage-text h1, .frontpage.featured-top .frontpage-text .edit-post-layout__content #post-title-0, .edit-post-layout__content .frontpage.featured-top .frontpage-text #post-title-0,
        .frontpage.featured-top .frontpage-text .block-editor #post-title-0, .block-editor .frontpage.featured-top .frontpage-text #post-title-0 {
          font-size: 1.94444rem;
          padding: 0 4rem; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  bottom: 0;
  background: #003f72; }
  footer .upper-footer {
    background-color: #f3f1e7;
    -webkit-transition: .20s ease;
    transition: .20s ease; }
  footer .lower-footer {
    background-color: #003f72;
    padding-bottom: 80px; }
    footer .lower-footer a {
      color: white;
      font-size: 16px; }
      footer .lower-footer a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: #fecb00;
        -webkit-transition: .20s ease;
        transition: .20s ease; }
      footer .lower-footer a:hover:before {
        background: #72c7e7; }
  footer .footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1230px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      footer .footer-widgets {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    footer .footer-widgets .widget-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      margin-top: 60px; }
      @media (min-width: 1024px) {
        footer .footer-widgets .widget-box {
          text-align: left; } }
  footer .widget__title {
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
    color: white; }
  footer .widget_nav_menu .menu {
    list-style: none;
    padding: 0; }
  footer p, footer .edit-post-layout__content th, .edit-post-layout__content footer th,
  footer .edit-post-layout__content td, .edit-post-layout__content footer td,
  footer .edit-post-layout__content li, .edit-post-layout__content footer li,
  footer .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content footer .wp-block-button__link,
  footer .block-editor th, .block-editor footer th,
  footer .block-editor td, .block-editor footer td,
  footer .block-editor li, .block-editor footer li,
  footer .block-editor .wp-block-button__link, .block-editor footer .wp-block-button__link {
    font-size: 16px; }
  footer .footer-logo {
    max-width: 250px; }
  footer .textwidget p, footer .textwidget .edit-post-layout__content th, .edit-post-layout__content footer .textwidget th,
  footer .textwidget .edit-post-layout__content td, .edit-post-layout__content footer .textwidget td,
  footer .textwidget .edit-post-layout__content li, .edit-post-layout__content footer .textwidget li,
  footer .textwidget .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content footer .textwidget .wp-block-button__link,
  footer .textwidget .block-editor th, .block-editor footer .textwidget th,
  footer .textwidget .block-editor td, .block-editor footer .textwidget td,
  footer .textwidget .block-editor li, .block-editor footer .textwidget li,
  footer .textwidget .block-editor .wp-block-button__link, .block-editor footer .textwidget .wp-block-button__link {
    font-size: 16px;
    line-height: 1.75; }

.copyright {
  background: #00a1de; }

.for-school-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  margin-top: 2em; }
  @media (max-width: 1023px) {
    .for-school-cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 639px) {
    .for-school-cards {
      grid-template-columns: 1fr; } }
  .for-school-cards .for-school-card {
    color: white;
    background-color: #172745;
    padding: 2em;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    text-decoration: none; }
    .for-school-cards .for-school-card:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
      .for-school-cards .for-school-card:hover h3 {
        text-decoration: underline; }
    .for-school-cards .for-school-card h3 {
      margin-top: 0;
      margin-bottom: 1rem; }
    .for-school-cards .for-school-card::after {
      content: "";
      display: inline-block;
      background: url(/wp-content/themes/biotek/img/svg/arrow.svg) no-repeat center/100% 100%;
      width: 2rem;
      height: 2rem;
      margin-left: auto;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-top: auto; }
  .for-school-cards.featured .for-school-card {
    background-color: #fecb00;
    color: #2d2d2d; }
    .for-school-cards.featured .for-school-card::after {
      background: url(/wp-content/themes/biotek/img/svg/arrow-dark.svg) no-repeat center/100% 100%; }
    .for-school-cards.featured .for-school-card.external-link::after {
      background: url(/wp-content/themes/biotek/img/svg/external-arrow.svg) no-repeat center/100% 100%; }

.has-text-color.has-white-color {
  color: #f3f1e7; }
  .has-text-color.has-white-color a:not(.wp-element-button),
  .has-text-color.has-white-color a:visited {
    color: #f3f1e7; }

.has-text-color.has-primary-color {
  color: #003f72; }
  .has-text-color.has-primary-color a, .has-text-color.has-primary-color a:visited {
    color: #003f72; }

.has-background.has-primary-background-color {
  background-color: #003f72;
  color: #fff; }

.has-text-color.has-yellow-color {
  color: #fecb00; }
  .has-text-color.has-yellow-color a, .has-text-color.has-yellow-color a:visited {
    color: #fecb00; }

.has-background.has-yellow-background-color {
  background-color: #fecb00; }

.has-text-color.has-black-color {
  color: #2d2d2d; }
  .has-text-color.has-black-color a, .has-text-color.has-black-color a:visited {
    color: #2d2d2d; }

.has-background.has-black-background-color {
  background-color: #2d2d2d;
  color: #fff; }

.has-background.has-white-background-color {
  background-color: #f3f1e7; }

.has-black-background-color, .has-primary-background-color, .has-white-background-color, .has-yellow-background-color {
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .has-black-background-color, .has-primary-background-color, .has-white-background-color, .has-yellow-background-color {
      padding: 10px 40px; } }

.wp-block-cloudblocks-accordion.save .accordion {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.wp-block-cloudblocks-accordion.save .accordion__item {
  border-bottom: 1px solid #f3f1e7; }
  .wp-block-cloudblocks-accordion.save .accordion__item:last-child {
    border-bottom: 0; }

.wp-block-cloudblocks-accordion.save .accordion__item-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
  cursor: pointer; }

.wp-block-cloudblocks-accordion.save .accordion__item-title {
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  margin: 0;
  -webkit-transition: font-size .3s ease, font-weight .3s ease;
  transition: font-size .3s ease, font-weight .3s ease;
  display: block;
  cursor: pointer;
  padding: 15px 0;
  width: 100%; }

.wp-block-cloudblocks-accordion.save .accordion__item-toggle-button {
  position: relative;
  background: transparent;
  border: 0;
  font-size: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  outline: 0; }
  .wp-block-cloudblocks-accordion.save .accordion__item-toggle-button::after, .wp-block-cloudblocks-accordion.save .accordion__item-toggle-button::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #2d2d2d;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .wp-block-cloudblocks-accordion.save .accordion__item-toggle-button::before {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .wp-block-cloudblocks-accordion.save .accordion__item-toggle-button::after {
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.wp-block-cloudblocks-accordion.save .accordion__item-content p, .wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content th, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content th,
.wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content td, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content td,
.wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content li, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content li,
.wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content .wp-block-button__link,
.wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor th, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content th,
.wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor td, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content td,
.wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor li, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content li,
.wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor .wp-block-button__link, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content .wp-block-button__link {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px; }
  .wp-block-cloudblocks-accordion.save .accordion__item-content p:first-child, .wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content th:first-child, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content th:first-child,
  .wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content td:first-child, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content td:first-child,
  .wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content li:first-child, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content li:first-child,
  .wp-block-cloudblocks-accordion.save .accordion__item-content .edit-post-layout__content .wp-block-button__link:first-child, .edit-post-layout__content .wp-block-cloudblocks-accordion.save .accordion__item-content .wp-block-button__link:first-child,
  .wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor th:first-child, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content th:first-child,
  .wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor td:first-child, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content td:first-child,
  .wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor li:first-child, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content li:first-child,
  .wp-block-cloudblocks-accordion.save .accordion__item-content .block-editor .wp-block-button__link:first-child, .block-editor .wp-block-cloudblocks-accordion.save .accordion__item-content .wp-block-button__link:first-child {
    margin-top: 0 !important; }

.wp-block-cloudblocks-accordion.save .accordion__item--open .accordion__item-title {
  font-weight: bold; }

.wp-block-cloudblocks-accordion.save .accordion__item--open .accordion__item-toggle-button::before {
  opacity: 0; }

.wp-block-cloudblocks-accordion.save .accordion__item--open .accordion__item-toggle-button::after {
  background-color: #72c7e7;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0); }

.wp-block-cloudblocks-accordion.save .accordion__item--open .accordion__item-content {
  display: block; }

.wp-block-cloudblocks-accordion.save .accordion__item-content {
  display: none; }

.wp-block-starterx-quote-background {
  background-size: cover;
  background-position: center;
  font-family: 'Raleway', sans-serif; }
  .wp-block-starterx-quote-background * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .wp-block-starterx-quote-background blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(32, 33, 36, 0.8);
    color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    min-height: 500px;
    margin: 0;
    padding: 20px; }
    @media (min-width: 768px) {
      .wp-block-starterx-quote-background blockquote {
        width: 75%;
        padding: 60px 100px; } }
    @media (min-width: 1024px) {
      .wp-block-starterx-quote-background blockquote {
        width: 50%;
        padding: 100px 100px; } }
    .wp-block-starterx-quote-background blockquote p, .wp-block-starterx-quote-background blockquote .edit-post-layout__content th, .edit-post-layout__content .wp-block-starterx-quote-background blockquote th,
    .wp-block-starterx-quote-background blockquote .edit-post-layout__content td, .edit-post-layout__content .wp-block-starterx-quote-background blockquote td,
    .wp-block-starterx-quote-background blockquote .edit-post-layout__content li, .edit-post-layout__content .wp-block-starterx-quote-background blockquote li,
    .wp-block-starterx-quote-background blockquote .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-starterx-quote-background blockquote .wp-block-button__link,
    .wp-block-starterx-quote-background blockquote .block-editor th, .block-editor .wp-block-starterx-quote-background blockquote th,
    .wp-block-starterx-quote-background blockquote .block-editor td, .block-editor .wp-block-starterx-quote-background blockquote td,
    .wp-block-starterx-quote-background blockquote .block-editor li, .block-editor .wp-block-starterx-quote-background blockquote li,
    .wp-block-starterx-quote-background blockquote .block-editor .wp-block-button__link, .block-editor .wp-block-starterx-quote-background blockquote .wp-block-button__link {
      margin: 0;
      font-weight: 700;
      line-height: 1.33333;
      font-size: 24px;
      font-style: normal;
      quotes: none; }
    .wp-block-starterx-quote-background blockquote cite {
      display: block;
      font-weight: 500;
      line-height: 1.625;
      font-size: 16px;
      font-style: normal;
      margin-top: 25px; }
    .wp-block-starterx-quote-background blockquote .quote {
      position: relative; }
    .wp-block-starterx-quote-background blockquote .quote__icon {
      display: block;
      margin: 5px 0;
      position: absolute;
      top: 0;
      left: 0; }
      .wp-block-starterx-quote-background blockquote .quote__icon use {
        fill: #72c7e7; }
    .wp-block-starterx-quote-background blockquote .quote__text {
      padding-left: 53px;
      padding-top: 10px; }
  @media (min-width: 1250px) {
    .wp-block-starterx-quote-background.alignfull .quote, .wp-block[data-align="full"] .wp-block-starterx-quote-background .quote {
      padding: 100px 180px; } }

.wp-block-starterx-cards * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wp-block-starterx-cards .card {
  font-size: 18px;
  line-height: 1.61111;
  padding: 20px;
  border: 1px solid #fffcf3;
  background: #fff;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  .wp-block-starterx-cards .card a {
    color: inherit;
    text-decoration: none; }
    .wp-block-starterx-cards .card a:hover {
      border-bottom: 2px #be8d7e solid; }
  .wp-block-starterx-cards .card__image {
    display: block;
    margin: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    .wp-block-starterx-cards .card__image img {
      display: none; }
  .wp-block-starterx-cards .card__title {
    margin: 16px 0 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.33333;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
  .wp-block-starterx-cards .card__desc {
    font-weight: 500;
    color: #3d3d3d;
    margin-top: 10px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    margin-bottom: 0 !important;
    font-size: 18px;
    line-height: 29px; }
  .wp-block-starterx-cards .card:hover {
    background: #72c7e7;
    border: 1px solid transparent; }
    .wp-block-starterx-cards .card:hover .card__title, .wp-block-starterx-cards .card:hover .card__desc {
      color: #fff !important; }

.wp-block-starterx-cards .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 1024px) {
    .wp-block-starterx-cards .row.columns-2 {
      grid-template-columns: repeat(2, 1fr); }
    .wp-block-starterx-cards .row.columns-3 {
      grid-template-columns: repeat(3, 1fr); }
    .wp-block-starterx-cards .row.columns-4 {
      grid-template-columns: repeat(4, 1fr); } }

.wp-block-cloudblocks-content-in-columns {
  color: #3e3e3e; }
  .wp-block-cloudblocks-content-in-columns .column__description {
    color: #3e3e3e;
    opacity: 1; }

.wp-block-cloudblocks-dark-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.wp-block-cloudblocks-dark-content .dark-item__box {
  overflow: hidden;
  position: relative; }
  .wp-block-cloudblocks-dark-content .dark-item__box:hover .dark-item__slide {
    height: 100%; }
  .wp-block-cloudblocks-dark-content .dark-item__box:hover .dark-item__bottom {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 1; }

.wp-block-cloudblocks-dark-content .dark-item__image {
  display: block;
  margin: 0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .wp-block-cloudblocks-dark-content .dark-item__image img {
    display: none; }

.wp-block-cloudblocks-dark-content .dark-item__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 100%;
  z-index: 4;
  padding: 42px 15px 10px 30px;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .wp-block-cloudblocks-dark-content .dark-item__text h1, .wp-block-cloudblocks-dark-content .dark-item__text .edit-post-layout__content #post-title-0, .edit-post-layout__content .wp-block-cloudblocks-dark-content .dark-item__text #post-title-0,
  .wp-block-cloudblocks-dark-content .dark-item__text .block-editor #post-title-0, .block-editor .wp-block-cloudblocks-dark-content .dark-item__text #post-title-0, .wp-block-cloudblocks-dark-content .dark-item__text h2, .wp-block-cloudblocks-dark-content .dark-item__text h3, .wp-block-cloudblocks-dark-content .dark-item__text h4, .wp-block-cloudblocks-dark-content .dark-item__text h5, .wp-block-cloudblocks-dark-content .dark-item__text h6 {
    text-align: left;
    margin: 0; }
  .wp-block-cloudblocks-dark-content .dark-item__text a {
    color: inherit; }

.wp-block-cloudblocks-dark-content .dark-item__slide {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  overflow: hidden;
  height: 0;
  -webkit-transition: height 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: height 2s cubic-bezier(0.22, 0.61, 0.36, 1); }

.wp-block-cloudblocks-dark-content .dark-item__desc {
  padding-top: 15px;
  overflow: hidden; }
  .wp-block-cloudblocks-dark-content .dark-item__desc p, .wp-block-cloudblocks-dark-content .dark-item__desc .edit-post-layout__content th, .edit-post-layout__content .wp-block-cloudblocks-dark-content .dark-item__desc th,
  .wp-block-cloudblocks-dark-content .dark-item__desc .edit-post-layout__content td, .edit-post-layout__content .wp-block-cloudblocks-dark-content .dark-item__desc td,
  .wp-block-cloudblocks-dark-content .dark-item__desc .edit-post-layout__content li, .edit-post-layout__content .wp-block-cloudblocks-dark-content .dark-item__desc li,
  .wp-block-cloudblocks-dark-content .dark-item__desc .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-cloudblocks-dark-content .dark-item__desc .wp-block-button__link,
  .wp-block-cloudblocks-dark-content .dark-item__desc .block-editor th, .block-editor .wp-block-cloudblocks-dark-content .dark-item__desc th,
  .wp-block-cloudblocks-dark-content .dark-item__desc .block-editor td, .block-editor .wp-block-cloudblocks-dark-content .dark-item__desc td,
  .wp-block-cloudblocks-dark-content .dark-item__desc .block-editor li, .block-editor .wp-block-cloudblocks-dark-content .dark-item__desc li,
  .wp-block-cloudblocks-dark-content .dark-item__desc .block-editor .wp-block-button__link, .block-editor .wp-block-cloudblocks-dark-content .dark-item__desc .wp-block-button__link {
    margin: 0 !important; }

.wp-block-cloudblocks-dark-content .dark-item__bottom {
  position: absolute;
  bottom: 22px;
  left: 30px;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }

.wp-block-cloudblocks-dark-content .dark-item__story-link {
  font-size: 18px;
  line-height: 1;
  text-decoration: underline;
  font-weight: bold; }
  .wp-block-cloudblocks-dark-content .dark-item__story-link:hover {
    text-decoration: none; }

.wp-block-cloudblocks-dark-content .dark-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5); }

.wp-block-cloudblocks-dark-content .dark-item__arrow {
  --fill-color: #fff; }

.wp-block-cloudblocks-dark-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 1024px) {
    .wp-block-cloudblocks-dark-content .row.columns-2 {
      grid-template-columns: repeat(2, 1fr); }
    .wp-block-cloudblocks-dark-content .row.columns-3 {
      grid-template-columns: repeat(3, 1fr); }
    .wp-block-cloudblocks-dark-content .row.columns-4 {
      grid-template-columns: repeat(4, 1fr); } }

.wp-block-cloudblocks-dark-content .columns-4 .dark-item__title {
  font-size: 1rem;
  line-height: 1.33333; }
  @media (min-width: 1024px) {
    .wp-block-cloudblocks-dark-content .columns-4 .dark-item__title {
      font-size: 1.33333rem; } }

.wp-block-cloudblocks-dark-content .columns-4 .dark-item__text {
  padding: 51px 18px 12px 7px; }

.wp-block-cloudblocks-dark-content .columns-4 .dark-item__desc {
  display: none; }

.wp-block-cloudblocks-dark-content .columns-4 .dark-item__bottom {
  bottom: 12px;
  left: 7px; }

.wp-block-cloudblocks-factbox .factbox {
  background: #72c7e7;
  color: #fffcf3; }
  .wp-block-cloudblocks-factbox .factbox__image {
    margin: 0 auto; }
  .wp-block-cloudblocks-factbox .factbox__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    width: 100%;
    overflow: hidden; }
    .wp-block-cloudblocks-factbox .factbox__icon img {
      display: block; }
  .wp-block-cloudblocks-factbox .factbox__text {
    -ms-flex-item-align: center;
        align-self: center;
    padding: 30px; }
  .wp-block-cloudblocks-factbox .factbox__desc {
    margin-top: 20px;
    font-size: 16px; }
    .wp-block-cloudblocks-factbox .factbox__desc p, .wp-block-cloudblocks-factbox .factbox__desc .edit-post-layout__content th, .edit-post-layout__content .wp-block-cloudblocks-factbox .factbox__desc th,
    .wp-block-cloudblocks-factbox .factbox__desc .edit-post-layout__content td, .edit-post-layout__content .wp-block-cloudblocks-factbox .factbox__desc td,
    .wp-block-cloudblocks-factbox .factbox__desc .edit-post-layout__content li, .edit-post-layout__content .wp-block-cloudblocks-factbox .factbox__desc li,
    .wp-block-cloudblocks-factbox .factbox__desc .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-cloudblocks-factbox .factbox__desc .wp-block-button__link,
    .wp-block-cloudblocks-factbox .factbox__desc .block-editor th, .block-editor .wp-block-cloudblocks-factbox .factbox__desc th,
    .wp-block-cloudblocks-factbox .factbox__desc .block-editor td, .block-editor .wp-block-cloudblocks-factbox .factbox__desc td,
    .wp-block-cloudblocks-factbox .factbox__desc .block-editor li, .block-editor .wp-block-cloudblocks-factbox .factbox__desc li,
    .wp-block-cloudblocks-factbox .factbox__desc .block-editor .wp-block-button__link, .block-editor .wp-block-cloudblocks-factbox .factbox__desc .wp-block-button__link {
      margin: 0;
      padding: 0;
      font-size: inherit; }
    @media (min-width: 768px) {
      .wp-block-cloudblocks-factbox .factbox__desc {
        margin-top: 40px;
        font-size: 1.33333rem; } }
  @media (max-width: 1025px) {
    .wp-block-cloudblocks-factbox .factbox__icon {
      background: none !important; } }
  @media (min-width: 1024px) {
    .wp-block-cloudblocks-factbox .factbox__image {
      height: 100%; }
    .wp-block-cloudblocks-factbox .factbox__icon {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      padding-bottom: 0; }
      .wp-block-cloudblocks-factbox .factbox__icon img {
        display: none; }
    .wp-block-cloudblocks-factbox .factbox__text {
      padding: 6.77083vw 4.6875vw; } }

.wp-block-cloudblocks-factbox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: 1fr; }
  @media (min-width: 1024px) {
    .wp-block-cloudblocks-factbox .row {
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      .wp-block-cloudblocks-factbox .row.columns-2 {
        grid-template-columns: 44.4% 1fr; } }

.wp-block-cloudblocks-factbox--icon .factbox__icon {
  background-size: auto; }

.wp-block-cloudblocks-factbox--icon .factbox__image {
  padding: 30px 30px 0 30px; }
  @media (min-width: 1024px) {
    .wp-block-cloudblocks-factbox--icon .factbox__image {
      padding: 30px; } }

.faq-contact__label {
  color: #2d2d2d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-weight: 500;
  margin-top: 35px;
  line-height: 1.25;
  margin-bottom: 6px; }

.faq-contact a {
  color: #72c7e7;
  text-decoration: none; }
  .faq-contact a:hover {
    text-decoration: underline; }

.faq-contact .wp-block-separator {
  border-color: #fffcf3;
  margin: 15px 0; }
  .faq-contact .wp-block-separator--short {
    width: 69px; }

.fixed-bg {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  -webkit-transition: background-position 0.15s cubic-bezier(0.18, 1.21, 0.18, 1.21);
  transition: background-position 0.15s cubic-bezier(0.18, 1.21, 0.18, 1.21);
  will-change: background-position;
  color: #fffcf3;
  height: 0;
  padding-bottom: 50.65%; }
  @media (max-width: 767px) {
    .fixed-bg {
      padding-bottom: 0px;
      padding-top: 330px;
      background-attachment: fixed;
      background-size: 100vh;
      background-position: 0 0 !important; } }
  .fixed-bg__overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .fixed-bg__wrapper {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px; }
    @media (min-width: 1024px) {
      .fixed-bg__wrapper {
        padding: 0; } }
  .fixed-bg__text {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .fixed-bg__text {
        width: 75%; } }
    @media (min-width: 1024px) {
      .fixed-bg__text {
        width: 55%; } }
  .fixed-bg__description {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    margin-top: 25px; }
    .fixed-bg__description p, .fixed-bg__description .edit-post-layout__content th, .edit-post-layout__content .fixed-bg__description th,
    .fixed-bg__description .edit-post-layout__content td, .edit-post-layout__content .fixed-bg__description td,
    .fixed-bg__description .edit-post-layout__content li, .edit-post-layout__content .fixed-bg__description li,
    .fixed-bg__description .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .fixed-bg__description .wp-block-button__link,
    .fixed-bg__description .block-editor th, .block-editor .fixed-bg__description th,
    .fixed-bg__description .block-editor td, .block-editor .fixed-bg__description td,
    .fixed-bg__description .block-editor li, .block-editor .fixed-bg__description li,
    .fixed-bg__description .block-editor .wp-block-button__link, .block-editor .fixed-bg__description .wp-block-button__link {
      margin: 0;
      padding: 0;
      line-height: 1.35;
      font-size: inherit; }
    @media (min-width: 768px) {
      .fixed-bg__description {
        font-size: 1.11111rem; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:before {
    content: "";
    width: 32px;
    border-radius: 2px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    background: #000; }
  .mfp-close:after {
    content: "";
    width: 32px;
    border-radius: 2px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background: #000; }
  @media (min-width: 992px) {
    .mfp-close {
      right: 150px;
      top: 68px; } }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100vh - 390px) !important; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure .mfp-close {
    display: none; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-counter {
  display: none; }

.mfp-pager {
  height: 130px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100vw !important;
  -webkit-transition: height 1s ease-in-out !important;
  transition: height 1s ease-in-out !important;
  overflow: hidden; }
  .mfp-pager.is-hidden {
    height: 0; }
  .mfp-pager .container {
    max-width: 100%; }
  .mfp-pager ul {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
  .mfp-pager li {
    line-height: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 102px;
    border: 3px solid transparent;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
    .mfp-pager li button {
      width: 102px;
      height: 102px;
      border: 1px solid transparent;
      background: none;
      outline: 0 !important;
      margin: 0;
      padding: 0;
      cursor: pointer; }
  .mfp-pager .slick-current li {
    border: 3px solid #72c7e7; }
  .mfp-pager .slick-current button {
    border: 1px solid #fffcf3; }

.mfp-container {
  padding-bottom: 130px;
  -webkit-transition: padding 1s ease-in-out;
  transition: padding 1s ease-in-out; }
  .mfp-container.is-hidden {
    padding-bottom: 0; }

.mfp-caption {
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  margin-top: 18px;
  margin-bottom: 0;
  text-align: center;
  height: auto !important; }

.mfp-arrow {
  display: none !important; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    right: 20px;
    top: 40px; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content, .mfp-fade.mfp-wrap.mfp-removing .mfp-close, .mfp-fade.mfp-wrap .mfp-pager {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content, .mfp-fade.mfp-wrap.mfp-removing .mfp-close, .mfp-fade.mfp-wrap.mfp-ready .mfp-pager {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content, .mfp-fade.mfp-wrap.mfp-removing .mfp-close, .mfp-fade.mfp-wrap.mfp-removing .mfp-pager {
  opacity: 0; }

.lightbox-carousel .slick-slide {
  text-align: center;
  width: 102px;
  margin-right: 16px; }
  .lightbox-carousel .slick-slide li {
    text-align: center; }

.blocks-gallery-item {
  overflow: hidden; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  font-size: 12px; }

.slick-next {
  right: -40px; }

.slick-prev {
  left: -40px; }

.mfp-content {
  height: 100%; }

.mfp-main-slider {
  width: 100vw !important;
  height: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .mfp-main-slider * {
    height: 100%; }
  @media (min-width: 992px) {
    .mfp-main-slider {
      padding: 120px 180px 80px 180px; } }

.main-slide-carousel {
  margin: 0;
  padding: 0; }
  .main-slide-carousel__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .main-slide-carousel__item > div {
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      height: auto !important; }
  .main-slide-carousel__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-slide-carousel__toggle {
    position: absolute;
    bottom: 60px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 9999; }
    @media (max-width: 767px) {
      .main-slide-carousel__toggle {
        right: 48%; } }
    @media (min-width: 768px) {
      .main-slide-carousel__toggle {
        right: 75px; } }
    @media (min-width: 1024px) {
      .main-slide-carousel__toggle {
        right: 155px; } }
    .main-slide-carousel__toggle use {
      --fill-color: #72c7e7; }
    .main-slide-carousel__toggle:hover use {
      --fill-color: #3e3e3e; }

.slick-arrow {
  background: url(build/img/e86647bc8d86b3e5c779d8fae415e5f6.svg) 0 0 no-repeat;
  width: 29px;
  height: 20px;
  color: #2d2d2d;
  border: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  outline: 0 !important; }
  .slick-arrow:hover {
    color: #72c7e7; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.wp-block-group {
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 40px; }

.wp-block-cloudblocks-hero-section main h1, .wp-block-cloudblocks-hero-section main .edit-post-layout__content #post-title-0, .edit-post-layout__content .wp-block-cloudblocks-hero-section main #post-title-0,
.wp-block-cloudblocks-hero-section main .block-editor #post-title-0, .block-editor .wp-block-cloudblocks-hero-section main #post-title-0, .wp-block-cloudblocks-hero-section main h2, .wp-block-cloudblocks-hero-section main h3 {
  line-height: 1.4; }

.wp-block-cloudblocks-hero-section main h4 {
  line-height: 1.5; }

.wp-block-starterx-img-txt {
  font-family: 'Raleway', sans-serif;
  background: #f0f0f0; }
  .wp-block-starterx-img-txt * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .wp-block-starterx-img-txt--no-bg {
    background: none; }
  .wp-block-starterx-img-txt.alignwide {
    max-width: 1230px; }
    .wp-block-starterx-img-txt.alignwide .img-txt {
      padding: 40px;
      grid-template-columns: unset; }
      .wp-block-starterx-img-txt.alignwide .img-txt__text {
        -ms-flex-item-align: unset;
            align-self: unset; }
      @media screen and (min-width: 1230px) {
        .wp-block-starterx-img-txt.alignwide .img-txt {
          grid-template-columns: 38% 1fr; } }
      @media screen and (min-width: 1230px) {
        .wp-block-starterx-img-txt.alignwide .img-txt {
          padding: 60px 118px;
          min-width: 1230px; } }
  .wp-block-starterx-img-txt .columns-2 .img-txt {
    grid-template-columns: repeat(1, 1fr); }
    .wp-block-starterx-img-txt .columns-2 .img-txt__title {
      margin-top: -5px; }
    .wp-block-starterx-img-txt .columns-2 .img-txt__text {
      -ms-flex-item-align: unset;
          align-self: unset; }
    @media screen and (min-width: 1024px) {
      .wp-block-starterx-img-txt .columns-2 .img-txt {
        grid-template-columns: repeat(2, 1fr); } }
  .wp-block-starterx-img-txt .img-txt {
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: unset; }
    .wp-block-starterx-img-txt .img-txt__image {
      display: block;
      margin: 0;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center;
      overflow: hidden; }
      .wp-block-starterx-img-txt .img-txt__image img {
        display: none; }
    .wp-block-starterx-img-txt .img-txt__text {
      -ms-flex-item-align: center;
          align-self: center;
      padding-left: 25px;
      padding-right: 25px; }
    .wp-block-starterx-img-txt .img-txt__title {
      margin-top: 0;
      padding-top: 0;
      line-height: 1.33333;
      margin-bottom: 19px; }
    .wp-block-starterx-img-txt .img-txt__desc {
      font-weight: 500;
      font-size: 18px;
      line-height: 2.22222;
      color: #333333;
      margin-bottom: 35px; }
    @media screen and (min-width: 800px) {
      .wp-block-starterx-img-txt .img-txt {
        grid-template-columns: 40% 1fr; } }
  .wp-block-starterx-img-txt .wrapper {
    max-width: 1230px;
    margin: 0 auto; }
  .wp-block-starterx-img-txt .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 800px) {
      .wp-block-starterx-img-txt .row.columns-2 {
        grid-template-columns: repeat(2, 1fr); }
      .wp-block-starterx-img-txt .row.columns-3 {
        grid-template-columns: repeat(3, 1fr); }
      .wp-block-starterx-img-txt .row.columns-4 {
        grid-template-columns: repeat(4, 1fr); } }

.wp-block-latest-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fecb00;
  border-radius: 6px;
  list-style: none;
  max-width: 690px;
  padding: 20px 10px !important; }
  .wp-block-latest-posts li {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    .wp-block-latest-posts li:before {
      display: none; }
    .wp-block-latest-posts li img {
      margin-right: 20px; }
    .wp-block-latest-posts li time {
      color: #2d2d2d;
      width: 100%;
      line-height: 1;
      margin: 0;
      padding: 0; }
    .wp-block-latest-posts li a, .wp-block-latest-posts li a:visited {
      color: #2d2d2d;
      font-size: 1.44444rem;
      line-height: 1.3;
      margin-bottom: 5px;
      font-weight: bold; }

.wp-block-newsletter {
  background: #3e3e3e;
  color: #fffcf3; }
  .wp-block-newsletter .newsletter__title {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px; }
  .wp-block-newsletter .newsletter__desc p, .wp-block-newsletter .newsletter__desc .edit-post-layout__content th, .edit-post-layout__content .wp-block-newsletter .newsletter__desc th,
  .wp-block-newsletter .newsletter__desc .edit-post-layout__content td, .edit-post-layout__content .wp-block-newsletter .newsletter__desc td,
  .wp-block-newsletter .newsletter__desc .edit-post-layout__content li, .edit-post-layout__content .wp-block-newsletter .newsletter__desc li,
  .wp-block-newsletter .newsletter__desc .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-newsletter .newsletter__desc .wp-block-button__link,
  .wp-block-newsletter .newsletter__desc .block-editor th, .block-editor .wp-block-newsletter .newsletter__desc th,
  .wp-block-newsletter .newsletter__desc .block-editor td, .block-editor .wp-block-newsletter .newsletter__desc td,
  .wp-block-newsletter .newsletter__desc .block-editor li, .block-editor .wp-block-newsletter .newsletter__desc li,
  .wp-block-newsletter .newsletter__desc .block-editor .wp-block-button__link, .block-editor .wp-block-newsletter .newsletter__desc .wp-block-button__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35714;
    margin: 0 !important; }
  .wp-block-newsletter .newsletter__inputs {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
    @media (min-width: 1024px) {
      .wp-block-newsletter .newsletter__inputs {
        grid-template-columns: 1fr 1fr auto; } }
  .wp-block-newsletter .newsletter__input {
    width: 100%; }
  .wp-block-newsletter .newsletter__additional {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.35714; }
    @media (min-width: 480px) {
      .wp-block-newsletter .newsletter__additional {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1024px) {
      .wp-block-newsletter .newsletter__additional {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .wp-block-newsletter .newsletter__additional-question {
    margin-right: 0; }
    @media (min-width: 480px) {
      .wp-block-newsletter .newsletter__additional-question {
        grid-column-start: 1;
        grid-column-end: 3; } }
    @media (min-width: 1024px) {
      .wp-block-newsletter .newsletter__additional-question {
        margin-right: 40px; } }
  .wp-block-newsletter .newsletter__radio + .newsletter__radio {
    margin-left: 0; }
    @media (min-width: 1024px) {
      .wp-block-newsletter .newsletter__radio + .newsletter__radio {
        margin-left: 52px; } }
  .wp-block-newsletter .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(1, 1fr);
    padding: 45px 0; }
    @media (min-width: 1230px) {
      .wp-block-newsletter .row.columns-2 {
        grid-template-columns: 30% 1fr;
        grid-column-gap: 90px;
        grid-row-gap: 90px; } }
  .wp-block-newsletter--white {
    background: #fff;
    color: #2d2d2d; }
  .wp-block-newsletter--colored {
    background: #72c7e7;
    color: #fffcf3; }
  .wp-block-newsletter--border {
    border: 1px solid #e5e5e5; }

.text--large, p.has-large-font-size, .edit-post-layout__content th.has-large-font-size,
.edit-post-layout__content td.has-large-font-size,
.edit-post-layout__content li.has-large-font-size,
.edit-post-layout__content .has-large-font-size.wp-block-button__link,
.block-editor th.has-large-font-size,
.block-editor td.has-large-font-size,
.block-editor li.has-large-font-size,
.block-editor .has-large-font-size.wp-block-button__link, p.is-style-flarge, .edit-post-layout__content th.is-style-flarge,
.edit-post-layout__content td.is-style-flarge,
.edit-post-layout__content li.is-style-flarge,
.edit-post-layout__content .is-style-flarge.wp-block-button__link,
.block-editor th.is-style-flarge,
.block-editor td.is-style-flarge,
.block-editor li.is-style-flarge,
.block-editor .is-style-flarge.wp-block-button__link {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold; }
  @media (min-width: 640px) {
    .text--large, p.has-large-font-size, .edit-post-layout__content th.has-large-font-size,
    .edit-post-layout__content td.has-large-font-size,
    .edit-post-layout__content li.has-large-font-size,
    .edit-post-layout__content .has-large-font-size.wp-block-button__link,
    .block-editor th.has-large-font-size,
    .block-editor td.has-large-font-size,
    .block-editor li.has-large-font-size,
    .block-editor .has-large-font-size.wp-block-button__link, p.is-style-flarge, .edit-post-layout__content th.is-style-flarge,
    .edit-post-layout__content td.is-style-flarge,
    .edit-post-layout__content li.is-style-flarge,
    .edit-post-layout__content .is-style-flarge.wp-block-button__link,
    .block-editor th.is-style-flarge,
    .block-editor td.is-style-flarge,
    .block-editor li.is-style-flarge,
    .block-editor .is-style-flarge.wp-block-button__link {
      font-size: 24px; } }

.text--small, p.has-small-font-size, .edit-post-layout__content th.has-small-font-size,
.edit-post-layout__content td.has-small-font-size,
.edit-post-layout__content li.has-small-font-size,
.edit-post-layout__content .has-small-font-size.wp-block-button__link,
.block-editor th.has-small-font-size,
.block-editor td.has-small-font-size,
.block-editor li.has-small-font-size,
.block-editor .has-small-font-size.wp-block-button__link, p.is-style-fsmall, .edit-post-layout__content th.is-style-fsmall,
.edit-post-layout__content td.is-style-fsmall,
.edit-post-layout__content li.is-style-fsmall,
.edit-post-layout__content .is-style-fsmall.wp-block-button__link,
.block-editor th.is-style-fsmall,
.block-editor td.is-style-fsmall,
.block-editor li.is-style-fsmall,
.block-editor .is-style-fsmall.wp-block-button__link {
  line-height: 24px;
  font-size: 14px; }
  @media (min-width: 640px) {
    .text--small, p.has-small-font-size, .edit-post-layout__content th.has-small-font-size,
    .edit-post-layout__content td.has-small-font-size,
    .edit-post-layout__content li.has-small-font-size,
    .edit-post-layout__content .has-small-font-size.wp-block-button__link,
    .block-editor th.has-small-font-size,
    .block-editor td.has-small-font-size,
    .block-editor li.has-small-font-size,
    .block-editor .has-small-font-size.wp-block-button__link, p.is-style-fsmall, .edit-post-layout__content th.is-style-fsmall,
    .edit-post-layout__content td.is-style-fsmall,
    .edit-post-layout__content li.is-style-fsmall,
    .edit-post-layout__content .is-style-fsmall.wp-block-button__link,
    .block-editor th.is-style-fsmall,
    .block-editor td.is-style-fsmall,
    .block-editor li.is-style-fsmall,
    .block-editor .is-style-fsmall.wp-block-button__link {
      font-size: 16px; } }

.text--xsmall, p.has-xsmall-font-size, .edit-post-layout__content th.has-xsmall-font-size,
.edit-post-layout__content td.has-xsmall-font-size,
.edit-post-layout__content li.has-xsmall-font-size,
.edit-post-layout__content .has-xsmall-font-size.wp-block-button__link,
.block-editor th.has-xsmall-font-size,
.block-editor td.has-xsmall-font-size,
.block-editor li.has-xsmall-font-size,
.block-editor .has-xsmall-font-size.wp-block-button__link, p.is-style-fxsmall, .edit-post-layout__content th.is-style-fxsmall,
.edit-post-layout__content td.is-style-fxsmall,
.edit-post-layout__content li.is-style-fxsmall,
.edit-post-layout__content .is-style-fxsmall.wp-block-button__link,
.block-editor th.is-style-fxsmall,
.block-editor td.is-style-fxsmall,
.block-editor li.is-style-fxsmall,
.block-editor .is-style-fxsmall.wp-block-button__link {
  line-height: normal;
  font-size: 12px; }
  @media (min-width: 640px) {
    .text--xsmall, p.has-xsmall-font-size, .edit-post-layout__content th.has-xsmall-font-size,
    .edit-post-layout__content td.has-xsmall-font-size,
    .edit-post-layout__content li.has-xsmall-font-size,
    .edit-post-layout__content .has-xsmall-font-size.wp-block-button__link,
    .block-editor th.has-xsmall-font-size,
    .block-editor td.has-xsmall-font-size,
    .block-editor li.has-xsmall-font-size,
    .block-editor .has-xsmall-font-size.wp-block-button__link, p.is-style-fxsmall, .edit-post-layout__content th.is-style-fxsmall,
    .edit-post-layout__content td.is-style-fxsmall,
    .edit-post-layout__content li.is-style-fxsmall,
    .edit-post-layout__content .is-style-fxsmall.wp-block-button__link,
    .block-editor th.is-style-fxsmall,
    .block-editor td.is-style-fxsmall,
    .block-editor li.is-style-fxsmall,
    .block-editor .is-style-fxsmall.wp-block-button__link {
      font-size: 14px; } }

.wp-block-pullquote blockquote {
  text-align: left;
  margin: 0; }
  .wp-block-pullquote blockquote:before {
    content: '';
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 69 1'%3e%3cpath fill='%23fffcf3' d='M0 0h69v1H0z'/%3e%3c/svg%3e") center no-repeat;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    width: 70px;
    height: 1px;
    display: block; }

.wp-block-pullquote p, .wp-block-pullquote .edit-post-layout__content th, .edit-post-layout__content .wp-block-pullquote th,
.wp-block-pullquote .edit-post-layout__content td, .edit-post-layout__content .wp-block-pullquote td,
.wp-block-pullquote .edit-post-layout__content li, .edit-post-layout__content .wp-block-pullquote li,
.wp-block-pullquote .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-pullquote .wp-block-button__link,
.wp-block-pullquote .block-editor th, .block-editor .wp-block-pullquote th,
.wp-block-pullquote .block-editor td, .block-editor .wp-block-pullquote td,
.wp-block-pullquote .block-editor li, .block-editor .wp-block-pullquote li,
.wp-block-pullquote .block-editor .wp-block-button__link, .block-editor .wp-block-pullquote .wp-block-button__link {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 26px;
  font-size: 18px;
  color: #2d2d2d;
  text-align: left;
  margin-bottom: 20px; }
  .wp-block-pullquote p:before, .wp-block-pullquote .edit-post-layout__content th:before, .edit-post-layout__content .wp-block-pullquote th:before,
  .wp-block-pullquote .edit-post-layout__content td:before, .edit-post-layout__content .wp-block-pullquote td:before,
  .wp-block-pullquote .edit-post-layout__content li:before, .edit-post-layout__content .wp-block-pullquote li:before,
  .wp-block-pullquote .edit-post-layout__content .wp-block-button__link:before, .edit-post-layout__content .wp-block-pullquote .wp-block-button__link:before,
  .wp-block-pullquote .block-editor th:before, .block-editor .wp-block-pullquote th:before,
  .wp-block-pullquote .block-editor td:before, .block-editor .wp-block-pullquote td:before,
  .wp-block-pullquote .block-editor li:before, .block-editor .wp-block-pullquote li:before,
  .wp-block-pullquote .block-editor .wp-block-button__link:before, .block-editor .wp-block-pullquote .wp-block-button__link:before {
    content: '\201C'; }
  .wp-block-pullquote p:after, .wp-block-pullquote .edit-post-layout__content th:after, .edit-post-layout__content .wp-block-pullquote th:after,
  .wp-block-pullquote .edit-post-layout__content td:after, .edit-post-layout__content .wp-block-pullquote td:after,
  .wp-block-pullquote .edit-post-layout__content li:after, .edit-post-layout__content .wp-block-pullquote li:after,
  .wp-block-pullquote .edit-post-layout__content .wp-block-button__link:after, .edit-post-layout__content .wp-block-pullquote .wp-block-button__link:after,
  .wp-block-pullquote .block-editor th:after, .block-editor .wp-block-pullquote th:after,
  .wp-block-pullquote .block-editor td:after, .block-editor .wp-block-pullquote td:after,
  .wp-block-pullquote .block-editor li:after, .block-editor .wp-block-pullquote li:after,
  .wp-block-pullquote .block-editor .wp-block-button__link:after, .block-editor .wp-block-pullquote .wp-block-button__link:after {
    content: '\201D'; }

.wp-block-pullquote cite {
  position: relative;
  padding-left: 20px;
  color: #3e3e3e;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px; }
  .wp-block-pullquote cite:before {
    content: '\2014';
    position: absolute;
    left: 0; }

.wp-block-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em 0; }
  .wp-block-quote p, .wp-block-quote .edit-post-layout__content th, .edit-post-layout__content .wp-block-quote th,
  .wp-block-quote .edit-post-layout__content td, .edit-post-layout__content .wp-block-quote td,
  .wp-block-quote .edit-post-layout__content li, .edit-post-layout__content .wp-block-quote li,
  .wp-block-quote .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-quote .wp-block-button__link,
  .wp-block-quote .block-editor th, .block-editor .wp-block-quote th,
  .wp-block-quote .block-editor td, .block-editor .wp-block-quote td,
  .wp-block-quote .block-editor li, .block-editor .wp-block-quote li,
  .wp-block-quote .block-editor .wp-block-button__link, .block-editor .wp-block-quote .wp-block-button__link {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    font-style: bold;
    line-height: 34px;
    font-size: 20px;
    padding-left: 55px;
    padding-right: 55px;
    color: #2d2d2d;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 767px) {
      .wp-block-quote p, .wp-block-quote .edit-post-layout__content th, .edit-post-layout__content .wp-block-quote th,
      .wp-block-quote .edit-post-layout__content td, .edit-post-layout__content .wp-block-quote td,
      .wp-block-quote .edit-post-layout__content li, .edit-post-layout__content .wp-block-quote li,
      .wp-block-quote .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-quote .wp-block-button__link,
      .wp-block-quote .block-editor th, .block-editor .wp-block-quote th,
      .wp-block-quote .block-editor td, .block-editor .wp-block-quote td,
      .wp-block-quote .block-editor li, .block-editor .wp-block-quote li,
      .wp-block-quote .block-editor .wp-block-button__link, .block-editor .wp-block-quote .wp-block-button__link {
        font-size: 18px; } }
    .wp-block-quote p:before, .wp-block-quote .edit-post-layout__content th:before, .edit-post-layout__content .wp-block-quote th:before,
    .wp-block-quote .edit-post-layout__content td:before, .edit-post-layout__content .wp-block-quote td:before,
    .wp-block-quote .edit-post-layout__content li:before, .edit-post-layout__content .wp-block-quote li:before,
    .wp-block-quote .edit-post-layout__content .wp-block-button__link:before, .edit-post-layout__content .wp-block-quote .wp-block-button__link:before,
    .wp-block-quote .block-editor th:before, .block-editor .wp-block-quote th:before,
    .wp-block-quote .block-editor td:before, .block-editor .wp-block-quote td:before,
    .wp-block-quote .block-editor li:before, .block-editor .wp-block-quote li:before,
    .wp-block-quote .block-editor .wp-block-button__link:before, .block-editor .wp-block-quote .wp-block-button__link:before {
      content: '';
      width: 32px;
      height: 30px;
      position: absolute;
      left: 0;
      top: -2px;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 30'%3e%3cpath d='M7.636 29.454c-2.545 0-4.454-.787-5.727-2.363C.636 25.454 0 23.333 0 20.727c0-3.09.788-6.394 2.364-9.909C3.939 7.242 6.273 3.636 9.364 0l3.363 2.545c-1.273 1.576-2.575 3.788-3.909 6.637-1.273 2.788-1.94 5.364-2 7.727a6.61 6.61 0 011.91-.273c1.696 0 3.12.485 4.272 1.455 1.152.909 1.727 2.303 1.727 4.182 0 2-.697 3.697-2.09 5.09-1.334 1.395-3 2.091-5 2.091zm17.273 0c-2.545 0-4.454-.787-5.727-2.363-1.273-1.637-1.91-3.758-1.91-6.364 0-3.09.789-6.394 2.364-9.909 1.576-3.576 3.91-7.182 7-10.818L30 2.545c-1.273 1.576-2.576 3.788-3.91 6.637-1.272 2.788-1.939 5.364-2 7.727a6.61 6.61 0 011.91-.273c1.697 0 3.121.485 4.273 1.455C31.424 19 32 20.394 32 22.273c0 2-.697 3.697-2.09 5.09-1.334 1.395-3 2.091-5 2.091z' fill='%2372c7e7'/%3e%3c/svg%3e") center no-repeat; }
  .wp-block-quote cite {
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    color: #3e3e3e;
    padding-left: 75px;
    padding-right: 55px;
    margin-bottom: 5px;
    margin-top: 10px;
    position: relative; }
    .wp-block-quote cite:after {
      content: '\2014';
      position: absolute;
      left: 55px; }

.wp-block-quote-light, .wp-block-quote-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em 0;
  border: 1px solid #cce0ee;
  background: #f4f8f9;
  border-radius: 6px;
  padding: 50px 67px; }
  @media (max-width: 767px) {
    .wp-block-quote-light, .wp-block-quote-black {
      padding: 25px; } }
  .wp-block-quote-light p, .wp-block-quote-light .edit-post-layout__content th, .edit-post-layout__content .wp-block-quote-light th,
  .wp-block-quote-light .edit-post-layout__content td, .edit-post-layout__content .wp-block-quote-light td,
  .wp-block-quote-light .edit-post-layout__content li, .edit-post-layout__content .wp-block-quote-light li,
  .wp-block-quote-light .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-quote-light .wp-block-button__link,
  .wp-block-quote-light .block-editor th, .block-editor .wp-block-quote-light th,
  .wp-block-quote-light .block-editor td, .block-editor .wp-block-quote-light td,
  .wp-block-quote-light .block-editor li, .block-editor .wp-block-quote-light li,
  .wp-block-quote-light .block-editor .wp-block-button__link, .block-editor .wp-block-quote-light .wp-block-button__link, .wp-block-quote-black p, .wp-block-quote-black .edit-post-layout__content th, .edit-post-layout__content .wp-block-quote-black th,
  .wp-block-quote-black .edit-post-layout__content td, .edit-post-layout__content .wp-block-quote-black td,
  .wp-block-quote-black .edit-post-layout__content li, .edit-post-layout__content .wp-block-quote-black li,
  .wp-block-quote-black .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-quote-black .wp-block-button__link,
  .wp-block-quote-black .block-editor th, .block-editor .wp-block-quote-black th,
  .wp-block-quote-black .block-editor td, .block-editor .wp-block-quote-black td,
  .wp-block-quote-black .block-editor li, .block-editor .wp-block-quote-black li,
  .wp-block-quote-black .block-editor .wp-block-button__link, .block-editor .wp-block-quote-black .wp-block-button__link {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 1.33333;
    font-size: 24px;
    padding-left: 50px;
    color: #2d2d2d;
    margin-bottom: 0;
    margin-top: 0;
    position: relative; }
    .wp-block-quote-light p:before, .wp-block-quote-light .edit-post-layout__content th:before, .edit-post-layout__content .wp-block-quote-light th:before,
    .wp-block-quote-light .edit-post-layout__content td:before, .edit-post-layout__content .wp-block-quote-light td:before,
    .wp-block-quote-light .edit-post-layout__content li:before, .edit-post-layout__content .wp-block-quote-light li:before,
    .wp-block-quote-light .edit-post-layout__content .wp-block-button__link:before, .edit-post-layout__content .wp-block-quote-light .wp-block-button__link:before,
    .wp-block-quote-light .block-editor th:before, .block-editor .wp-block-quote-light th:before,
    .wp-block-quote-light .block-editor td:before, .block-editor .wp-block-quote-light td:before,
    .wp-block-quote-light .block-editor li:before, .block-editor .wp-block-quote-light li:before,
    .wp-block-quote-light .block-editor .wp-block-button__link:before, .block-editor .wp-block-quote-light .wp-block-button__link:before, .wp-block-quote-black p:before, .wp-block-quote-black .edit-post-layout__content th:before, .edit-post-layout__content .wp-block-quote-black th:before,
    .wp-block-quote-black .edit-post-layout__content td:before, .edit-post-layout__content .wp-block-quote-black td:before,
    .wp-block-quote-black .edit-post-layout__content li:before, .edit-post-layout__content .wp-block-quote-black li:before,
    .wp-block-quote-black .edit-post-layout__content .wp-block-button__link:before, .edit-post-layout__content .wp-block-quote-black .wp-block-button__link:before,
    .wp-block-quote-black .block-editor th:before, .block-editor .wp-block-quote-black th:before,
    .wp-block-quote-black .block-editor td:before, .block-editor .wp-block-quote-black td:before,
    .wp-block-quote-black .block-editor li:before, .block-editor .wp-block-quote-black li:before,
    .wp-block-quote-black .block-editor .wp-block-button__link:before, .block-editor .wp-block-quote-black .wp-block-button__link:before {
      content: '';
      width: 32px;
      height: 30px;
      position: absolute;
      left: 0;
      top: -2px;
      background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 30'%3e%3cpath d='M7.636 29.454c-2.545 0-4.454-.787-5.727-2.363C.636 25.454 0 23.333 0 20.727c0-3.09.788-6.394 2.364-9.909C3.939 7.242 6.273 3.636 9.364 0l3.363 2.545c-1.273 1.576-2.575 3.788-3.909 6.637-1.273 2.788-1.94 5.364-2 7.727a6.61 6.61 0 011.91-.273c1.696 0 3.12.485 4.272 1.455 1.152.909 1.727 2.303 1.727 4.182 0 2-.697 3.697-2.09 5.09-1.334 1.395-3 2.091-5 2.091zm17.273 0c-2.545 0-4.454-.787-5.727-2.363-1.273-1.637-1.91-3.758-1.91-6.364 0-3.09.789-6.394 2.364-9.909 1.576-3.576 3.91-7.182 7-10.818L30 2.545c-1.273 1.576-2.576 3.788-3.91 6.637-1.272 2.788-1.939 5.364-2 7.727a6.61 6.61 0 011.91-.273c1.697 0 3.121.485 4.273 1.455C31.424 19 32 20.394 32 22.273c0 2-.697 3.697-2.09 5.09-1.334 1.395-3 2.091-5 2.091z' fill='%2325A9E0'/%3e%3c/svg%3e") center no-repeat; }
    @media (max-width: 767px) {
      .wp-block-quote-light p, .wp-block-quote-light .edit-post-layout__content th, .edit-post-layout__content .wp-block-quote-light th,
      .wp-block-quote-light .edit-post-layout__content td, .edit-post-layout__content .wp-block-quote-light td,
      .wp-block-quote-light .edit-post-layout__content li, .edit-post-layout__content .wp-block-quote-light li,
      .wp-block-quote-light .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-quote-light .wp-block-button__link,
      .wp-block-quote-light .block-editor th, .block-editor .wp-block-quote-light th,
      .wp-block-quote-light .block-editor td, .block-editor .wp-block-quote-light td,
      .wp-block-quote-light .block-editor li, .block-editor .wp-block-quote-light li,
      .wp-block-quote-light .block-editor .wp-block-button__link, .block-editor .wp-block-quote-light .wp-block-button__link, .wp-block-quote-black p, .wp-block-quote-black .edit-post-layout__content th, .edit-post-layout__content .wp-block-quote-black th,
      .wp-block-quote-black .edit-post-layout__content td, .edit-post-layout__content .wp-block-quote-black td,
      .wp-block-quote-black .edit-post-layout__content li, .edit-post-layout__content .wp-block-quote-black li,
      .wp-block-quote-black .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-quote-black .wp-block-button__link,
      .wp-block-quote-black .block-editor th, .block-editor .wp-block-quote-black th,
      .wp-block-quote-black .block-editor td, .block-editor .wp-block-quote-black td,
      .wp-block-quote-black .block-editor li, .block-editor .wp-block-quote-black li,
      .wp-block-quote-black .block-editor .wp-block-button__link, .block-editor .wp-block-quote-black .wp-block-button__link {
        font-size: 18px; } }
  .wp-block-quote-light cite, .wp-block-quote-black cite {
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    font-size: 16px;
    color: #3e3e3e;
    padding-left: 75px;
    margin-bottom: 5px;
    margin-top: 25px;
    position: relative; }
    .wp-block-quote-light cite:after, .wp-block-quote-black cite:after {
      content: '\2014';
      position: absolute;
      left: 55px; }

.wp-block-quote-black {
  background: #2d2d2d; }
  .wp-block-quote-black p, .wp-block-quote-black .edit-post-layout__content th, .edit-post-layout__content .wp-block-quote-black th,
  .wp-block-quote-black .edit-post-layout__content td, .edit-post-layout__content .wp-block-quote-black td,
  .wp-block-quote-black .edit-post-layout__content li, .edit-post-layout__content .wp-block-quote-black li,
  .wp-block-quote-black .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .wp-block-quote-black .wp-block-button__link,
  .wp-block-quote-black .block-editor th, .block-editor .wp-block-quote-black th,
  .wp-block-quote-black .block-editor td, .block-editor .wp-block-quote-black td,
  .wp-block-quote-black .block-editor li, .block-editor .wp-block-quote-black li,
  .wp-block-quote-black .block-editor .wp-block-button__link, .block-editor .wp-block-quote-black .wp-block-button__link, .wp-block-quote-black cite {
    color: #fffcf3;
    font-family: "Raleway", arial, sans-serif; }
  .wp-block-quote-black p:before, .wp-block-quote-black .edit-post-layout__content th:before, .edit-post-layout__content .wp-block-quote-black th:before,
  .wp-block-quote-black .edit-post-layout__content td:before, .edit-post-layout__content .wp-block-quote-black td:before,
  .wp-block-quote-black .edit-post-layout__content li:before, .edit-post-layout__content .wp-block-quote-black li:before,
  .wp-block-quote-black .edit-post-layout__content .wp-block-button__link:before, .edit-post-layout__content .wp-block-quote-black .wp-block-button__link:before,
  .wp-block-quote-black .block-editor th:before, .block-editor .wp-block-quote-black th:before,
  .wp-block-quote-black .block-editor td:before, .block-editor .wp-block-quote-black td:before,
  .wp-block-quote-black .block-editor li:before, .block-editor .wp-block-quote-black li:before,
  .wp-block-quote-black .block-editor .wp-block-button__link:before, .block-editor .wp-block-quote-black .wp-block-button__link:before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 30'%3e%3cpath d='M7.636 29.454c-2.545 0-4.454-.787-5.727-2.363C.636 25.454 0 23.333 0 20.727c0-3.09.788-6.394 2.364-9.909C3.939 7.242 6.273 3.636 9.364 0l3.363 2.545c-1.273 1.576-2.575 3.788-3.909 6.637-1.273 2.788-1.94 5.364-2 7.727a6.61 6.61 0 011.91-.273c1.696 0 3.12.485 4.272 1.455 1.152.909 1.727 2.303 1.727 4.182 0 2-.697 3.697-2.09 5.09-1.334 1.395-3 2.091-5 2.091zm17.273 0c-2.545 0-4.454-.787-5.727-2.363-1.273-1.637-1.91-3.758-1.91-6.364 0-3.09.789-6.394 2.364-9.909 1.576-3.576 3.91-7.182 7-10.818L30 2.545c-1.273 1.576-2.576 3.788-3.91 6.637-1.272 2.788-1.939 5.364-2 7.727a6.61 6.61 0 011.91-.273c1.697 0 3.121.485 4.273 1.455C31.424 19 32 20.394 32 22.273c0 2-.697 3.697-2.09 5.09-1.334 1.395-3 2.091-5 2.091z' fill='%2372c7e7'/%3e%3c/svg%3e") center no-repeat; }

.wp-block-separator {
  border: 0;
  border-top: 1px solid #fffcf3;
  height: 1px;
  padding: 0; }
  .wp-block-separator.is-style-wide {
    width: 100%; }
  .wp-block-separator.is-short {
    width: 30px;
    border-color: #72c7e7; }
  .wp-block-separator.is-style-dots-line {
    border-style: dotted;
    border-color: #fffcf3; }
  .wp-block-separator.is-style-dashed-line {
    border-style: dashed;
    border-color: #fffcf3; }
  .wp-block-separator.no-margin-top {
    margin-top: 0; }
  .wp-block-separator.no-margin-left {
    margin-left: 0; }
  .wp-block-separator.has-margin-vertical-big {
    margin-top: 45px;
    margin-bottom: 50px; }

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .wp-block-columns .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px; }
    .wp-block-columns .wp-block-column :last-child {
      -ms-flex-item-align: unset;
          align-self: unset; }
    .wp-block-columns .wp-block-column h1, .wp-block-columns .wp-block-column .edit-post-layout__content #post-title-0, .edit-post-layout__content .wp-block-columns .wp-block-column #post-title-0,
    .wp-block-columns .wp-block-column .block-editor #post-title-0, .block-editor .wp-block-columns .wp-block-column #post-title-0, .wp-block-columns .wp-block-column h2, .wp-block-columns .wp-block-column h3, .wp-block-columns .wp-block-column h4, .wp-block-columns .wp-block-column h5 {
      margin-bottom: 0;
      margin-top: 5px; }

.wp-block-starterx-employees {
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 1024px) {
    .wp-block-starterx-employees {
      padding-left: 0;
      padding-right: 0; } }
  .wp-block-starterx-employees .h1 {
    margin-top: 25px;
    margin-bottom: 25px; }

.wp-block-gallery {
  padding: 0 25px; }
  @media (min-width: 768px) {
    .wp-block-gallery {
      padding: 0; } }

.wp-block-image, .wp-block-media {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px; }
  .wp-block-image figure, .wp-block-media figure {
    border-radius: 6px; }
  .wp-block-image figcaption, .wp-block-media figcaption {
    font-family: "Raleway", arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: left;
    color: #003f72; }
    @media (min-width: 1024px) {
      .wp-block-image figcaption, .wp-block-media figcaption {
        line-height: 21px;
        font-size: 0.77778rem;
        margin-bottom: 40px; } }

@media (min-width: 640px) {
  .is-image-fill {
    min-height: 30vh; } }

.is-image-fill figure {
  border-radius: 6px; }

.wp-block-media-text {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 640px) {
    .wp-block-media-text {
      padding-left: 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.has-media-on-the-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 640px) {
    .has-media-on-the-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .has-media-on-the-right .wp-block-media-text__content {
        padding-left: 0px; } }

.wp-block-media-text__content {
  padding: 0; }

@media (min-width: 1024px) {
  .page-template-page-genialt .articles {
    display: block;
    margin-bottom: 30px; } }

@media (min-width: 640px) {
  .page-template-page-genialt .articles {
    display: block;
    margin-bottom: 30px; } }

@media (max-width: 1023px) {
  .page-template-page-genialt .articles .articles {
    display: block !important;
    margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .page-template-page-genialt .articles .genialt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 23%);
    grid-gap: 21px; } }

@media (max-width: 1023px) {
  .page-template-page-genialt .articles .genialt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 21px; } }

@media (max-width: 639px) {
  .page-template-page-genialt .articles .genialt-grid {
    display: grid;
    grid-template-columns: 1fr; } }

.page-template-page-genialt .accordion.genialt {
  margin-bottom: 17px; }
  .page-template-page-genialt .accordion.genialt .accordion-content {
    padding: 24px 0;
    border-bottom: 1px solid #000000;
    display: grid;
    grid-template-columns: 6fr 3fr 3fr;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-family: "Roboto Condensed", arial, sans-serif !important; }
    .page-template-page-genialt .accordion.genialt .accordion-content a {
      color: #2d2d2d;
      text-decoration: underline; }

.page-template-page-genialt summary {
  padding: 7px 14px;
  height: 53px;
  border-radius: 0px !important; }

.page-template-page-genialt details[open] summary {
  background: #fecb00;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.page-template-page-genialt details summary {
  background: #f3f1e7;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05); }

.page-template-page-genialt .related-articles, .page-template-page-genialt .articles {
  width: 100%; }

.page-template-page-genialt .related-articles {
  padding: 0px;
  margin-top: 60px; }

.page-template-page-genialt .content .genialt-card a {
  color: #000000; }
  .page-template-page-genialt .content .genialt-card a .card-featured {
    overflow: hidden; }
    .page-template-page-genialt .content .genialt-card a .card-featured img {
      -webkit-transition: all .30s ease;
      transition: all .30s ease;
      -o-object-fit: cover;
         object-fit: cover;
      overflow: hidden; }
      @media (max-width: 1023px) {
        .page-template-page-genialt .content .genialt-card a .card-featured img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          max-width: 100% !important;
          -webkit-box-sizing: inherit;
                  box-sizing: inherit; } }
      @media (min-width: 1024px) {
        .page-template-page-genialt .content .genialt-card a .card-featured img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
      @media (max-width: 639px) {
        .page-template-page-genialt .content .genialt-card a .card-featured img {
          height: 100%;
          width: 100%; } }
      @media (min-width: 640px) {
        .page-template-page-genialt .content .genialt-card a .card-featured img {
          height: 100%; } }
      .page-template-page-genialt .content .genialt-card a .card-featured img:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03) !important;
        overflow: hidden; }

.page-template-page-genialt .content .genialt-card p, .page-template-page-genialt .content .genialt-card .edit-post-layout__content th, .edit-post-layout__content .page-template-page-genialt .content .genialt-card th,
.page-template-page-genialt .content .genialt-card .edit-post-layout__content td, .edit-post-layout__content .page-template-page-genialt .content .genialt-card td,
.page-template-page-genialt .content .genialt-card .edit-post-layout__content li, .edit-post-layout__content .page-template-page-genialt .content .genialt-card li,
.page-template-page-genialt .content .genialt-card .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .page-template-page-genialt .content .genialt-card .wp-block-button__link,
.page-template-page-genialt .content .genialt-card .block-editor th, .block-editor .page-template-page-genialt .content .genialt-card th,
.page-template-page-genialt .content .genialt-card .block-editor td, .block-editor .page-template-page-genialt .content .genialt-card td,
.page-template-page-genialt .content .genialt-card .block-editor li, .block-editor .page-template-page-genialt .content .genialt-card li,
.page-template-page-genialt .content .genialt-card .block-editor .wp-block-button__link, .block-editor .page-template-page-genialt .content .genialt-card .wp-block-button__link {
  margin-top: 0px; }

.page-template-page-genialt .content .genialt-card .card-lower-title {
  margin: 10px 0 4px 0; }

@media (min-width: 1024px) {
  .page-template-page-genialt .genialt-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; } }

.page-template-page-genialt .genialt-buttons a {
  max-width: 300px;
  width: 100%; }
  .page-template-page-genialt .genialt-buttons a:first-of-type {
    margin-right: 25px; }
  .page-template-page-genialt .genialt-buttons a:hover {
    background: #12232e;
    color: white !important; }

.single-genialt .article-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1023px) {
    .single-genialt .article-page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.single-genialt .entry-content-page {
  margin-top: 0px; }

.single-genialt aside.sidebar {
  margin: 20px 0px 40px 20px; }
  @media (max-width: 1023px) {
    .single-genialt aside.sidebar {
      margin: 0 auto; } }
  .single-genialt aside.sidebar .sidebar-card img {
    margin-top: 20px; }
    @media (max-width: 1023px) {
      .single-genialt aside.sidebar .sidebar-card img {
        width: 100%; } }
  .single-genialt aside.sidebar .sidebar-card a:hover {
    background: #12232e;
    color: white !important; }

header {
  display: block; }
  header ul {
    padding: 0;
    margin: 0; }
    header ul li {
      list-style: none; }

.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-right .social-media {
    margin-right: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none; }
    @media (min-width: 640px) {
      .header-right .social-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .header-right .social-media img {
      max-width: 37px; }
    .header-right .social-media li {
      margin: 0 10px 0 0;
      line-height: 0; }
      .header-right .social-media li a.uk-flag, .header-right .social-media li a.search-icon {
        margin-left: 20px;
        margin-top: 6px; }
        .header-right .social-media li a.uk-flag img, .header-right .social-media li a.search-icon img {
          max-width: 28px !important; }
  .header-right .menu-dropdown {
    width: 50px; }

.sticky-wrapper {
  position: relative;
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  z-index: 999;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media (min-width: 640px) {
    .sticky-wrapper {
      padding-right: 1rem; } }
  .sticky-wrapper.sticky-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media (min-width: 1024px) {
      .sticky-wrapper.sticky-menu .header-logo {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        padding: 0 0 0 10px; } }

.sticky-menu + .site-main {
  padding-top: 85px; }

.offset-height {
  margin-top: 85px; }

.upper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 85px;
  max-width: 1230px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }
  .upper-header .header-logo {
    z-index: 200;
    width: 200px;
    padding: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: left center;
            transform-origin: left center; }
    @media (min-width: 640px) {
      .upper-header .header-logo {
        width: 240px;
        padding: 20px; } }
    @media (min-width: 1024px) {
      .upper-header .header-logo {
        width: 260px; } }
    @media (min-width: 1366px) {
      .upper-header .header-logo {
        padding: 20px 20px 20px 0; } }
    .upper-header .header-logo .logo-link {
      text-decoration: none; }
  .upper-header .menu-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.2rem;
    margin-right: 40px;
    font-weight: bold; }
    .upper-header .menu-dropdown .svg-hamburger .menu-trigger {
      color: #3e3e3e;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .upper-header .menu-dropdown .svg-hamburger .menu-trigger:after {
        position: absolute;
        content: url(/wp-content/themes/biotek/img/svg/dropdown.svg);
        margin-left: 45px;
        margin-top: -8px;
        -webkit-transition: .20s ease;
        transition: .20s ease;
        -webkit-transform-origin: center 21px;
                transform-origin: center 21px; }
      .upper-header .menu-dropdown .svg-hamburger .menu-trigger:before {
        display: none; }
    .upper-header .menu-dropdown .svg-hamburger.is-opened .menu-trigger:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transform-origin: center 21px;
              transform-origin: center 21px; }

input {
  outline: 0 !important;
  outline: none;
  margin-top: .2rem;
  margin-bottom: .5rem;
  margin-right: 1rem;
  border-radius: 3px;
  padding: .3em 1.4em .5em .8em;
  border-radius: 3px;
  font-size: 1.22222rem;
  background: #fafafa;
  -webkit-transition: .40s ease;
  transition: .40s ease;
  -webkit-appearance: none;
  border: 1px solid #d6d6d6; }
  input:active, input:focus, input:hover {
    background: white; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
    color: #6c6c6c;
    font-weight: light;
    font-size: 1rem; }
  input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder {
    color: #6c6c6c;
    font-weight: light;
    font-size: 1rem; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
    color: #6c6c6c;
    font-weight: light;
    font-size: 1rem; }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
    color: #6c6c6c;
    font-weight: light;
    font-size: 1rem; }
  input[type=text][disabled], input[type=email][disabled], input[type=password][disabled] {
    background: #f3f1e7; }
  input label {
    font-weight: bold;
    font-family: "Roboto Condensed", arial, sans-serif;
    margin-bottom: 10px;
    margin-right: 10px; }

.input-radio {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .input-radio input[type=radio] {
    display: none; }
    .input-radio input[type=radio]:checked + .input-radio__icon:before {
      display: block; }
    .input-radio input[type=radio]:disabled + .input-radio__icon {
      border-color: #d6d6d6; }
      .input-radio input[type=radio]:disabled + .input-radio__icon:before {
        background: #d6d6d6; }
    .input-radio input[type=radio]:disabled ~ .input-radio__desc {
      color: #d6d6d6; }
  .input-radio__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 1; }
  .input-radio__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .input-radio__label:focus .input-radio__icon {
      border-color: #72c7e7; }
  .input-radio__icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fffcf3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-right: 10px;
    position: relative;
    border: 1px solid #fffcf3; }
    .input-radio__icon:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #72c7e7;
      display: none; }

.input-checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .input-checkbox input[type=checkbox] {
    display: none; }
    .input-checkbox input[type=checkbox]:checked + .input-checkbox__icon:before {
      display: block; }
    .input-checkbox input[type=checkbox]:disabled + .input-checkbox__icon {
      border-color: #fffcf3; }
      .input-checkbox input[type=checkbox]:disabled + .input-checkbox__icon:before {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.64.232a1 1 0 0 1 .128 1.408l-5 6a1 1 0 0 1-1.475.067l-3-3a1 1 0 1 1 1.414-1.414l2.226 2.226L8.232.359A1 1 0 0 1 9.64.233z' fill='%23d1dbe6'/%3E%3C/svg%3E"); }
    .input-checkbox input[type=checkbox]:disabled ~ .input-checkbox__desc {
      color: #fffcf3; }
  .input-checkbox__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 1; }
  .input-checkbox__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .input-checkbox__label:focus .input-checkbox__icon {
      border-color: #72c7e7; }
  .input-checkbox__icon {
    width: 16px;
    height: 16px;
    background: #fffcf3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    margin-right: 10px;
    position: relative;
    border: 1px solid #fffcf3;
    border-radius: 2px; }
    .input-checkbox__icon:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 8px;
      border-radius: 50%;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.64.232a1 1 0 0 1 .128 1.408l-5 6a1 1 0 0 1-1.475.067l-3-3a1 1 0 1 1 1.414-1.414l2.226 2.226L8.232.359A1 1 0 0 1 9.64.233z' fill='%23e93350'/%3E%3C/svg%3E");
      display: none; }
      .wp-block-newsletter--colored .input-checkbox__icon:before {
        background: #000; }

.input-toggle {
  position: relative;
  padding-left: 58px; }
  .input-toggle label {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-weight: bold;
    color: #000; }
  .input-toggle [type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .input-toggle [type="checkbox"] + label {
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      color: #333333; }
      .input-toggle [type="checkbox"] + label:before {
        content: '';
        position: absolute;
        left: 0;
        width: 42px;
        height: 22px;
        background: #72c7e7;
        border-radius: 11px;
        -webkit-transition: all 150ms ease-out;
        transition: all 150ms ease-out; }
      .input-toggle [type="checkbox"] + label:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        top: 1px;
        -webkit-transition: all 150ms ease-out;
        transition: all 150ms ease-out;
        background: #fff;
        left: 21px; }
    .input-toggle [type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px; }
      .input-toggle [type="checkbox"]:not(:checked) + label:before {
        background: #fffcf3; }
      .input-toggle [type="checkbox"]:not(:checked) + label:after {
        background: #fffcf3;
        left: 1px; }
    .input-toggle [type="checkbox"]:disabled + label {
      color: #fffcf3; }
      .input-toggle [type="checkbox"]:disabled + label:before {
        background: #fffcf3; }

.styled-input {
  padding-top: 30px;
  display: block;
  position: relative; }
  .styled-input :not(:placeholder-shown) + span {
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 14px; }
  .styled-input__placeholder {
    position: absolute;
    top: calc(50% + 15px);
    left: 0;
    -webkit-transform: translateY(-50%) translateX(20px);
            transform: translateY(-50%) translateX(20px);
    color: #3e3e3e;
    font-size: 18px;
    -webkit-transition: top 0.3s ease-in-out, font-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, font-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, font-size 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, font-size 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform, top; }
  .styled-input__field:focus + .styled-input__placeholder {
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    font-size: 14px; }

.input-submit {
  position: relative; }
  .input-submit input {
    padding-right: 60px; }
  .input-submit button {
    position: absolute;
    bottom: 0;
    right: 0;
    background: none;
    border: none;
    width: 60px;
    height: calc(100% - 30px);
    padding: 0;
    cursor: pointer; }
    .input-submit button use {
      --fill-color: #2d2d2d; }
    .input-submit button:hover use {
      --fill-color: #12232e; }

.top-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 9999;
  font-size: 1.22222rem;
  margin-top: 53px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%); }
  .top-menu nav.top-menu-items {
    position: relative;
    width: 100%;
    overflow-y: scroll;
    max-height: 90vh;
    max-width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #003f72;
    padding: 20px 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: 0;
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25); }
    @media (min-width: 1024px) {
      .top-menu nav.top-menu-items {
        padding: 40px 40px; } }
    @media (min-width: 1024px) {
      .top-menu nav.top-menu-items {
        overflow-y: auto; } }
    .top-menu nav.top-menu-items ul.menu-item {
      font-weight: normal; }
      .top-menu nav.top-menu-items ul.menu-item:last-child {
        margin-bottom: 1rem; }
      .top-menu nav.top-menu-items ul.menu-item li:last-child {
        margin-bottom: 20px; }
      .top-menu nav.top-menu-items ul.menu-item li li {
        margin-left: 20px; }
    .top-menu nav.top-menu-items a {
      color: white;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .top-menu nav.top-menu-items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .top-menu nav.top-menu-items .hovedmeny {
      margin-top: 20px; }
      .top-menu nav.top-menu-items .hovedmeny ul li {
        font-size: 1.77778rem;
        font-weight: bold;
        word-wrap: break-word; }
    .top-menu nav.top-menu-items .hovedmeny, .top-menu nav.top-menu-items .temaer, .top-menu nav.top-menu-items .search {
      margin-bottom: 20px;
      width: 100%; }
      .top-menu nav.top-menu-items .hovedmeny h4, .top-menu nav.top-menu-items .hovedmeny .menulabel, .top-menu nav.top-menu-items .temaer h4, .top-menu nav.top-menu-items .temaer .menulabel, .top-menu nav.top-menu-items .search h4, .top-menu nav.top-menu-items .search .menulabel {
        font-family: "Roboto Condensed", arial, sans-serif;
        font-size: 1.2rem;
        line-height: 1.3;
        margin: 20px 0 10px 0;
        color: white; }
      @media (min-width: 1024px) {
        .top-menu nav.top-menu-items .hovedmeny, .top-menu nav.top-menu-items .temaer, .top-menu nav.top-menu-items .search {
          margin-bottom: 0;
          width: 30%; } }
    .top-menu nav.top-menu-items ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .top-menu nav.top-menu-items ul li {
        margin: 0;
        padding: 0;
        line-height: 1.8;
        width: 100%; }
        .top-menu nav.top-menu-items ul li a {
          -webkit-transition: all .1s ease-in;
          transition: all .1s ease-in; }
          .top-menu nav.top-menu-items ul li a:hover, .top-menu nav.top-menu-items ul li a:active, .top-menu nav.top-menu-items ul li a:focus {
            color: #00a1de; }
        .top-menu nav.top-menu-items ul li .has-submenu:after {
          position: absolute;
          display: inline-block;
          content: url(/wp-content/themes/biotek/img/svg/dropdown-white.svg);
          margin-left: 0px;
          margin-top: -4px;
          -webkit-transition: .20s ease;
          transition: .20s ease;
          -webkit-transform-origin: center 21px;
                  transform-origin: center 21px; }
        .top-menu nav.top-menu-items ul li .has-submenu.is-opened {
          font-weight: bold; }
          .top-menu nav.top-menu-items ul li .has-submenu.is-opened:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            -webkit-transform-origin: center 21px;
                    transform-origin: center 21px;
            content: url(/wp-content/themes/biotek/img/svg/dropdown-white.svg); }
  .top-menu input {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%; }
  .top-menu button {
    max-width: 50%; }

.header-menu {
  width: 100%; }
  .header-menu.main-menu {
    position: relative;
    z-index: 9;
    font-size: 1.22222rem;
    background: #f3f1e7;
    overflow-y: hidden;
    overflow-x: scroll;
    font-family: 'Roboto Condensed', sans-serif; }
    @media (min-width: 1024px) {
      .header-menu.main-menu {
        overflow-x: hidden; } }
    .header-menu.main-menu .menu {
      width: 100%;
      max-width: 1230px;
      height: 100%;
      padding: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-left: auto;
      margin-right: auto; }
    .header-menu.main-menu .main-menu-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 1230px;
      z-index: 6; }
      @media (min-width: 1024px) {
        .header-menu.main-menu .main-menu-items {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
  .header-menu .menu-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .header-menu .menu-item a {
      color: #2d2d2d;
      font-weight: normal;
      text-decoration: none;
      padding: 0; }
      .header-menu .menu-item a span {
        position: relative;
        padding: 0; }
    .header-menu .menu-item > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 55px;
      z-index: 99;
      color: black;
      line-height: 40px;
      -webkit-transition: .40s ease-in-out;
      transition: .40s ease-in-out;
      -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
              transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .header-menu .menu-item > li a {
        width: 100%;
        text-align: center; }
      .header-menu .menu-item > li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 0px;
        left: 0;
        -webkit-transition: .40s ease-in-out;
        transition: .40s ease-in-out;
        -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
                transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .header-menu .menu-item > li:hover, .header-menu .menu-item > li:active, .header-menu .menu-item > li:focus {
        background: #fecb00; }
        .header-menu .menu-item > li:hover:before, .header-menu .menu-item > li:active:before, .header-menu .menu-item > li:focus:before {
          background: #fecb00; }
      .header-menu .menu-item > li.current-menu-item {
        background: #fecb00; }
        .header-menu .menu-item > li.current-menu-item a {
          font-weight: bold;
          color: #3e3e3e; }
      .header-menu .menu-item > li .sub-menu {
        display: none;
        background: #12232e;
        left: 30px;
        min-width: 247px;
        z-index: 9;
        -webkit-box-shadow: 0px 0px 6px rgba(140, 149, 155, 0.5);
                box-shadow: 0px 0px 6px rgba(140, 149, 155, 0.5);
        font-weight: normal;
        font-size: 16px; }
        .header-menu .menu-item > li .sub-menu .current-menu-item > a span {
          color: #00a1de; }
        .header-menu .menu-item > li .sub-menu ul.menu-item {
          display: block; }
        .header-menu .menu-item > li .sub-menu * {
          color: white; }
        .header-menu .menu-item > li .sub-menu li.menu-item {
          display: block;
          line-height: 1; }
          .header-menu .menu-item > li .sub-menu li.menu-item.is-active > a {
            color: #72c7e7; }
  .header-menu .menu-toggle {
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.newsletter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e3e3e;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 20vh;
  width: 100%;
  padding: 20px; }
  @media (min-width: 1024px) {
    .newsletter-container .textwidget {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0; }
      .newsletter-container .textwidget div {
        width: 30%; }
        .newsletter-container .textwidget div:last-child {
          width: 70%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-left: 40px; }
          .newsletter-container .textwidget div:last-child form {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .newsletter-container .textwidget div:last-child form .btn {
              margin-bottom: 20px; } }
  .newsletter-container .widget__title {
    color: #3e3e3e;
    margin-bottom: 20px; }
  .newsletter-container p, .newsletter-container .edit-post-layout__content th, .edit-post-layout__content .newsletter-container th,
  .newsletter-container .edit-post-layout__content td, .edit-post-layout__content .newsletter-container td,
  .newsletter-container .edit-post-layout__content li, .edit-post-layout__content .newsletter-container li,
  .newsletter-container .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .newsletter-container .wp-block-button__link,
  .newsletter-container .block-editor th, .block-editor .newsletter-container th,
  .newsletter-container .block-editor td, .block-editor .newsletter-container td,
  .newsletter-container .block-editor li, .block-editor .newsletter-container li,
  .newsletter-container .block-editor .wp-block-button__link, .block-editor .newsletter-container .wp-block-button__link {
    margin-bottom: 40px;
    max-width: 500px; }
  .newsletter-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .newsletter-container form div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .newsletter-container form div:first-child {
        margin-right: 20px; }
    .newsletter-container form label {
      font-family: "Roboto Condensed", arial, sans-serif;
      font-size: 1.11111rem; }
    .newsletter-container form input {
      min-width: 220px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      line-height: normal !important; }
      .newsletter-container form input:last-child {
        margin-bottom: 40px; }

.pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0; }
  @media (min-width: 1024px) {
    .pagination {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .pagination__link {
    color: #3e3e3e;
    margin-left: 10px;
    margin-right: 15px;
    text-decoration: none !important; }
    .pagination__link use {
      fill: #fffcf3; }
    .pagination__link:hover {
      color: #2d2d2d; }
      .pagination__link:hover use {
        fill: #fffcf3; }
    @media (min-width: 768px) {
      .pagination__link {
        margin-left: 25px;
        margin-right: 25px; } }
  .pagination__item--sm-hidden {
    display: none; }
    @media (min-width: 768px) {
      .pagination__item--sm-hidden {
        display: block; } }
  .pagination__item.dots {
    color: #2d2d2d; }
  .pagination__item.nav {
    background-color: #12232e;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    -webkit-transition: .20s ease;
    transition: .20s ease; }
    .pagination__item.nav:hover {
      background-color: #fecb00; }
    .pagination__item.nav.first {
      margin-left: 20px;
      margin-right: 20px; }
    .pagination__item.nav.last {
      margin-right: 20px;
      margin-left: 20px; }
    .pagination__item.nav .pagination__link {
      height: 38px;
      width: 38px;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .pagination .active .pagination__link,
  .pagination .current .pagination__link {
    color: #2d2d2d;
    font-weight: bold; }

body.post-type-archive-podkast, body.single-podkast {
  background: #12232e; }
  body.post-type-archive-podkast .main-breadcrumbs .breadcrumb_last, body.single-podkast .main-breadcrumbs .breadcrumb_last {
    color: white; }
  body.post-type-archive-podkast .main-breadcrumbs a:after, body.single-podkast .main-breadcrumbs a:after {
    content: url(/wp-content/themes/biotek/img/svg/arrow-forward-white.svg); }
  body.post-type-archive-podkast .content p, body.post-type-archive-podkast .content .edit-post-layout__content th, .edit-post-layout__content body.post-type-archive-podkast .content th,
  body.post-type-archive-podkast .content .edit-post-layout__content td, .edit-post-layout__content body.post-type-archive-podkast .content td,
  body.post-type-archive-podkast .content .edit-post-layout__content li, .edit-post-layout__content body.post-type-archive-podkast .content li,
  body.post-type-archive-podkast .content .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content body.post-type-archive-podkast .content .wp-block-button__link,
  body.post-type-archive-podkast .content .block-editor th, .block-editor body.post-type-archive-podkast .content th,
  body.post-type-archive-podkast .content .block-editor td, .block-editor body.post-type-archive-podkast .content td,
  body.post-type-archive-podkast .content .block-editor li, .block-editor body.post-type-archive-podkast .content li,
  body.post-type-archive-podkast .content .block-editor .wp-block-button__link, .block-editor body.post-type-archive-podkast .content .wp-block-button__link, body.post-type-archive-podkast .content h1, body.post-type-archive-podkast .content .edit-post-layout__content #post-title-0, .edit-post-layout__content body.post-type-archive-podkast .content #post-title-0,
  body.post-type-archive-podkast .content .block-editor #post-title-0, .block-editor body.post-type-archive-podkast .content #post-title-0, body.post-type-archive-podkast .content h2, body.post-type-archive-podkast .content h3, body.post-type-archive-podkast .content h4, body.post-type-archive-podkast .content h5, body.post-type-archive-podkast .content .pagination__link, body.post-type-archive-podkast .entry-content-page p, body.post-type-archive-podkast .entry-content-page .edit-post-layout__content th, .edit-post-layout__content body.post-type-archive-podkast .entry-content-page th,
  body.post-type-archive-podkast .entry-content-page .edit-post-layout__content td, .edit-post-layout__content body.post-type-archive-podkast .entry-content-page td,
  body.post-type-archive-podkast .entry-content-page .edit-post-layout__content li, .edit-post-layout__content body.post-type-archive-podkast .entry-content-page li,
  body.post-type-archive-podkast .entry-content-page .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content body.post-type-archive-podkast .entry-content-page .wp-block-button__link,
  body.post-type-archive-podkast .entry-content-page .block-editor th, .block-editor body.post-type-archive-podkast .entry-content-page th,
  body.post-type-archive-podkast .entry-content-page .block-editor td, .block-editor body.post-type-archive-podkast .entry-content-page td,
  body.post-type-archive-podkast .entry-content-page .block-editor li, .block-editor body.post-type-archive-podkast .entry-content-page li,
  body.post-type-archive-podkast .entry-content-page .block-editor .wp-block-button__link, .block-editor body.post-type-archive-podkast .entry-content-page .wp-block-button__link, body.post-type-archive-podkast .entry-content-page h1, body.post-type-archive-podkast .entry-content-page .edit-post-layout__content #post-title-0, .edit-post-layout__content body.post-type-archive-podkast .entry-content-page #post-title-0,
  body.post-type-archive-podkast .entry-content-page .block-editor #post-title-0, .block-editor body.post-type-archive-podkast .entry-content-page #post-title-0, body.post-type-archive-podkast .entry-content-page h2, body.post-type-archive-podkast .entry-content-page h3, body.post-type-archive-podkast .entry-content-page h4, body.post-type-archive-podkast .entry-content-page h5, body.post-type-archive-podkast .entry-content-page .pagination__link, body.post-type-archive-podkast aside p, body.post-type-archive-podkast aside .edit-post-layout__content th, .edit-post-layout__content body.post-type-archive-podkast aside th,
  body.post-type-archive-podkast aside .edit-post-layout__content td, .edit-post-layout__content body.post-type-archive-podkast aside td,
  body.post-type-archive-podkast aside .edit-post-layout__content li, .edit-post-layout__content body.post-type-archive-podkast aside li,
  body.post-type-archive-podkast aside .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content body.post-type-archive-podkast aside .wp-block-button__link,
  body.post-type-archive-podkast aside .block-editor th, .block-editor body.post-type-archive-podkast aside th,
  body.post-type-archive-podkast aside .block-editor td, .block-editor body.post-type-archive-podkast aside td,
  body.post-type-archive-podkast aside .block-editor li, .block-editor body.post-type-archive-podkast aside li,
  body.post-type-archive-podkast aside .block-editor .wp-block-button__link, .block-editor body.post-type-archive-podkast aside .wp-block-button__link, body.post-type-archive-podkast aside h1, body.post-type-archive-podkast aside .edit-post-layout__content #post-title-0, .edit-post-layout__content body.post-type-archive-podkast aside #post-title-0,
  body.post-type-archive-podkast aside .block-editor #post-title-0, .block-editor body.post-type-archive-podkast aside #post-title-0, body.post-type-archive-podkast aside h2, body.post-type-archive-podkast aside h3, body.post-type-archive-podkast aside h4, body.post-type-archive-podkast aside h5, body.post-type-archive-podkast aside .pagination__link, body.single-podkast .content p, body.single-podkast .content .edit-post-layout__content th, .edit-post-layout__content body.single-podkast .content th,
  body.single-podkast .content .edit-post-layout__content td, .edit-post-layout__content body.single-podkast .content td,
  body.single-podkast .content .edit-post-layout__content li, .edit-post-layout__content body.single-podkast .content li,
  body.single-podkast .content .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content body.single-podkast .content .wp-block-button__link,
  body.single-podkast .content .block-editor th, .block-editor body.single-podkast .content th,
  body.single-podkast .content .block-editor td, .block-editor body.single-podkast .content td,
  body.single-podkast .content .block-editor li, .block-editor body.single-podkast .content li,
  body.single-podkast .content .block-editor .wp-block-button__link, .block-editor body.single-podkast .content .wp-block-button__link, body.single-podkast .content h1, body.single-podkast .content .edit-post-layout__content #post-title-0, .edit-post-layout__content body.single-podkast .content #post-title-0,
  body.single-podkast .content .block-editor #post-title-0, .block-editor body.single-podkast .content #post-title-0, body.single-podkast .content h2, body.single-podkast .content h3, body.single-podkast .content h4, body.single-podkast .content h5, body.single-podkast .content .pagination__link, body.single-podkast .entry-content-page p, body.single-podkast .entry-content-page .edit-post-layout__content th, .edit-post-layout__content body.single-podkast .entry-content-page th,
  body.single-podkast .entry-content-page .edit-post-layout__content td, .edit-post-layout__content body.single-podkast .entry-content-page td,
  body.single-podkast .entry-content-page .edit-post-layout__content li, .edit-post-layout__content body.single-podkast .entry-content-page li,
  body.single-podkast .entry-content-page .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content body.single-podkast .entry-content-page .wp-block-button__link,
  body.single-podkast .entry-content-page .block-editor th, .block-editor body.single-podkast .entry-content-page th,
  body.single-podkast .entry-content-page .block-editor td, .block-editor body.single-podkast .entry-content-page td,
  body.single-podkast .entry-content-page .block-editor li, .block-editor body.single-podkast .entry-content-page li,
  body.single-podkast .entry-content-page .block-editor .wp-block-button__link, .block-editor body.single-podkast .entry-content-page .wp-block-button__link, body.single-podkast .entry-content-page h1, body.single-podkast .entry-content-page .edit-post-layout__content #post-title-0, .edit-post-layout__content body.single-podkast .entry-content-page #post-title-0,
  body.single-podkast .entry-content-page .block-editor #post-title-0, .block-editor body.single-podkast .entry-content-page #post-title-0, body.single-podkast .entry-content-page h2, body.single-podkast .entry-content-page h3, body.single-podkast .entry-content-page h4, body.single-podkast .entry-content-page h5, body.single-podkast .entry-content-page .pagination__link, body.single-podkast aside p, body.single-podkast aside .edit-post-layout__content th, .edit-post-layout__content body.single-podkast aside th,
  body.single-podkast aside .edit-post-layout__content td, .edit-post-layout__content body.single-podkast aside td,
  body.single-podkast aside .edit-post-layout__content li, .edit-post-layout__content body.single-podkast aside li,
  body.single-podkast aside .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content body.single-podkast aside .wp-block-button__link,
  body.single-podkast aside .block-editor th, .block-editor body.single-podkast aside th,
  body.single-podkast aside .block-editor td, .block-editor body.single-podkast aside td,
  body.single-podkast aside .block-editor li, .block-editor body.single-podkast aside li,
  body.single-podkast aside .block-editor .wp-block-button__link, .block-editor body.single-podkast aside .wp-block-button__link, body.single-podkast aside h1, body.single-podkast aside .edit-post-layout__content #post-title-0, .edit-post-layout__content body.single-podkast aside #post-title-0,
  body.single-podkast aside .block-editor #post-title-0, .block-editor body.single-podkast aside #post-title-0, body.single-podkast aside h2, body.single-podkast aside h3, body.single-podkast aside h4, body.single-podkast aside h5, body.single-podkast aside .pagination__link {
    color: white; }
  body.post-type-archive-podkast .content a, body.post-type-archive-podkast .content a:visited, body.post-type-archive-podkast .content a:active, body.post-type-archive-podkast .entry-content-page a, body.post-type-archive-podkast .entry-content-page a:visited, body.post-type-archive-podkast .entry-content-page a:active, body.post-type-archive-podkast aside a, body.post-type-archive-podkast aside a:visited, body.post-type-archive-podkast aside a:active, body.single-podkast .content a, body.single-podkast .content a:visited, body.single-podkast .content a:active, body.single-podkast .entry-content-page a, body.single-podkast .entry-content-page a:visited, body.single-podkast .entry-content-page a:active, body.single-podkast aside a, body.single-podkast aside a:visited, body.single-podkast aside a:active {
    color: white; }

.title-small {
  line-height: 130%;
  font-size: 1.94444rem; }
  @media (min-width: 1024px) {
    .title-small {
      font-size: 2.22222rem;
      max-width: 60%; } }

.wp-block-cloudblocks-section-row-cell {
  padding: 20px 25px; }
  @media (min-width: 768px) {
    .wp-block-cloudblocks-section-row-cell {
      padding: 40px 0; } }

.related-articles.frontpage {
  margin-top: 0px; }

.related-articles {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fecb00;
  margin-top: 40px;
  box-sizing: border-box;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px; }
  .related-articles .related-articles-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 20px;
    overflow: hidden;
    height: 100%;
    max-width: 1230px;
    margin: 0 auto; }
    .related-articles .related-articles-inner .related-articles-title {
      margin-top: 20px;
      margin-bottom: 40px; }
    .related-articles .related-articles-inner .related-articles-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-bottom: 40px; }
      @media (min-width: 640px) {
        .related-articles .related-articles-inner .related-articles-items {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }

.search-posts {
  margin-bottom: 120px; }

.search-post {
  font-style: normal; }
  .search-post:not(:last-child) {
    margin-bottom: 40px; }
  .search-post__title {
    font-weight: bold;
    line-height: 32px;
    font-size: 1.77778rem; }
  .search-post .btn {
    margin-top: 20px; }
  .search-post__excerpt {
    margin-top: 13px;
    font-weight: 500;
    line-height: 30px;
    font-size: 1rem;
    max-width: 1024px;
    letter-spacing: 0.02em;
    color: #3e3e3e; }
  .search-post a, .search-post a:visited {
    color: #003f72; }

.search-results {
  font-style: normal; }
  .search-results__header {
    margin-top: 38px;
    margin-bottom: 55px; }
  .search-results__title {
    font-weight: 500;
    line-height: 21px;
    font-size: 0.72222rem; }
  .search-results__query {
    font-weight: bold;
    line-height: 43px;
    font-size: 1.77778rem;
    color: #72c7e7;
    margin-right: 5px; }
  .search-results__hits {
    font-weight: bold;
    line-height: 53px;
    font-size: 1.22222rem;
    margin-bottom: 20px;
    margin-top: 0; }

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .searchform input[type="text"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    border: 0;
    border: none;
    line-height: normal !important; }
    @media (min-width: 1366px) {
      .searchform input[type="text"] {
        width: 100%; } }
  .searchform .menulabel {
    font-weight: bold;
    color: white; }
  .searchform .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1230px; }
    .searchform .search-container input[type="text"] {
      margin-right: 0px;
      height: 38px; }
    .searchform .search-container .btn {
      height: 38px;
      max-height: 100%; }

.search-container.advanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .search-container.advanced label {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 1rem; }
  .search-container.advanced div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 0 10px 0; }
    @media (min-width: 1024px) {
      .search-container.advanced div {
        margin: 0 20px 0 0;
        width: 100%; } }
  .search-container.advanced .btn {
    margin-top: 20px; }
  .search-container.advanced option {
    padding: 5px; }
  .search-container.advanced input[type="text"] {
    margin-right: 0px;
    border-radius: 4px; }
  .search-container.advanced select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    border-radius: 4px; }
  @media (min-width: 1024px) {
    .search-container.advanced {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.podcast-cards {
  margin-top: 4rem !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1230px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .podcast-cards {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 639px) {
    .podcast-cards {
      grid-template-columns: 1fr; } }
  .podcast-cards .podcast-card {
    display: block;
    border-radius: 5px; }
    .podcast-cards .podcast-card iframe {
      margin-bottom: 1rem;
      max-height: 100%; }
    .podcast-cards .podcast-card h2 {
      margin-top: 0;
      margin-bottom: 1rem; }

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin-top: auto; }

.share-buttons {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .share-buttons {
      margin-bottom: 45px; } }
  .share-buttons__title,
  .share-buttons .widgettitle {
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
    color: #3e3e3e;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .share-buttons__title,
      .share-buttons .widgettitle {
        line-height: 27px;
        font-size: 20px;
        margin-bottom: 35px; } }
  .share-buttons__buttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-column-gap: 15px;
    grid-row-gap: 15px; }
  @media (min-width: 1024px) {
    .share-buttons--mobile {
      display: none; } }
  .share-buttons .share-button {
    border: 1px solid #fffcf3;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    background: #fffcf3;
    width: 100px;
    height: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .share-buttons .share-button:hover {
      background: #fffcf3; }
    .share-buttons .share-button__icon {
      --fill-color: #8c959b;
      margin-bottom: 5px; }
    .share-buttons .share-button__name {
      font-weight: 500;
      font-size: 13px;
      line-height: 1.61538;
      text-align: center;
      color: #12232e;
      width: 100%; }
  .share-buttons--sidebar {
    max-width: 100px;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 20px; }

.sidebar, aside {
  width: 100%;
  margin: 40px 20px 40px 10px;
  padding: 0 20px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 1024px) {
    .sidebar, aside {
      width: 25%;
      padding: 0;
      margin: 40px 0 40px 20px; } }
  .sidebar.mobile-first, aside.mobile-first {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    @media (min-width: 1024px) {
      .sidebar.mobile-first, aside.mobile-first {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .sidebar .sidebar-title, aside .sidebar-title {
    border-bottom: 3px solid #fecb00;
    padding-bottom: 3px; }
  .sidebar ul, aside ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar ul li, aside ul li {
      margin-left: 0px;
      border: none; }
      .sidebar ul li:before, aside ul li:before {
        display: none;
        left: 0; }
  .sidebar a, aside a {
    text-decoration: none !important;
    color: #2d2d2d !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.social-menu {
  padding-left: 15px; }
  .social-menu .social-network-name {
    display: none; }

ul.social-media {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0; }
  ul.social-media li {
    margin: 5px; }
    ul.social-media li:hover, ul.social-media li:active, ul.social-media li:focus {
      margin-bottom: 3px; }
  ul.social-media img {
    width: 40px; }
  ul.social-media a:before {
    display: none; }

.page-template-page-statements .accordion.statements {
  margin-bottom: 17px; }
  .page-template-page-statements .accordion.statements .accordion-content {
    display: grid;
    grid-template-columns: 1fr 11fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    justify-items: start;
    grid-gap: 17px;
    margin: 42px 0 35px 0; }
    .page-template-page-statements .accordion.statements .accordion-content p.date, .page-template-page-statements .accordion.statements .accordion-content .edit-post-layout__content th.date, .edit-post-layout__content .page-template-page-statements .accordion.statements .accordion-content th.date,
    .page-template-page-statements .accordion.statements .accordion-content .edit-post-layout__content td.date, .edit-post-layout__content .page-template-page-statements .accordion.statements .accordion-content td.date,
    .page-template-page-statements .accordion.statements .accordion-content .edit-post-layout__content li.date, .edit-post-layout__content .page-template-page-statements .accordion.statements .accordion-content li.date,
    .page-template-page-statements .accordion.statements .accordion-content .edit-post-layout__content .date.wp-block-button__link, .edit-post-layout__content .page-template-page-statements .accordion.statements .accordion-content .date.wp-block-button__link,
    .page-template-page-statements .accordion.statements .accordion-content .block-editor th.date, .block-editor .page-template-page-statements .accordion.statements .accordion-content th.date,
    .page-template-page-statements .accordion.statements .accordion-content .block-editor td.date, .block-editor .page-template-page-statements .accordion.statements .accordion-content td.date,
    .page-template-page-statements .accordion.statements .accordion-content .block-editor li.date, .block-editor .page-template-page-statements .accordion.statements .accordion-content li.date,
    .page-template-page-statements .accordion.statements .accordion-content .block-editor .date.wp-block-button__link, .block-editor .page-template-page-statements .accordion.statements .accordion-content .date.wp-block-button__link {
      margin: 0 !important;
      font-family: "Roboto Condensed", arial, sans-serif; }
  .page-template-page-statements .accordion.statements .thumbnail {
    width: 85px;
    height: 85px; }
    .page-template-page-statements .accordion.statements .thumbnail img {
      border-radius: 3px 3px 0px 3px; }
      .page-template-page-statements .accordion.statements .thumbnail img:hover {
        cursor: auto; }

.page-template-page-statements .accordion summary {
  padding: 7px 14px !important;
  height: 53px !important;
  border-radius: 0px !important; }

.page-template-page-statements .accordion details[open] summary {
  background: #fecb00 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.page-template-page-statements .accordion details summary {
  background: #f3f1e7 !important;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05) !important; }

.page-template-page-statements .accordion h3.statement a {
  color: black;
  text-decoration: underline; }
  .page-template-page-statements .accordion h3.statement a:hover {
    text-decoration: underline; }

.page-template-page-statements .intro p, .page-template-page-statements .intro .edit-post-layout__content th, .edit-post-layout__content .page-template-page-statements .intro th,
.page-template-page-statements .intro .edit-post-layout__content td, .edit-post-layout__content .page-template-page-statements .intro td,
.page-template-page-statements .intro .edit-post-layout__content li, .edit-post-layout__content .page-template-page-statements .intro li,
.page-template-page-statements .intro .edit-post-layout__content .wp-block-button__link, .edit-post-layout__content .page-template-page-statements .intro .wp-block-button__link,
.page-template-page-statements .intro .block-editor th, .block-editor .page-template-page-statements .intro th,
.page-template-page-statements .intro .block-editor td, .block-editor .page-template-page-statements .intro td,
.page-template-page-statements .intro .block-editor li, .block-editor .page-template-page-statements .intro li,
.page-template-page-statements .intro .block-editor .wp-block-button__link, .block-editor .page-template-page-statements .intro .wp-block-button__link {
  margin-bottom: 29px; }

.page-template-page-statements .entry-content-page {
  margin-left: 0px;
  margin-top: 0px; }
  @media (min-width: 1024px) {
    .page-template-page-statements .entry-content-page {
      margin-top: 0px; } }

.old {
  margin-top: 62px;
  padding: 0 14px; }
  .old li {
    padding: 0px !important;
    left: 0px !important; }
    .old li:before {
      display: none; }
    .old li h3 a:after {
      content: url(/wp-content/themes/biotek/img/svg/arrow-dark.svg) !important;
      width: auto;
      margin-top: 4px;
      margin-left: 13px;
      -webkit-transition: .20s ease;
      transition: .20s ease; }
    .old li h3 a:hover:after {
      margin-left: 23px; }

.tag-cloud-links {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .tag-cloud-links {
      margin-bottom: 45px; } }
  .tag-cloud-links__title,
  .tag-cloud-links .widgettitle {
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    font-size: 18px;
    color: #3e3e3e;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .tag-cloud-links__title,
      .tag-cloud-links .widgettitle {
        line-height: 27px;
        font-size: 20px; } }
  .tag-cloud-links--inside-article {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .tag-cloud-links--inside-article {
        margin-top: 50px;
        margin-bottom: 50px; } }
  .tag-cloud-links--centered .tagcloud {
    display: inline-block; }
    @media (min-width: 1024px) {
      .tag-cloud-links--centered .tagcloud {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .tag-cloud-links--centered .widgettitle {
    display: inline-block; }
    @media (min-width: 1024px) {
      .tag-cloud-links--centered .widgettitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .tag-cloud-links__items .tag-cloud-links__title {
    margin-bottom: 25px; }
  .tag-cloud-links__items--centered {
    display: inline-block; }
    @media (min-width: 1024px) {
      .tag-cloud-links__items--centered {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media (min-width: 1024px) {
    .tag-cloud-links--mobile {
      display: none; } }
  .tag-cloud-links .tag-cloud-link {
    background: #f3f1e7;
    border-radius: 4px;
    color: #2d2d2d;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    font-size: 13px !important;
    text-align: center;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none; }
    .tag-cloud-links .tag-cloud-link:hover {
      background: #fffcf3; }
    .tag-cloud-links .tag-cloud-link:focus, .tag-cloud-links .tag-cloud-link.is-active {
      background: #72c7e7;
      color: #fffcf3; }

@media (min-width: 1024px) {
  .title--page {
    margin-bottom: 30px; } }

.video-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1230px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .video-cards {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 639px) {
    .video-cards {
      grid-template-columns: 1fr; } }
  .video-cards .video-card {
    width: 100%;
    display: block; }
    .video-cards .video-card h3 {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .video-cards .video-card .video-wrapper {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%; }
      .video-cards .video-card .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.show-on-medium {
  position: relative;
  display: none; }
  @media (min-width: 1024px) {
    .show-on-medium {
      display: inline; } }

.visuallyhidden {
  display: none !important; }

.no-margin {
  margin: 0px !important; }

.secondary {
  background: #00a1de; }

.dark-blue {
  background: #12232e; }

.light-gray {
  background: #f3f1e7; }

.lighter-gray {
  background: #fffcf3; }

.content-full-width {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5px;
  width: 100%; }
  .flex-column input, .flex-column textarea {
    width: 100%;
    max-width: 450px; }
  .flex-column textarea {
    min-height: 100px; }
  .flex-column input[type=submit] {
    width: 200px; }

.arrow-down {
  margin-top: 40px;
  -ms-flex-item-align: center;
      align-self: center; }
  @media (min-width: 1024px) {
    .arrow-down {
      margin-top: 80px; } }

hr {
  background-color: yellow;
  border: 1px solid white;
  margin: 40px; }

.u-margin-top-xsmall {
  margin-top: 5px; }

.u-margin-top-small {
  margin-top: 6.6px; }
  @media (min-width: 640px) {
    .u-margin-top-small {
      margin-top: 10px; } }

.u-margin-top-medium {
  margin-top: 13.2px; }
  @media (min-width: 640px) {
    .u-margin-top-medium {
      margin-top: 20px; } }

.u-margin-top-large {
  margin-top: 20px; }
  @media (min-width: 640px) {
    .u-margin-top-large {
      margin-top: 40px; } }

.u-margin-top-xlarge {
  margin-top: 30px; }
  @media (min-width: 640px) {
    .u-margin-top-xlarge {
      margin-top: 60px; } }

.u-margin-top-xxlarge {
  margin-top: 40px; }
  @media (min-width: 640px) {
    .u-margin-top-xxlarge {
      margin-top: 80px; } }

.u-margin-bottom-xsmall {
  margin-bottom: 5px; }

.u-margin-bottom-small {
  margin-bottom: 6.6px; }
  @media (min-width: 640px) {
    .u-margin-bottom-small {
      margin-bottom: 10px; } }

.u-margin-bottom-medium {
  margin-bottom: 13.2px; }
  @media (min-width: 640px) {
    .u-margin-bottom-medium {
      margin-bottom: 20px; } }

.u-margin-bottom-large {
  margin-bottom: 20px; }
  @media (min-width: 640px) {
    .u-margin-bottom-large {
      margin-bottom: 40px; } }

.u-margin-bottom-xlarge {
  margin-bottom: 30px; }
  @media (min-width: 640px) {
    .u-margin-bottom-xlarge {
      margin-bottom: 60px; } }

.u-margin-bottom-xxlarge {
  margin-bottom: 40px; }
  @media (min-width: 640px) {
    .u-margin-bottom-xxlarge {
      margin-bottom: 80px; } }

.u-padding-top-xsmall {
  padding-top: 5px; }

.u-padding-top-small {
  padding-top: 6.6px; }
  @media (min-width: 640px) {
    .u-padding-top-small {
      padding-top: 10px; } }

.u-padding-top-medium {
  padding-top: 13.2px; }
  @media (min-width: 640px) {
    .u-padding-top-medium {
      padding-top: 20px; } }

.u-padding-top-large {
  padding-top: 20px; }
  @media (min-width: 640px) {
    .u-padding-top-large {
      padding-top: 40px; } }

.u-padding-top-xlarge {
  padding-top: 30px; }
  @media (min-width: 640px) {
    .u-padding-top-xlarge {
      padding-top: 60px; } }

.u-padding-top-xxlarge {
  padding-top: 40px; }
  @media (min-width: 640px) {
    .u-padding-top-xxlarge {
      padding-top: 80px; } }

.u-padding-bottom-xsmall {
  padding-bottom: 5px; }

.u-padding-bottom-small {
  padding-bottom: 6.6px; }
  @media (min-width: 640px) {
    .u-padding-bottom-small {
      padding-bottom: 10px; } }

.u-padding-bottom-medium {
  padding-bottom: 13.2px; }
  @media (min-width: 640px) {
    .u-padding-bottom-medium {
      padding-bottom: 20px; } }

.u-padding-bottom-large {
  padding-bottom: 20px; }
  @media (min-width: 640px) {
    .u-padding-bottom-large {
      padding-bottom: 40px; } }

.u-padding-bottom-xlarge {
  padding-bottom: 30px; }
  @media (min-width: 640px) {
    .u-padding-bottom-xlarge {
      padding-bottom: 60px; } }

.u-padding-bottom-xxlarge {
  padding-bottom: 40px; }
  @media (min-width: 640px) {
    .u-padding-bottom-xxlarge {
      padding-bottom: 80px; } }

