/*breakpoints*/
:root {
  --space: 10rem;
  --spaceBetweenElements: max(var(--space), calc(var(--border-radius)));
  --paddingY: 4.5rem;
  --font-color: #000000;
  --primary-color: #00862F;
  --primary-color-hover: #006B26;
  --secondary-color: #FFED00;
  --light-green: #B7CA7B;
  --white-light-green: #B3DBC1;
  --grey-light: #E1E1E1;
  --grey-medium: #7F7F7F;
  --grey-medium-alternative: #878786;
  --grey-dark: #999999;
  --grey: #F2F2F2;
  --white: #FFFFFF;
  --black: #000000;
  --black-hover: #333333;
  --black-light: #484848;
  --transition-default: all 0.3s ease;
  --transition-middle: all 0.5s ease;
  --transition-slow: all 1s ease;
  --primary-font: "myriad-pro-semi-condensed", sans-serif;
  --secondary-font: "myriad-pro-semi-condensed", sans-serif;
}
@media screen and (max-width: 1199.98px) {
  :root {
    --border-radius: 60px;
    --space: 8rem;
  }
}
@media screen and (max-width: 991.98px) {
  :root {
    --border-radius: 40px;
    --space: 6rem;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    --border-radius: 20px;
    --space: 4rem;
  }
}
html {
  scroll-behavior: auto;
  scroll-padding-top: 120px;
  overscroll-behavior: none;
}
body {
  overflow-x: hidden;
  transition: background-color 1s ease;
  position: relative;
}
body * {
  font: 1.25rem/1.875rem var(--primary-font);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1199.98px) {
  body * {
    font: 1.125rem/1.5rem var(--primary-font);
  }
}
@media screen and (max-width: 991.98px) {
  body * {
    font: 1rem/1.5rem var(--primary-font);
  }
}
.without__pageheader {
  margin-top: 9rem;
}
@media screen and (max-width: 1199.98px) {
  .without__pageheader {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .without__pageheader {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .without__pageheader {
    margin-top: 2rem;
  }
}
.pointer {
  cursor: pointer;
}
*:focus {
  outline: none;
}
.apple {
  position: absolute;
  width: 100vw;
  min-height: 100vh;
}
@media screen and (max-width: 1199.98px) {
  .apple {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .apple {
    padding-left: 80px;
  }
}
.img__sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 9rem !important;
}
.img_hover_zoom {
  overflow: hidden;
}
.img_hover_zoom img {
  transition: var(--transition-default);
}
.img_hover_zoom:hover img {
  transform: scale(1.05);
  transition: var(--transition-default);
}
.center__vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.img__overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img__gradient--overlay {
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.border-bottom, .border-top {
  border-color: var(--grey-light) !important;
}
.loadingscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 25000;
  pointer-events: none;
  user-select: none;
}
.loadingscreen img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 50vw;
  width: 150px;
  pointer-events: none;
}
.dividing__line hr {
  height: 1px;
  background-color: #32333C;
  opacity: 1;
}
.progress-bar {
  background-color: var(--primary-color);
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 0;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #00862F;
  border-radius: 0;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #006B26;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fuhl%2Fscss%2Fsettings%2F_settings.scss%22%2C%22%2Fthemes%2Fuhl%2Fscss%2Fsettings%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiDJ%3BAAAA%3BAAAA%3BAC7CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiEJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsDJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAA3LA%3BAAiMA%3BAAAA%3BAAAA%3BAAAA%3BAAjMA%3BAAuMA%3BAAAA%3BAAAA%3BAAAA%3BAAvMA%3BAA6MA%3BAAAA%3BAAAA%22%7D */