@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

:root {
  --color-green-light: #1E8C81;
  --color-green-dark: #06734B;
  --color-orange: #F29829;
  --color-red: #F25E51;
  --color-beige: #F2DBBD;
  --color-1: #1E8C81;
  --color-2: #06734B;
  --color-3: #F29829;
  --color-4: #F25E51;
  --color-5: #F2DBBD;
}

:root {
  --color-green-light: #1E8C81;
  --color-green-dark: #06734B;
  --color-orange: #F29829;
  --color-red: #F25E51;
  --color-beige: #F2DBBD;
  --color-1: #1E8C81;
  --color-2: #06734B;
  --color-3: #F29829;
  --color-4: #F25E51;
  --color-5: #F2DBBD;
}

:root {
  --color-green-light: #1E8C81;
  --color-green-dark: #06734B;
  --color-orange: #F29829;
  --color-red: #F25E51;
  --color-beige: #F2DBBD;
  --color-1: #1E8C81;
  --color-2: #06734B;
  --color-3: #F29829;
  --color-4: #F25E51;
  --color-5: #F2DBBD;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: var(--color-5);
  color: white;
}

::selection {
  background: var(--color-5);
  color: white;
}

html {
  font-family: "Playfair Display", serif;
  letter-spacing: 0.2px;
  font-size: 16px;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
  cursor: url(./assets/img/cursor.png) 16 16, auto;
  transition: opacity 0.3s;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

section {
  width: 100%;
  min-height: 50vh;
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: calc(70px + 15px ) 0 60px 0;
}
section > * {
  margin: 0 calc(calc(100vw / 12) * 1);
}
section > h2 {
  margin-bottom: 60px;
}

.sm-icon {
  width: 30px;
  height: 30px;
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
  display: inline-block;
}
.sm-icon-burger {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/img/icon_burger.svg");
  display: none;
}
.sm-icon-arrow {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/img/icon_arrow.svg");
  background-size: 25%;
  transition-delay: 0.15s;
}
.sm-icon-arrow-white {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/img/icon_arrow-white.svg");
  width: 15px;
  height: 15px;
}

.kal-highlight {
  transition: 0.3s;
}
.kal-highlight * {
  transition: 0.3s;
}

.hover-s {
  transition: 0.1s;
}
.hover-s:hover {
  transform: scale(1.05);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
  margin-bottom: 40px;
}

h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.wrapper {
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: white;
}

input, textarea {
  padding: 0px !important;
  font-family: "Palanquin", sans-serif !important;
  letter-spacing: 0.2px;
  line-height: 1.2;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0 !important;
}

p {
  margin-bottom: 10px;
}

a {
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
}

.sm-button, #cookie-law-info-bar .cli-plugin-button, input[type=submit] {
  background: var(--color-1);
  color: white;
  padding: 10px 20px;
  font-family: "Palanquin", sans-serif !important;
  line-height: 1.2;
  display: inline-block;
  transition: 0.1s;
  text-align: center;
}
.sm-button-negative {
  background: white;
  color: var(--color-2);
}
.sm-button:hover, #cookie-law-info-bar .cli-plugin-button:hover, input[type=submit]:hover {
  transform: scale(1.05);
}

input[type=submit] {
  padding: 10px 20px !important;
  border: none;
}

.wpf_submit_button {
  background: var(--color-1) !important;
  color: white !important;
  padding: 10px 20px !important;
  font-family: "Palanquin", sans-serif !important;
  line-height: 1.2 !important;
  display: inline-block !important;
  transition: 0.1s !important;
  text-align: center !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  width: unset !important;
  margin: 0 auto !important;
  border: none !important;
}
.wpf_submit_button-negative {
  background: white !important;
  color: var(--color-2) !important;
}
.wpf_submit_button:hover {
  transform: scale(1.05);
}

.kal-banner {
  position: fixed;
  left: -50px;
  top: 80px;
  color: white;
  transform: rotate(-30deg);
  width: 280px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 50;
  transition: 0.1s;
  background: var(--color-beige);
}
.kal-banner.hide {
  display: none;
}
.kal-banner__label {
  font-size: 20px;
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  position: relative;
  left: -30px;
}
.kal-banner__label:first-of-type {
  left: -40px;
}
.kal-banner:hover {
  transform: rotate(-30deg) scale(1.05);
}

.trigger {
  height: 20px;
  width: 500px;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .kal-banner {
    top: 2px;
    z-index: 100;
    background: none !important;
    color: black;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .kal-banner__label {
    width: unset;
    margin: 0 5px;
    left: 0px;
  }
  .kal-banner__label:first-of-type {
    left: 0px;
    order: 2;
  }
  .kal-banner:hover {
    transform: rotate(-30deg) scale(1.05);
  }
}
@media screen and (min-width: 1440px) {
  section > * {
    margin-left: calc(calc(1440px / 12) * 1);
    margin-right: calc(calc(1440px / 12) * 1);
  }
  section > h2 {
    margin-bottom: 60px;
  }
}
.wpf_form > div .wpf_input_label {
  margin-bottom: 0;
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-3);
}
.wpf_form > div .wpf_input_content input, .wpf_form > div .wpf_input_content textarea, .wpf_form > div .wpf_input_content select {
  background: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  padding: 0 !important;
  font-family: "Playfair Display", serif !important;
  letter-spacing: 0.2px;
  padding-bottom: 3px !important;
  border-color: var(--color-3) !important;
}
.wpf_form > div .wpf_input_content.wpf_multi_form_controls {
  border-bottom: 2px solid var(--color-3);
  padding-bottom: 20px;
}
.wpf_form > div .form-check {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.wpf_form > div .form-check input[type=checkbox] {
  order: 2;
}
.wpf_form > div .form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
}
.wpf_form > div .form-check-label .wpf_price_option_name {
  width: 70%;
  margin-right: 20px;
}
.wpf_form > div .form-check-label .wpf_price_option_price {
  color: var(--color-3) !important;
}

.wpf_item_item_quantity {
  display: flex !important;
  justify-content: space-between !important;
}
.wpf_item_item_quantity .wpf_input_content {
  width: 30px;
}
.wpf_item_item_quantity .wpf_input_content input {
  text-align: center;
  border: none !important;
  outline: none;
  transform: translateX(5px);
}

.wpf_form_submissions {
  margin-top: 40px !important;
}

.header__select {
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
  font-size: 36px;
  background: none;
  border: none;
  transition: 0.3s;
  position: relative;
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
  text-align: right;
}
.header__select__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -40%) rotate(0deg);
  transition: 0.3s;
  transition-delay: 0.1s;
}
.header__select__list {
  position: absolute;
  max-height: 0;
  font-size: 24px;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 10px;
  transition: 0.3s;
  width: 100%;
  background: var(--color-3);
}
.header__select__list__item {
  margin: 10px 0;
  float: right;
  width: 100%;
}
.header__select__list__item a {
  color: white;
  transition: 0.1s;
}
.header__select__list__item:hover a {
  color: var(--color-5);
}
.header__select.active .header__select__icon {
  transform: translate(-100%, -40%) rotate(180deg);
}
.header__select.active .header__select__list {
  max-height: 300px;
}

@media screen and (max-width: 768px) {
  .header__select {
    font-size: 16px;
    margin-top: -11px;
  }
  .header__select__icon {
    margin-top: -5px;
    display: none;
  }
  .header__select__list__item a {
    font-size: 16px;
  }
}
ul.menu .menu-item {
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}

.admin-bar .sm-header .sm-header__menu {
  top: 32px;
}

.sm-header {
  z-index: 100;
}
.sm-header__menu {
  position: relative;
  height: 70px;
  width: 100vw;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sm-header__menu__logo {
  width: 180px;
  height: 40px;
  margin-left: calc(calc(100vh / 12) * 0.5);
  z-index: 1001;
}
.sm-header__menu__logo svg {
  height: 100%;
}
.sm-header__menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  padding-right: calc(calc(100vw / 12) * 0.5);
  height: 100%;
  width: 100%;
  background: white;
}
.sm-header__menu ul.menu .menu-item {
  margin-left: calc(calc(100vw / 12) * 0.5);
  font-size: 20px;
  border-bottom: 2px solid white;
  transition: 0.1s;
  position: relative;
  text-align: center;
}
.sm-header__menu ul.menu .menu-item.current-menu-item, .sm-header__menu ul.menu .menu-item.current-page-ancestor, .sm-header__menu ul.menu .menu-item:hover {
  border-bottom: 2px solid white;
  border-color: var(--color-1);
}
.sm-header__menu ul.menu .menu-item:hover ul.sub-menu {
  max-height: 300px;
  padding: 20px;
}
.sm-header__menu ul.menu .menu-item.menu-item-50 {
  background: var(--color-4);
  padding: 7px 14px;
  border-bottom: 1px solid var(--color-4) !important;
  transition: 0.1s;
  margin-top: -2px;
}
.sm-header__menu ul.menu .menu-item.menu-item-50 a {
  color: white;
  font-size: 20px;
}
.sm-header__menu ul.menu .menu-item.menu-item-50:hover {
  transform: scale(1.02);
}
.sm-header__menu ul.menu .menu-item ul.sub-menu {
  transition: 0.1s;
  position: absolute;
  overflow: hidden;
  left: calc(0px - 20px);
  max-height: 0;
  padding: 0 20px;
  background: white;
}
.sm-header__menu ul.menu .menu-item ul.sub-menu .menu-item {
  margin-left: 0;
  margin-top: 20px;
}
.sm-header__menu__icon {
  position: absolute;
  right: calc(calc(100vw / 12) * 0.5);
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
  background: none;
}
.sm-header__menu__icon svg {
  height: 100%;
  width: 100%;
}
.sm-header__menu__icon svg #Mask {
  fill: var(--color-4);
}
.sm-header__menu__icon svg #burger_bar-top {
  fill: white;
  transition: 0.3s;
}
.sm-header__menu__icon svg #burger_bar-bottom {
  fill: white;
  transition: 0.3s;
}

.sm-footer {
  width: 100vw;
  padding: calc(calc(100vh / 12) * 1) calc(calc(100vw / 12) * 1);
  color: white;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: baseline;
  align-content: flex-end;
  background: var(--color-2);
  transition: background 0.3s;
}
.sm-footer .newsletter-signup {
  width: 80%;
  max-width: 400px;
}
.sm-footer input[type=email], .sm-footer input[type=text] {
  border-bottom: 1px solid white;
  color: white;
}
.sm-footer input[type=submit] {
  background: white;
  color: var(--color-2);
}
.sm-footer__col-right {
  text-align: right;
}
.sm-footer__col-left p, .sm-footer__col-left a {
  margin-bottom: 5px;
  color: white;
  font-family: "Palanquin", sans-serif !important;
  line-height: 1.2;
}
.sm-footer__col__logo {
  width: 180px;
  height: 40px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/img/logo-combined-white.svg");
}
.sm-footer__col__logo svg {
  height: 100%;
}
.sm-footer__col__button {
  position: relative;
}
.sm-footer a, .sm-footer p {
  font-size: 16px;
  margin-bottom: 5px;
}
.sm-footer a:hover {
  text-decoration: underline !important;
}
.sm-footer #menu-footer-menu a {
  color: white;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.2px;
}
.sm-footer__credits {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.2px;
}
.sm-footer__credits p, .sm-footer__credits a {
  color: white;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.2px;
}
.sm-footer__credits a {
  color: var(--color-3);
}

.sm-accordeon__item__heading {
  display: flex;
  justify-content: space-between;
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
  margin-bottom: 10px;
  position: relative;
}
.sm-accordeon__item__heading__icon {
  transition: 0.3s;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.sm-accordeon__item__body {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.sm-accordeon__item.active .sm-accordeon__item__heading__icon {
  transition: 0.3s;
  transform: translateY(-50%) rotate(0deg);
}

.sm-timeline .sm-timeline-retreat:last-of-type .sm-timeline__item__col__body__time__line {
  display: none;
}
.sm-timeline__item {
  margin-bottom: 40px;
  display: flex;
}
.sm-timeline__item__col-left {
  width: calc(calc(100vw / 12) * 7);
}
.sm-timeline__item__col-right {
  width: calc(calc(100vw / 12) * 2);
  margin-left: calc(calc(100vw / 12) * 1);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: -30px;
}
.sm-timeline__item__col__header {
  display: flex;
  margin-bottom: 0;
  align-items: flex-end;
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
  transition: 0.3s;
}
.sm-timeline__item__col__header__category {
  width: calc(calc(100vw / 12) * 2);
  margin-right: calc(calc(100vw / 12) * 1);
  text-align: center;
  transition: 0.3s;
  font-size: 24px;
  font-family: "Palanquin", sans-serif !important;
  line-height: 1.2;
  text-transform: capitalize;
}
.sm-timeline__item__col__header__category.talk {
  color: var(--color-2);
}
.sm-timeline__item__col__header__category.activity {
  color: var(--color-3);
}
.sm-timeline__item__col__header__category.workshop {
  color: var(--color-4);
}
.sm-timeline__item__col__header__title {
  width: calc(calc(100vw / 12) * 4);
}
.sm-timeline__item__col__header__title h2 {
  font-size: 24px;
  margin-bottom: 0;
  transition: 0.3s;
  background: white;
  z-index: 10;
  margin-bottom: 20px;
}
.sm-timeline__item__col__body {
  display: flex;
}
.sm-timeline__item__col__body__time {
  width: calc(calc(100vw / 12) * 2);
  margin-right: calc(calc(100vw / 12) * 1);
  text-align: center;
}
.sm-timeline__item__col__body__time h3 {
  font-size: 24px;
  transition: 0.3s;
}
.sm-timeline__item__col__body__time__line {
  width: 2px;
  height: 100%;
  width: 3px;
  height: calc(100% - 25px);
  margin: 0 auto;
  margin-top: 10px;
}
.sm-timeline__item__col__body__text {
  width: calc(calc(100vw / 12) * 4);
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.3s;
  transition-delay: 0.1s;
  position: relative;
}
.sm-timeline__item__col__body__text__fade {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.sm-timeline__item__col__presenter {
  transition: 0.3s;
}
.sm-timeline__item__col__presenter__photo {
  transition: 0.3s;
  transform: scale(0.4);
  background: var(--color-3);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: calc(calc(calc(100vw / 12) * 1.5) * 0.9);
  height: calc(calc(100vw / 12) * 1.5);
  margin: 0 auto;
  margin-bottom: 10px;
}
.sm-timeline__item__col__presenter__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sm-timeline__item__col__presenter__name {
  transition: 0.3s;
  text-align: center;
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
  margin-top: -45px;
}
.sm-timeline__item.active .sm-timeline__item__col__header {
  margin-bottom: 20px;
}
.sm-timeline__item.active .sm-timeline__item__col__header__title {
  margin-top: 20px;
}
.sm-timeline__item.active .sm-timeline__item__col__header__title h2 {
  font-size: 36px;
  transform: translateY(0%);
}
.sm-timeline__item.active .sm-timeline__item__col__body__time h3 {
  font-size: 36px;
}
.sm-timeline__item.active .sm-timeline__item__col__body__text {
  max-height: 800px;
}
.sm-timeline__item.active .sm-timeline__item__col__body__text__fade {
  opacity: 0;
}
.sm-timeline__item.active .sm-timeline__item__col__presenter__photo {
  transform: scale(1);
}
.sm-timeline__item.active .sm-timeline__item__col__presenter__name {
  margin-top: 0;
}
.sm-timeline.sm-home__section__news .sm-timeline__item__col__header__title h2 {
  transform: translateY(100%);
}
.sm-timeline.sm-home__section__news .sm-timeline__item.active .sm-timeline__item__col__header__title h2 {
  transform: translateY(0%);
}

.sm-retreat__section-speakers, .sm-about__section-team {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(calc(100vw / 12) * 1);
  justify-content: space-between;
}
.sm-retreat__section-speakers > *, .sm-about__section-team > * {
  margin: 0;
}
.sm-retreat__section-speakers h2, .sm-about__section-team h2 {
  width: 100%;
  z-index: 1;
}
.sm-retreat__section-speakers__item, .sm-about__section-team__item {
  width: calc(100% / 3 - calc(calc(100vw / 12) * 0.5));
  margin: 0;
  margin-bottom: 100px;
}
.sm-retreat__section-speakers__item__photo, .sm-about__section-team__item__photo {
  background: var(--color-3);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: calc(calc(calc(100vw / 12) * 2) * 0.9);
  height: calc(calc(100vw / 12) * 2);
  margin: 0 auto;
  margin-bottom: 20px;
}
.sm-retreat__section-speakers__item__photo img, .sm-about__section-team__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sm-retreat__section-speakers__item__name, .sm-about__section-team__item__name {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Palanquin", sans-serif !important;
  line-height: 1.2;
  font-size: 24px;
}
.sm-retreat__section-speakers__item__link, .sm-about__section-team__item__link {
  margin-bottom: 10px;
  text-align: center;
  min-height: 20px;
}
.sm-retreat__section-speakers__item__link a, .sm-about__section-team__item__link a {
  text-decoration: underline;
}
.sm-retreat__section-speakers__item__quote, .sm-about__section-team__item__quote {
  width: 130%;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin: 20px 0;
  text-align: center;
}
.sm-retreat__section-speakers__item__quote em, .sm-about__section-team__item__quote em {
  font-size: 36px;
}
.sm-retreat__section-speakers__item__text__container, .sm-about__section-team__item__text__container {
  position: relative;
}
.sm-retreat__section-speakers__item__text__container__text, .sm-about__section-team__item__text__container__text {
  max-height: 100px;
  overflow: hidden;
  transition: 0.3s;
}
.sm-retreat__section-speakers__item__text__container__text__link, .sm-about__section-team__item__text__container__text__link {
  margin: 0 auto;
  text-align: center;
}
.sm-retreat__section-speakers__item__text__container__fade, .sm-about__section-team__item__text__container__fade {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 50px;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
  pointer-events: none;
}
.sm-retreat__section-speakers__item__text__container__icon, .sm-about__section-team__item__text__container__icon {
  margin: 0 auto;
  display: block;
  transition: 0.3s;
  transform: rotate(0deg);
}
.sm-retreat__section-speakers__item__text__container__link, .sm-about__section-team__item__text__container__link {
  margin-bottom: 10px;
  text-align: center;
  min-height: 20px;
}
.sm-retreat__section-speakers__item__text__container__link a, .sm-about__section-team__item__text__container__link a {
  text-decoration: underline;
}
.sm-retreat__section-speakers__item__text__container.active .sm-retreat__section-speakers__item__text__container__fade, .sm-retreat__section-speakers__item__text__container.active .sm-about__section-team__item__text__container__fade, .sm-about__section-team__item__text__container.active .sm-retreat__section-speakers__item__text__container__fade, .sm-about__section-team__item__text__container.active .sm-about__section-team__item__text__container__fade {
  opacity: 0;
}
.sm-retreat__section-speakers__item__text__container.active .sm-retreat__section-speakers__item__text__container__icon, .sm-retreat__section-speakers__item__text__container.active .sm-about__section-team__item__text__container__icon, .sm-about__section-team__item__text__container.active .sm-retreat__section-speakers__item__text__container__icon, .sm-about__section-team__item__text__container.active .sm-about__section-team__item__text__container__icon {
  max-height: 200px;
  transform: rotate(180deg);
}
.sm-retreat__section-speakers__item__text__container.small .sm-retreat__section-speakers__item__text__container__text, .sm-retreat__section-speakers__item__text__container.small .sm-about__section-team__item__text__container__text, .sm-about__section-team__item__text__container.small .sm-retreat__section-speakers__item__text__container__text, .sm-about__section-team__item__text__container.small .sm-about__section-team__item__text__container__text {
  max-height: unset;
}
.sm-retreat__section-speakers__item__text__container.small .sm-retreat__section-speakers__item__text__container__fade, .sm-retreat__section-speakers__item__text__container.small .sm-about__section-team__item__text__container__fade, .sm-about__section-team__item__text__container.small .sm-retreat__section-speakers__item__text__container__fade, .sm-about__section-team__item__text__container.small .sm-about__section-team__item__text__container__fade {
  display: none;
}
.sm-retreat__section-speakers__item__text__container.small .sm-retreat__section-speakers__item__text__container__icon, .sm-retreat__section-speakers__item__text__container.small .sm-about__section-team__item__text__container__icon, .sm-about__section-team__item__text__container.small .sm-retreat__section-speakers__item__text__container__icon, .sm-about__section-team__item__text__container.small .sm-about__section-team__item__text__container__icon {
  display: none;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
  border-radius: 0 !important;
  padding: 0 !important;
}
#slb_viewer_wrap * {
  font-family: "Playfair Display", serif !important;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 768px) {
  .sm-header {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    overflow-x: hidden;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 90px);
    pointer-events: none;
  }
  .sm-header__menu {
    background: none;
  }
  .sm-header__menu__logo {
    pointer-events: all;
  }
  .sm-header__menu__logo svg #logo-text {
    fill: transparent;
    transition: 0.1s;
  }
  .sm-header__menu ul.menu {
    width: 414px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -414px;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    color: white;
    background: var(--color-4);
    transition: 0.3s;
  }
  .sm-header__menu ul.menu .menu-item {
    width: 100%;
    color: white;
    text-align: center;
    border-bottom: none;
    margin-top: calc(calc(100vh / 12) * 1);
  }
  .sm-header__menu ul.menu .menu-item a {
    color: white;
  }
  .sm-header__menu ul.menu .menu-item.current-menu-item, .sm-header__menu ul.menu .menu-item.current-page-ancestor, .sm-header__menu ul.menu .menu-item:hover {
    border-bottom: none;
  }
  .sm-header__menu ul.menu .menu-item.menu-item-50 {
    background: white;
    color: var(--color-4);
    border-bottom: none !important;
    position: absolute;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%) !important;
    bottom: 20px;
    width: 80%;
  }
  .sm-header__menu ul.menu .menu-item.menu-item-50 a {
    color: var(--color-4);
  }
  .sm-header__menu ul.menu .menu-item ul.sub-menu {
    display: none;
  }
  .sm-header__menu__icon {
    display: inherit;
    pointer-events: all;
  }
  .sm-header.active ul.menu {
    right: 0;
  }
  .sm-header.active .sm-header__menu__icon #Mask {
    fill: white;
  }
  .sm-header.active .sm-header__menu__icon #burger_bar-top {
    fill: var(--color-4);
    transform: rotate(-30deg) translate(-100%, 40%) scaleX(2);
  }
  .sm-header.active .sm-header__menu__icon #burger_bar-bottom {
    fill: var(--color-4);
    transform: rotate(30deg) translate(-100%, -55%) scaleX(3);
  }
  .sm-header.active .sm-header__menu__logo svg * {
    fill: white;
  }
  .sm-header.active .sm-header__menu__logo svg #logo-text {
    fill: white;
  }

  .sm-timeline__item {
    flex-wrap: wrap;
  }
  .sm-timeline__item__col-left {
    order: 1;
    width: 100%;
  }
  .sm-timeline__item__col-right {
    width: 100%;
    margin: 0;
    justify-content: center;
    order: 0;
  }
  .sm-timeline__item__col__header {
    flex-wrap: wrap;
  }
  .sm-timeline__item__col__header__category {
    width: unset;
    font-size: 16px;
    order: 1;
    margin: 10px auto 20px auto;
  }
  .sm-timeline__item__col__header__title {
    width: calc(calc(100vw / 12) * 7);
    order: 0;
    width: 100%;
    text-align: center;
    margin-top: 0 !important;
  }
  .sm-timeline__item__col__header__title h2 {
    margin-bottom: 0;
  }
  .sm-timeline__item__col__body__time {
    margin-right: calc(calc(100vw / 12) * 0.5);
    width: calc(calc(100vw / 12) * 1);
  }
  .sm-timeline__item__col__body__time h3 {
    font-size: 12px;
  }
  .sm-timeline__item__col__body__time__line {
    height: calc(100% - 10px);
  }
  .sm-timeline__item__col__body__text {
    width: calc(calc(100vw / 12) * 10);
  }
  .sm-timeline__item__col__presenter__photo {
    width: calc(calc(calc(100vw / 12) * 6) * 0.9);
    height: calc(calc(100vw / 12) * 6);
    max-width: calc(200px * 0.9);
    max-height: 200px;
    transform: scale(1);
  }
  .sm-timeline__item__col__presenter__name {
    margin-top: 0;
  }
  .sm-timeline__item.active .sm-timeline__item__col__header {
    margin-bottom: 0;
    margin-top: 0;
  }
  .sm-timeline__item.active .sm-timeline__item__col__header__title h2 {
    font-size: 24px;
  }
  .sm-timeline__item.active .sm-timeline__item__col__body__time h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .sm-header {
    width: 100vw;
  }
  .sm-header__menu ul.menu {
    width: 100%;
  }
  .sm-header__menu ul.menu .menu-item.menu-item-50 a {
    color: var(--color-4);
  }
  .sm-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sm-footer__col {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .sm-footer__col__logo {
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 1440px) {
  .sm-retreat__section-speakers, .sm-about__section-team {
    padding: 0 calc(calc(1440px / 12) * 1);
  }
  .sm-retreat__section-speakers__item, .sm-about__section-team__item {
    width: calc(100% / 3 - calc(calc(1440px / 12) * 0.5));
  }
  .sm-retreat__section-speakers__item__photo, .sm-about__section-team__item__photo {
    width: calc(calc(calc(1440px / 12) * 2) * 0.9);
    height: calc(calc(1440px / 12) * 2);
  }
  .sm-timeline .sm-timeline-retreat:last-of-type .sm-timeline__item__col__body__time__line {
    display: none;
  }
  .sm-timeline__item {
    display: flex;
  }
  .sm-timeline__item__col-left {
    width: calc(calc(1440px / 12) * 7);
  }
  .sm-timeline__item__col-right {
    width: calc(calc(1440px / 12) * 2);
    margin-left: calc(calc(1440px / 12) * 1);
  }
  .sm-timeline__item__col__header__category {
    width: calc(calc(1440px / 12) * 2);
    margin-right: calc(calc(1440px / 12) * 1);
  }
  .sm-timeline__item__col__header__title {
    width: calc(calc(1440px / 12) * 4);
  }
  .sm-timeline__item__col__body {
    display: flex;
  }
  .sm-timeline__item__col__body__time {
    width: calc(calc(1440px / 12) * 2);
    margin-right: calc(calc(1440px / 12) * 1);
  }
  .sm-timeline__item__col__body__time__line {
    height: calc(90%);
  }
  .sm-timeline__item__col__body__text {
    width: calc(calc(1440px / 12) * 4);
  }
  .sm-timeline__item__col__presenter__photo {
    width: calc(calc(calc(1440px / 12) * 1) * 0.9);
    height: calc(calc(1440px / 12) * 1);
  }
}
#cookie-law-info-bar .cli-plugin-button {
  background: var(--color-5) !important;
}
#cookie-law-info-bar .cli_settings_button {
  color: var(--color-4) !important;
  text-decoration: underline;
}

#cliSettingsPopup .cli-modal-content {
  border-radius: 0;
}
#cliSettingsPopup .cli-tab-header {
  background: var(--color-2);
  border-radius: 0;
}
#cliSettingsPopup .cli-tab-header * {
  color: white;
}
#cliSettingsPopup .cli-tab-header a:before {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
#cliSettingsPopup .cli-switch .cli-slider:after {
  color: white;
}

.landing {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  overflow: hidden;
  cursor: url(./assets/img/cursor-white.png) 16 16, auto;
}
.landing__fallback {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing__fallback img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.landing__fallback.clip {
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.landing__video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing__video video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing__video.clip {
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.landing__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: soft-light;
  opacity: 0.5;
  width: 50vh;
  height: 50vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/img/logo_white.svg");
}
.landing__logo svg {
  width: 100%;
  height: 100%;
}
.landing__background {
  mix-blend-mode: soft-light;
  opacity: 0.5;
  width: 100vw;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/img/background_pattern.svg");
  background-size: 200%;
  background-position-y: 56%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing__instruction {
  color: #888;
  mix-blend-mode: difference;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 200px;
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  -webkit-animation: loading 2s infinite alternate;
          animation: loading 2s infinite alternate;
}
.landing__instruction__text {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
}
.landing__information {
  font-size: 48px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing__mute {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: unset;
  color: #888;
  mix-blend-mode: difference;
  cursor: pointer;
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
}
.landing__mute::before {
  content: "sound off";
}
.landing__mute.active::before {
  content: "sound on";
}

.sm-loading {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  z-index: 100000;
  position: fixed;
  transition: 0.3s;
  pointer-events: none;
  cursor: none;
}
.sm-loading__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10vh;
  height: 10vh;
}
.sm-loading__logo svg {
  width: 100%;
  height: 100%;
}
.sm-loading__logo svg #sm-loading__logo_frag-1 {
  -webkit-animation: loading 2s infinite alternate;
          animation: loading 2s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sm-loading__logo svg #sm-loading__logo_frag-2 {
  -webkit-animation: loading 2s infinite alternate;
          animation: loading 2s infinite alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sm-loading__logo svg #sm-loading__logo_frag-3 {
  -webkit-animation: loading 2s infinite alternate;
          animation: loading 2s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.sm-loading__logo svg #sm-loading__logo_frag-4 {
  -webkit-animation: loading 2s infinite alternate;
          animation: loading 2s infinite alternate;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.sm-loading.active {
  pointer-events: all;
  opacity: 1;
}

.sm-404__section {
  height: calc(100vh - 70px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .landing__video {
    display: none;
    visibility: hidden;
  }
  .landing__instruction {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .landing__background {
    background-size: 300%;
  }
}
.wpcf7-form > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form > p .wpcf7-form-control-wrap.your-email {
  margin-top: 20px;
}
.wpcf7-form > p input {
  max-width: 100%;
}
.wpcf7-form > p input[type=email] {
  background: transparent;
  margin-right: 20px;
}
.wpcf7-form > p input[type=text] {
  background: transparent;
}
.wpcf7-form > p input[type=submit] {
  transform: translateY(25%);
}
.wpcf7-form > p .FirstName, .wpcf7-form > p .LastName {
  width: 49%;
}
.wpcf7-form .ajax-loader {
  position: absolute;
  z-index: -1;
}

@-webkit-keyframes loading {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes colors {
  0% {
    background: var(--color-green-light);
  }
  15% {
    background: var(--color-beige);
  }
  40% {
    background: var(--color-green-dark);
  }
  65% {
    background: var(--color-red);
  }
  90% {
    background: var(--color-orange);
  }
  100% {
    background: var(--color-green-light);
  }
}
@keyframes colors {
  0% {
    background: var(--color-green-light);
  }
  15% {
    background: var(--color-beige);
  }
  40% {
    background: var(--color-green-dark);
  }
  65% {
    background: var(--color-red);
  }
  90% {
    background: var(--color-orange);
  }
  100% {
    background: var(--color-green-light);
  }
}
/**
 * ========================================
 * 
 * Main styles
 * 
 * ========================================
 */
/** =============================================
*
*   Typography styles
*
============================================= */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
*========================================
*	
*	The Salemoche Grid
*
*   Version 1.0
*
*   Developed by Gabriel Bach
*
*
*========================================
*   
*   Modifiers:
*       
// *   Row
// 
// *       .justify-center:    justifies flexbox to the center
        .full               removes padding
*       
*   Block
*       .full:              makes block full width
*       .justify-start:     justifies flexbox to the start
*       .no-wrap:           disallows flexbox wrap
*       
*   Column
*       .grow:              allows column to grow to fill content
*       .no-gutter:         removes the margi on the siden
*/
/**
*========================================
*	
*	Set Grid Variables
*	
*========================================
*/
/* SM: save values in a function so that we can calculate the values for each breakpoint */
/* SM: make props.. variables that default to the default in sm-grid (change later) */
/* SM-TODO change instances of $column-width */
/**
*========================================
*	
*	Calculate Column Width and Row Height Mixin
*	
*========================================
*/
/**
*========================================
*	
*	Initiate Salemoche Grid
*	
*========================================
*/
.sm-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sm-row.full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.sm-row[class*=-no-wrap], .sm-row.no-wrap {
  flex-wrap: nowrap;
}
.sm-row[class*=-justify-center], .sm-row.justify-center {
  justify-content: center;
}

/* SM-TODO: Check how to display gutenberg default blocks in the correct content size  */
.wp-block {
  max-width: unset;
}

/* Style Debug Grid */
.sm-grid {
  display: none;
  display: inherit;
  z-index: 10000;
  position: fixed;
  height: 100vh;
}
.sm-grid .sm-block .sm-col, .sm-grid .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, .sm-grid div.wp-block-group > .wp-block-group__inner-container .sm-col {
  border: 1px solid #ff0000;
  background: #ff000022;
  height: 100vh;
}

/* Initiate Block */
.sm-block, .sm-block > .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .wp-block-group__inner-container, .is-root-container > div.wp-block, div.wp-block-group {
  /* SM-TODO: Check if justify-content: space-between and flex-grow 1 wouldn't be better as a standard */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* Gutenberg Block Group Inner Container */
  /* Initiate Columns */
}
@media screen and (min-width: 1240px) {
  .sm-block, .sm-block > .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .wp-block-group__inner-container, .is-root-container > div.wp-block, div.wp-block-group {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1240px) {
  .sm-block, .sm-block > .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .wp-block-group__inner-container, .is-root-container > div.wp-block, div.wp-block-group {
    max-width: 100%;
  }
}
.sm-block.full, .sm-block > .full.wp-block-group__inner-container, .is-root-container > div.wp-block > .full.wp-block-group__inner-container, div.wp-block-group > .full.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .full.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .full.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .full.wp-block-group__inner-container, .sm-block[data-align=full], .sm-block > [data-align=full].wp-block-group__inner-container, .is-root-container > div.wp-block > [data-align=full].wp-block-group__inner-container, div.wp-block-group > [data-align=full].wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container, .sm-block.alignfull, .sm-block > .alignfull.wp-block-group__inner-container, .is-root-container > div.wp-block > .alignfull.wp-block-group__inner-container, div.wp-block-group > .alignfull.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container, .sm-block.full > .sm-block.wp-block-group, .sm-block > .full.wp-block-group__inner-container > .sm-block.wp-block-group, .is-root-container > div.wp-block > .full.wp-block-group__inner-container > .sm-block.wp-block-group, div.wp-block-group > .full.wp-block-group__inner-container > .sm-block.wp-block-group, .sm-block > .wp-block-group__inner-container > .full.wp-block-group__inner-container > .sm-block.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > .full.wp-block-group__inner-container > .sm-block.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > .full.wp-block-group__inner-container > .sm-block.wp-block-group, .sm-block.full > .wp-block-group.wp-block-group__inner-container, .sm-block > .sm-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .sm-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .sm-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .sm-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .sm-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .sm-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.sm-block.full > .wp-block-group.wp-block-group__inner-container, .is-root-container.sm-block > div.wp-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.is-root-container.wp-block > div.wp-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.is-root-container.wp-block-group > div.wp-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .is-root-container.wp-block-group__inner-container > div.wp-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .is-root-container.wp-block-group__inner-container > div.wp-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .is-root-container.wp-block-group__inner-container > div.wp-block.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.sm-block.full > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > div.wp-block-group.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > div.wp-block-group.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > div.wp-block-group.full.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container.sm-block.full > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.sm-block.wp-block > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, div.sm-block.wp-block-group > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .sm-block > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container.sm-block.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.sm-block > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container.sm-block > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.is-root-container.wp-block > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, div.is-root-container.wp-block-group > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container.sm-block.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.sm-block > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block-group.wp-block > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container.full > .wp-block-group.wp-block-group__inner-container, .sm-block[data-align=full] > .sm-block.wp-block-group, .sm-block > [data-align=full].wp-block-group__inner-container > .sm-block.wp-block-group, .is-root-container > div.wp-block > [data-align=full].wp-block-group__inner-container > .sm-block.wp-block-group, div.wp-block-group > [data-align=full].wp-block-group__inner-container > .sm-block.wp-block-group, .sm-block > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container > .sm-block.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container > .sm-block.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container > .sm-block.wp-block-group, .sm-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block > .sm-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .sm-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .sm-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .sm-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .sm-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .sm-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.sm-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container.sm-block > div.wp-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.is-root-container.wp-block > div.wp-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.is-root-container.wp-block-group > div.wp-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .is-root-container.wp-block-group__inner-container > div.wp-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .is-root-container.wp-block-group__inner-container > div.wp-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .is-root-container.wp-block-group__inner-container > div.wp-block[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.sm-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > div.wp-block-group[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > div.wp-block-group[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > div.wp-block-group[data-align=full].wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container.sm-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.sm-block.wp-block > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.sm-block.wp-block-group > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container.sm-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.sm-block > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container.sm-block > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.is-root-container.wp-block > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.is-root-container.wp-block-group > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container.sm-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.sm-block > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block-group.wp-block > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block.alignfull > .sm-block.wp-block-group, .sm-block > .alignfull.wp-block-group__inner-container > .sm-block.wp-block-group, .is-root-container > div.wp-block > .alignfull.wp-block-group__inner-container > .sm-block.wp-block-group, div.wp-block-group > .alignfull.wp-block-group__inner-container > .sm-block.wp-block-group, .sm-block > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container > .sm-block.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container > .sm-block.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container > .sm-block.wp-block-group, .sm-block.alignfull > .wp-block-group.wp-block-group__inner-container, .sm-block > .sm-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .sm-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .sm-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .sm-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .sm-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .sm-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.sm-block.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container.sm-block > div.wp-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.is-root-container.wp-block > div.wp-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.is-root-container.wp-block-group > div.wp-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .is-root-container.wp-block-group__inner-container > div.wp-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .is-root-container.wp-block-group__inner-container > div.wp-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .is-root-container.wp-block-group__inner-container > div.wp-block.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.sm-block.alignfull > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > div.wp-block-group.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > div.wp-block-group.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > div.wp-block-group.alignfull.wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container.sm-block.alignfull > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.sm-block.wp-block > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, div.sm-block.wp-block-group > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .sm-block > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .sm-block.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container.sm-block.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.sm-block > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container.sm-block > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.is-root-container.wp-block > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, div.is-root-container.wp-block-group > div.wp-block.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container.sm-block.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.sm-block > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block-group.wp-block > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group.wp-block-group__inner-container > .wp-block-group__inner-container.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.full > .sm-block.wp-block-group, .is-root-container > div.sm-block.wp-block.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block-group.wp-block.full > .wp-block-group.wp-block-group__inner-container, .sm-block.is-root-container > div.wp-block-group__inner-container.wp-block.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.is-root-container > div.wp-block-group__inner-container.wp-block.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.is-root-container > div.wp-block-group__inner-container.wp-block.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block[data-align=full] > .sm-block.wp-block-group, .is-root-container > div.sm-block.wp-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block-group.wp-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block.is-root-container > div.wp-block-group__inner-container.wp-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.is-root-container > div.wp-block-group__inner-container.wp-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.is-root-container > div.wp-block-group__inner-container.wp-block[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.alignfull > .sm-block.wp-block-group, .is-root-container > div.sm-block.wp-block.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block-group.wp-block.alignfull > .wp-block-group.wp-block-group__inner-container, .sm-block.is-root-container > div.wp-block-group__inner-container.wp-block.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.is-root-container > div.wp-block-group__inner-container.wp-block.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.is-root-container > div.wp-block-group__inner-container.wp-block.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.full > .sm-block.wp-block-group, div.sm-block.wp-block-group.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.full > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group__inner-container.wp-block-group.full > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group__inner-container.wp-block-group.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group__inner-container.wp-block-group.full > .wp-block-group.wp-block-group__inner-container, div.wp-block-group[data-align=full] > .sm-block.wp-block-group, div.sm-block.wp-block-group[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group[data-align=full] > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group__inner-container.wp-block-group[data-align=full] > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group__inner-container.wp-block-group[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group__inner-container.wp-block-group[data-align=full] > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.alignfull > .sm-block.wp-block-group, div.sm-block.wp-block-group.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group.alignfull > .wp-block-group.wp-block-group__inner-container, .sm-block > div.wp-block-group__inner-container.wp-block-group.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > div.wp-block-group__inner-container.wp-block-group.alignfull > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > div.wp-block-group__inner-container.wp-block-group.alignfull > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.full, .is-root-container > div.wp-block[data-align=full], .is-root-container > div.wp-block.alignfull, .sm-block.full.is-root-container > div.wp-block.wp-block-group, .sm-block > .full.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .is-root-container > div.wp-block > .full.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, div.wp-block-group > .full.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .sm-block > .wp-block-group__inner-container > .full.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > .full.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > .full.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .sm-block[data-align=full].is-root-container > div.wp-block.wp-block-group, .sm-block > [data-align=full].is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .is-root-container > div.wp-block > [data-align=full].is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, div.wp-block-group > [data-align=full].is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .sm-block > .wp-block-group__inner-container > [data-align=full].is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > [data-align=full].is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > [data-align=full].is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .sm-block.alignfull.is-root-container > div.wp-block.wp-block-group, .sm-block > .alignfull.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .is-root-container > div.wp-block > .alignfull.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, div.wp-block-group > .alignfull.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .sm-block > .wp-block-group__inner-container > .alignfull.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > .alignfull.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > .alignfull.is-root-container.wp-block-group__inner-container > div.wp-block.wp-block-group, div.wp-block-group.full.is-root-container > div.wp-block.wp-block-group, div.wp-block-group[data-align=full].is-root-container > div.wp-block.wp-block-group, div.wp-block-group.alignfull.is-root-container > div.wp-block.wp-block-group, div.wp-block-group.full, div.wp-block-group[data-align=full], div.wp-block-group.alignfull, .sm-block.full > div.wp-block-group, .sm-block > .full.wp-block-group__inner-container > div.wp-block-group, .is-root-container > div.wp-block > .full.wp-block-group__inner-container > div.wp-block-group, div.wp-block-group > .full.wp-block-group__inner-container > div.wp-block-group, .sm-block > .wp-block-group__inner-container > .full.wp-block-group__inner-container > div.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > .full.wp-block-group__inner-container > div.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > .full.wp-block-group__inner-container > div.wp-block-group, .sm-block[data-align=full] > div.wp-block-group, .sm-block > [data-align=full].wp-block-group__inner-container > div.wp-block-group, .is-root-container > div.wp-block > [data-align=full].wp-block-group__inner-container > div.wp-block-group, div.wp-block-group > [data-align=full].wp-block-group__inner-container > div.wp-block-group, .sm-block > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container > div.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container > div.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > [data-align=full].wp-block-group__inner-container > div.wp-block-group, .sm-block.alignfull > div.wp-block-group, .sm-block > .alignfull.wp-block-group__inner-container > div.wp-block-group, .is-root-container > div.wp-block > .alignfull.wp-block-group__inner-container > div.wp-block-group, div.wp-block-group > .alignfull.wp-block-group__inner-container > div.wp-block-group, .sm-block > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container > div.wp-block-group, .is-root-container > div.wp-block > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container > div.wp-block-group, div.wp-block-group > .wp-block-group__inner-container > .alignfull.wp-block-group__inner-container > div.wp-block-group, .is-root-container > div.wp-block.full > div.wp-block-group, .is-root-container > div.wp-block[data-align=full] > div.wp-block-group, .is-root-container > div.wp-block.alignfull > div.wp-block-group, div.wp-block-group.full > div.wp-block-group, div.wp-block-group[data-align=full] > div.wp-block-group, div.wp-block-group.alignfull > div.wp-block-group {
  width: 100%;
  max-width: unset;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.sm-block.wide, .sm-block > .wide.wp-block-group__inner-container, .is-root-container > div.wp-block > .wide.wp-block-group__inner-container, div.wp-block-group > .wide.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .wide.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .wide.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .wide.wp-block-group__inner-container, .sm-block[data-align=wide], .sm-block > [data-align=wide].wp-block-group__inner-container, .is-root-container > div.wp-block > [data-align=wide].wp-block-group__inner-container, div.wp-block-group > [data-align=wide].wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > [data-align=wide].wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > [data-align=wide].wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > [data-align=wide].wp-block-group__inner-container, .sm-block.alignwide, .sm-block > .alignwide.wp-block-group__inner-container, .is-root-container > div.wp-block > .alignwide.wp-block-group__inner-container, div.wp-block-group > .alignwide.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .alignwide.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .alignwide.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .alignwide.wp-block-group__inner-container, .is-root-container > div.wp-block.wide, .is-root-container > div.wp-block[data-align=wide], .is-root-container > div.wp-block.alignwide, div.wp-block-group.wide, div.wp-block-group[data-align=wide], div.wp-block-group.alignwide {
  width: 1240px;
}
.sm-block.wp-block-group, .sm-block > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .wp-block-group.wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group, div.wp-block-group.wp-block-group {
  width: 100%;
  max-width: 100vw;
}
.sm-block.wp-block-group .wp-block-group__inner-container, .sm-block > .wp-block-group.wp-block-group__inner-container .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group.wp-block-group__inner-container .wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group .wp-block-group__inner-container, div.wp-block-group.wp-block-group .wp-block-group__inner-container {
  width: 100%;
}
@media screen and (min-width: 1240px) {
  .sm-block.wp-block-group .wp-block-group__inner-container, .sm-block > .wp-block-group.wp-block-group__inner-container .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group.wp-block-group__inner-container .wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group .wp-block-group__inner-container, div.wp-block-group.wp-block-group .wp-block-group__inner-container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1240px) {
  .sm-block.wp-block-group .wp-block-group__inner-container, .sm-block > .wp-block-group.wp-block-group__inner-container .wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group.wp-block-group__inner-container .wp-block-group__inner-container, .is-root-container > div.wp-block.wp-block-group .wp-block-group__inner-container, div.wp-block-group.wp-block-group .wp-block-group__inner-container {
    max-width: 100%;
  }
}
.sm-block.justify-start, .sm-block > .justify-start.wp-block-group__inner-container, .is-root-container > div.wp-block > .justify-start.wp-block-group__inner-container, div.wp-block-group > .justify-start.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .justify-start.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .justify-start.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .justify-start.wp-block-group__inner-container, .is-root-container > div.wp-block.justify-start, div.wp-block-group.justify-start {
  justify-content: start;
}
.sm-block.no-wrap, .sm-block > .no-wrap.wp-block-group__inner-container, .is-root-container > div.wp-block > .no-wrap.wp-block-group__inner-container, div.wp-block-group > .no-wrap.wp-block-group__inner-container, .sm-block > .wp-block-group__inner-container > .no-wrap.wp-block-group__inner-container, .is-root-container > div.wp-block > .wp-block-group__inner-container > .no-wrap.wp-block-group__inner-container, div.wp-block-group > .wp-block-group__inner-container > .no-wrap.wp-block-group__inner-container, .is-root-container > div.wp-block.no-wrap, div.wp-block-group.no-wrap {
  flex-wrap: nowrap;
}
.sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
  /* SM-TODO: SM: Check why this shit always returns true */
  width: calc((100% / 12) * 6);
  /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
  padding-left: calc( 8px / 2);
  padding-right: calc( 8px / 2);
  display: inline-block;
  flex-grow: 0;
  /* SM: Loop through each breakpoint in sm-grid */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: Take first Map as a large screen breakpoint */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: Take first Map as a large screen breakpoint */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: Take first Map as a large screen breakpoint */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: Take first Map as a large screen breakpoint */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: Take first Map as a large screen breakpoint */
  /* SM: If it's a map use the name as a breakpoint and loop through its values */
  /* SM: Take first Map as a large screen breakpoint */
}
.sm-block .sm-col else, .sm-block > .wp-block-group__inner-container .sm-col else, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col else, div.wp-block-group > .wp-block-group__inner-container .sm-col else, .is-root-container > div.wp-block .sm-col else, div.wp-block-group .sm-col else {
  width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
}
@media screen and (max-width: 1800px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-huge-1, .is-root-container > div.wp-block .sm-col.sm-huge-1, div.wp-block-group .sm-col.sm-huge-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-1 else, .is-root-container > div.wp-block .sm-col.sm-huge-1 else, div.wp-block-group .sm-col.sm-huge-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-2, .is-root-container > div.wp-block .sm-col.sm-huge-2, div.wp-block-group .sm-col.sm-huge-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-2 else, .is-root-container > div.wp-block .sm-col.sm-huge-2 else, div.wp-block-group .sm-col.sm-huge-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-3, .is-root-container > div.wp-block .sm-col.sm-huge-3, div.wp-block-group .sm-col.sm-huge-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-3 else, .is-root-container > div.wp-block .sm-col.sm-huge-3 else, div.wp-block-group .sm-col.sm-huge-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-4, .is-root-container > div.wp-block .sm-col.sm-huge-4, div.wp-block-group .sm-col.sm-huge-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-4 else, .is-root-container > div.wp-block .sm-col.sm-huge-4 else, div.wp-block-group .sm-col.sm-huge-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-5, .is-root-container > div.wp-block .sm-col.sm-huge-5, div.wp-block-group .sm-col.sm-huge-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-5 else, .is-root-container > div.wp-block .sm-col.sm-huge-5 else, div.wp-block-group .sm-col.sm-huge-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-6, .is-root-container > div.wp-block .sm-col.sm-huge-6, div.wp-block-group .sm-col.sm-huge-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-6 else, .is-root-container > div.wp-block .sm-col.sm-huge-6 else, div.wp-block-group .sm-col.sm-huge-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-7, .is-root-container > div.wp-block .sm-col.sm-huge-7, div.wp-block-group .sm-col.sm-huge-7 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 7);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-7 else, .is-root-container > div.wp-block .sm-col.sm-huge-7 else, div.wp-block-group .sm-col.sm-huge-7 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-8, .is-root-container > div.wp-block .sm-col.sm-huge-8, div.wp-block-group .sm-col.sm-huge-8 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 8);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-8 else, .is-root-container > div.wp-block .sm-col.sm-huge-8 else, div.wp-block-group .sm-col.sm-huge-8 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-9, .is-root-container > div.wp-block .sm-col.sm-huge-9, div.wp-block-group .sm-col.sm-huge-9 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 9);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-9 else, .is-root-container > div.wp-block .sm-col.sm-huge-9 else, div.wp-block-group .sm-col.sm-huge-9 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-10, .is-root-container > div.wp-block .sm-col.sm-huge-10, div.wp-block-group .sm-col.sm-huge-10 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 10);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-10 else, .is-root-container > div.wp-block .sm-col.sm-huge-10 else, div.wp-block-group .sm-col.sm-huge-10 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-11, .is-root-container > div.wp-block .sm-col.sm-huge-11, div.wp-block-group .sm-col.sm-huge-11 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 11);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-11 else, .is-root-container > div.wp-block .sm-col.sm-huge-11 else, div.wp-block-group .sm-col.sm-huge-11 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-huge-12, .is-root-container > div.wp-block .sm-col.sm-huge-12, div.wp-block-group .sm-col.sm-huge-12 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 12);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-huge-12 else, .is-root-container > div.wp-block .sm-col.sm-huge-12 else, div.wp-block-group .sm-col.sm-huge-12 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
@media screen and (min-width: 1800px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-col.sm-huge-1, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-1, div.wp-block-group .sm-col.sm-col.sm-huge-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-1 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-1 else, div.wp-block-group .sm-col.sm-col.sm-huge-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-2, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-2, div.wp-block-group .sm-col.sm-col.sm-huge-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-2 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-2 else, div.wp-block-group .sm-col.sm-col.sm-huge-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-3, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-3, div.wp-block-group .sm-col.sm-col.sm-huge-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-3 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-3 else, div.wp-block-group .sm-col.sm-col.sm-huge-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-4, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-4, div.wp-block-group .sm-col.sm-col.sm-huge-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-4 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-4 else, div.wp-block-group .sm-col.sm-col.sm-huge-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-5, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-5, div.wp-block-group .sm-col.sm-col.sm-huge-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-5 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-5 else, div.wp-block-group .sm-col.sm-col.sm-huge-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-6, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-6, div.wp-block-group .sm-col.sm-col.sm-huge-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-6 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-6 else, div.wp-block-group .sm-col.sm-col.sm-huge-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-7, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-7, div.wp-block-group .sm-col.sm-col.sm-huge-7 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 7);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-7 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-7 else, div.wp-block-group .sm-col.sm-col.sm-huge-7 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-8, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-8, div.wp-block-group .sm-col.sm-col.sm-huge-8 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 8);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-8 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-8 else, div.wp-block-group .sm-col.sm-col.sm-huge-8 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-9, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-9, div.wp-block-group .sm-col.sm-col.sm-huge-9 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 9);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-9 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-9 else, div.wp-block-group .sm-col.sm-col.sm-huge-9 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-10, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-10, div.wp-block-group .sm-col.sm-col.sm-huge-10 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 10);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-10 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-10 else, div.wp-block-group .sm-col.sm-col.sm-huge-10 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-11, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-11, div.wp-block-group .sm-col.sm-col.sm-huge-11 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 11);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-11 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-11 else, div.wp-block-group .sm-col.sm-col.sm-huge-11 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-huge-12, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-12, div.wp-block-group .sm-col.sm-col.sm-huge-12 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 12);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-huge-12 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-huge-12 else, div.wp-block-group .sm-col.sm-col.sm-huge-12 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
@media screen and (max-width: 1400px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-xlarge-1, .is-root-container > div.wp-block .sm-col.sm-xlarge-1, div.wp-block-group .sm-col.sm-xlarge-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-1 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-1 else, div.wp-block-group .sm-col.sm-xlarge-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-2, .is-root-container > div.wp-block .sm-col.sm-xlarge-2, div.wp-block-group .sm-col.sm-xlarge-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-2 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-2 else, div.wp-block-group .sm-col.sm-xlarge-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-3, .is-root-container > div.wp-block .sm-col.sm-xlarge-3, div.wp-block-group .sm-col.sm-xlarge-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-3 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-3 else, div.wp-block-group .sm-col.sm-xlarge-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-4, .is-root-container > div.wp-block .sm-col.sm-xlarge-4, div.wp-block-group .sm-col.sm-xlarge-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-4 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-4 else, div.wp-block-group .sm-col.sm-xlarge-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-5, .is-root-container > div.wp-block .sm-col.sm-xlarge-5, div.wp-block-group .sm-col.sm-xlarge-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-5 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-5 else, div.wp-block-group .sm-col.sm-xlarge-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-6, .is-root-container > div.wp-block .sm-col.sm-xlarge-6, div.wp-block-group .sm-col.sm-xlarge-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-6 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-6 else, div.wp-block-group .sm-col.sm-xlarge-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-7, .is-root-container > div.wp-block .sm-col.sm-xlarge-7, div.wp-block-group .sm-col.sm-xlarge-7 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 7);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-7 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-7 else, div.wp-block-group .sm-col.sm-xlarge-7 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-8, .is-root-container > div.wp-block .sm-col.sm-xlarge-8, div.wp-block-group .sm-col.sm-xlarge-8 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 8);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-8 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-8 else, div.wp-block-group .sm-col.sm-xlarge-8 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-9, .is-root-container > div.wp-block .sm-col.sm-xlarge-9, div.wp-block-group .sm-col.sm-xlarge-9 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 9);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-9 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-9 else, div.wp-block-group .sm-col.sm-xlarge-9 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-10, .is-root-container > div.wp-block .sm-col.sm-xlarge-10, div.wp-block-group .sm-col.sm-xlarge-10 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 10);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-10 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-10 else, div.wp-block-group .sm-col.sm-xlarge-10 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-11, .is-root-container > div.wp-block .sm-col.sm-xlarge-11, div.wp-block-group .sm-col.sm-xlarge-11 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 11);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-11 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-11 else, div.wp-block-group .sm-col.sm-xlarge-11 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xlarge-12, .is-root-container > div.wp-block .sm-col.sm-xlarge-12, div.wp-block-group .sm-col.sm-xlarge-12 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 12);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xlarge-12 else, .is-root-container > div.wp-block .sm-col.sm-xlarge-12 else, div.wp-block-group .sm-col.sm-xlarge-12 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
@media screen and (max-width: 1024px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-large-1, .is-root-container > div.wp-block .sm-col.sm-large-1, div.wp-block-group .sm-col.sm-large-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-1 else, .is-root-container > div.wp-block .sm-col.sm-large-1 else, div.wp-block-group .sm-col.sm-large-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-2, .is-root-container > div.wp-block .sm-col.sm-large-2, div.wp-block-group .sm-col.sm-large-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-2 else, .is-root-container > div.wp-block .sm-col.sm-large-2 else, div.wp-block-group .sm-col.sm-large-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-3, .is-root-container > div.wp-block .sm-col.sm-large-3, div.wp-block-group .sm-col.sm-large-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-3 else, .is-root-container > div.wp-block .sm-col.sm-large-3 else, div.wp-block-group .sm-col.sm-large-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-4, .is-root-container > div.wp-block .sm-col.sm-large-4, div.wp-block-group .sm-col.sm-large-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-4 else, .is-root-container > div.wp-block .sm-col.sm-large-4 else, div.wp-block-group .sm-col.sm-large-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-5, .is-root-container > div.wp-block .sm-col.sm-large-5, div.wp-block-group .sm-col.sm-large-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-5 else, .is-root-container > div.wp-block .sm-col.sm-large-5 else, div.wp-block-group .sm-col.sm-large-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-6, .is-root-container > div.wp-block .sm-col.sm-large-6, div.wp-block-group .sm-col.sm-large-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-6 else, .is-root-container > div.wp-block .sm-col.sm-large-6 else, div.wp-block-group .sm-col.sm-large-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-7, .is-root-container > div.wp-block .sm-col.sm-large-7, div.wp-block-group .sm-col.sm-large-7 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 7);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-7 else, .is-root-container > div.wp-block .sm-col.sm-large-7 else, div.wp-block-group .sm-col.sm-large-7 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-8, .is-root-container > div.wp-block .sm-col.sm-large-8, div.wp-block-group .sm-col.sm-large-8 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 8);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-8 else, .is-root-container > div.wp-block .sm-col.sm-large-8 else, div.wp-block-group .sm-col.sm-large-8 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-9, .is-root-container > div.wp-block .sm-col.sm-large-9, div.wp-block-group .sm-col.sm-large-9 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 9);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-9 else, .is-root-container > div.wp-block .sm-col.sm-large-9 else, div.wp-block-group .sm-col.sm-large-9 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-10, .is-root-container > div.wp-block .sm-col.sm-large-10, div.wp-block-group .sm-col.sm-large-10 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 10);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-10 else, .is-root-container > div.wp-block .sm-col.sm-large-10 else, div.wp-block-group .sm-col.sm-large-10 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-11, .is-root-container > div.wp-block .sm-col.sm-large-11, div.wp-block-group .sm-col.sm-large-11 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 11);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-11 else, .is-root-container > div.wp-block .sm-col.sm-large-11 else, div.wp-block-group .sm-col.sm-large-11 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-large-12, .is-root-container > div.wp-block .sm-col.sm-large-12, div.wp-block-group .sm-col.sm-large-12 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 12);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-large-12 else, .is-root-container > div.wp-block .sm-col.sm-large-12 else, div.wp-block-group .sm-col.sm-large-12 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
@media screen and (min-width: 1024px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-col.sm-large-1, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-1, div.wp-block-group .sm-col.sm-col.sm-large-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-1 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-1 else, div.wp-block-group .sm-col.sm-col.sm-large-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-2, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-2, div.wp-block-group .sm-col.sm-col.sm-large-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-2 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-2 else, div.wp-block-group .sm-col.sm-col.sm-large-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-3, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-3, div.wp-block-group .sm-col.sm-col.sm-large-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-3 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-3 else, div.wp-block-group .sm-col.sm-col.sm-large-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-4, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-4, div.wp-block-group .sm-col.sm-col.sm-large-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-4 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-4 else, div.wp-block-group .sm-col.sm-col.sm-large-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-5, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-5, div.wp-block-group .sm-col.sm-col.sm-large-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-5 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-5 else, div.wp-block-group .sm-col.sm-col.sm-large-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-6, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-6, div.wp-block-group .sm-col.sm-col.sm-large-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-6 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-6 else, div.wp-block-group .sm-col.sm-col.sm-large-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-7, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-7, div.wp-block-group .sm-col.sm-col.sm-large-7 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 7);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-7 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-7 else, div.wp-block-group .sm-col.sm-col.sm-large-7 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-8, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-8, div.wp-block-group .sm-col.sm-col.sm-large-8 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 8);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-8 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-8 else, div.wp-block-group .sm-col.sm-col.sm-large-8 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-9, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-9, div.wp-block-group .sm-col.sm-col.sm-large-9 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 9);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-9 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-9 else, div.wp-block-group .sm-col.sm-col.sm-large-9 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-10, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-10, div.wp-block-group .sm-col.sm-col.sm-large-10 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 10);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-10 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-10 else, div.wp-block-group .sm-col.sm-col.sm-large-10 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-11, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-11, div.wp-block-group .sm-col.sm-col.sm-large-11 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 11);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-11 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-11 else, div.wp-block-group .sm-col.sm-col.sm-large-11 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-col.sm-large-12, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-12, div.wp-block-group .sm-col.sm-col.sm-large-12 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 12) * 12);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-col.sm-large-12 else, .is-root-container > div.wp-block .sm-col.sm-col.sm-large-12 else, div.wp-block-group .sm-col.sm-col.sm-large-12 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
@media screen and (max-width: 768px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-medium-1, .is-root-container > div.wp-block .sm-col.sm-medium-1, div.wp-block-group .sm-col.sm-medium-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-medium-1 else, .is-root-container > div.wp-block .sm-col.sm-medium-1 else, div.wp-block-group .sm-col.sm-medium-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-medium-2, .is-root-container > div.wp-block .sm-col.sm-medium-2, div.wp-block-group .sm-col.sm-medium-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-medium-2 else, .is-root-container > div.wp-block .sm-col.sm-medium-2 else, div.wp-block-group .sm-col.sm-medium-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-medium-3, .is-root-container > div.wp-block .sm-col.sm-medium-3, div.wp-block-group .sm-col.sm-medium-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-medium-3 else, .is-root-container > div.wp-block .sm-col.sm-medium-3 else, div.wp-block-group .sm-col.sm-medium-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-medium-4, .is-root-container > div.wp-block .sm-col.sm-medium-4, div.wp-block-group .sm-col.sm-medium-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-medium-4 else, .is-root-container > div.wp-block .sm-col.sm-medium-4 else, div.wp-block-group .sm-col.sm-medium-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-medium-5, .is-root-container > div.wp-block .sm-col.sm-medium-5, div.wp-block-group .sm-col.sm-medium-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-medium-5 else, .is-root-container > div.wp-block .sm-col.sm-medium-5 else, div.wp-block-group .sm-col.sm-medium-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-medium-6, .is-root-container > div.wp-block .sm-col.sm-medium-6, div.wp-block-group .sm-col.sm-medium-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-medium-6 else, .is-root-container > div.wp-block .sm-col.sm-medium-6 else, div.wp-block-group .sm-col.sm-medium-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
@media screen and (max-width: 420px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-small-1, .is-root-container > div.wp-block .sm-col.sm-small-1, div.wp-block-group .sm-col.sm-small-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-small-1 else, .is-root-container > div.wp-block .sm-col.sm-small-1 else, div.wp-block-group .sm-col.sm-small-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-small-2, .is-root-container > div.wp-block .sm-col.sm-small-2, div.wp-block-group .sm-col.sm-small-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-small-2 else, .is-root-container > div.wp-block .sm-col.sm-small-2 else, div.wp-block-group .sm-col.sm-small-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-small-3, .is-root-container > div.wp-block .sm-col.sm-small-3, div.wp-block-group .sm-col.sm-small-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-small-3 else, .is-root-container > div.wp-block .sm-col.sm-small-3 else, div.wp-block-group .sm-col.sm-small-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-small-4, .is-root-container > div.wp-block .sm-col.sm-small-4, div.wp-block-group .sm-col.sm-small-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-small-4 else, .is-root-container > div.wp-block .sm-col.sm-small-4 else, div.wp-block-group .sm-col.sm-small-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-small-5, .is-root-container > div.wp-block .sm-col.sm-small-5, div.wp-block-group .sm-col.sm-small-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-small-5 else, .is-root-container > div.wp-block .sm-col.sm-small-5 else, div.wp-block-group .sm-col.sm-small-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-small-6, .is-root-container > div.wp-block .sm-col.sm-small-6, div.wp-block-group .sm-col.sm-small-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-small-6 else, .is-root-container > div.wp-block .sm-col.sm-small-6 else, div.wp-block-group .sm-col.sm-small-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
@media screen and (max-width: 320px) {
  .sm-block .sm-col, .sm-block > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block > .wp-block-group__inner-container .sm-col, div.wp-block-group > .wp-block-group__inner-container .sm-col, .is-root-container > div.wp-block .sm-col, div.wp-block-group .sm-col {
    /* SM: Loop through each column depending on the class number and add styling to it*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
    /* SM: Style all sm-col columns to the right size if they have breakpoint in their name*/
  }
  .sm-block .sm-col.sm-xsmall-1, .is-root-container > div.wp-block .sm-col.sm-xsmall-1, div.wp-block-group .sm-col.sm-xsmall-1 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 1);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xsmall-1 else, .is-root-container > div.wp-block .sm-col.sm-xsmall-1 else, div.wp-block-group .sm-col.sm-xsmall-1 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xsmall-2, .is-root-container > div.wp-block .sm-col.sm-xsmall-2, div.wp-block-group .sm-col.sm-xsmall-2 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 2);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xsmall-2 else, .is-root-container > div.wp-block .sm-col.sm-xsmall-2 else, div.wp-block-group .sm-col.sm-xsmall-2 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xsmall-3, .is-root-container > div.wp-block .sm-col.sm-xsmall-3, div.wp-block-group .sm-col.sm-xsmall-3 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 3);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xsmall-3 else, .is-root-container > div.wp-block .sm-col.sm-xsmall-3 else, div.wp-block-group .sm-col.sm-xsmall-3 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xsmall-4, .is-root-container > div.wp-block .sm-col.sm-xsmall-4, div.wp-block-group .sm-col.sm-xsmall-4 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 4);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xsmall-4 else, .is-root-container > div.wp-block .sm-col.sm-xsmall-4 else, div.wp-block-group .sm-col.sm-xsmall-4 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xsmall-5, .is-root-container > div.wp-block .sm-col.sm-xsmall-5, div.wp-block-group .sm-col.sm-xsmall-5 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 5);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xsmall-5 else, .is-root-container > div.wp-block .sm-col.sm-xsmall-5 else, div.wp-block-group .sm-col.sm-xsmall-5 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
  .sm-block .sm-col.sm-xsmall-6, .is-root-container > div.wp-block .sm-col.sm-xsmall-6, div.wp-block-group .sm-col.sm-xsmall-6 {
    /* SM: Call the mixin which in turn uses the value to call the call the function */
    /* SM-TODO: SM: Check why this shit always returns true */
    width: calc((100% / 6) * 6);
    /* SM-TODO: SM: Check if the ount doesn't surpass the column count */
    padding-left: calc( 8px / 2);
    padding-right: calc( 8px / 2);
  }
  .sm-block .sm-col.sm-xsmall-6 else, .is-root-container > div.wp-block .sm-col.sm-xsmall-6 else, div.wp-block-group .sm-col.sm-xsmall-6 else {
    width: calc( (calc( (100% - ((12 - 1) * 8px) + (8px * 2) ) / 12) + 8px));
  }
}
.sm-block .sm-col[class*=-grow], .sm-block .sm-col.grow, .is-root-container > div.wp-block .sm-col[class*=-grow], .is-root-container > div.wp-block .sm-col.grow, div.wp-block-group .sm-col[class*=-grow], div.wp-block-group .sm-col.grow {
  flex-grow: 1;
}
.sm-block .sm-col[class*=-no_gutter], .sm-block .sm-col.no_gutter, .is-root-container > div.wp-block .sm-col[class*=-no_gutter], .is-root-container > div.wp-block .sm-col.no_gutter, div.wp-block-group .sm-col[class*=-no_gutter], div.wp-block-group .sm-col.no_gutter {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Make necessary blocks full width */
.block-editor-block-list__layout {
  width: 100%;
}

/** =============================================
*
*   Atoms styles
*
============================================= */
/**
*========================================
*	
*	Molecules
*	
*========================================
*/
.sm-debug {
  position: fixed;
  height: 90vh;
  width: 100vw;
  max-width: 600px;
  overflow: scroll;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ddd;
  z-index: 100000;
  padding: 20px;
}

.sm-register__section {
  min-height: 100vh;
}
.sm-register__section > p {
  margin-bottom: 40px;
}
.sm-register__section__container {
  display: flex;
}
.sm-register__section__container__col {
  width: 50%;
}
.sm-register__section__container__col-left {
  margin-right: calc(calc(100vw / 12) * 0.5);
}
.sm-register__section__container__col-right {
  margin-left: calc(calc(100vw / 12) * 0.5);
}
.sm-register__section__container__col-right hr {
  border: 1px solid var(--color-3);
  margin: 40px 0;
}
.sm-register__section__container__information__item__title h4 {
  font-size: 24px;
}
.sm-register__section__container__information__item__body img {
  width: 100%;
  height: auto;
}
.sm-register__section__container .sm-register__section__container__forms h2 {
  width: 100%;
}
.sm-register__section__container .sm-register__section__container__forms .um {
  margin-right: auto !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .sm-register__section__container {
    flex-wrap: wrap;
  }
  .sm-register__section__container__col {
    width: 100%;
  }
  .sm-register__section__container__col-left {
    margin: 0 calc(calc(100vw / 12) * 0.5);
    margin: 0;
    margin-bottom: 100px;
  }
  .sm-register__section__container__col-right {
    margin: 0 calc(calc(100vw / 12) * 0.5);
    margin: 0;
  }
}
.sm-gallery__section {
  max-width: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sm-gallery__section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 1;
  align-items: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 43px;
  width: 100%;
}
.sm-gallery__section__header .header__select {
  margin-top: 10px;
}
.sm-gallery__section__container {
  display: flex;
  flex-wrap: wrap;
  width: 113vw;
  margin: 0;
  position: relative;
}
.sm-gallery__section__container.sm-gallery__section__container-instagram {
  width: 100vw;
}
.sm-gallery__section__container-video {
  width: 100vw;
  position: relative;
}
.sm-gallery__section__container-video__video {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px;
}
.sm-gallery__section__container-video__video iframe {
  width: calc(calc(100vw / 12) * 8);
  height: calc(calc(calc(100vw / 12) * 8) / 1.5);
  max-width: 960px;
  max-height: calc( 960px / 1.5 );
}
.sm-gallery__section__container__item {
  width: calc(100% / 9);
  height: calc(113vw / 4.5 * 0.866);
}
.sm-gallery__section__container__item:nth-child(5n+1) .sm-gallery__section__container__item__image-container {
  background-color: var(--color-1);
}
.sm-gallery__section__container__item:nth-child(5n+2) .sm-gallery__section__container__item__image-container {
  background-color: var(--color-2);
}
.sm-gallery__section__container__item:nth-child(5n+3) .sm-gallery__section__container__item__image-container {
  background-color: var(--color-3);
}
.sm-gallery__section__container__item:nth-child(5n+4) .sm-gallery__section__container__item__image-container {
  background-color: var(--color-4);
}
.sm-gallery__section__container__item:nth-child(5n+5) .sm-gallery__section__container__item__image-container {
  background-color: var(--color-5);
}
.sm-gallery__section__container__item__image-container {
  overflow: hidden;
  transform: translateX(calc(0px - (113vw / 9)));
  width: calc(113vw / 4.5 + 1px);
  height: calc(113vw / 4.5 * 0.866 + 1px);
  transition: background 0.3s;
}
.sm-gallery__section__container__item__image-container img {
  transition: transform 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sm-gallery__section__container__item__image-container:hover img {
  transform: scale(1.1) translateX(-45.4%);
}
.sm-gallery__section__container__item:nth-of-type(odd) .sm-gallery__section__container__item__image-container {
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.sm-gallery__section__container__item:nth-of-type(even) .sm-gallery__section__container__item__image-container {
  -webkit-clip-path: polygon(0% 0, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0, 100% 0%, 50% 100%);
}

@media screen and (max-width: 768px) {
  .sm-gallery__section__header {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    margin-bottom: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: calc(100vw - calc(calc(100vw / 12) * 3));
    top: 7px;
    right: calc(calc(100vw / 12) * 1.5);
  }
  .sm-gallery__section__header.active {
    background: none;
  }
  .sm-gallery__section__container {
    width: 125vw;
  }
  .sm-gallery__section__container-video__video {
    padding: 0 iframe;
    padding-width: calc(calc(100vw / 12) * 12);
    padding-height: calc(calc(calc(100vw / 12) * 12) / 1.5);
  }
  .sm-gallery__section__container__item {
    width: calc(100% / 5);
    height: calc(125vw / 2.5 * 0.866);
  }
  .sm-gallery__section__container__item__image-container {
    transform: translateX(calc(0px - (125vw / 5)));
    width: calc(125vw / 2.5 + 1px);
    height: calc(125vw / 2.5 * 0.866 + 1px);
  }
}
@media screen and (max-width: 414px) {
  .sm-gallery__section__container {
    width: 125vw;
  }
  .sm-gallery__section__container__item {
    width: calc(100% / 5);
    height: calc(125vw / 2.5 * 0.866);
  }
  .sm-gallery__section__container__item__image-container {
    transform: translateX(calc(0px - (125vw / 5)));
    width: calc(125vw / 2.5 + 1px);
    height: calc(125vw / 2.5 * 0.866 + 1px);
  }
}
.admin-bar .sm-retreat__section__header {
  top: 104px;
}

.sm-retreat__section .sm-retreat__section__pre-introduction {
  margin-bottom: 60px;
}
.sm-retreat__section > h2, .sm-retreat__section .scrollmagic-pin-spacer > h2 {
  margin-bottom: 60px;
  color: white;
  mix-blend-mode: difference;
}
.sm-retreat__section__header {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 60px;
  margin: 0;
  padding: 0 0 0 calc(calc(100vw / 12) * 1);
  position: fixed;
  width: 100%;
  top: 70px;
  height: 80px;
  z-index: 50;
  justify-content: flex-end;
  transition: background 0.3s;
}
.sm-retreat__section__header.active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.sm-retreat__section__header.active .sm-retreat__section__header__day {
  opacity: 1;
  pointer-events: all;
}
.sm-retreat__section__header__day {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  margin-right: calc(calc(100vw / 12) * 2);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.sm-retreat__section__header__day__highlight {
  width: 50px;
  height: 56px;
  position: absolute;
  left: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition-delay: 0.1s;
}
.sm-retreat__section__header__day__item {
  margin: 0 5px;
  cursor: url(./assets/img/cursor-focus.png) 16 16, pointer;
  font-family: "Palanquin", sans-serif;
  line-height: 1.2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sm-retreat__section__header__day__item.active-temp {
  color: white;
}
.sm-retreat__section__header__day__item.active {
  color: white;
}
.sm-retreat__section__header__select {
  margin-right: calc(calc(100vw / 12) * 1);
}
.sm-retreat__section__introduction {
  width: calc(calc(100vw / 12) * 10);
  margin-bottom: calc(60px * 2);
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
}
.sm-retreat__section__introduction__text {
  width: calc(calc(100vw / 12) * 5);
}
.sm-retreat__section__introduction__image {
  margin-right: calc(calc(100vw / 12) * 1);
  width: calc(calc(100vw / 12) * 4);
  height: calc(calc(calc(100vw / 12) * 4) * 1.1);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.sm-retreat__section__introduction__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sm-retreat__section__body {
  margin: 0;
  white-space: nowrap;
  overflow: scroll;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  min-height: 50vh;
}
.sm-retreat__section__body::-webkit-scrollbar {
  display: none;
}
.sm-retreat__section__body__day {
  width: 100vw;
  padding: 0 calc(calc(100vw / 12) * 1);
  white-space: normal;
  scroll-snap-align: start;
}
.sm-retreat__section-impressions {
  max-width: unset;
}
.sm-retreat__section .sm-retreat__section-impressions__button {
  margin: 80px auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sm-retreat__section-events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: calc(calc(100vw / 12) * 1);
  padding-right: calc(calc(100vw / 12) * 1);
  min-height: calc(100vh - 70px);
  min-height: 100vh;
}
.sm-retreat__section-events h2 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.sm-retreat__section-events__item {
  width: calc((100vw - calc(calc(100vw / 12) * 2)) / 3 - calc(calc(100vw / 12) * 0.5));
  text-align: center;
  margin: 0;
}
.sm-retreat__section-events__item__photo {
  margin-bottom: 20px;
  height: calc(((100vw - calc(calc(100vw / 12) * 2)) / 3 - calc(calc(100vw / 12) * 0.5)) * 1.1);
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: 0.3s;
  transition-delay: 0.1s;
}
.sm-retreat__section-events__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sm-retreat__section-events__item__title {
  font-size: 36px;
  font-family: "Palanquin", sans-serif !important;
  line-height: 1.2;
  margin-bottom: 0;
  transition: 0.3s;
  transition-delay: 0.2s;
}
.sm-retreat__section-events__item__year {
  font-size: 24px;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.sm-retreat__section-events__item:hover > * {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .sm-retreat__section__header {
    padding: 0;
    width: calc(100vw - calc(calc(100vw / 12) * 3));
    top: 0;
    right: calc(calc(100vw / 12) * 1.5);
    z-index: 101;
  }
  .sm-retreat__section__header.active {
    background: none;
  }
  .sm-retreat__section__introduction__text {
    width: 100%;
  }
  .sm-retreat__section__introduction__image {
    margin: 0 auto 40px auto;
    width: calc(calc(100vw / 12) * 6);
    height: calc(calc(calc(100vw / 12) * 6) * 1.1);
  }
  .sm-retreat__section__body__day {
    padding: 0 calc(calc(100vw / 12) * 0.5);
  }
  .sm-retreat__section-speakers__item {
    width: calc(100% / 2 - calc(calc(100vw / 12) * 0.5));
  }
  .sm-retreat__section-events {
    padding-left: calc(calc(100vw / 12) * 1);
    padding-right: calc(calc(100vw / 12) * 1);
  }
  .sm-retreat__section-events__item {
    width: calc((100vw - calc(calc(100vw / 12) * 2)) / 2 - calc(calc(100vw / 12) * 0.5));
  }
  .sm-retreat__section-events__item__photo {
    height: calc(((100vw - calc(calc(100vw / 12) * 2)) / 2 - calc(calc(100vw / 12) * 0.5)) * 1.1);
    margin: 0 auto;
  }
}
@media screen and (max-width: 414px) {
  .sm-retreat__section__header {
    padding: 0;
    width: calc(100vw - calc(calc(100vw / 12) * 4));
    top: 0;
    right: calc(calc(100vw / 12) * 2);
    z-index: 101;
  }
  .sm-retreat__section__header.active {
    background: none;
  }
  .sm-retreat__section__introduction {
    font-size: 16px;
  }
  .sm-retreat__section__introduction__text {
    width: 100%;
  }
  .sm-retreat__section__introduction__image {
    margin: 0 auto 40px auto;
    width: calc(calc(100vw / 12) * 6);
    height: calc(calc(calc(100vw / 12) * 6) * 1.1);
  }
  .sm-retreat__section__body__day {
    padding: 0 calc(calc(100vw / 12) * 0.5);
  }
  .sm-retreat__section-speakers__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .sm-retreat__section-speakers__item__photo {
    width: calc(calc(calc(100vw / 12) * 5) * 0.9);
    height: calc(calc(100vw / 12) * 5);
  }
  .sm-retreat__section-events {
    padding-left: calc(calc(100vw / 12) * 1);
    padding-right: calc(calc(100vw / 12) * 1);
  }
  .sm-retreat__section-events__item {
    width: 100vw;
    margin-bottom: 40px;
  }
  .sm-retreat__section-events__item__photo {
    height: calc(100vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .sm-retreat__section__header {
    padding: 0 calc(calc(1440px / 12) * 1);
    max-width: 1440px;
  }
  .sm-retreat__section__header__day {
    margin-right: calc(calc(1440px / 12) * 2);
  }
  .sm-retreat__section__header__select {
    margin-right: 0;
  }
  .sm-retreat__section__introduction {
    width: calc(calc(1440px / 12) * 10);
  }
  .sm-retreat__section__introduction__text {
    width: calc(calc(1440px / 12) * 5);
  }
  .sm-retreat__section__introduction__image {
    margin-right: calc(calc(1440px / 12) * 1);
    width: calc(calc(1440px / 12) * 4);
    height: calc(calc(calc(1440px / 12) * 4) * 1.1);
  }
  .sm-retreat__section__body__day {
    width: 1440px;
    padding: 0 calc(calc(1440px / 12) * 1);
  }
  .sm-retreat__section-impressions h2 {
    max-width: calc(1440px - 2 * calc(calc(1440px / 12) * 1));
    margin-right: auto;
    margin-left: auto;
  }
  .sm-retreat__section-events {
    padding-left: calc(calc(1440px / 12) * 1);
    padding-right: calc(calc(1440px / 12) * 1);
  }
  .sm-retreat__section-events__item {
    width: calc((1440px - calc(calc(1440px / 12) * 2)) / 3 - calc(calc(1440px / 12) * 0.5));
    margin: 0;
  }
  .sm-retreat__section-events__item__photo {
    margin-bottom: 20px;
    height: calc(((1440px - calc(calc(1440px / 12) * 2)) / 3 - calc(calc(1440px / 12) * 0.5)) * 1.1);
  }
}
.page-template-template-home .wrapper {
  margin-top: 0;
}
.page-template-template-home .sm-header {
  top: 100vh;
  position: absolute;
  z-index: 100;
}
.page-template-template-home .sm-header__menu {
  position: relative;
}
.page-template-template-home .sm-header .kal-banner {
  position: absolute;
}
.page-template-template-home .sm-header.hide_video {
  top: 0;
  position: fixed;
}

.sm-home__section#start {
  margin-top: 15vh;
  min-height: calc(100vh - 70px);
  scroll-snap-align: start;
}
.sm-home__section__information {
  width: calc(calc(100vw / 12) * 6);
  top: 40%;
  position: absolute;
  transform: translateY(-50%);
}
.sm-home__section__information__text {
  margin-bottom: 40px;
  background: white;
  padding: 20px;
}
.sm-home__section__information__text .sm-home__section__information__register {
  margin-bottom: 20px;
}
.sm-home__section__information h1 {
  background: white;
  padding: 0 20px;
  margin-bottom: 0;
}
.sm-home__section__information__logo {
  width: calc(calc(100vw / 12) * 5);
  height: calc(calc(100vh / 12) * 2);
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./assets/img/logo-combined.svg");
  background-position: left;
  margin: 0 20px;
  max-height: 150px;
  height: 10vh;
}
.sm-home__section__information__logo svg {
  width: 100%;
  height: 100%;
}
.sm-home__section__video {
  scroll-snap-align: top;
}
.sm-home__section__video iframe {
  width: calc(calc(100vw / 12) * 10);
  height: calc(calc(calc(100vw / 12) * 10) / 1.5);
}
.sm-home__section__testimonials {
  width: 100%;
  margin: 0;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container {
  display: flex;
  align-items: center;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(calc(calc(100vw / 12) * 4) * 0.9);
  height: calc(calc(100vw / 12) * 4);
  max-width: calc(420px * 0.9);
  max-height: 420px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-left: auto;
  margin-right: calc(calc(100vw / 12) * 1);
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__text {
  font-size: 24px;
  margin-bottom: 40px;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__text > * {
  display: inline;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__text p {
  font-size: 24px;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__text p:last-of-type {
  margin-bottom: 0;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__text::before {
  content: "\201C";
  display: inline;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__text::after {
  content: "\201D";
  display: inline;
}
.sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__name h3 {
  margin-bottom: 10px;
}
.sm-home__section__news .sm-timeline__item__col__presenter__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sm-home__background {
  position: absolute;
  height: 200vh;
  right: 0;
  top: 100vh;
}
.sm-home__background img {
  height: 100%;
}
.sm-home__background svg {
  height: 100%;
  position: relative;
  right: 0;
}
.sm-home.hide_video .sm-home__background {
  top: 0;
}

@media screen and (max-width: 768px) {
  .sm-home__section__information {
    width: calc(calc(100vw / 12) * 10);
    position: relative;
    transform: none;
    top: 0;
  }
  .sm-home__section__information__register {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .sm-home__section__information__register:hover {
    transform: translateX(-50%) scale(1.05);
  }
  .sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container {
    display: flex;
    align-items: center;
  }
  .sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__image img {
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    width: calc(calc(calc(100vw / 12) * 6) * 0.9);
    height: calc(calc(100vw / 12) * 6);
    margin-bottom: 20px;
  }
  .sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content * {
    text-align: center;
  }
  .sm-home__section__testimonials .sm-testimonials .sm-testimonials__slide .sm-testimonials-container .sm-testimonials__slide__content .sm-testimonials__slide__content__text {
    margin-bottom: 20px;
  }
  .sm-home__section__video {
    margin: 0;
  }
  .sm-home__section__video iframe {
    width: calc(calc(100vw / 12) * 12);
  }
  .sm-home__section__news .sm-timeline__item__col__header__title {
    margin-bottom: 20px;
  }
  .sm-home__section__news .sm-timeline__item__col__body__time h3 {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .sm-home__section__information {
    width: calc(calc(1440px / 12) * 6);
  }
  .sm-home__section__video iframe {
    width: calc(calc(1440px / 12) * 10);
    height: calc(calc(calc(1440px / 12) * 10) / 1.5);
  }
  .sm-home__section__news .sm-timeline__item__col__presenter__photo {
    width: calc(calc(calc(max-content-width/ 12) * 2) * 0.9);
    height: calc(calc(max-content-width/ 12) * 2);
  }
}
.sm-about__section h2 {
  margin-bottom: 40px;
  height: 40px;
}
.sm-about__section-start {
  height: 70vh;
}
.sm-about__section-start h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: calc(80% - 70px);
  width: calc(calc(100vw / 12) * 6);
  color: white;
  mix-blend-mode: difference;
  opacity: 0;
  transition: 1s;
}
.sm-about__section__information {
  width: calc(calc(100vw / 12) * 5);
}
.sm-about__section__information:nth-of-type(5n+1) h3 {
  color: var(--color-1);
}
.sm-about__section__information:nth-of-type(5n+1) .sm-about__section__information__spacer {
  display: none;
}
.sm-about__section__information:nth-of-type(5n+2) h3 {
  color: var(--color-2);
}
.sm-about__section__information:nth-of-type(5n+3) h3 {
  color: var(--color-3);
}
.sm-about__section__information:nth-of-type(5n+4) h3 {
  color: var(--color-4);
}
.sm-about__section__information:nth-of-type(5n+5) h3 {
  color: var(--color-5);
}
.sm-about__section__information__title h3 {
  font-size: 36px;
}
.sm-about__section__information__text p {
  font-size: 24px;
}
.sm-about__section__information__spacer {
  width: 2px;
  height: calc(calc(100vh / 12) * 3);
  width: 3px;
  margin: 20px calc(calc(100vw / 12) * 2.5);
}
.sm-about__background {
  position: absolute;
  height: 200vh;
  right: 0;
  top: 0;
}
.sm-about__background img {
  height: 100%;
}
.sm-about .sm-about__section-team__item__text__container__text {
  max-height: unset;
}

@media screen and (min-width: 768px) {
  .sm-about__section-team {
    min-height: calc(100vh - 70px);
    height: 110vh;
  }
  .sm-about__section-team__item {
    position: unset;
  }
  .sm-about__section-team__item:nth-of-type(1) .sm-about__section-team__item__photo {
    transform: translate(calc(0px - 50% - calc(14vh * 2) - (14vh/7 * 2)), -50%);
  }
  .sm-about__section-team__item:nth-of-type(2) .sm-about__section-team__item__photo {
    transform: translate(calc(0px - 50% - 14vh - 14vh/7), calc(0px - 50% - calc(14vh * 2)));
  }
  .sm-about__section-team__item:nth-of-type(3) .sm-about__section-team__item__photo {
    transform: translate(calc(0px - 50% + 14vh + 14vh/7), calc(0px - 50% - calc(14vh * 2)));
  }
  .sm-about__section-team__item:nth-of-type(4) .sm-about__section-team__item__photo {
    transform: translate(calc(0px - 50% + calc(14vh * 2) + (14vh/7 * 2)), -50%);
  }
  .sm-about__section-team__item:nth-of-type(5) .sm-about__section-team__item__photo {
    transform: translate(calc(0px - 50% + 14vh + 14vh/7), calc(0px - 50% + calc(14vh * 2)));
  }
  .sm-about__section-team__item:nth-of-type(6) .sm-about__section-team__item__photo {
    transform: translate(calc(0px - 50% - 14vh - 14vh/7), calc(0px - 50% + calc(14vh * 2)));
  }
  .sm-about__section-team__item:hover .sm-about__section-team__item__text {
    opacity: 1;
    z-index: 1000;
  }
  .sm-about__section-team__item__photo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(30vh * 0.9);
    height: 30vh;
  }
  .sm-about__section-team__item__photo img {
    transition: 0.3s;
  }
  .sm-about__section-team__item__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(35vh);
    height: 30vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    transition: 0.3s;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sm-about__section-start h1 {
    width: calc(calc(100vw / 12) * 10);
  }
  .sm-about__section__information {
    width: calc(calc(100vw / 12) * 10);
  }
  .sm-about__section__information__spacer {
    margin: 20px auto;
  }
  .sm-about__section-team__item {
    width: calc(100% / 2 - calc(calc(100vw / 12) * 0.5));
  }
}
@media screen and (max-width: 414px) {
  .sm-about__section-start h1 {
    width: calc(calc(100vw / 12) * 10);
  }
  .sm-about__section__information {
    width: calc(calc(100vw / 12) * 10);
  }
  .sm-about__section__information__title h3 {
    font-size: 36px;
  }
  .sm-about__section__information__spacer {
    margin: 20px auto;
  }
  .sm-about__section-team__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .sm-about__section-team__item__photo {
    width: calc(calc(calc(100vw / 12) * 5) * 0.9);
    height: calc(calc(100vw / 12) * 5);
  }
}
@media screen and (min-width: 1440px) {
  .sm-about__section-start h1 {
    width: calc(calc(1440px / 12) * 6);
  }
  .sm-about__section__information {
    width: calc(calc(1440px / 12) * 5);
  }
}