@font-face {
  font-family: BoehringerForward;
  src: url("_fonts/BoehringerForwardText-It.woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForward;
  src: url("_fonts/BoehringerForwardText.woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForward;
  src: url("_fonts/BoehringerForwardText-Md.woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForward;
  src: url("_fonts/BoehringerForwardHead-Bd.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForward;
  src: url("_fonts/GothamRounded-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
.body-reset {
  margin: 0;
  padding: 0;
}

.sqMainWrapper {
  background-color: #F6F5F3;
}
.sqMainWrapper * {
  box-sizing: border-box;
}
.sqMainWrapper .sqMainWrapperInner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 30px;
  padding-left: calc((100vw - 764px - 500px) / 2 );
  padding-right: calc((100vw - 764px - 30px - 500px) / 2 );
  padding-top: 20px;
  padding-bottom: 20px;
}
.sqMainWrapper .sqSidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 250px;
  height: 100%;
}
.sqMainWrapper .sqSidebar.mobile {
  display: none;
}
.sqMainWrapper .sqSidebar .nav-item {
  display: flex;
  flex-direction: column;
  padding: 30px 60px 30px 10px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.sqMainWrapper .sqSidebar .nav-item::after {
  content: '';
  position: absolute;
  right: 10px;
  top: calc(50% - 26.5px);
  width: 53px;
  height: 53px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iNTMiIHZpZXdCb3g9IjAgMCA1MyA1MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjYuNSIgY3k9IjI2LjUiIHI9IjI1IiBzdHJva2U9IndoaXRlIi8+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yMF8xMykiPgo8cGF0aCBkPSJNMjEuODI3NyAzNi43NTU2QzIxLjUwMTkgMzYuNDI5OCAyMS41MDE5IDM1LjkwMzEgMjEuODI3NyAzNS41NzczTDMwLjQwNTEgMjdMMjEuODI3NyAxOC40MjI3QzIxLjUwMTkgMTguMDk2OCAyMS41MDE5IDE3LjU3MDIgMjEuODI3NyAxNy4yNDQ0QzIyLjE1MzUgMTYuOTE4NSAyMi42ODAyIDE2LjkxODUgMjMuMDA2IDE3LjI0NDRMMzIuMTcyNSAyNi40MTA4QzMyLjMzNSAyNi41NzMzIDMyLjQxNjcgMjYuNzg2NyAzMi40MTY3IDI3QzMyLjQxNjcgMjcuMjEzNCAzMi4zMzUgMjcuNDI2NyAzMi4xNzI1IDI3LjU4OTJMMjMuMDA2IDM2Ljc1NTdDMjIuNjgwMiAzNy4wODE0IDIyLjE1MzYgMzcuMDgxNCAyMS44Mjc3IDM2Ljc1NTZaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIwXzEzIj4KPHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoMS4zOTA3MWUtMDcgMSAxIC0xLjM5MDcxZS0wNyAxNyAxNykiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  transition: transform 0.3s;
}
.sqMainWrapper .sqSidebar .nav-item:hover::after {
  transform: scale(1.1);
} 
.sqMainWrapper .sqSidebar .nav-item  span {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: BoehringerForward;
  font-style: normal;
  color: #ffffff;
} 
.sqMainWrapper .sqSidebar .nav-light {
  background: #00e47c;
}
.sqMainWrapper .sqSidebar .nav-dark {
  background: #08312a;
}
.sqMainWrapper .sqWrapper {
  display: none;
  flex-direction: column;
  position: relative;
  width: 764px;
  min-height: 100vh;
  background-color: #ffffff;
  font-size: 16px;
  font-family: BoehringerForward;
  font-style: normal;
  color: #004E59;
  line-height: 1.37;
  padding: 0 10px;
}
.sqMainWrapper .sqWrapper .sqHeadline {
  display: flex;
  flex-direction: column;
  margin: 16px 0 30px;
}
.sqMainWrapper .sqWrapper .sqHeadline-title {
  margin: 0 0 10px;
  color: #00e47c;
  font-weight: 500;
  font-size: 24px;
}
.sqMainWrapper .sqWrapper .sqHeadline-description {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}
.sqMainWrapper .sqWrapper .sqHeadline-description:not(:last-child) {
  margin-bottom: 5px;
}
.sqMainWrapper .sqWrapper.active {
  display: flex;
}
.sqMainWrapper .sqWrapper:first-of-type .sqFooter {
  margin-top: auto;
  width: 100%;
  margin-bottom: 0;
}
.sqMainWrapper .sqWrapper .p-absolute {
  position: absolute;
}
.sqMainWrapper .sqWrapper .p-relative {
  position: relative;
}
.sqMainWrapper .sqWrapper .light {
  font-weight: 300;
}
.sqMainWrapper .sqWrapper .medium {
  font-weight: 500;
}
.sqMainWrapper .sqWrapper .regular {
  font-weight: 400;
}
.sqMainWrapper .sqWrapper .light-it {
  font-weight: 300;
  font-style: italic;
}
.sqMainWrapper .sqWrapper .bold {
  font-weight: 700;
}
.sqMainWrapper .sqWrapper .fs-large {
  font-size: 20px;
}
.sqMainWrapper .sqWrapper .fs-larger {
  font-size: 18px;
}
.sqMainWrapper .sqWrapper .fs-normal {
  font-size: 16px;
}
.sqMainWrapper .sqWrapper .fs-smaller {
  font-size: 14px;
}
.sqMainWrapper .sqWrapper .fs-small {
  font-size: 11px;
}
.sqMainWrapper .sqWrapper .red {
  color: #C80000;
}
.sqMainWrapper .sqWrapper .green {
  color: #76BD22;
}
.sqMainWrapper .sqWrapper .bg-red {
  background-color: #C80000;
}
.sqMainWrapper .sqWrapper .bg-green {
  background-color: #76BD22;
}
.sqMainWrapper .sqWrapper a {
  text-decoration: none;
  color: inherit;
}
.sqMainWrapper .sqWrapper a:hover {
  color: inherit;
}
.sqMainWrapper .sqWrapper .disable {
  pointer-events: none;
}
.sqMainWrapper .sqWrapper .text-center {
  text-align: center;
}
.sqMainWrapper .sqWrapper sup, .sqMainWrapper .sqWrapper sub {
  height: 0;
  line-height: 1;
  vertical-align: middle;
  position: relative;
}
.sqMainWrapper .sqWrapper sup {
  top: -0.5em;
  font-size: 60%;
}
.sqMainWrapper .sqWrapper sup .sup-fix {
  font-size: 135%;
  top: 0.2em;
  position: relative;
}
.sqMainWrapper .sqWrapper sub {
  top: 1ex;
  font-size: 60%;
}
.sqMainWrapper .sqWrapper .text-end {
  text-align: right;
}
.sqMainWrapper .sqWrapper .me-2 {
  margin-right: 10px;
}
.sqMainWrapper .sqWrapper .text-uppercase {
  text-transform: uppercase;
}
.sqMainWrapper .sqWrapper .text-white {
  color: #ffffff;
}
@media (max-width:1023px) {
  .sqMainWrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sqMainWrapper .sqMainWrapperInner {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .sqMainWrapper .sqSidebar.desktop {
    display: none;
  }
  .sqMainWrapper .sqSidebar.mobile {
    display: flex;
    gap: 10px;
    width: 764px;
    margin: 0 auto;
  }
  .sqMainWrapper .sqSidebar .nav-item {
    padding: 20px 60px 20px 10px;
  }
}
@media (min-width: 768px) {
  .sqMainWrapper .sqWrapper .d-md-flex {
    display: flex;
  }
  .sqMainWrapper .sqWrapper .d-md-inline {
    display: inline;
  }
  .sqMainWrapper .sqWrapper .d-md-block {
    display: block;
  }
  .sqMainWrapper .sqWrapper .d-md-none {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .sqMainWrapper .sqWrapper .d-flex {
    display: flex;
  }
  .sqMainWrapper .sqWrapper .d-block {
    display: block;
  }
  .sqMainWrapper .sqWrapper .d-inline {
    display: inline;
  }
  .sqMainWrapper .sqWrapper .d-none {
    display: none;
  }
  .sqMainWrapper .sqSidebar.mobile {
    max-width: 372px;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
}
.sqMainWrapper .mb-small {
  margin-bottom: 10px;
}
.sqMainWrapper .mb-larger {
  margin-bottom: 20px;
}
.sqMainWrapper .mb-large {
  margin-bottom: 30px;
}
.sqMainWrapper .sqFooter {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  font-size: 11px;
  background-color: #ffffff;
}
.sqMainWrapper .sqFooter .footer-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: 0.3s ease;
}
.italic {
  font-style: italic;
}
@media (min-width: 768px) {
  .sqMainWrapper .sqFooter .footer-link:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767.98px) {
  .sqMainWrapper .sqWrapper {
    width: 372px;
    max-width: 100%;
  }
  .sqMainWrapper .sqFooter {
    flex-direction: column;
    margin-bottom: 62px;
    /* background-color: #F6F5F3; */
  }
  .sqMainWrapper .sqFooter .footer-link {
    justify-content: flex-end;
    margin-top: 15px;
  }
}
@keyframes pulsate {
  to {
    transform: scale(0.7);
  }
}

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