:root {
  --green: #349e2f;
  --lgreen: #8cc63f;
  --yellow: #ffd119;
  --base: #4c4745;
  --grey: #f8f8f8;
  --white: #FFF;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font: 200 16px/1.5 'brother-1816', Arial, sans-serif;
  color: var(--base);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

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

body {
  margin: 0 auto;
  background: var(--white);
}

#main-content {
  overflow: hidden;
  padding-top: 35px;
}

.alignfull .wp-block-group__inner-container,
.alignwide .wp-block-group__inner-container {
  max-width: 1800px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  /* z-index: 1; */
  position: relative;
}

.alignfull .wp-block-group__inner-container>.alignwide .wp-block-group__inner-container {
  max-width: 100%;
  padding: 0;
}

.alignfull.narrow .wp-block-group__inner-container,
.alignwide .wp-block-group__inner-container {
  max-width: 1500px;
  position: relative;
}

.alignfull.narrow>.wp-block-group__inner-container .wp-block-group__inner-container {
  padding: 0;
}

.alignfull.narrower .wp-block-group__inner-container,
.alignwide.narrower .wp-block-group__inner-container {
  max-width: 1000px;
}

.site-header .alignfull .wp-block-group__inner-container {
  padding: 0;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.mb--3 {
  margin-bottom: 3rem !important;
}

h1,
h2,
h3,
h4 {
  font-family: 'brother-1816', serif;
  font-weight: 700;
  margin: 0 0 1rem 0;
  padding: 0;
  color: var(--base);
}

h1 {
  font-size: 3rem;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

h2 {
  font-size: 1.75rem;
  margin: 0 0 1.75rem 0;
  line-height: 1.2;
}

.h2--smaller {
  font-size: 2rem;
}

h3 {
  font-size: 1.5em;
  line-height: 1.15;
  color: var(--green);
  margin: 0 0 0.75rem 0;
  font-weight: 500;
}

h4 {
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0 0 0.4rem 0;
}

p {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 2.5rem 0;
  padding: 0;
}

p:not(:last-of-type) {
  margin: 0 0 .75rem;
}

p.has-small-font-size {
  font-size: .85em;
}

p.has-medium-font-size {
  font-size: 1.2em;
}

p.has-large-font-size {
  font-size: 2em;
}

b, strong {
  font-weight: 700;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--white {
  color: var(--white);
}

.text--lgreen {
  color: var(--lgreen);
}

.text--yellow {
  color: var(--yellow);
}

.text--green {
  color: var(--green) !important;
}

.h2--subtitle {
  text-transform: uppercase;
  margin: 0 auto .25rem;
  font-size: 1rem;
  color: var(--green);
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 1;
  font-family: 'Chakra Petch', Arial, sans-serif;
}

.h2--subtitle.text--yellow {
  color: var(--yellow);
}

hr {
  background-color: #cdcdcd;
  border: 0;
  height: 1px;
  margin: 2rem 0;
}

img {
  max-width: 100%;
  width: initial;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img-margin img {
  margin: 2rem 0 3rem 0;
}

.alignleft img, .alignleft {
  margin: 0 auto 0 0;
}

.alignright img, .alignright {
  margin: 0 0 0 auto;
}

svg {
  display: block;
}

figure {
  margin: 0;
}

figure.wp-block-embed {
  margin: 0 auto 1.5rem;
}

ul.list,
ol.list {
  list-style-type: square;
  font-size: 1em;
  margin: 0 0 2rem 2rem;
  padding: 0;
  line-height: 1.6;
}

ol.list {
  list-style-type: decimal;
}

ul {
  list-style-type: none;
  font-size: 1em;
  margin: 0 0 2.75rem;
  padding: 0;
  text-align: left;
}

li {
  padding: 0 0 0 1.75rem;
  position: relative;
}

ul li ul {
  margin: 1rem 0;
}

.list-sun li:before {
  content: url('/wp-content/uploads/list-sun-yellow.png');
}

li:before {
  content: url('/wp-content/uploads/list-bolt-yellow.png');
  margin: 0 0.75rem 0 0;
  position: absolute;
  left: 0;
  top: 0.1rem;
}

li:not(:last-of-type) {
  margin: 0 0 1.5rem 0;
}

ul li ul li:before {
  content: none;
}

ul li ul {
  list-style-type: disc;
  padding: 0 0 0 2rem;
}

ul li ul li {
  padding: 0;
}

a {
  text-decoration: none;
  transition: all .3s ease;
  color: var(--green);
}

a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: var(--yellow);
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* Breadcrumbs */
.breadcrumbs__ul {
  z-index: 1;
  display: flex;
  margin: 0;
}

.breadcrumbs__ul li a {
  padding: .3rem;
}

.breadcrumbs__ul li:first-of-type a {
  padding: .3rem .3rem .3rem 0;
}

.breadcrumbs__ul li {
  display: inline-block;
  padding: 0px .1rem;
  font-size: .8rem;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.breadcrumbs__ul li:before {
  content: none;
}

.breadcrumbs__ul li.seperator {
  margin: 0 .6rem 0 .3rem;
}

/* Cookie popup */
.cookie-banner {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  /*! padding: 1rem 2rem; */
  z-index: 99;
  left: 0;
  -webkit-box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
  box-shadow: 0px 1px 23px 1px rgb(0 0 0 / 36%);
  background: var(--green);
}

.cookie-banner > div:first-of-type {
  padding-top: 1.5rem;
  padding-bottom:0rem;
}

.cookie-banner a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--white)
}

.cookie-banner a:hover {
  text-decoration: none;
}
.cookie-banner .wp-block-button {
  margin-bottom: 0rem;
  margin-top: 0rem;
}
.cookie-banner .wp-block-button .wp-block-button__link {
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 0.5em;
  border: 1px solid var(--white);
  border-radius: 3px;
  margin-left: -1rem
}

.cookie-banner .wp-block-button .wp-block-button__link:hover {
  background: var(--secondary);
  border-color: var(--white);
}

.cookie-banner p {
  font-size: 0.8em;
  margin: 0;
  color: var(--white);
  margin-right: -1rem
}

p.cookies-status {
  font-weight: 700;
  font-size: 0.8em;
  color: var(--primary);
}
.cookie .wp-block-button__link {
  background: var(--primary);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Video (YouTube)
--------------------------------------------------------------*/
.wp-block-embed__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

/* .wp-block-embed__wrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
} */
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* cross-browser fix */
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 1.2rem 2.5rem;
  background: var(--green);
  border-radius: 3px;
  font: 400 .8em/0 'brother-1816', Arial, sans-serif;
  font-family: 'brother-1816', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1;
  white-space: nowrap;
  color: var(--white);
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: var(--lgreen);
  transition: all .3s ease;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: var(--base);
  border: none;
  border-radius: 3px;
  margin: 0 0 1.5em 0;
  padding: .75rem 1.25rem;
  width: 100%;
  border: 1px solid #dddddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--base);
}

:focus-visible {
  outline: var(--green) auto 1px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #ddd;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}

::placeholder {
  color: #ddd;
}

/* contact 7 forms */
span.required {
  color: #D80027;
  font-size: 0.8em;
}

span.wpcf7-not-valid-tip {
  color: #D80027;
}

span.wpcf7-list-item {
  display: block;
}

.wpcf7 label {
  text-transform: uppercase;
  color: var(--base);
  line-height: 1;
  letter-spacing: .1rem;
  font-family: 'Chakra Petch';
}

.wpcf7 label span {
  margin: .5rem 0 0;
  display: block;
}

/*--------------------------------------------------------------
## Site logo
--------------------------------------------------------------*/
.site-header {
  background: var(--white);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
  height: 83px;
}

.site-header .alignfull {
  padding: 0;
}

.site-branding {
  padding: 0.4rem 2em;
  display: flex;
  /*! justify-content: center; */
}

.site-branding img {
  transition: all .5s ease;
  width: 11rem;
  margin: 0;
}

.site-branding a:hover img {
  opacity: .75;
}

.top-nav {
  display: none;
}

/* Social Media */
.menu-social-media-container ul {
  display: flex;
  margin: 0;
}

.menu-social-media-container ul li {
  margin: 0;
  display: flex;
  text-transform: initial;
  color: var(--base);
  letter-spacing: 0;
  padding: 0;
}

.menu-social-media-container ul li:first-of-type {
  margin: 0 1.5rem 0 0;
}

.menu-social-media-container ul li:before {
  content: none;
}

.menu-social-media-container ul li a {
  display: flex;
  align-items: center;
  color: var(--base);
}

.menu-social-media-container ul li a:hover {
  color: var(--green);
}

.menu-social-media-container ul li:last-of-type {
  margin-right: 0;
}

.menu-social-media-container img {
  width: auto;
  margin: 0 .4rem 0 0;
}

.menu-social-media-container p {
  margin: 0;
}

.menu-social-media-container span {
  display: block;
  color: var(--lgreen);
  font-weight: 600;
  margin: -.3rem 0 0 0;
}

/* Language selector */
.menu-languages-container {
  position: relative;
  cursor: pointer;
  text-align: left;
}

.menu-languages-container ul {
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.menu-languages-container li.menu-item-has-children {
  font-size: 1em;
  line-height: 1.55;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: initial;
  color: var(--base);
  letter-spacing: 0;
}

.menu-languages-container li:before {
  content: none;
}

.menu-languages-container li.menu-item-has-children:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  transform: rotate(45deg);
  position: relative;
  top: -.15rem;
}

.menu-languages-container ul li a {
  display: block;
  padding: .5rem .5rem .5rem 1.5rem;
  color: var(--base);
  min-width: 9.45rem;
  font-weight: 600;
}

.menu-languages-container a img {
  display: inline;
  vertical-align: middle;
  margin-right: .45rem;
  position: relative;
  bottom: 1px;
}

.menu-languages-container ul.sub-menu {
  display: none;
  border: 1px solid var(--grey);
  top: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  flex-direction: column;
}

.menu-languages-container:hover ul.sub-menu {
  display: block;
}

.menu-languages-container ul.sub-menu li a {
  display: block;
  padding: .8rem 1rem;
  box-shadow: 0px 4px 12px -3px rgb(0 0 0 / 20%);
  background-color: var(--white);
  border-bottom: 1px solid var(--grey);
  text-decoration: none;
  color: var(--base);
  text-transform: initial;
  letter-spacing: 0;
  white-space: nowrap;
  min-width: auto;
  font-weight: 400;
}

.menu-languages-container ul.sub-menu li:last-child a {
  border: 0;
}

.menu-languages-container ul.sub-menu li {
  margin: 0;
  padding: 0;
}

.menu-languages-container ul.sub-menu a:hover {
  color: var(--green);
  background: var(--grey);
}

/* Homepage header */
.home .site-header,
.page-id-4125 .site-header {
  background: none;
  height: 83px;
  box-shadow: none;
}

.home .site-branding img,
.page-id-4125 .site-branding img {
  width: 100%;
  width: 11rem;
}

.home .menu-languages-container ul a,
.home #primary-menu li a,
.home .menu-social-media-container p,
.page-id-4125 .menu-languages-container ul a,
.page-id-4125 #primary-menu li a,
.page-id-4125 .menu-social-media-container p {
  color: var(--white);
}

.home #primary-menu li a:after, .page-id-4125 #primary-menu li a:after {
  border-color: var(--white);
}

.home .scrolled #primary-menu li a:after, .page-id-4125 .scrolled #primary-menu li a:after {
  border-color: var(--base);
}

.home .menu-languages-container li.menu-item-has-children:after,
.page-id-4125 .menu-languages-container li.menu-item-has-children:after {
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}

.home .scrolled.site-header,
.page-id-4125 .scrolled.site-header {
  background: var(--white);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, .15);
}

.home .scrolled .site-branding img, .page-id-4125 .scrolled .site-branding img {
  width: 11rem;
}

.home .scrolled .menu-languages-container ul a,
.home .scrolled #primary-menu li a,
.home .scrolled .menu-social-media-container p,
.page-id-4125 .scrolled .menu-languages-container ul a,
.page-id-4125 .scrolled #primary-menu li a,
.page-id-4125 .scrolled .menu-social-media-container p {
  color: var(--base);
  font-weight: 500;
}

.home .scrolled .menu-languages-container li.menu-item-has-children:after,
.page-id-4125 .scrolled .menu-languages-container li.menu-item-has-children:after {
  border-right: 1px solid var(--base);
  border-bottom: 1px solid var(--base);
}

.home #main-content, #main-content>.wp-block-cover,
.page-id-4125 #main-content, #main-content>.wp-block-cover {
  padding: 0;
}

.home .scrolled #primary-menu li a, .page-id-4125 .scrolled #primary-menu li a {
  padding: 1rem;
}

.home .scrolled .menu-languages-container ul.sub-menu li:hover a,
.page-id-4125 .scrolled .menu-languages-container ul.sub-menu li:hover a {
  color: var(--green);
}

.page-id-4125 #primary-menu li.current-menu-parent a {
  color: var(--yellow);
}

.page-id-4125 #primary-menu li.current-menu-parent a:after {
  border-color: var(--yellow);
}

.page-id-4125 .scrolled #primary-menu li.current-menu-parent a {
  color: var(--green);
}

.page-id-4125 .scrolled #primary-menu li.current-menu-parent a:after {
  border-color: var(--green);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* Hide/show nav*/
.btn-content {
  display: none;
  width: 100%;
  background: var(--white);
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 8px 14px -4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  top: 0;
  border-top: 1px solid rgba(225, 225, 225, .6);
}

.btn-content a {
  color: var(--base);
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: .5px;
}

.main-navigation .btn-toggle {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: var(--green);
  color: var(--white);
  font-size: 1em;
  line-height: 0;
  outline: none;
  cursor: pointer;
  padding: 2.5rem 1.5rem;
  margin: 0;
  z-index: 2;
}

.main-navigation .btn-toggle i.bar {
  position: relative;
  display: block;
  width: 2rem;
  height: 3px;
  background: var(--white);
  transition: all .2s ease-out;
}

.main-navigation .btn-toggle i.bar::before,
.main-navigation .btn-toggle i.bar::after {
  content: '';
  width: 2rem;
  height: 3px;
  background: var(--white);
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.main-navigation .btn-toggle i.bar::before {
  top: -10px;
}

.main-navigation .btn-toggle i.bar::after {
  bottom: -10px;
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar {
  background: rgba(0, 0, 0, 0);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::before {
  top: 0;
  transform: rotateZ(-135deg);
}

.main-navigation .btn-toggle.btn-toggle-expand i.bar::after {
  bottom: 0;
  transform: rotateZ(135deg);
}

.main-navigation li:before {
  content: none;
}

.main-navigation li a {
  display: block;
  padding: .75rem;
  /* border-bottom: 1px solid rgba(225,225,225,.5); */
  line-height: 1.25;
  position: relative;
}

.main-navigation li:last-child a {
  border: 0;
}

.main-navigation li.menu-item-has-children>a:after {
  content: "";
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  width: 8px;
  height: 8px;
  display: inline-flex;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
}

.btn-content .menu-main-navigation-container {
  height: 100vh;
  overflow: scroll;
}

.btn-content .menu {
  height: auto;
  min-height: 1000px;
}

.btn-content .menu li {
  border-bottom: 1px solid #f0f0f0;
}

.btn-content .menu li,
.btn-content .menu li ul {
  padding: 0;
  margin: 0;
}

.btn-content .menu li ul li {
  padding: 0 0 0 1.25rem;
  opacity: 0.75;
  border-bottom: 1px solid #f0f0f0;
}

.btn-content .menu li ul li:first-child {
  border-top: 1px solid #f0f0f0;
}

.home .btn-content #primary-menu li a,
.home .btn-content .menu-social-media-container p,
.page-id-4125 .btn-content #primary-menu li a {
  color: var(--base);
  font-weight: 400;
}

.home .scrolled .btn-content #primary-menu li a,
.page-id-4125 .scrolled .btn-content #primary-menu li a {
  padding: 0.75rem;
}

.home .btn-content #primary-menu li a:after,
.page-id-4125 .btn-content #primary-menu li a:after {
  border-color: var(--base);
}

/*--------------------------------------------------------------
## col and Modules
--------------------------------------------------------------*/
/* quotations */
blockquote {
  display: block;
  margin: 0 0 .75rem 0;
  padding: 0;
  font-style: normal;
  quotes: "\201C""\201D";
}

blockquote p:before {
  content: open-quote;
  margin-right: .1rem
}

blockquote p:after {
  content: close-quote;
}

blockquote p {
  color: var(--white);
  font-size: 1.15rem;
}

.quotee {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
}

address {
  font-style: normal;
}

iframe,
object,
embed {
  max-width: 100%;
}

/* col */
.wp-block-columns {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  /* margin-left: -1.5rem; */
  /*gutter*/
}

.wp-block-columns .wp-block-column {
  padding-left: 1.5rem;
  margin-bottom: 2.5rem;
}

.wp-block-column {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

/* without gutter */
.wp-block-columns.no-gutter {
  margin-left: 0;
  /*no-gutter*/
}

.wp-block-columns.no-gutter .wp-block-column {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-columns.no-gutter-bottom .wp-block-column {
  margin-bottom: 0;
}

/* center text */
.has-text-align-center {
  text-align: center;
}

/* text right */
.has-text-align-right {
  text-align: right;
}

/* text left */
.text-left {
  text-align: left;
}

/* justify per row */
.align-right {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  justify-content: center;
}

/* vertical alignment */
.justify-center {
  justify-content: center;
}

.is-vertically-aligned-top {
  display: flex;
  align-items: flex-start;
}

.is-vertically-aligned-center {
  display: flex;
  align-items: center;
}

.is-vertically-aligned-bottom {
  display: flex;
  align-items: flex-end;
}

.is-vertically-aligned-baseline {
  display: flex;
  align-items: baseline;
}

/* horizontal alignment */
.h-align-height .module,
.h-align-height .module-box {
  align-items: stretch;
  height: 100%;
}

/* base classes for all media - mobile first */
.one-item>.wp-block-column,
.one-of-one>.wp-block-column:first-of-type {
  flex: 0 0 100%;
  padding-left: 0;
}

.two-items>.wp-block-column,
.one-of-two>.wp-block-column:first-of-type {
  flex: 0 0 50%;
}

.three-items>.wp-block-column,
.one-of-three>.wp-block-column:first-of-type {
  flex: 0 0 33.3333%;
  /* IE11 < */
  flex: 0 0 calc(100% / 3);
}

.four-items>.wp-block-column,
.one-of-four>.wp-block-column:first-of-type {
  flex: 0 0 25%;
}

.five-items>.wp-block-column,
.one-of-five>.wp-block-column:first-of-type {
  flex: 0 0 20%;
}

.six-items>.wp-block-column,
.one-of-six>.wp-block-column:first-of-type {
  flex: 0 0 16.66666666666667%;
  /* IE11 < */
  flex: 0 0 calc(100% / 6);
}

.two-of-three>.wp-block-column:first-of-type {
  flex: 0 0 66.6666%;
  /* IE11 < */
  flex: 0 0 calc(100% / 3 * 2);
}

.three-of-four>.wp-block-column:first-of-type {
  flex: 0 0 75%;
}

.three-of-five>.wp-block-column:first-of-type {
  flex: 0 0 60%;
}

.five-of-six>.wp-block-column:first-of-type {
  flex: 0 0 83.3333%;
  /* IE11 < */
  flex: 0 0 calc(100% / 6 * 5);
}

/* Switch 2 column order */
.switcharoo:nth-of-type(1) {
  order: 2;
}

.switcharoo:nth-of-type(2) {
  order: 1;
}

.text-block-right,
.text-block-left {
  padding: 2rem 0 0 0;
}

.alignfull .alignwide {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
}

.alignfull .alignwide.narrow {
  max-width: 1280px;
  padding: 2rem 0 4rem;
}

/* edge to edge */
.alignfull,
.alignwide {
  display: block;
  padding: 3.5rem 0;
  position: relative;
}

.alignfull.grey {
  background: var(--grey);
}

.wp-block-cover {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wp-block-cover.cyan-overlay {
  background-color: var(--yellow);
}

.wp-block-cover.cyan-overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(14, 110, 128, 0) 0%, rgba(14, 110, 128, .5) 90%);
}

.wp-block-cover .module-box {
  display: block;
  width: calc(100vw - 4rem);
  padding: 2rem;
  background: var(--white);
  background: rgba(255, 255, 255, .85);
  border-radius: 3px;
  position: relative;
  z-index: 2;
}

.heading-only {
  margin: 0 0 2rem 0;
}

.blog .latest-news h2 {
  font-size: 1.15em;
  margin: 0;
}

.blog .latest-news p {
  font-size: .85em;
}

.alignfull.latest-news.news-page {
  background: none;
  margin: 0;
}

.latest-news .outer-link {
  display: block;
  border-radius: 4px;
  color: var(--base);
  position: relative;
}

.latest-news .outer-img {
  position: relative;
  overflow: hidden;
  height: 15rem !important;
  border-radius: 4px;
  margin: 0 auto 1rem;
}

.latest-news .outer-link img {
  border-radius: 4px 4px 0 0;
  -webkit-transition: -webkit-transform .75s;
  transition: -webkit-transform .75s;
  -o-transition: transform .75s;
  transition: transform .75s;
  transition: transform .75s, -webkit-transform .75s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.latest-news .outer-link:hover img {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15)
}

.latest-news .inner-content {
  font-size: 1.15em;
  padding: 0;
}

.latest-news .category {
  display: block;
  background: var(--yellow);
  padding: .35rem 1.5rem;
  border-radius: 0 4px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: .75em;
  text-transform: uppercase;
  color: var(--base);
}

.latest-news .read {
  display: block;
  margin: 1rem 0 0 0;
  font-size: .8em;
  color: var(--green);
  text-transform: uppercase;
}

.latest-news .outer-link:hover .read {
  color: var(--primary);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.blocks-gallery-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blocks-gallery-grid li:before {
  content: none;
}

/* buttons */
.wp-block-button a {
  display: inline-block;
  padding: 1.25rem 2rem;
  background: var(--green);
  border-radius: 3px;
  color: var(--white);
  /* white-space: nowrap; */
  font: 400 .75em/1.25 'brother-1816', Arial, sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-align: center;
}

.wp-block-button a:hover {
  background: var(--lgreen);
  color: var(--white);
}

.button--yellow .wp-block-button a {
  background: var(--yellow);
  color: var(--base);
}

.button--yellow .wp-block-button a:hover {
  background: var(--green);
  color: var(--white);
}

.wp-block-buttons.is-content-justification-center {
  text-align: center;
  justify-content: center;
}

.wp-block-buttons.is-content-justification-right {
  margin: 0 0 0 auto;
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 2rem;
}

.wp-block-buttons .wp-block-button:last-of-type {
  margin: 0;
}

.wp-block-buttons.is-vertical {
  flex-direction: column;
  display: flex;
}

.wp-block-buttons.is-vertical .wp-block-button {
  margin: 0;
  display: block;
}

/*table styling*/
.wp-block-table {
  max-width: calc(100vw - 2rem);
  padding: 1rem 0;
}

.wp-block-table table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  /*width: fit-content;*/
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  width: 100%;
}

.wp-block-table table td,
.wp-block-table table th {
  border: 1px solid var(--grey);
  padding: 1.5rem 1.75rem;
}

.wp-block-table table thead {
  color: var(--green);
  background: transparent;
}

.wp-block-table table th {
  text-align: left;
  border-top: none;
  font: 600 1.5em/1.5 'Chakra Petch', Arial, sans-serif;
}

.wp-block-table table td:first-child {
  font: 600 1.2em/1.5 'brother-1816', Arial, sans-serif;
  color: var(--green);
}

.wp-block-table table td {
  /*white-space: nowrap;*/
  border-bottom: none;
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.3;
}

.wp-block-table table td:first-of-type,
.wp-block-table table th:first-of-type {
  border-left: none;
}

.wp-block-table table td:last-of-type,
.wp-block-table table th:last-of-type {
  border-right: none;
}

.is-style-stripes table {
  font-size: .9em
}

.is-style-stripes table th {
  font-size: 1.2em
}

.is-style-stripes table th:first-child {
  width: 70%;
}

.is-style-stripes table td:first-child {
  font-size: 1em;
}

.is-style-stripes table td,
.is-style-stripes table th {
  padding: .5rem;
}

.is-style-stripes table tr:nth-child(even) {
  background: var(--grey);
}

/* footer */
.site-footer {
  background: var(--white);
  color: var(--base);
  border-top: 1px solid var(--grey);
}

.site-info {
  padding: 2rem 0 .5rem 0;
}

.site-info .wp-block-columns {
  margin: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.site-info .wp-block-column {
  padding-left: 0;
  flex: 0 0 30%;
}

.site-info .logo {
  margin: auto;
  text-align: center;
}

.site-info p,
.site-info li {
  font-size: 0.8em;
  line-height: 2;
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.site-info li:before {
  content: none;
}

.site-info li a {
  color: var(--base);
}

.site-info h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
}

.footer__info-group>div {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}

.footer__info-group>div p {
  width: 45%;
}

.footer__info-group em {
  color: var(--green);
  font-style: initial;
}

p.footer-phone {
  position: relative;
  padding-left: 1.2rem;
}

.footer-phone:before {
  content: "";
  background: url('/wp-content/uploads/footer-phone.png') no-repeat;
  position: absolute;
  left: 0;
  top: 9px;
  width: 15px;
  height: 40px;
}

.site-footer .widget_nav_menu ul {
  display: flex;
  flex-flow: column wrap;
  max-height: 7rem;
  margin: 0;
  width: 100%;
}

.site-footer .widget_nav_menu ul li {
  margin-bottom: 0.5rem;
}

.copyright {
  display: block;
  padding: .25rem 0 .45rem 0;
  width: 100%;
  background: var(--green);
  color: var(--white);
}

.copyright .wp-block-group__inner-container {
  padding: 0.5rem 1.5rem !important;
}

.copyright .wp-block-columns {
  justify-content: center;
}

.copyright ul,
.copyright p {
  margin: 0;
  padding: 0;
}

.copyright ul li,
.copyright p {
  display: inline-block;
  font-size: .75em;
  line-height: 1.4;
  margin: 0 !important;
  padding: 0;
}

.copyright ul li:first-child:after {
  content: "|";
  padding: 0 .2rem 0 0.5rem;
}

.copyright a,
.copyright li a {
  color: var(--white);
}

.copyright li:before {
  content: none;
}

/* Slider basics */
.owl-dots,
.owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-dots {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translate(-50%, 0);
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

.owl-nav {
  top: 0
}

.owl-dots .owl-dot span {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 .15rem;
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background-size: 16px 19px;
  transition: opacity .2s ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: var(--white);
  border-radius: 100%;
}

.owl-nav [class*=owl-] {
  display: flex;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  position: absolute;
  align-items: center;
  justify-content: center;
}

.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  content: "";
  display: flex;
  width: 2rem;
  height: 2rem;
  border-right: 2px solid var(--base);
  border-bottom: 2px solid var(--base);
  transform: rotate(135deg);
  position: relative;
}

.owl-nav .owl-next:after {
  transform: rotate(-45deg);
}

.owl-nav .owl-prev {
  top: 50%;
  left: 1%;
  transform: translate(1%, -50%);
}

.owl-nav .owl-next {
  top: 50%;
  right: 1%;
  transform: translate(1%, -50%);
}

.owl-stage .owl-item li {
  padding: 0;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
.mv__cover-overflow {
  position: relative;
  max-height: 760px;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv__cover-overflow video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__cover-overflow:before,
.product__header:before {
  content: "";
  background: rgb(76, 71, 69);
  background: linear-gradient(0deg, rgba(76, 71, 69, 0) 70%, rgba(76, 71, 69, 1) 100%);
  width: 100%;
  height: 25rem;
  display: flex;
  position: absolute;
  top: 0;
  opacity: .5;
}

.mv__cover-overflow:after,
.product__header:after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--base);
  z-index: 0;
  opacity: .3;
}

.mv__cover-overflow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__content {
  position: absolute;
  left: calc(50% - 50vw);
  top: 10rem;
  margin: auto;
  max-width: 100vw;
  z-index: 1;
  text-align: center;
  padding: 0 2rem;
}

.mv__content .wp-block-group__inner-container {
  max-width: 1620px;
  margin: auto;
  width: 100%;
  height: auto;
  padding: 0;
}

.mv__content h1 {
  color: var(--white);
  font-weight: 800;
  font-style: italic;
  font-size: 2.7rem;
  line-height: 1;
  margin: 0 auto 2rem;
}

.mv__content .text-slider {
  display: block;
}

.mv__content p {
  color: var(--white);
  font-size: 1.5rem;
}

.alignfull.halfwidth-video__columns {
  padding-bottom: 0;
}

.halfwidth-video__columns .halfwidth-video__column {
  padding: 0;
  margin: 0;
}

.halfwidth-video__columns .halfwidth-video__right,
.halfwidth-video__columns .halfwidth-video__left {
  padding-left: 0;
}

.wp-block-cover.halfwidth-video__cover {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.halfwidth-video__cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-benefits__columns {
  justify-content: space-between;
  max-width: 1500px;
  width: 100%;
  margin: 3rem auto 0 !important;
}

.hp-benefits__columns .wp-block-column.hp-benefits__column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  flex: 0 0 48%;
  margin: 0 0 2rem;
}

.hp-benefits__column .wp-block-image {
  margin: 0 auto 1.5rem;
  height: 70px;
  display: flex;
  align-items: center;
}

.hp-benefits__column p {
  font-size: 0.9rem;
}

.alignfull.wave-bg {
  background-image: url('/wp-content/uploads/wave-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0 0rem;
  z-index: 0;
  position: relative;
}

.alignfull.wave-bg--02 {
  padding: 9rem 0 4rem;
  transform: scaleX(-1);
  margin: -4rem 0 0;
}

.alignfull.wave-bg--02>div {
  transform: scaleX(-1);
  max-width: 1280px;
}

.hp-overview__column {
  width: 100%;
}

.hp-overview__column figure.wp-block-embed {
  width: 100%;
  margin: 0 auto;
}

.hp-overview__column figure.wp-block-embed iframe {
  width: 100%;
  height: 200px;
}

.hp-overview__column .wp-block-image {
  margin: 0 auto 3rem;
}

.hp-overview__gallery {
  margin: 0;
  display: flex;
  justify-content: center;
}

.hp-overview__gallery .wp-block-image {
  margin: 0;
  padding: 1rem;
}

.hp-applications__columns {
  margin: 4rem auto 0 !important;
  justify-content: space-between;
  max-width: 1620px;
  align-items: stretch;
}

.wp-block-columns .wp-block-column.hp-applications__column {
  flex-direction: column;
  padding: 0;
  flex: 0 0 48%;
  margin: 0 0 1rem;
  position: relative;
}

.hp-applications__column h3 {
  width: 100%;
  background: var(--yellow);
  margin: 0;
  color: var(--base);
  font-family: 'Chakra Petch';
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 0.9rem;
  letter-spacing: .1rem;
  border-radius: 6px 6px 0 0;
  z-index: 1;
}

.wp-block-cover.hp-applications__cover {
  height: 200px;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.hp-applications__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-applications__content {
  position: absolute;
  padding: 3em 2rem 2rem;
  width: 100%;
  height: 100%;
  background: rgba(76, 71, 69, 0.75);
  border-radius: 6px;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hp-applications__content a {
  color: var(--white);
}

.hp-applications__content .wp-block-button a {
  padding: 1.25rem 2rem;
}

.hp-applications__content a h4 {
  font-size: 1.2rem;
}

.hp-applications__content a p {
  font-size: 0.8rem;
  margin: 0 0 1.5rem;
}

.hp-applications__content:hover {
  opacity: 0;
}

.hp-applications__content .wp-block-group__inner-container {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  color: var(--white);
}

.hp-applications__content h4 {
  color: var(--white);
  text-align: left;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

.hp-applications__content .wp-block-button>.wp-block-hyperlink-group {
  display: none;
}

.hp-applications>.wp-block-group__inner-container {
  max-width: 1366px;
}

.hp-applications__slide-left .wp-block-image {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.hp-applications__slide-left .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-columns.hp-applications__slide {
  align-items: center;
}

.hp-applications__slide-left {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 !important;
  margin: 0 auto 1rem !important;
}

.wp-block-columns .wp-block-column.hp-applications__slide-right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 0;
  flex: 0 0 100%;
}

.hp-applications__slide-right h3 {
  color: var(--base);
  margin: 0 0 2rem;
  font-size: 1.5rem;
}

.hp-applications__slide-right .list-sun {
  margin: 0;
}

.hp-applications__slide-right .list-sun li {
  padding: 0 0 0 1.75rem;
}

.hp-applications .owl-nav .owl-prev {
  left: -3%;
}

.hp-applications .owl-nav .owl-next {
  right: -3%;
}

.alignfull.latest-news {
  background: var(--grey);
  margin: 5rem auto 0;
  padding: 5rem 0 3rem;
}

.latest-news .wp-block-column.insights__column {
  margin: 0;
  padding: 0;
  width: 100%;
  flex: 0 0 100%;
}

.latest-news .insights__column h2 {
  margin: 0;
}

.latest-news .wp-block-column.insights__column:first-of-type {
  margin: 0 0 1rem;
  text-align: center;
}

.latest-news .insights__columns {
  align-items: center;
  margin-bottom: 3rem;
}

.posts__list {
  margin: 0;
  height: auto;
}

.post__single {
  position: relative;
}

.post__single .outer-img {
  border-radius: 6px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.post__single:before {
  content: none;
}

.post__single .category {
  position: absolute;
  background: var(--yellow);
  color: var(--base);
  font-size: .75rem;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  border-radius: 5px 0 6px 0;
}

.post__single .post__date {
  color: #827e7d;
  font-family: 'Chakra Petch', serif;
  margin: .75rem 0 .5rem;
  font-size: .8rem;
  transition: color 0.2s ease;
}

.post__single .post__title {
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0;
  transition: color 0.2s ease;
}

.post__single .outer-img:hover {
  opacity: .7;
}

.post__single .post__title:hover, .post__single .post__date:hover {
  color: var(--green);
}

/*--------------------------------------------------------------
## Secondary pages
--------------------------------------------------------------*/
.alignfull.secondary__cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 250px;
  display: flex;
  height: auto;
  padding: 4rem 0;
}

.secondary__cover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--base);
  z-index: 0;
  opacity: .4;
}

.secondary__cover .wp-block-group__inner-container {
  margin: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.secondary__cover .wp-block-group .wp-block-group__inner-container {
  padding: 0;
}

.secondary__cover h1 {
  color: var(--white);
  font-style: italic;
  font-size: 2.5rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.ah-breadcrumb {
  z-index: 1;
  display: flex;
  margin: 0 0 .75rem;
}

.ah-breadcrumb li a {
  padding: .3rem;
  color: var(--white);
}

.ah-breadcrumb li:first-of-type a {
  padding: .3rem .3rem .3rem 0;
}

.ah-breadcrumb li {
  display: inline-block;
  padding: 0px .1rem;
  font-size: .8rem;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-family: 'Chakra Petch';
  text-transform: uppercase;
  letter-spacing: .1rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ah-breadcrumb li:before {
  content: none;
}

.ah-breadcrumb li.seperator {
  margin: 0 .6rem 0 .3rem;
}

.ah-breadcrumb .item-current {
  font-weight: 800;
}

.big-list {
  margin: 0;
}

.big-list>div.wp-block-column {
  flex: 0 0 100%;
}

.big-list ul.has-medium-font-size {
  margin: 0;
}

ul.has-medium-font-size li {
  font-size: 1.2rem;
}

.alignfull.featured-content,
.alignfull.featured-content .wp-block-cover,
.alignfull.cta__group {
  padding: 0;
}

.alignfull.featured-content>.wp-block-group__inner-container,
.alignfull.cta__group>.wp-block-group__inner-container {
  padding: 0;
  max-width: 100%;
}

.featured-content .wp-block-cover,
.cta__cover {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 22rem;
  background-attachment: fixed;
}

.evergreen.featured-content .wp-block-cover {
  height: 35rem;
}

.wp-block-cover.cta__cover {
  justify-content: flex-start;
  padding: 0;
}

.featured-content .wp-block-cover:after,
.cta__cover:after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--base);
  z-index: 0;
  opacity: .2;
}

.cta__cover:after {
  opacity: .5;
}

.featured-content .wp-block-cover>.wp-block-cover__inner-container,
.featured-content.wider .wp-block-cover>.wp-block-cover__inner-container {
  position: absolute;
  max-width: 1350px;
  padding: 2rem;
  z-index: 1;
}

.featured-content.wider .wp-block-cover>.wp-block-cover__inner-container {
  max-width: 1620px;
  padding: 0 1.5rem;
}

.cta__group .wp-block-cover>.wp-block-cover__inner-container {
  max-width: 1800px;
  padding: 2.5rem;
  z-index: 1;
  margin: auto;
  width: 100%;
}

.featured-content .wp-block-cover h2 {
  margin: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: var(--white);
}

.featured-content .wp-block-cover h3 {
  color: var(--yellow);
  font-family: 'Chakra Petch';
  text-transform: uppercase;
  letter-spacing: .1rem;
  margin: 2rem auto 0;
}

.cta__cover h2 {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: var(--white);
}

.evergreen-intro {
  margin: 5rem auto 0;
  justify-content: space-between;
}

.evergreen-intro__right {
  text-align: right;
  justify-content: flex-end;
}

.evergreen-intro__left {
  flex-direction: column;
}

.icon-left__single {
  margin: 0 0 2rem;
  width: 100%;
}

.icon-left__single>div {
  padding: 0 !important;
  display: flex;
  width: 100%;
  text-align: left;
  align-items: center;
}

.icon-left__single>div figure {
  width: 3rem;
  text-align: center;
  margin: auto;
}

.icon-left__single>div figure img {
  height: auto;
  width: 100%;
}

.icon-left__single>div figure+.wp-block-group {
  width: calc(100% - 4rem);
}

.icon-left__single>div figure+.wp-block-group>div {
  padding: 0;
  margin: 0 0 0 1rem;
}

.icon-left__single>div h3 {
  font-size: 1.5rem;
  margin: 0 0 .5rem;
}

.icon-left__single>div p {
  margin: 0;
}

.two-buttons-center .wp-block-button {
  margin: 0 auto 1rem !important;
}

.contact-us__sns {
  padding: 0;
  margin: 0;
  display: flex;
}

.contact-us__sns li {
  margin: 0;
  padding: 0;
}

.contact-us__sns li:not(:last-of-type) {
  margin: 0 1rem 0 0;
}

.contact-us__sns li:before {
  content: none;
  padding: 0;
}

.contact-us__sns li svg {
  height: 1.8rem;
  width: auto;
}

.contact-us__sns li svg path {
  fill: var(--base);
  transition: fill 0.2s ease;
}

.contact-us__sns li:hover svg path {
  fill: var(--green);
}

#values, #team {
  scroll-margin-top: 5rem;
}

.leadership__columns {
  justify-content: flex-start;
  margin-left: 0 !important;
  position: relative;
}

.leadership__columns>div:nth-of-type(odd) {
  margin-right: 1rem;
}

.leadership__columns>div {
  margin-bottom: 1rem;
}

#team .wp-block-group>.wp-block-group__inner-container {
  padding: 0;
}

.wp-block-column.leadership__column {
  flex-direction: column;
  padding: 0 !important;
  flex: 0 0 47% !important;
  cursor: pointer;
}

.leadership__column .wp-block-image {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  border-radius: 6px;
  transition: opacity .2s ease;
}

.leadership__column:hover>.wp-block-image {
  opacity: 75%;
}

.leadership__column .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership__title .wp-block-group__inner-container {
  padding: 0 !important;
  margin: 1rem 0 0 0;
}

.leadership__title h3 {
  font-size: 1.3rem;
  margin: 0 0 .5rem;
}

.leadership__title p, .leadership__content p:last-of-type {
  margin: 0;
}

.leadership__modal {
  position: absolute;
  width: 96vw;
  height: auto;
  max-height: 420px;
  left: -1rem;
  top: calc(50% - 210px);
  border-radius: 6px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: opacity .3s ease;
  overflow: hidden;
}

.leadership__modal.active {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease;
}

.leadership__modal .wp-block-group__inner-container {
  padding: 0 !important;
  display: flex;
  height: auto;
}

.leadership__modal .wp-block-image {
  width: 25%;
  max-height: 100%;
  border-radius: 0;
  display: flex;
}

.leadership__modal .wp-block-image figure {
  height: 100%;
}

.leadership__content {
  width: 75%;
  padding: 1.5rem !important;
  overflow: auto;
  height: auto;
}

.leadership__content .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
}

.leadership__content h3 {
  margin: 0 0 .5rem;
}

.leadership__content .wp-block-group__inner-container {
  padding: 0 !important;
}

.leadership__content p:last-of-type {
  text-align: justify;
}

html.jPopup--isOpen {
  position: relative;
}

html.jPopup--isOpen:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.videos__columns {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.videos__columns figure.wp-block-embed {
  margin: 0;
}

.videos__columns figure.wp-block-embed iframe {
  height: 240px;
}

/*--------------------------------------------------------------
## Product pages
--------------------------------------------------------------*/
.product__header {
  height: 70vh;
  position: relative;
}

.product__header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product__header .wp-block-cover__inner-container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8rem;
}

.product__h1, .product__p {
  color: var(--white);
}

.product__h1 {
  text-transform: uppercase;
  font-size: 3.25rem;
  line-height: 1;
  margin: 0;
}

.product__p {
  font-weight: 600;
  font-size: 2rem;
}

.product__h1 em,
.product__p em {
  font-style: initial;
  color: var(--yellow);
}

.alignfull.hees-group {
  background: url('/wp-content/uploads/wave-bg02.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 6rem 0;
}

.hees-columns {
  z-index: 1;
  position: relative;
}

.hees-columns>div {
  width: 100%;
  flex: 0 0 100%;
}

.hees-columns>div:nth-of-type(1) {
  order: 1;
  margin: 0;
}

.hees-columns>div:nth-of-type(2) {
  order: 0;
}

.hees-columns>div:nth-of-type(3) {
  order: 2;
}

.hees-columns>div:first-of-type .hees-content__h3,
.hees-columns>div:first-of-type .hees-content__p {
  justify-content: flex-start;
  text-align: left;
}

.hees-content {
  position: relative;
  margin: 0 auto 1.2rem;
  display: block;
  cursor: pointer;
}

.hees-content__h3 {
  color: var(--base);
  font-size: 1.25rem;
  padding: 1rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  z-index: -1;
  position: relative;
}

.hees-content__h3:after {
  content: url('/wp-content/uploads/point__closed.png');
  position: absolute;
  left: -2.5rem;
  transition: 0.2s ease;
}

.hees-content:hover .hees-content__h3:after {
  content: url('/wp-content/uploads/point__open.png');
  transform: scaleX(-1);
}

.hees-content:hover .hees-content__p {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.hees-content__p {
  font-size: 1rem;
  padding: 1.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
  border-radius: 6px;
  position: absolute;
  top: 6rem;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white);
  transition: 0.3s ease;
  left: 0;
}

.two-lines.hees-content:hover .hees-content__p {
  top: 5.1rem;
}

.hees-columns+.button--yellow .wp-block-button a {
  min-width: 20rem;
}

.accordion {
  background-color: #fff;
  color: var(--green);
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  padding: 1.5rem 1rem;
  border-top: 1px solid #c4cbd2;
  border-radius: 0;
  font-weight: 400;
  position: relative;
}

.accordion__outer:last-of-type {
  border-bottom: 1px solid #c4cbd2;
}

.accordion:hover {
  background-color: #f2f6fa;
}

.accordion+.panel {
  padding: 0;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: auto;
}

.accordion+.panel h4 {
  font-size: 1.1rem;
}

.accordion+.panel p {
  font-size: 1rem;
}

.accordion:after {
  content: '+';
  color: var(--green);
  margin-left: 5px;
  font-weight: 300;
  font-size: 2rem;
  position: absolute;
  right: 1rem;
  top: calc(50% - 1rem);
}

.accordion.active:after {
  content: "-";
}

.accordion.active {
  border-bottom: 0;
}

.collapse {
  border: 1px solid var(--green);
  padding: .2rem .75rem;
  border-radius: 1rem;
  font-weight: 400;
  font-size: .65rem;
  cursor: pointer;
  width: auto;
  display: inline-flex;
  position: relative;
  top: -1rem;
  transition: 0.2s ease;
}

.collapse:hover {
  background-color: var(--green);
  color: var(--white);
}

.accordion+.panel table {
  margin: 0 auto 2rem;
}

table {
  border-top: 0;
  font-size: .9rem;
  width: 100%;
}

table tr:nth-of-type(even) {
  background: var(--white);
}

table th {
  max-width: 6rem;
  font-weight: 500;
  padding: 1rem;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  line-height: 1;
  text-align: left;
}

table td {
  border-bottom: 0;
  padding: 1rem;
  line-height: 1;
  font-style: normal;
}

table td p {
  padding: 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 50px 20px !important;
  grid-auto-flow: dense;
  height: auto;
}

.gallery>.wp-block-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 8rem;
  max-width: 18rem;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery>figure.wp-block-image {
  width: 100%;
  height: 100%;
}

.gallery>figure.wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spec-buttons.is-vertical {
  width: 100%;
}

.spec-buttons.is-vertical>.wp-block-button {
  width: 100%;
  min-width: 100%;
  margin: 0 auto 1rem;
}

.spec-buttons.is-vertical>.wp-block-button a {
  display: block;
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: auto;
}

.spec-buttons.is-vertical>div:last-of-type {
  margin: 0;
}

/*--------------------------------------------------------------
## Other
--------------------------------------------------------------*/
/* posts */
.mv__cover-overflow.posts:after {
  content: none;
}

.mv__cover-overflow.posts {
  min-height: 15rem !important;
}

.mv__cover-overflow.posts h1 {
  font-size: 5rem;
  margin: 0;
}

.single-post aside {
  border-top: 1px solid;
  padding: 3rem 0 0;
}

.single-post .wp-block-column {
  padding: 0;
}

/*--------------------------------------------------------------
## Fade animations
--------------------------------------------------------------*/
.animate {
  opacity: 0;
}

.fade {
  opacity: 1;
  transition: opacity 0.5s ease;
  transition-delay: 0.5s;
}

.on-scroll--bottom {
  opacity: 0;
  transform: translateY(20px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.fade--bottom {
  animation: fade-bottom .7s ease forwards;
}

@keyframes fade-bottom {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.on-scroll--top {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fade-top {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.on-scroll--left {
  opacity: 0;
  transform: translateX(-20px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.fade--left {
  animation: fade-left .7s ease forwards;
}

@keyframes fade-left {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.on-scroll--right {
  opacity: 0;
  transform: translateX(20px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.fade--right {
  animation: fade-right .7s ease forwards;
}

@keyframes fade-right {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.delay-200 {
  animation-delay: 0.2s !important;
}

.delay-400 {
  animation-delay: 0.4s !important;
}

.delay-600 {
  animation-delay: 0.6s !important;
}

.delay-800 {
  animation-delay: 0.8s !important;
}

.delay-1000 {
  animation-delay: 1s !important;
}

.delay-1200 {
  animation-delay: 1.2s !important;
}

.delay-1600 {
  animation-delay: 1.6s !important;
}

.alignfull--p0 {
  padding: 0;
}

.alignfull--pt0 {
  padding-top: 0;
}

.alignfull--pb0 {
  padding-bottom: 0;
}

.alignfull--mb5 {
  margin-bottom: 5rem;
}

.alignwide.alignfull--pt2 {
  padding-top: 2rem;
}

/* usage calculator */
.calc-row,
.calc-header,
.calc-footer,
.calc-bottom {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calclabel span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.calcfield.large, .calclabel.large {
  width: 38%;
}

.calcfield.medium, .calclabel.medium {
  width: 14%;
}

.calcfield.small, .calclabel.small {
  width: 10%;
}

.calcfield {
  color: #141414;
}

.calclabel {
  font-size: 12px;
  text-align: center;
  height: 36px;
  position: relative;
  margin-bottom: 8px;
}

.calcdel {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 35%;
  right: -45px;
  transform: translateY(-50%);
}

.calcdel:hover>svg>g {
  fill: #D84A22;
  stroke: white;
}

.calcbtn {
  cursor: pointer;
}

.calcbtn:hover {
  color: #3081ec;
  text-decoration: none;
}

.calc-add {
  color: #3081ec;
  font-size: 14px;
  font-weight: 600;
}

.calc-clear {
  color: #d84a22;
  text-decoration: underline;
  font-size: 14px;
}

.calc-container {
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  color: #141414;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}

.calc-bottom {
  margin-top: 1.5rem;
}

.calc-spacer {
  width: 34%;
}

.calc-total-container {
  width: 46%;
}

.calc-total-box-wrap, .calc-total-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-total-box-wrap {
  margin-top: 10px;
}

.calc-total-header-item {
  font-size: 12px;
  width: 46%;
  text-align: center;
}

.calc-total-box {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  width: 46%;
  text-align: center;
}

.calc-total-box.gray {
  background-color: #f7f7f7;
  font-size: 20px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.calc-total-results-label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 18px;
}

#killowatt-per-month {
  width: 50%;
  min-height: 50px;
  padding: 6px;
  border: 0;
  border-radius: 0;
  color: #e05a2d;
  font-size: 24px;
  font-weight: 600;
}

/* desktop and tablet css in here... */
/* tablet (medium) screens */
@media (max-width: 820px) {
  .site-info .wp-block-column:first-of-type {
    flex: 0 0 100%;
  }

  .site-info .wp-block-column:nth-of-type(2) {
    flex: 0 0 100%;
  }

  .site-info .wp-block-column:nth-of-type(n + 3) {
    flex: 0 0 100%;
  }

  .site-info ul {
    margin: 0;
  }

  .site-info .menu-social-media-container li svg {
    height: 3rem;
    width: auto;
  }

  .copyright ul,
  .copyright p {
    text-align: center;
  }
}

@media (min-width: 600px) {
  #main-content {
    padding-top: 46px;
  }

  html {
    font-size: 18px;
  }

  .alignfull .wp-block-group__inner-container,
  .alignwide .wp-block-group__inner-container {
    padding: 0 2rem;
  }

  .t-one-item>.wp-block-column {
    flex: 0 0 100%;
  }

  .t-two-items>.wp-block-column,
  .t-one-of-two>.wp-block-column:first-of-type {
    flex: 0 0 50%;
  }

  .t-three-items>.wp-block-column,
  .t-one-of-three>.wp-block-column:first-of-type {
    flex: 0 0 33.3333%;
    /* IE11 < */
    flex: 0 0 calc(100% / 3);
  }

  .t-four-items>.wp-block-column,
  .t-one-of-four>.wp-block-column:first-of-type {
    flex: 0 0 25%;
  }

  .t-five-items>.wp-block-column,
  .t-one-of-five>.wp-block-column:first-of-type {
    flex: 0 0 20%;
  }

  .t-six-items>.wp-block-column,
  .t-one-of-six>.wp-block-column:first-of-type {
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    flex: 0 0 calc(100% / 6);
  }

  .t-two-of-three>.wp-block-column:first-of-type {
    flex: 0 0 66.6666%;
    /* IE11 < */
    flex: 0 0 calc(100% / 3 * 2);
  }

  .t-three-of-four>.wp-block-column:first-of-type {
    flex: 0 0 75%;
  }

  .t-three-of-five>.wp-block-column:first-of-type {
    flex: 0 0 60%;
  }

  .t-five-of-six>.wp-block-column:first-of-type {
    flex: 0 0 83.3333%;
    /* IE11 < */
    flex: 0 0 calc(100% / 6 * 5);
  }

  .t-align-right {
    display: flex;
    justify-content: flex-end;
  }

  .t-align-center {
    display: flex;
    justify-content: center;
  }

  .t-has-text-align-center {
    text-align: center;
  }

  .t-has-text-align-right {
    text-align: right;
  }

  .t-has-text-align-left {
    text-align: left;
  }

  .main-navigation li a {
    border-bottom: 0;
    line-height: 1.5;
  }

  .latest-news .wp-block-columns {
    justify-content: space-between;
  }

  .latest-news .wp-block-column {
    flex: 0 0 48%;
  }

  .site-header,
  .home .site-header,
  .page-id-4125 .site-header {
    height: 93px;
  }

  .site-branding {
    margin: 0;
    padding: 0.4rem 3rem;
  }

  .site-branding img {
    width: 12rem;
  }

  .main-navigation .btn-toggle {
    padding: 2.5rem 1.5rem;
  }

  .main-navigation .btn-toggle i.bar,
  .main-navigation .btn-toggle i.bar::before,
  .main-navigation .btn-toggle i.bar::after {
    width: 2.25rem;
  }

  .main-navigation .btn-toggle i.bar::before {
    top: -12px;
  }

  .main-navigation .btn-toggle i.bar::after {
    bottom: -12px;
  }

  .site-info .logo img {
    margin: 0;
  }

  .site-info .menu-social-media-container ul {
    justify-content: flex-start;
  }

  .alignfull, .alignwide {
    padding: 5rem 0;
  }

  .alignfull.grey {
    background: var(--grey);
  }

  .wp-block-cover {
    padding: 4rem 0;
  }

  .wp-block-cover .module-box {
    padding: 3rem;
  }

  .wp-block-cover {
    padding: 4rem 0;
    background-position: top left;
    background-size: cover;
  }

  .wp-block-cover .module-box {
    display: block;
    width: 100%;
    background: var(--white);
  }

  .list-three-cols {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .list-three-cols li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  /* content */
  .hp-overview__column figure.wp-block-embed iframe {
    height: 400px;
  }

  /* Footer */
  .site-info {
    padding: 3rem 0 .5rem 0;
  }

  .copyright {
    padding: 0;
  }

  .copyright .wp-block-columns {
    justify-content: space-between;
  }

  .copyright ul,
  .copyright p {
    width: fit-content;
  }

  .copyright ul {
    margin: 0 0 0 auto;
  }

  .technology-icons__single {
    width: 48%;
    margin: 0 0 3rem;
  }

  .alignfull--p0 {
    padding: 0;
  }

  .alignfull--pt0 {
    padding-top: 0;
  }

  .alignfull--pb0 {
    padding-bottom: 0;
  }

  .alignfull--mb5 {
    margin-bottom: 5rem;
  }

  /* posts */
  .mv__cover-overflow.posts {
    min-height: 15rem !important;
  }

  .latest-news .outer-img {
    height: 18rem;
  }

  .latest-news .outer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .single-post aside {
    padding: 0;
    border-top: none;
  }
}

/* desktop */
@media (min-width: 1280px) {
  #main-content {
    overflow: hidden;
    padding-top: 100px;
  }

  html {
    font-size: 18px;
    margin: 0;
  }

  h1 {
    font-size: 3.25em;
  }

  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 1.75em;
    margin: 0 0 1rem;
  }

  h4 {
    font-size: 1.25em;
  }

  .alignfull .wp-block-group__inner-container,
  .alignwide .wp-block-group__inner-container,
  .site-header .alignfull .wp-block-group__inner-container {
    padding: 0 2.5rem;
  }

  .wp-block-columns .wp-block-column {
    padding-left: 2.5rem;
    margin-bottom: 2.5rem;
  }

  /* slim gutter */
  .wp-block-columns.slim-gutter {
    margin-left: -1.5rem;
  }

  .wp-block-columns.slim-gutter .wp-block-column {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .d-one-item>.wp-block-column {
    flex: 0 0 100%;
  }

  .d-two-items>.wp-block-column,
  .d-one-of-two>.wp-block-column:first-of-type {
    flex: 0 0 50%;
  }

  .d-three-items>.wp-block-column,
  .d-one-of-three>.wp-block-column:first-of-type {
    flex: 0 0 33.3333%;
    /* IE11 < */
    flex: 0 0 calc(100% / 3);
  }

  .d-four-items>.wp-block-column,
  .d-one-of-four>.wp-block-column:first-of-type {
    flex: 0 0 25%;
  }

  .d-five-items>.wp-block-column,
  .d-one-of-five>.wp-block-column:first-of-type {
    flex: 0 0 20%;
  }

  .d-six-items>.wp-block-column,
  .d-one-of-six>.wp-block-column:first-of-type {
    flex: 0 0 16.66666666666667%;
    /* IE11 < */
    flex: 0 0 calc(100% / 6);
  }

  .d-two-of-three>.wp-block-column:first-of-type {
    flex: 0 0 66.6666%;
    /* IE11 < */
    flex: 0 0 calc(100% / 3 * 2);
  }

  .d-three-of-four>.wp-block-column:first-of-type {
    flex: 0 0 75%;
  }

  .d-three-of-five>.wp-block-column:first-of-type {
    flex: 0 0 60%;
  }

  .d-five-of-six>.wp-block-column:first-of-type {
    flex: 0 0 83.3333%;
    /* IE11 < */
    flex: 0 0 calc(100% / 6 * 5);
  }

  /* Switch 2 column order */
  .switcharoo:nth-of-type(1) {
    order: 1;
  }

  .switcharoo:nth-of-type(2) {
    order: 2;
  }

  .d-align-right {
    display: flex;
    justify-content: flex-end;
  }

  .d-align-center {
    display: flex;
    justify-content: center;
  }

  .d-has-text-align-center {
    text-align: center;
  }

  .d-has-text-align-right {
    text-align: right;
  }

  .d-has-text-align-left {
    text-align: left;
  }

  .top-nav {
    display: flex;
    width: 100%;
    margin: 0;
    font-size: .75em;
    justify-content: flex-end;
    margin: 0 0 .25rem;
  }

  .top-nav .wp-block-columns>div:last-of-type {
    display: flex;
    justify-content: flex-end;
    max-width: 15rem;
  }

  .top-nav .wp-block-column {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-header {
    height: auto;
  }

  .site-header .one-item {
    align-items: center;
    display: flex;
    padding: 1rem 0 0;
    justify-content: space-between;
  }

  .site-header .one-item>.wp-block-column:first-of-type {
    flex: unset;
    width: 30%;
  }

  .site-header .one-item>.wp-block-column:last-of-type {
    flex: unset;
    width: 70%;
  }

  .home .scrolled.site-header, .page-id-4125 .scrolled.site-header {
    height: auto;
  }

  .site-branding {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
    top: -.5rem;
  }

  .btn-toggle,
  .btn-toggle2 {
    display: none;
  }

  .btn-content {
    display: inline !important;
  }

  .main-navigation {
    font-family: 'Chakra Petch', Arial, sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 2;
  }

  .main-navigation .btn-content {
    background: transparent;
    padding: 0;
  }

  #primary-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: unset;
  }

  #primary-menu li {
    font-size: 1rem;
    margin: 0;
    flex: 1 1 100%;
    flex: 0 1 auto;
    position: relative;
    text-transform: uppercase;
    color: var(--base);
    padding: 0;
    border: none;
    list-style-type: none;
  }

  #primary-menu li:before {
    content: none;
  }

  #primary-menu li a {
    display: block;
    margin: 0;
    padding: 1.3rem 1rem;
    white-space: break-spaces;
    transition: all .5s ease;
    color: var(--base);
    font-size: .875em;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 1rem;
    position: relative;
    text-align: center;
  }

  #primary-menu li:last-child a {
    margin-right: 0;
  }

  #primary-menu li a:hover,
  .home .scrolled #primary-menu li a:hover,
  #primary-menu li a:hover:after,
  .home .scrolled #primary-menu li a:hover:after {
    color: var(--green);
    border-color: var(--green);
  }

  #primary-menu .current-menu-parent a,
  #primary-menu .current_page_item a,
  .home .scrolled #primary-menu .current-menu-parent a,
  .home .scrolled #primary-menu .current_page_item a {
    color: var(--green);
    font-weight: 600;
  }

  #primary-menu .current-menu-parent a:after {
    border-color: var(--green);
  }

  .home #primary-menu .current-menu-parent a,
  .home #primary-menu .current_page_item a {
    color: var(--lgreen);
  }

  /* sub menu drop-down */
  #primary-menu .sub-menu {
    position: absolute;
    display: none;
    margin: 0 0 0 1rem;
    top: 100%;
  }

  #primary-menu li:hover .sub-menu {
    display: block;
  }

  #primary-menu li .sub-menu li a {
    margin: 0;
    padding: 1rem 1.25rem;
    background: var(--dblue);
    display: block;
    color: var(--white);
    border-radius: 0;
    text-align: left;
    white-space: normal;
    text-transform: capitalize;
    line-height: 1.4;
    white-space: nowrap;
    background: var(--white);
    color: var(--base);
    min-width: 12rem;
  }

  #primary-menu li .sub-menu li.current-menu-item a,
  #primary-menu li .sub-menu li a:hover,
  #primary-menu li .sub-menu li:last-of-type a:hover,
  #primary-menu .menu-item-4246 .sub-menu li.current-menu-item a:hover {
    color: var(--green);
  }

  #primary-menu .menu-item-4246 .sub-menu li.current-menu-item a {
    color: var(--base);
  }

  .btn-content .menu-main-navigation-container {
    height: unset;
    overflow: unset;
  }

  .btn-content .menu {
    height: unset;
  }

  .btn-content .menu li ul li {
    opacity: 1;
  }

  .home .btn-content #primary-menu li a,
  .home .btn-content .menu-social-media-container p,
  .page-id-4125 .btn-content #primary-menu li a {
    color: var(--white);
    font-weight: 500;
  }

  .home .scrolled .btn-content #primary-menu li a,
  .page-id-4125 .scrolled .btn-content #primary-menu li a {
    padding: 1rem;
    color: var(--base);
  }

  .home .btn-content #primary-menu li a:after,
  .page-id-4125 .btn-content #primary-menu li a:after {
    border-color: var(--white);
  }

  .home .scrolled .btn-content #primary-menu li a:after,
  .page-id-4125 .scrolled .btn-content #primary-menu li a:after {
    border-color: var(--base);
  }

  .btn-content .menu li ul li a {
    color: var(--base) !important;
  }

  .btn-content .menu li ul li:hover a,
  .home .btn-content #primary-menu li a:hover {
    color: var(--green) !important;
  }

  .home .btn-content #primary-menu li:hover a:after,
  .page-id-4125 .btn-content #primary-menu li:hover a:after {
    border-color: var(--green);
  }

  .wp-block-button a {
    display: inline-block;
    padding: 1.25rem 4rem;
  }

  .text-block-right {
    padding: 0 0 0 5rem;
  }

  .text-block-left {
    padding: 0 5rem 0 0;
  }

  .list-three-cols {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .halfwidth-video__columns {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    display: flex;
  }

  .wp-block-cover.halfwidth-video__cover {
    width: 50vw;
  }

  .halfwidth-video__columns .halfwidth-video__column {
    padding: 0;
    margin: 0;
  }

  .halfwidth-video__columns .halfwidth-video__right,
  .halfwidth-video__columns .halfwidth-video__left {
    padding-left: 5rem;
  }

  .wp-block-cover.halfwidth-video__cover {
    max-height: unset;
    padding: 0;
    height: 100%;
  }

  .halfwidth-video__columns .halfwidth-video__right {
    padding: 2rem 0 0 0;
  }

  .halfwidth-video__columns .halfwidth-video__left {
    padding-left: 2rem;
  }

  .wp-block-cover.halfwidth-video__cover {
    width: 100%;
  }

  /*--------------------------------------------------------------
	## Homepage
	--------------------------------------------------------------*/
  .mv__cover-overflow {
    position: relative;
    max-height: 760px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mv__cover-overflow video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mv__cover-overflow:before,
  .product__header:before {
    content: "";
    background: rgb(76, 71, 69);
    background: linear-gradient(0deg, rgba(76, 71, 69, 0) 70%, rgba(76, 71, 69, 1) 100%);
    width: 100%;
    height: 25rem;
    display: flex;
    position: absolute;
    top: 0;
    opacity: .5;
  }

  .mv__cover-overflow:after,
  .product__header:after {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--base);
    z-index: 0;
    opacity: .3;
  }

  .mv__cover-overflow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mv__content {
    position: absolute;
    left: calc(50% - 37rem);
    top: 14rem;
    margin: auto;
    max-width: 74rem;
    z-index: 1;
    text-align: center;
  }

  .mv__content .wp-block-group__inner-container {
    max-width: 1620px;
    margin: auto;
    width: 100%;
    height: auto;
  }

  .mv__content h1 {
    color: var(--white);
    font-weight: 800;
    font-style: italic;
    font-size: 4.25rem;
    line-height: 1;
    margin: 0 auto 2rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
  }

  .mv__content .text-slider {
    display: block;
  }

  .mv__content p {
    color: var(--white);
    font-size: 1.5rem;
  }

  .alignfull.halfwidth-video__columns {
    padding-bottom: 0;
  }

  .halfwidth-video__columns .halfwidth-video__column {
    padding: 0;
    margin: 0;
  }

  .halfwidth-video__columns .halfwidth-video__right,
  .halfwidth-video__columns .halfwidth-video__left {
    padding-left: 0;
  }

  .wp-block-cover.halfwidth-video__cover {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .halfwidth-video__cover video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hp-benefits__columns {
    justify-content: space-between;
    max-width: 1500px;
    width: 100%;
    margin: 4rem auto 0 !important;
  }

  .hp-benefits__columns .wp-block-column.hp-benefits__column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    flex: 0 0 22%;
  }

  .hp-benefits__column .wp-block-image {
    margin: 0 auto 1.5rem;
    height: 70px;
    display: flex;
    align-items: center;
  }

  .hp-benefits__column p {
    font-size: 0.9rem;
  }

  .alignfull.wave-bg {
    background-image: url('/wp-content/uploads/wave-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 9rem;
  }

  .alignfull.wave-bg--02 {
    padding: 9rem 0 4rem;
    transform: scaleX(-1);
    margin: -4rem 0 0;
  }

  .alignfull.wave-bg--02>div {
    transform: scaleX(-1);
    max-width: 1280px;
  }

  .hp-overview__columns {
    margin: 0 !important;
    align-items: center;
    justify-content: space-between;
  }

  .hp-overview__columns>div:first-of-type {
    flex: 0 0 40%;
    margin: 0;
    padding: 0;
  }

  .hp-overview__columns>div:last-of-type {
    flex: 0 0 55%;
    margin: 0;
    padding: 0;
  }

  .hp-overview__column figure.wp-block-embed {
    width: 100%;
    margin: 0 auto;
  }

  .hp-overview__column figure.wp-block-embed iframe {
    width: 100%;
    height: 530px;
  }

  .hp-overview__column .wp-block-image {
    margin: 0 auto 3rem;
  }

  .hp-overview__gallery {
    margin: 4rem auto 0;
  }

  .hp-overview__gallery {
    justify-content: space-between;
  }

  .hp-overview__gallery .wp-block-image {
    margin: 0;
    padding: 1rem;
  }

  .hp-applications__columns {
    margin: 4rem auto 0 !important;
    justify-content: space-between;
    max-width: 1620px;
  }

  .wp-block-columns .wp-block-column.hp-applications__column {
    flex-direction: column;
    padding: 0;
    flex: 0 0 24%;
    margin: 0;
    position: relative;
    min-height: 550px;
  }

  .hp-applications__column h3 {
    width: 100%;
    background: var(--yellow);
    margin: 0;
    color: var(--base);
    font-family: 'Chakra Petch';
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.9rem;
    letter-spacing: .1rem;
    border-radius: 6px 6px 0 0;
    z-index: 1;
  }

  .wp-block-cover.hp-applications__cover {
    height: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .hp-applications__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hp-applications__content {
    position: absolute;
    padding: 3em 2rem 2rem;
    width: 100%;
    height: 100%;
    background: rgba(76, 71, 69, 0.75);
    border-radius: 6px;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hp-applications__content a {
    color: var(--white);
  }

  .hp-applications__content a h4 {
    font-size: 1.2rem;
  }

  .hp-applications__content a p {
    font-size: 0.8rem;
    margin: 0 0 1.5rem;
  }

  .hp-applications__content:hover {
    opacity: 1;
  }

  .hp-applications__content .wp-block-group__inner-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: left;
    color: var(--white);
  }

  .hp-applications__content h4 {
    color: var(--white);
    text-align: left;
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }

  .hp-applications__content .wp-block-button>.wp-block-hyperlink-group {
    display: none;
  }

  .hp-applications>.wp-block-group__inner-container {
    margin: 0 auto 2rem;
  }

  .hp-applications__slide-left .wp-block-image {
    border-radius: 6px;
    overflow: hidden;
    height: 400px;
  }

  .hp-applications__slide-left, .hp-applications__slide-right {
    width: unset;
    flex: 0 0 45%;
    padding: 0 !important;
    margin: 0 !important;
  }

  .hp-applications__slide-left .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wp-block-columns.hp-applications__slide {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }

  .wp-block-columns .wp-block-column.hp-applications__slide-right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 5rem;
    flex: 0 0 52%;
  }

  .hp-applications__slide-right h3 {
    color: var(--base);
    margin: 0 0 2rem;
    font-size: 1.5rem;
  }

  .hp-applications__slide-right .list-sun {
    margin: 0;
  }

  .hp-applications__slide-right .list-sun li {
    padding: 0 0 0 1.75rem;
  }

  .hp-applications .owl-nav .owl-prev {
    left: -3%;
  }

  .hp-applications .owl-nav .owl-next {
    right: -3%;
  }

  .alignfull.latest-news {
    background: var(--grey);
    margin: 5rem auto 0;
    padding: 5rem 0 3rem;
  }

  .latest-news .wp-block-column.insights__column {
    margin: 0;
    padding: 0;
    width: auto;
    flex: unset;
  }

  .latest-news .wp-block-column.insights__column {
    margin: 0;
    text-align: left !important;
  }

  .latest-news .insights__column h2 {
    margin: 0;
  }

  .latest-news .insights__columns {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 2rem;
  }

  .posts__list {
    margin: 0;
    height: auto;
    justify-content: space-between;
  }

  .post__single {
    position: relative;
    padding: 0 !important;
    flex: 0 0 23.5% !important;
  }

  .post__single .outer-img {
    border-radius: 6px;
    overflow: hidden;
    transition: opacity 0.3s ease;
  }

  .post__single:before {
    content: none;
  }

  .post__single .category {
    position: absolute;
    background: var(--yellow);
    color: var(--base);
    font-size: .75rem;
    padding: .5rem 1.5rem;
    text-transform: uppercase;
    border-radius: 5px 0 6px 0;
  }

  .post__single .post__date {
    color: #827e7d;
    font-family: 'Chakra Petch', serif;
    margin: .75rem 0 .5rem;
    font-size: .8rem;
    transition: color 0.2s ease;
  }

  .post__single .post__title {
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
    transition: color 0.2s ease;
  }

  .post__single .outer-img:hover {
    opacity: .7;
  }

  .post__single .post__title:hover, .post__single .post__date:hover {
    color: var(--green);
  }

  /*--------------------------------------------------------------
	## Secondary pages
	--------------------------------------------------------------*/
  .alignfull.secondary__cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 250px;
    display: flex;
    height: auto;
    padding: 4rem 0;
  }

  .secondary__cover:after {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--base);
    z-index: 0;
    opacity: .4;
  }

  .secondary__cover .wp-block-group .wp-block-group__inner-container {
    padding: 0 2.5rem;
  }

  .secondary__cover .wp-block-group__inner-container {
    margin: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .secondary__cover h1 {
    color: var(--white);
    font-style: italic;
    font-size: 3.6rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 0;
  }

  .ah-breadcrumb {
    z-index: 1;
    display: flex;
    margin: 0 0 .75rem;
  }

  .ah-breadcrumb li a {
    padding: .3rem;
    color: var(--white);
  }

  .ah-breadcrumb li:first-of-type a {
    padding: .3rem .3rem .3rem 0;
  }

  .ah-breadcrumb li {
    display: inline-block;
    padding: 0px .1rem;
    font-size: .8rem;
    letter-spacing: 0;
    text-transform: initial;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: var(--white);
    font-family: 'Chakra Petch';
    text-transform: uppercase;
    letter-spacing: .1rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }

  .ah-breadcrumb li:before {
    content: none;
  }

  .ah-breadcrumb li.seperator {
    margin: 0 .6rem 0 .3rem;
  }

  .ah-breadcrumb .item-current {
    font-weight: 800;
  }

  .big-list {
    margin: 3rem 0 0;
  }

  .big-list>div.wp-block-column {
    flex: 0 0 40%;
  }

  ul.has-medium-font-size li {
    font-size: 1.5rem;
  }

  .alignfull.featured-content,
  .alignfull.featured-content .wp-block-cover,
  .alignfull.cta__group {
    padding: 0;
  }

  .alignfull.featured-content>.wp-block-group__inner-container,
  .alignfull.cta__group>.wp-block-group__inner-container {
    padding: 0;
    max-width: 100%;
  }

  .featured-content .wp-block-cover,
  .cta__cover {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 22rem;
    background-attachment: fixed;
  }

  .wp-block-cover.cta__cover {
    justify-content: flex-start;
    padding: 0;
  }

  .featured-content .wp-block-cover:after,
  .cta__cover:after {
    content: "";
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--base);
    z-index: 0;
    opacity: .2;
  }

  .cta__cover:after {
    opacity: .5;
  }

  .featured-content .wp-block-cover>.wp-block-cover__inner-container,
  .featured-content.wider .wp-block-cover>.wp-block-cover__inner-container {
    position: absolute;
    max-width: 1350px;
    padding: 3rem 2.5rem;
    z-index: 1;
  }

  .featured-content.wider .wp-block-cover>.wp-block-cover__inner-container {
    max-width: 1620px;
    padding: 0;
  }

  .cta__group .wp-block-cover>.wp-block-cover__inner-container {
    max-width: 1800px;
    padding: 2.5rem;
    z-index: 1;
    margin: auto;
    width: 100%;
  }

  .featured-content .wp-block-cover h2 {
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: var(--white);
  }

  .featured-content .wp-block-cover h3 {
    color: var(--yellow);
    font-family: 'Chakra Petch';
    text-transform: uppercase;
    letter-spacing: .1rem;
    margin: 2rem auto 0;
  }

  .cta__cover h2 {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    color: var(--white);
  }

  .evergreen-intro {
    margin: 5rem auto 0;
    justify-content: space-between;
  }

  .evergreen-intro__right {
    text-align: right;
    justify-content: flex-end;
  }

  .evergreen-intro__left {
    flex-direction: column;
  }

  .icon-left__single {
    margin: 0 0 2rem;
    width: 100%;
  }

  .icon-left__single>div {
    padding: 0 !important;
    display: flex;
    width: 100%;
    text-align: left;
    align-items: center;
  }

  .icon-left__single>div figure {
    width: 3rem;
    text-align: center;
    margin: auto;
  }

  .icon-left__single>div figure img {
    height: auto;
    width: 100%;
  }

  .icon-left__single>div figure+.wp-block-group {
    width: calc(100% - 4rem);
  }

  .icon-left__single>div figure+.wp-block-group>div {
    padding: 0;
    margin: 0 0 0 1rem;
  }

  .icon-left__single>div h3 {
    font-size: 1.5rem;
    margin: 0 0 .5rem;
  }

  .icon-left__single>div p {
    margin: 0;
  }

  .two-buttons-center .wp-block-button {
    margin: 0 2rem 0 0 !important;
  }

  .contact-us__sns {
    padding: 0;
    margin: 0;
    display: flex;
  }

  .contact-us__sns li {
    margin: 0;
    padding: 0;
  }

  .contact-us__sns li:not(:last-of-type) {
    margin: 0 1rem 0 0;
  }

  .contact-us__sns li:before {
    content: none;
    padding: 0;
  }

  .contact-us__sns li svg {
    height: 1.8rem;
    width: auto;
  }

  .contact-us__sns li svg path {
    fill: var(--base);
    transition: fill 0.2s ease;
  }

  .contact-us__sns li:hover svg path {
    fill: var(--green);
  }

  #values, #team {
    scroll-margin-top: 5rem;
  }

  #team>.wp-block-group__inner-container>.wp-block-group {
    margin: 3rem 0 0 0;
  }

  .leadership__columns {
    justify-content: flex-start;
    margin-left: 0 !important;
    position: relative;
  }

  .leadership__columns>div:not(:last-of-type) {
    margin-right: 4%;
  }

  .wp-block-column.leadership__column {
    flex-direction: column;
    padding: 0 !important;
    flex: 0 0 22% !important;
    margin-bottom: 4rem;
    cursor: pointer;
  }

  .leadership__column .wp-block-image {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    border-radius: 6px;
    transition: opacity .2s ease;
  }

  .leadership__column:hover>.wp-block-image {
    opacity: 75%;
  }

  .leadership__column .wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .leadership__title .wp-block-group__inner-container {
    padding: 0 !important;
    margin: 1rem 0 0 0;
  }

  .leadership__title h3 {
    font-size: 1.3rem;
    margin: 0 0 .5rem;
  }

  .leadership__title p, .leadership__content p:last-of-type {
    margin: 0;
  }

  .leadership__modal {
    position: absolute;
    width: 95%;
    max-width: 950px;
    height: auto;
    max-height: 420px;
    left: calc(50% - 475px);
    top: calc(50% - 210px);
    border-radius: 6px;
    background: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: opacity .3s ease;
    overflow: hidden;
  }

  .leadership__modal.active {
    display: flex;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
  }

  .leadership__modal .wp-block-group__inner-container {
    padding: 0 !important;
    display: flex;
    height: auto;
  }

  .leadership__modal .wp-block-image {
    width: 25%;
    max-height: 100%;
    border-radius: 0;
    display: flex;
  }

  .leadership__modal .wp-block-image figure {
    height: 100%;
  }

  .leadership__content {
    width: 75%;
    padding: 2.5rem !important;
    overflow: auto;
    height: auto;
  }

  .leadership__content .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
  }

  .leadership__content h3 {
    margin: 0 0 .5rem;
  }

  .leadership__content .wp-block-group__inner-container {
    padding: 0 !important;
  }

  .leadership__content p:last-of-type {
    text-align: justify;
  }

  html.jPopup--isOpen {
    position: relative;
  }

  html.jPopup--isOpen:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .videos__columns {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .videos__columns figure.wp-block-embed {
    margin: 0;
  }

  .videos__columns figure.wp-block-embed iframe {
    height: 240px;
  }

  /*--------------------------------------------------------------
	## Product pages
	--------------------------------------------------------------*/
  .product__header {
    height: 100vh;
    position: relative;
  }

  .product__header video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product__header .wp-block-cover__inner-container {
    position: absolute;
    z-index: 1;
    left: 5rem;
    top: 15rem;
  }

  .product__h1, .product__p {
    color: var(--white);
  }

  .product__h1 {
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 1;
    margin: 0;
  }

  .product__p {
    font-weight: 600;
    font-size: 2.5rem;
  }

  .product__h1 em,
  .product__p em {
    font-style: initial;
    color: var(--yellow);
  }

  .alignfull.hees-group {
    background: url('/wp-content/uploads/wave-bg02.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 0 6rem 0;
  }

  .hees-columns {
    z-index: 1;
    position: relative;
  }

  .hees-columns>div {
    flex: 0 0 33%;
  }

  .hees-columns>div:nth-of-type(1) {
    order: 0;
    margin: 0;
  }

  .hees-columns>div:nth-of-type(2) {
    order: 1;
  }

  .hees-columns>div:nth-of-type(3) {
    order: 2;
  }

  .hees-columns>div:first-of-type .hees-content__h3,
  .hees-columns>div:first-of-type .hees-content__p {
    justify-content: flex-end;
    text-align: right;
  }

  .hees-content {
    position: relative;
    margin: 0 auto 1.2rem;
    display: block;
    cursor: pointer;
  }

  .hees-content__h3 {
    color: var(--base);
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0;
    display: flex;
    align-items: center;
    z-index: -1;
    position: relative;
  }

  .hees-content__h3:after {
    content: url('/wp-content/uploads/point__closed.png');
    position: absolute;
    left: -2.5rem;
    transition: 0.2s ease;
  }

  .hees-columns>div:first-of-type .hees-content__h3:after {
    transform: scale(-1);
    right: -2.5rem;
    left: unset;
  }

  .hees-content:hover .hees-content__h3:after {
    content: url('/wp-content/uploads/point__open.png');
    transform: scaleX(-1);
  }

  .hees-columns>div:first-of-type .hees-content:hover .hees-content__h3:after {
    transform: scaleX(1);
  }

  .hees-content:hover .hees-content__p {
    top: 3.9rem;
    opacity: 1;
    visibility: visible;
  }

  .hees-content__p {
    font-size: 1rem;
    padding: 1.5rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-radius: 6px;
    position: absolute;
    top: 6rem;
    opacity: 0;
    visibility: hidden;
    background-color: var(--white);
    transition: 0.3s ease;
    left: 0;
  }

  .hees-columns>div:first-of-type .hees-content__p {
    left: unset;
    right: 0;
  }

  .two-lines.hees-content:hover .hees-content__p {
    top: 5.1rem;
  }

  .hees-columns+.button--yellow .wp-block-button a {
    min-width: 20rem;
  }

  .accordion {
    background-color: #fff;
    color: var(--green);
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    padding: 1.5rem 1rem;
    border-top: 1px solid #c4cbd2;
    border-radius: 0;
    font-weight: 400;
    position: relative;
  }

  .accordion__outer:last-of-type {
    border-bottom: 1px solid #c4cbd2;
  }

  .accordion:hover {
    background-color: #f2f6fa;
  }

  .accordion+.panel {
    padding: 0;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: auto;
  }

  .accordion+.panel h4 {
    font-size: 1.1rem;
  }

  .accordion+.panel p {
    font-size: 1rem;
  }

  .accordion:after {
    content: '+';
    color: var(--green);
    margin-left: 5px;
    font-weight: 300;
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    top: calc(50% - 1rem);
  }

  .accordion.active:after {
    content: "-";
  }

  .accordion.active {
    border-bottom: 0;
  }

  .collapse {
    border: 1px solid var(--green);
    padding: .2rem .75rem;
    border-radius: 1rem;
    font-weight: 400;
    font-size: .65rem;
    cursor: pointer;
    width: auto;
    display: inline-flex;
    position: relative;
    top: -1rem;
    transition: 0.2s ease;
  }

  .collapse:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .accordion+.panel table {
    margin: 0 auto 2rem;
  }

  table {
    border-top: 0;
    font-size: .9rem;
    width: 100%;
  }

  table tr:nth-of-type(even) {
    background: var(--white);
  }

  table th {
    max-width: 3rem;
    font-weight: 500;
    padding: 1rem;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
    line-height: 1;
    text-align: left;
  }

  table td {
    border-bottom: 0;
    padding: 1rem;
    line-height: 1;
    font-style: normal;
  }

  table td p {
    padding: 0;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 50px 20px !important;
    grid-auto-flow: dense;
    height: auto;
  }

  .gallery>.wp-block-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 8rem;
    max-width: 18rem;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gallery>figure.wp-block-image {
    width: 100%;
    height: 100%;
  }

  .gallery>figure.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  /*--------------------------------------------------------------
	## Other
	--------------------------------------------------------------*/
  /* posts */
  .mv__cover-overflow.posts:after {
    content: none;
  }

  .mv__cover-overflow.posts {
    min-height: 15rem !important;
  }

  .mv__cover-overflow.posts h1 {
    font-size: 5rem;
    margin: 0;
  }

  .contact-columns {
    justify-content: space-between;
    padding-top: 2rem;
    flex-direction: row;
  }

  .contact-columns>div:first-of-type {
    flex: 0 0 65%;
  }

  .contact-columns>div:last-of-type {
    flex: 0 0 35%;
  }

  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
