/* line 9, ../../resources/sass/styles.scss */
body {
  margin: 0;
  font-family: 'Open Sans';
}

/* line 14, ../../resources/sass/styles.scss */
.btn {
  padding: 10px 15px;
}

/* line 18, ../../resources/sass/styles.scss */
.wrapper {
  min-height: 500px;
  width: auto;
}

/* line 23, ../../resources/sass/styles.scss */
.margin-bottom {
  margin-bottom: 5px;
}

/* line 26, ../../resources/sass/styles.scss */
.hidden {
  display: none;
}

/* line 1, ../../resources/sass/_alert.scss */
.alert {
  position: fixed;
  border: 3px black solid;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 150px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
/* line 16, ../../resources/sass/_alert.scss */
.alert .close {
  position: absolute;
  top: -3px;
  right: 5px;
  cursor: pointer;
  color: #000;
  font-size: 17px;
  text-decoration: none;
}

/* line 3, ../../resources/sass/_header.scss */
.header {
  text-align: center;
  position: relative;
  top: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
}
/* line 12, ../../resources/sass/_header.scss */
.header a {
  color: white;
  text-decoration: none;
}
/* line 20, ../../resources/sass/_header.scss */
.header .headerText {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  text-align: center;
  margin: 0;
}
/* line 29, ../../resources/sass/_header.scss */
.header .headerText .headerMainText {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 29, ../../resources/sass/_header.scss */
  .header .headerText .headerMainText {
    font-size: 50px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  /* line 29, ../../resources/sass/_header.scss */
  .header .headerText .headerMainText {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  /* line 29, ../../resources/sass/_header.scss */
  .header .headerText .headerMainText {
    width: 70%;
    font-size: 30px;
  }
}
/* line 50, ../../resources/sass/_header.scss */
.header .headerText .headerSubtext {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 0 25px 0;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 50, ../../resources/sass/_header.scss */
  .header .headerText .headerSubtext {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 50, ../../resources/sass/_header.scss */
  .header .headerText .headerSubtext {
    font-size: 25px;
    line-height: 30px;
    margin: 0 auto 5px auto;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  /* line 50, ../../resources/sass/_header.scss */
  .header .headerText .headerSubtext {
    font-size: 20px;
    line-height: 25px;
    margin: 10px auto;
  }
}
@media (max-width: 600px) {
  /* line 50, ../../resources/sass/_header.scss */
  .header .headerText .headerSubtext {
    width: 70%;
    font-size: 14px;
    line-height: 18px;
    margin: 15px auto;
  }
}
/* line 76, ../../resources/sass/_header.scss */
.header .headerText *:before,
.header .headerText *:after {
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
/* line 82, ../../resources/sass/_header.scss */
.header .headerText .orange-button {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  margin: 2% auto;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 15px 0;
  background-color: #df6228;
  border: 2px solid #df6228;
  text-shadow: 0 0;
  text-align: center;
  font-size: 13pt;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: 300px;
}
/* line 50, ../../resources/sass/_mixins.scss */
.header .headerText .orange-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  z-index: -1;
  background-color: #ff9b6e;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 60, ../../resources/sass/_mixins.scss */
.header .headerText .orange-button:hover {
  color: white;
}
/* line 63, ../../resources/sass/_mixins.scss */
.header .headerText .orange-button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 82, ../../resources/sass/_header.scss */
  .header .headerText .orange-button {
    width: 50%;
    font-size: 11pt;
  }
}
/* line 93, ../../resources/sass/_header.scss */
.header .headerImageContainer {
  border-radius: 0 0 100% 100%;
  left: -50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 200%;
}
/* line 101, ../../resources/sass/_header.scss */
.header .headerImageContainer:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  background-image: linear-gradient(#000000, rgba(0, 0, 0, 0));
  pointer-events: none;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 93, ../../resources/sass/_header.scss */
  .header .headerImageContainer {
    border-radius: 0 0;
  }
}
/* line 118, ../../resources/sass/_header.scss */
.header .headerImageContainer .headerImageContainer2 {
  overflow: hidden;
  width: 100%;
  height: 50px;
  padding-bottom: 20%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 118, ../../resources/sass/_header.scss */
  .header .headerImageContainer .headerImageContainer2 {
    background-position: top;
    width: 50%;
    margin: auto;
    padding-bottom: 40%;
  }
}
@media (max-width: 600px) {
  /* line 118, ../../resources/sass/_header.scss */
  .header .headerImageContainer .headerImageContainer2 {
    background-position: top;
    background-size: 1400px;
    width: 50%;
    margin: auto;
    padding-bottom: 60%;
  }
}
/* line 143, ../../resources/sass/_header.scss */
.header .headerImageContainer video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 152, ../../resources/sass/_header.scss */
.header .headerImageContainer video img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 162, ../../resources/sass/_header.scss */
.header .headerContent {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 1%;
}
/* line 168, ../../resources/sass/_header.scss */
.header .headerContent .headerLeft {
  position: absolute;
  z-index: 1;
  margin: 0% 3% 0 7%;
  left: 0;
  width: max-content;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 168, ../../resources/sass/_header.scss */
  .header .headerContent .headerLeft {
    right: 0;
    left: initial;
    margin: 0 5% 0 7%;
    width: 10%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  /* line 168, ../../resources/sass/_header.scss */
  .header .headerContent .headerLeft {
    right: 0;
    left: initial;
    margin: 0 5% 0 7%;
    width: 10%;
  }
}
@media (max-width: 600px) {
  /* line 168, ../../resources/sass/_header.scss */
  .header .headerContent .headerLeft {
    right: 0;
    left: initial;
    margin: 0 5% 0 7%;
    width: 10%;
  }
}
/* line 193, ../../resources/sass/_header.scss */
.header .headerContent .headerLeft .headerLogoImage {
  display: block;
  width: 80px;
}
@media (max-width: 600px) {
  /* line 193, ../../resources/sass/_header.scss */
  .header .headerContent .headerLeft .headerLogoImage {
    width: 45px;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  /* line 193, ../../resources/sass/_header.scss */
  .header .headerContent .headerLeft .headerLogoImage {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 193, ../../resources/sass/_header.scss */
  .header .headerContent .headerLeft .headerLogoImage {
    width: 70px;
  }
}
@media (min-width: 1921px) {
  /* line 193, ../../resources/sass/_header.scss */
  .header .headerContent .headerLeft .headerLogoImage {
    width: 120px;
  }
}
/* line 216, ../../resources/sass/_header.scss */
.header .headerContent label {
  position: absolute;
  left: 0;
  margin: 0 0 0 4%;
  font-size: 42px;
  color: white;
  display: none;
  text-shadow: 1px 2px black;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 227, ../../resources/sass/_header.scss */
  .header .headerContent label {
    display: block;
    position: fixed;
    z-index: 3;
  }
  /* line 232, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight {
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 20% 0 5% 0;
    margin: -5% 0 0 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2;
    position: fixed;
  }
  /* line 244, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight .navItem {
    margin: 10px auto;
    width: 100%;
    height: max-content;
    z-index: 3;
    align-items: center;
    list-style-type: none;
  }
  /* line 252, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight .navItem .navTitle {
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 2% 0 2% 0;
    font-size: 30px;
  }
  /* line 260, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight .navItem .navSubtitle {
    display: none;
    text-align: center;
    font-style: italic;
    line-height: 16px;
    letter-spacing: 1px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  /* line 272, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight {
    width: 45%;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    float: right;
  }
  /* line 279, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight .navItem {
    margin: 0 4% 0 0;
    width: 20%;
    height: 100px;
    text-align: center;
    list-style-type: none;
  }
  /* line 286, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight .navItem a {
    color: #fff;
    text-decoration: none;
  }
  /* line 291, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight .navItem .navTitle {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
    letter-spacing: 2px;
    margin: 0;
    white-space: nowrap;
  }
  /* line 300, ../../resources/sass/_header.scss */
  .header .headerContent .headerRight .navItem .navSubtitle {
    font-size: 8pt;
    font-style: italic;
    line-height: 16px;
    letter-spacing: 1px;
    width: 80%;
    margin: 0;
  }
}

/* line 1, ../../resources/sass/_footer.scss */
footer {
  position: relative;
  width: 100%;
  margin-top: 20px;
  color: white;
  height: 400px;
  overflow: hidden;
  background-image: url('../images/footer/footer.jpg?1646163679');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 5%;
}
/* line 14, ../../resources/sass/_footer.scss */
footer a {
  color: white;
  text-decoration: none;
}
/* line 18, ../../resources/sass/_footer.scss */
footer a:hover {
  color: #ccc;
}
@media (max-width: 600px) {
  /* line 1, ../../resources/sass/_footer.scss */
  footer {
    height: 300px;
    background-image: url('../images/footer/FooterMobile.jpg?1646163679');
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  /* line 1, ../../resources/sass/_footer.scss */
  footer {
    height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 1, ../../resources/sass/_footer.scss */
  footer {
    height: 350px;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 1, ../../resources/sass/_footer.scss */
  footer {
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  /* line 1, ../../resources/sass/_footer.scss */
  footer {
    height: 400px;
  }
}
/* line 41, ../../resources/sass/_footer.scss */
footer .footerContent {
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
}
/* line 47, ../../resources/sass/_footer.scss */
footer .footerContent .footerLogo {
  display: inline-block;
  margin: auto;
  width: 52.5px;
  height: 85.5px;
}
@media (min-width: 1024px) {
  /* line 47, ../../resources/sass/_footer.scss */
  footer .footerContent .footerLogo {
    width: 105px;
    height: 171px;
  }
}
/* line 59, ../../resources/sass/_footer.scss */
footer .footerContent .footerNav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-inline-start: 0;
  margin: 25px auto;
}
/* line 66, ../../resources/sass/_footer.scss */
footer .footerContent .footerNav li {
  margin: 0 10px;
  font-weight: bold;
  list-style-type: none;
}
@media (max-width: 600px) {
  /* line 66, ../../resources/sass/_footer.scss */
  footer .footerContent .footerNav li {
    font-size: 0.7rem;
  }
}
/* line 74, ../../resources/sass/_footer.scss */
footer .footerContent .footerNav li a {
  text-decoration: none;
  font-style: normal;
  color: #fff;
}
/* line 82, ../../resources/sass/_footer.scss */
footer .footerContent .footerLegal {
  font-size: 12px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  /* line 82, ../../resources/sass/_footer.scss */
  footer .footerContent .footerLegal {
    font-size: 0.7rem;
  }
}
/* line 90, ../../resources/sass/_footer.scss */
footer .footerContent a {
  text-decoration: underline;
  font-style: italic;
}
/* line 96, ../../resources/sass/_footer.scss */
footer .footerContent #ot-sdk-btn.ot-sdk-show-settings, footer .footerContent #ot-sdk-btn.optanon-show-settings {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: underline;
  font-style: italic;
  font-size: 1rem;
  margin-right: 1rem;
  text-transform: lowercase;
  font-family: 'Open Sans', sans-serif;
}
/* line 107, ../../resources/sass/_footer.scss */
footer .footerContent #ot-sdk-btn.ot-sdk-show-settings:hover, footer .footerContent #ot-sdk-btn.optanon-show-settings:hover {
  color: #ccc;
}

/* line 46, ../../resources/sass/styles.scss */
#mainContent {
  max-width: 1920px;
  margin: 0 auto;
}

/* line 51, ../../resources/sass/styles.scss */
.contentContainer {
  width: 100%;
  margin: 0;
}
@media (max-width: 600px) {
  /* line 51, ../../resources/sass/styles.scss */
  .contentContainer {
    display: grid;
    grid-template-columns: 1fr;
  }
}
/* line 60, ../../resources/sass/styles.scss */
.contentContainer .contentSection {
  display: flex;
  align-items: center;
  margin: 0 1% 9% 1%;
  position: relative;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 60, ../../resources/sass/styles.scss */
  .contentContainer .contentSection {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
  }
  /* line 71, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.left .textContainer {
    width: 90%;
    grid-row: 1/span 1;
    position: relative;
    left: 0;
    right: 0;
    margin: -30px auto -30px auto;
  }
  /* line 79, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.left .imageContainer {
    width: 100%;
    grid-row: 2/span 1;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
  }
  /* line 90, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.right .textContainer {
    width: 90%;
    grid-row: 1/span 1;
    position: relative;
    left: 0;
    right: 0;
    margin: -30px auto -30px auto;
  }
  /* line 98, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.right .imageContainer {
    width: 100%;
    grid-row: 2/span 1;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  /* line 110, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.left .textContainer {
    left: 6%;
  }
  /* line 113, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.left .imageContainer {
    margin-left: auto;
    right: 7%;
  }
  /* line 116, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.left .imageContainer.slideIn {
    transform: translateX(30%) scale(0.95);
  }
  /* line 123, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.right .textContainer {
    right: 6%;
  }
  /* line 126, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.right .imageContainer {
    margin-right: auto;
    left: 7%;
  }
  /* line 129, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.right .imageContainer.slideIn {
    transform: translateX(-30%) scale(0.95);
  }
}
@media (min-width: 1921px) {
  /* line 137, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.left .textContainer {
    left: 10%;
  }
  /* line 140, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.left .imageContainer {
    margin-left: auto;
    right: 11%;
  }
  /* line 146, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.right .textContainer {
    right: 10%;
  }
  /* line 149, ../../resources/sass/styles.scss */
  .contentContainer .contentSection.right .imageContainer {
    margin-right: auto;
    left: 11%;
  }
}
/* line 156, ../../resources/sass/styles.scss */
.contentContainer .contentSection .textContainer {
  width: 40%;
  position: relative;
  background: white;
}
/* line 161, ../../resources/sass/styles.scss */
.contentContainer .contentSection .textContainer .corners {
  padding: 20px;
  background: white;
  position: relative;
  border: 1px solid #ccc;
  margin: 3%;
  align-items: center;
  text-align: center;
}
/* line 78, ../../resources/sass/_mixins.scss */
.contentContainer .contentSection .textContainer .corners::before, .contentContainer .contentSection .textContainer .corners::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
/* line 85, ../../resources/sass/_mixins.scss */
.contentContainer .contentSection .textContainer .corners::before {
  top: -0.3em;
  bottom: -0.3em;
  left: 4em;
  right: 4em;
}
/* line 92, ../../resources/sass/_mixins.scss */
.contentContainer .contentSection .textContainer .corners::after {
  left: -0.3em;
  right: -0.3em;
  top: 2em;
  bottom: 2em;
}
/* line 165, ../../resources/sass/styles.scss */
.contentContainer .contentSection .textContainer .corners .textTitle {
  margin: 50px 0 0;
  font-size: 30px;
  color: #e06228;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  /* line 165, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .textContainer .corners .textTitle {
    margin-top: 50px;
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  /* line 165, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .textContainer .corners .textTitle {
    margin-top: 30px;
    font-size: 1.25rem;
  }
}
/* line 182, ../../resources/sass/styles.scss */
.contentContainer .contentSection .textContainer .corners .textSubtitle {
  color: #657680;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 25px;
  line-height: 20pt;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  /* line 182, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .textContainer .corners .textSubtitle {
    font-size: 0.9rem;
    margin: 10px;
    line-height: 15pt;
  }
}
@media (max-width: 600px) {
  /* line 182, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .textContainer .corners .textSubtitle {
    font-size: 0.8rem;
    margin: 10px 0;
    line-height: 15pt;
  }
}
/* line 202, ../../resources/sass/styles.scss */
.contentContainer .contentSection .textContainer .corners .textContent {
  font-style: italic;
  color: #595959;
  margin: 0 25px 50px 25px;
  line-height: 20pt;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  /* line 202, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .textContainer .corners .textContent {
    font-size: 0.9rem;
    line-height: 18pt;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 600px) {
  /* line 202, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .textContainer .corners .textContent {
    font-size: 0.8rem;
    line-height: 15pt;
    margin: 0 0 30px 0;
  }
}
/* line 222, ../../resources/sass/styles.scss */
.contentContainer .contentSection .imageContainer {
  position: relative;
  width: 950px;
  height: 535px;
  z-index: -1;
  overflow: hidden;
}
/* line 229, ../../resources/sass/styles.scss */
.contentContainer .contentSection .imageContainer.slideIn {
  opacity: 0;
  transition: all .5s;
}
/* line 232, ../../resources/sass/styles.scss */
.contentContainer .contentSection .imageContainer.slideIn.active {
  opacity: 1;
  transform: translateX(0%) scale(1);
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 222, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .imageContainer {
    height: 400px;
    overflow: hidden;
  }
  /* line 242, ../../resources/sass/styles.scss */
  .contentContainer .contentSection .imageContainer img {
    object-fit: cover;
    height: auto;
    width: 100%;
  }
}
/* line 249, ../../resources/sass/styles.scss */
.contentContainer .contentSection .imageContainer img {
  height: 100%;
  object-fit: cover;
}

/* line 295, ../../resources/sass/styles.scss */
.container .showcaseTextContainer {
  position: relative;
  background: white;
  width: 55%;
  height: max-content;
  margin: auto;
  padding: 10px;
  line-height: 36pt;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 295, ../../resources/sass/styles.scss */
  .container .showcaseTextContainer {
    width: 90%;
  }
}
/* line 309, ../../resources/sass/styles.scss */
.container .showcaseTextContainer .corners {
  padding: 20px;
  background: white;
  position: relative;
  border: 1px solid #ccc;
  margin: 3%;
  align-items: center;
  text-align: center;
}
/* line 78, ../../resources/sass/_mixins.scss */
.container .showcaseTextContainer .corners::before, .container .showcaseTextContainer .corners::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
/* line 85, ../../resources/sass/_mixins.scss */
.container .showcaseTextContainer .corners::before {
  top: -0.3em;
  bottom: -0.3em;
  left: 4em;
  right: 4em;
}
/* line 92, ../../resources/sass/_mixins.scss */
.container .showcaseTextContainer .corners::after {
  left: -0.3em;
  right: -0.3em;
  top: 2em;
  bottom: 2em;
}
/* line 313, ../../resources/sass/styles.scss */
.container .showcaseTextContainer .corners .showcaseTextContent {
  font-style: italic;
  letter-spacing: 1px;
  color: #595959;
  font-size: 21pt;
  z-index: 1;
  position: relative;
  padding: 80px 20px;
}
@media (min-width: 601px) and (max-width: 767px) {
  /* line 313, ../../resources/sass/styles.scss */
  .container .showcaseTextContainer .corners .showcaseTextContent {
    font-size: 16pt;
    line-height: 32pt;
  }
}
@media (max-width: 600px) {
  /* line 313, ../../resources/sass/styles.scss */
  .container .showcaseTextContainer .corners .showcaseTextContent {
    font-size: 12pt;
    line-height: 30pt;
    padding: 20px 5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3, ../../resources/sass/pages/_home.scss */
  body.home_page .header {
    margin-bottom: -5% !important;
  }
  /* line 6, ../../resources/sass/pages/_home.scss */
  body.home_page .headerText {
    top: 45% !important;
  }
  /* line 9, ../../resources/sass/pages/_home.scss */
  body.home_page .headerMainText {
    position: relative;
    top: -10px;
    width: 90% !important;
  }
  /* line 14, ../../resources/sass/pages/_home.scss */
  body.home_page .headerSubtext {
    position: relative;
  }
  /* line 18, ../../resources/sass/pages/_home.scss */
  body.home_page .headerImageContainer2 {
    padding-bottom: 50% !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 24, ../../resources/sass/pages/_home.scss */
  body.home_page .header {
    margin-bottom: -10%;
  }
  /* line 27, ../../resources/sass/pages/_home.scss */
  body.home_page .headerMainText {
    position: relative;
    width: 90% !important;
  }
  /* line 32, ../../resources/sass/pages/_home.scss */
  body.home_page .headerSubtext {
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 38, ../../resources/sass/pages/_home.scss */
  body.home_page .header {
    margin-bottom: -15%;
  }
  /* line 41, ../../resources/sass/pages/_home.scss */
  body.home_page .header .headerText {
    top: 40%;
  }
  /* line 44, ../../resources/sass/pages/_home.scss */
  body.home_page .headerImageContainer2 {
    padding-bottom: 28% !important;
  }
  /* line 47, ../../resources/sass/pages/_home.scss */
  body.home_page .headerMainText {
    position: relative;
    top: -30px;
  }
  /* line 51, ../../resources/sass/pages/_home.scss */
  body.home_page .headerSubtext {
    position: relative;
    /*top: -225px;*/
    /*left: -95px;*/
  }
}
/* line 58, ../../resources/sass/pages/_home.scss */
body.home_page body {
  background-color: white;
}

/* line 1, ../../resources/sass/pages/_about.scss */
body.about_page {
  max-width: 100%;
  overflow-x: hidden;
}
/* line 5, ../../resources/sass/pages/_about.scss */
body.about_page h2 {
  color: #e06228;
  z-index: 10;
  position: relative;
  font-size: 32px;
  text-transform: uppercase;
}
/* line 13, ../../resources/sass/pages/_about.scss */
body.about_page .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 13, ../../resources/sass/pages/_about.scss */
body.about_page .embed-container iframe, body.about_page .embed-container object, body.about_page .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 15, ../../resources/sass/pages/_about.scss */
body.about_page .headerImageContainer2 {
  background-image: url('../images/DE_CorpSiteRedesign_AboutUsHeader_1920x1080.jpg?1646163679');
}
@media (max-width: 600px) {
  /* line 20, ../../resources/sass/pages/_about.scss */
  body.about_page .contentContainer .contentSection {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 28, ../../resources/sass/pages/_about.scss */
  body.about_page .header {
    margin-bottom: -4%;
  }
  /* line 31, ../../resources/sass/pages/_about.scss */
  body.about_page .headerText {
    top: 40% !important;
  }
  /* line 34, ../../resources/sass/pages/_about.scss */
  body.about_page .headerSubtext {
    width: 50% !important;
    line-height: 20px;
  }
  /* line 38, ../../resources/sass/pages/_about.scss */
  body.about_page .footer {
    margin: 0;
  }
}
/* line 43, ../../resources/sass/pages/_about.scss */
body.about_page #videoArea {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto 90px auto;
}
/* line 49, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea {
  width: 50%;
  margin: -100px auto 70px auto;
}
@media (max-width: 1023px) {
  /* line 49, ../../resources/sass/pages/_about.scss */
  body.about_page #faqArea {
    width: 80%;
    margin: 0 auto;
  }
}
/* line 58, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq {
  position: relative;
  z-index: 9;
  background: white;
  position: relative;
  border: 1px solid #ccc;
  margin: 3%;
  align-items: center;
  text-align: center;
  margin: 60px 0;
}
/* line 78, ../../resources/sass/_mixins.scss */
body.about_page #faqArea .innerFaq::before, body.about_page #faqArea .innerFaq::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
/* line 85, ../../resources/sass/_mixins.scss */
body.about_page #faqArea .innerFaq::before {
  top: -0.3em;
  bottom: -0.3em;
  left: 4em;
  right: 4em;
}
/* line 92, ../../resources/sass/_mixins.scss */
body.about_page #faqArea .innerFaq::after {
  left: -0.3em;
  right: -0.3em;
  top: 2em;
  bottom: 2em;
}
/* line 64, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq div.faqItem {
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
/* line 71, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq div.faqItem.first {
  border-top: 1px solid #e9e9e9;
}
/* line 75, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq div.faqItem:hover {
  background-color: #e1e1e1;
}
/* line 79, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq div.faqItem.down:hover {
  background-color: #fff;
}
/* line 83, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq div.faqItem h4 {
  cursor: pointer;
  font-size: 0.9rem;
  color: #657680;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0;
}
/* line 92, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq div.faqItem p {
  display: none;
  font-style: italic;
  color: #595959;
  font-size: 0.9rem;
  line-height: 18pt;
  padding: 0 10%;
}
/* line 100, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq div.faqItem p a {
  color: #e06228;
}
/* line 106, ../../resources/sass/pages/_about.scss */
body.about_page #faqArea .innerFaq .innerInnerFaq {
  margin: 40px 0;
}
@media (max-width: 600px) {
  /* line 49, ../../resources/sass/pages/_about.scss */
  body.about_page #faqArea {
    width: 90%;
    margin: 0 auto 70px auto;
  }
  /* line 115, ../../resources/sass/pages/_about.scss */
  body.about_page #faqArea .innerFaq {
    margin: 0 auto;
  }
}
/* line 121, ../../resources/sass/pages/_about.scss */
body.about_page #awardArea {
  width: 50%;
  margin: 0 auto 200px auto;
  text-align: center;
}
@media (max-width: 1023px) {
  /* line 121, ../../resources/sass/pages/_about.scss */
  body.about_page #awardArea {
    width: 80%;
    margin: 0 auto;
  }
}
/* line 131, ../../resources/sass/pages/_about.scss */
body.about_page #awardArea .awardLogos {
  max-width: 780px;
  margin: 0 auto;
}
/* line 135, ../../resources/sass/pages/_about.scss */
body.about_page #awardArea .awardLogos img {
  width: 20%;
  margin-right: 20px;
}
/* line 139, ../../resources/sass/pages/_about.scss */
body.about_page #awardArea .awardLogos img.steam {
  width: 13%;
}
@media (max-width: 600px) {
  /* line 135, ../../resources/sass/pages/_about.scss */
  body.about_page #awardArea .awardLogos img {
    width: 30% !important;
  }
}
/* line 149, ../../resources/sass/pages/_about.scss */
body.about_page #awardArea .orange-button {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  margin: 2% auto;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 15px 0;
  background-color: #df6228;
  border: 2px solid #df6228;
  text-shadow: 0 0;
  text-align: center;
  font-size: 13pt;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: 24%;
}
/* line 50, ../../resources/sass/_mixins.scss */
body.about_page #awardArea .orange-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  z-index: -1;
  background-color: #ff9b6e;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 60, ../../resources/sass/_mixins.scss */
body.about_page #awardArea .orange-button:hover {
  color: white;
}
/* line 63, ../../resources/sass/_mixins.scss */
body.about_page #awardArea .orange-button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 149, ../../resources/sass/pages/_about.scss */
  body.about_page #awardArea .orange-button {
    width: 65%;
    margin: 15% auto;
    left: 0;
    right: 0;
    transform: inherit;
  }
}
@media (max-width: 600px) {
  /* line 149, ../../resources/sass/pages/_about.scss */
  body.about_page #awardArea .orange-button {
    font-size: 10pt;
  }
}
/* line 168, ../../resources/sass/pages/_about.scss */
body.about_page #partnersArea {
  width: 50%;
  margin: 0 auto 70px auto;
  text-align: center;
}
/* line 173, ../../resources/sass/pages/_about.scss */
body.about_page #partnersArea ul.partnerList {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 178, ../../resources/sass/pages/_about.scss */
body.about_page #partnersArea ul.partnerList li {
  margin-bottom: 15px;
  font-weight: bold;
}
/* line 181, ../../resources/sass/pages/_about.scss */
body.about_page #partnersArea ul.partnerList li a {
  font-weight: normal;
  display: block;
}
@media (max-width: 600px) {
  /* line 168, ../../resources/sass/pages/_about.scss */
  body.about_page #partnersArea {
    width: 90%;
    margin: 0 auto 70px auto;
  }
}

/* line 2, ../../resources/sass/pages/_games.scss */
body.games_page .headerImageContainer2 {
  background-image: url('../images/GamesHead.jpg?1646163679');
}
/* line 6, ../../resources/sass/pages/_games.scss */
body.games_page .orange-button {
  margin-top: 20px;
}
/* line 9, ../../resources/sass/pages/_games.scss */
body.games_page .contentContainer {
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  /* line 15, ../../resources/sass/pages/_games.scss */
  body.games_page .header {
    margin-bottom: -15%;
  }
  /* line 18, ../../resources/sass/pages/_games.scss */
  body.games_page .headerText {
    top: 40% !important;
  }
}
/* line 23, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer {
  width: 100%;
  margin: 0;
}
/* line 27, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer {
  display: flex;
  align-items: center;
  margin: 0 1% 9% 1%;
  position: relative;
  height: 40%;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 27, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
  }
}
/* line 40, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer {
  width: 40%;
  height: 45%;
  position: relative;
  left: 6%;
  background: white;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 40, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer .textContainer {
    width: 90%;
    height: max-content;
    grid-row: 1/span 1;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto -8% auto;
  }
}
@media (max-width: 600px) {
  /* line 40, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer .textContainer {
    margin: 0 auto -75px auto;
  }
}
/* line 61, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners {
  padding: 20px 5px 80px 5px;
  background: white;
  position: relative;
  border: 1px solid #ccc;
  margin: 3%;
  align-items: center;
  text-align: center;
}
/* line 78, ../../resources/sass/_mixins.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners::before, body.games_page .gamesPageContainer .warframeContainer .textContainer .corners::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
/* line 85, ../../resources/sass/_mixins.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners::before {
  top: -0.3em;
  bottom: -0.3em;
  left: 4em;
  right: 4em;
}
/* line 92, ../../resources/sass/_mixins.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners::after {
  left: -0.3em;
  right: -0.3em;
  top: 2em;
  bottom: 2em;
}
/* line 65, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners img {
  display: block;
  margin: auto;
  width: 50%;
  z-index: 1;
  position: relative;
}
/* line 72, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners .textContent {
  font-style: italic;
  color: #595959;
  margin: 10px 25px;
  line-height: 20pt;
  z-index: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  /* line 72, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer .textContainer .corners .textContent {
    font-size: 10pt;
    margin: 5px auto 0 auto;
  }
}
/* line 87, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners *:before,
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners *:after {
  transition: all 0.5s ease-in-out;
}
/* line 92, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners .orange-button {
  font-size: 13pt;
  height: auto;
  width: 40%;
  text-transform: uppercase;
  background-color: #df6228;
  padding: 15px 0;
  z-index: 1;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border: 2px solid #df6228;
  text-shadow: 0 0;
  text-align: center;
  text-decoration: none;
  color: white;
}
/* line 113, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners .orange-button:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff9b6e;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 123, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners .orange-button:hover {
  color: white;
}
/* line 126, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .textContainer .corners .orange-button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 600px) {
  /* line 92, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer .textContainer .corners .orange-button {
    font-size: 13pt;
    width: 55%;
  }
}
/* line 140, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .imageContainer {
  position: relative;
  margin-left: auto;
  right: 7%;
  width: 50%;
  height: 65%;
  z-index: -1;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 140, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer .imageContainer {
    width: 100%;
    height: auto;
    grid-row: 2/span 1;
    position: relative;
    left: 0;
    right: 0;
    margin: 0;
  }
}
@media (min-width: 0) and (max-width: 1023px) and (max-width: 600px) {
  /* line 140, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer .imageContainer {
    margin-top: 8%;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 161, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .warframeContainer .imageContainer img {
    height: 100%;
    width: auto;
  }
}
/* line 167, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .warframeContainer .imageContainer img {
  width: 100%;
  object-fit: cover;
}
/* line 174, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .gamesShowcase {
  margin: 0 auto 1% auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 174, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .DEGames .gamesShowcase {
    margin-top: 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
/* line 187, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .gamesShowcase .showcaseItem {
  position: relative;
  width: calc(100%/6);
  margin: 0;
  overflow: hidden;
  cursor: pointer;
}
/* line 194, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .gamesShowcase .showcaseItem .showcaseName {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding-top: 49%;
}
/* line 207, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .gamesShowcase .showcaseItem:hover .showcaseName {
  display: block;
  border: 3px solid #df6228;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 187, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .DEGames .gamesShowcase .showcaseItem {
    width: 100%;
    margin: auto;
  }
  /* line 218, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .DEGames .gamesShowcase .showcaseItem img {
    height: 100%;
  }
}
/* line 223, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .gamesShowcase .showcaseItem img {
  width: 100%;
  object-fit: cover;
  margin-bottom: -5px;
                      /*

                        &:hover {
                            transition: all 0.25s ease-in-out;
                            transform: scale(1.1);
                        }
                        &:not( :hover ) {
                            transition: all 0.25s ease-in-out;
                            transform: scale(1);
                        }
                        */
}
/* line 241, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .showcaseTextContainer {
  padding: 20px;
  width: 60%;
  background: white;
  position: relative;
  margin: 3% auto;
  align-items: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 241, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .DEGames .showcaseTextContainer {
    width: 85%;
    padding: 0;
    margin: 5% auto;
  }
}
@media (max-width: 600px) {
  /* line 241, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .DEGames .showcaseTextContainer {
    width: 95%;
  }
}
/* line 257, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners {
  padding: 75px 25px;
  background: white;
  position: relative;
  border: 1px solid #ccc;
  margin: 3%;
  align-items: center;
  text-align: center;
}
/* line 78, ../../resources/sass/_mixins.scss */
body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners::before, body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
/* line 85, ../../resources/sass/_mixins.scss */
body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners::before {
  top: -0.3em;
  bottom: -0.3em;
  left: 4em;
  right: 4em;
}
/* line 92, ../../resources/sass/_mixins.scss */
body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners::after {
  left: -0.3em;
  right: -0.3em;
  top: 2em;
  bottom: 2em;
}
/* line 261, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners .showcaseTextContent {
  line-height: 36pt;
  text-align: center;
  font-style: italic;
  font-weight: normal;
  color: #595959;
  font-size: 20pt;
  z-index: 1;
  padding: 10px 20px;
  position: relative;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 261, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners .showcaseTextContent {
    font-size: 16pt;
    line-height: 32pt;
  }
}
@media (max-width: 600px) {
  /* line 261, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .DEGames .showcaseTextContainer .corners .showcaseTextContent {
    font-size: 13pt;
    line-height: 30pt;
  }
}
/* line 285, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
}
/* line 300, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent {
  width: 1000px;
  height: 600px;
  background-color: white;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 300, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent {
    width: 80%;
    height: max-content;
  }
}
/* line 313, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .exit {
  position: absolute;
  width: max-content;
  height: max-content;
  right: 0;
  top: 0;
  color: #cccccc;
  margin: 5px 10px;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 313, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .exit {
    font-size: 2rem;
    margin: 0 10px;
    color: white;
    text-shadow: 2px 2px black;
  }
}
@media (max-width: 600px) {
  /* line 313, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .exit {
    font-size: 1.5rem;
  }
}
/* line 334, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo {
  display: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 334, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo {
    flex-direction: column;
  }
}
/* line 343, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo img {
  margin: 0;
  height: 100%;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 343, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/* line 352, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText {
  padding: 20px;
  background: white;
  position: relative;
  border: 1px solid #ccc;
  margin: 3%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 400px;
}
/* line 364, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText::before, body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText::after {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
/* line 371, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText::before {
  top: -0.3em;
  bottom: -0.3em;
  left: 2em;
  right: 2em;
}
/* line 378, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText::after {
  left: -0.3em;
  right: -0.3em;
  top: 4em;
  bottom: 4em;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 352, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText {
    width: 80%;
    margin: 25px auto;
    padding: 5%;
    flex: 1 1 auto;
  }
  /* line 391, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText::before {
    left: 1em;
    right: 1em;
  }
  /* line 396, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText::after {
    top: 2em;
    bottom: 2em;
  }
  /* line 401, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText h1 {
    font-size: 2rem;
  }
  /* line 404, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText p {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {
  /* line 410, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText h1 {
    font-size: 1.2rem;
  }
  /* line 413, ../../resources/sass/pages/_games.scss */
  body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText p {
    font-size: 0.8rem;
  }
}
/* line 418, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText h1 {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
/* line 424, ../../resources/sass/pages/_games.scss */
body.games_page .gamesPageContainer .gameModal .modalContent .gameInfo .gameText p {
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

/* line 3, ../../resources/sass/pages/_careers.scss */
body.careers_page .headerImageContainer2 {
  background-image: url('../images/CareersHead.jpg?1646163679');
}
@media only screen and (max-width: 1024px) {
  /* line 10, ../../resources/sass/pages/_careers.scss */
  body.careers_page .headerText {
    top: 30% !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 15, ../../resources/sass/pages/_careers.scss */
  body.careers_page .header {
    margin-bottom: -5%;
  }
  /* line 18, ../../resources/sass/pages/_careers.scss */
  body.careers_page .headerImageContainer2 {
    background-position: 65% -65% !important;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 24, ../../resources/sass/pages/_careers.scss */
  body.careers_page .headerImageContainer2 {
    background-position: center -200px !important;
  }
}
/* line 29, ../../resources/sass/pages/_careers.scss */
body.careers_page .internContainer {
  line-height: 2;
  color: #595959;
  margin: 7% auto;
  align-items: center;
  text-align: center;
  width: 60%;
  font-family: Nunito, sans-serif;
}
/* line 38, ../../resources/sass/pages/_careers.scss */
body.careers_page .internContainer h1 {
  color: #df6228;
  text-transform: uppercase;
}
/* line 43, ../../resources/sass/pages/_careers.scss */
body.careers_page .internContainer .orange-button {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  margin: 2% auto;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 15px 0;
  background-color: #df6228;
  border: 2px solid #df6228;
  text-shadow: 0 0;
  text-align: center;
  font-size: 13pt;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 0;
  width: 36%;
}
/* line 50, ../../resources/sass/_mixins.scss */
body.careers_page .internContainer .orange-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  z-index: -1;
  background-color: #ff9b6e;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 60, ../../resources/sass/_mixins.scss */
body.careers_page .internContainer .orange-button:hover {
  color: white;
}
/* line 63, ../../resources/sass/_mixins.scss */
body.careers_page .internContainer .orange-button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 50, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard {
  position: relative;
  align-items: center;
  overflow: hidden;
  margin-top: 4%;
  margin-bottom: -24px;
  height: 1200px;
}
@media (max-width: 600px) {
  /* line 50, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard {
    height: 1350px !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 50, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard {
    height: 1000px;
  }
}
/* line 65, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .careersBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(5px) brightness(50%);
  z-index: -1;
}
/* line 71, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .careersBackground img {
  height: 101%;
  width: 101%;
  object-fit: cover;
  margin-left: -5px;
}
/* line 79, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .perksGrid {
  margin: 8% 10%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25% 8%;
  grid-auto-columns: 25%;
  grid-auto-rows: 25%;
}
@media (min-width: 1024px) {
  /* line 79, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid {
    grid-gap: 20% 8%;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 79, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 5% 10%;
    margin: 8%;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  /* line 79, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid {
    grid-gap: 0 8%;
  }
}
@media (max-width: 600px) {
  /* line 79, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid {
    display: flex !important;
    flex-direction: column;
  }
}
/* line 106, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .perksGrid .perk {
  position: relative;
  object-fit: contain;
  text-align: center;
  color: white;
}
@media (max-width: 600px) {
  /* line 106, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid .perk {
    padding: 15px;
  }
}
/* line 116, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .perksGrid .perk img {
  width: 100px;
  height: 100px;
  padding-bottom: 30px;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 116, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid .perk img {
    width: 60px;
    height: 60px;
    padding-bottom: 10px;
  }
}
/* line 127, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .perksGrid .perk .perkTitle {
  font-size: 24pt;
  font-weight: bolder;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.74);
  padding-bottom: 20px;
  margin: 0;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 127, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid .perk .perkTitle {
    font-size: 18pt;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  /* line 127, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid .perk .perkTitle {
    font-size: 14pt;
  }
}
/* line 142, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .perksGrid .perk .perkSubtitle {
  font-size: 11pt;
  font-style: italic;
  padding-bottom: 1%;
  line-height: 20pt;
  margin: 0;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 142, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid .perk .perkSubtitle {
    font-size: 10pt;
    line-height: 15pt;
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  /* line 142, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .perksGrid .perk .perkSubtitle {
    font-size: 8pt;
    line-height: 12pt;
  }
}
/* line 162, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard *:before,
body.careers_page .careersCard *:after {
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
/* line 168, ../../resources/sass/pages/_careers.scss */
body.careers_page .careersCard .orange-button {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  margin: 2% auto;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 15px 0;
  background-color: #df6228;
  border: 2px solid #df6228;
  text-shadow: 0 0;
  text-align: center;
  font-size: 13pt;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: 24%;
  position: absolute;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  bottom: 50px;
}
/* line 50, ../../resources/sass/_mixins.scss */
body.careers_page .careersCard .orange-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  z-index: -1;
  background-color: #ff9b6e;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 60, ../../resources/sass/_mixins.scss */
body.careers_page .careersCard .orange-button:hover {
  color: white;
}
/* line 63, ../../resources/sass/_mixins.scss */
body.careers_page .careersCard .orange-button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 168, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .orange-button {
    width: 65%;
    margin: 15% auto;
    left: 0;
    right: 0;
    transform: inherit;
  }
}
@media (max-width: 600px) {
  /* line 168, ../../resources/sass/pages/_careers.scss */
  body.careers_page .careersCard .orange-button {
    font-size: 10pt;
  }
}

/* line 2, ../../resources/sass/pages/_contact.scss */
body.contact_page .headerImageContainer {
  max-height: 440px;
}
/* line 5, ../../resources/sass/pages/_contact.scss */
body.contact_page .headerImageContainer2 {
  background-image: url('../images/livestream_area.jpg?1646163679');
}
/* line 8, ../../resources/sass/pages/_contact.scss */
body.contact_page .header {
  margin-bottom: 4%;
}
/* line 12, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer {
  width: 50%;
  margin: auto;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 12, ../../resources/sass/pages/_contact.scss */
  body.contact_page .contactContainer {
    width: 90%;
  }
}
/* line 20, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer p {
  color: #595959;
  font-size: 18pt;
  margin: 10px 25px 50px;
  line-height: 30pt;
  z-index: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  /* line 20, ../../resources/sass/pages/_contact.scss */
  body.contact_page .contactContainer p {
    font-size: 12pt;
    line-height: 24pt;
    margin: 10px;
  }
}
/* line 35, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer a {
  color: #e06228;
}
/* line 39, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px 40px;
}
@media (max-width: 600px) {
  /* line 39, ../../resources/sass/pages/_contact.scss */
  body.contact_page .contactContainer form {
    display: flex;
    flex-direction: column;
  }
  /* line 46, ../../resources/sass/pages/_contact.scss */
  body.contact_page .contactContainer form > * {
    margin: 5px 20px;
  }
}
/* line 51, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer form input {
  height: 30px;
  border: none;
  background-color: #f0f0f0;
  padding: 5px 20px;
}
/* line 57, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer form select {
  height: 40px;
  border: none;
  background-color: #f0f0f0;
  padding: 5px 20px;
  outline: 0;
  cursor: pointer;
}
/* line 66, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer form textarea {
  display: block;
  grid-column: 1 / 3;
  background-color: #f0f0f0;
  padding: 20px;
  border: none;
  height: 200px;
  margin-top: 20px;
}
/* line 76, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer form *:before,
body.contact_page .contactContainer form *:after {
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
/* line 81, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer form .orange-button {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  margin: 2% auto;
  left: 0;
  right: 0;
  overflow: hidden;
  padding: 15px 0;
  background-color: #df6228;
  border: 2px solid #df6228;
  text-shadow: 0 0;
  text-align: center;
  font-size: 13pt;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  width: 50%;
  margin: 0 0 0 auto;
}
/* line 50, ../../resources/sass/_mixins.scss */
body.contact_page .contactContainer form .orange-button:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  right: 0;
  z-index: -1;
  background-color: #ff9b6e;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* line 60, ../../resources/sass/_mixins.scss */
body.contact_page .contactContainer form .orange-button:hover {
  color: white;
}
/* line 63, ../../resources/sass/_mixins.scss */
body.contact_page .contactContainer form .orange-button:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 600px) {
  /* line 81, ../../resources/sass/pages/_contact.scss */
  body.contact_page .contactContainer form .orange-button {
    margin: 10px auto !important;
  }
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 81, ../../resources/sass/pages/_contact.scss */
  body.contact_page .contactContainer form .orange-button {
    margin: 0 auto 20px;
    width: 80%;
  }
}
/* line 95, ../../resources/sass/pages/_contact.scss */
body.contact_page .contactContainer form select:invalid {
  color: #757575;
}

/* line 3, ../../resources/sass/pages/_textpage.scss */
body.text_page .headerImageContainer2 {
  background-image: url('../images/livestream_area.jpg?1646163679');
}
/* line 6, ../../resources/sass/pages/_textpage.scss */
body.text_page .header {
  margin-bottom: 4%;
}
/* line 10, ../../resources/sass/pages/_textpage.scss */
body.text_page .headerImageContainer2 {
  padding-bottom: 18% !important;
}
/* line 14, ../../resources/sass/pages/_textpage.scss */
body.text_page .textpageContainer {
  width: 48%;
  margin: auto;
  text-align: center;
}
@media (min-width: 0) and (max-width: 1023px) {
  /* line 14, ../../resources/sass/pages/_textpage.scss */
  body.text_page .textpageContainer {
    width: 90%;
  }
}
/* line 23, ../../resources/sass/pages/_textpage.scss */
body.text_page .textpageContainer h1 {
  font-size: 3rem;
  letter-spacing: 2px;
}
/* line 27, ../../resources/sass/pages/_textpage.scss */
body.text_page .textpageContainer h2 {
  font-style: italic;
  font-size: 2rem;
}
/* line 31, ../../resources/sass/pages/_textpage.scss */
body.text_page .textpageContainer p {
  color: #595959;
  font-size: 18pt;
  margin: 10px 25px 50px;
  line-height: 30pt;
  z-index: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 600px) {
  /* line 31, ../../resources/sass/pages/_textpage.scss */
  body.text_page .textpageContainer p {
    font-size: 12pt;
    line-height: 24pt;
    margin: 10px;
  }
}
/* line 46, ../../resources/sass/pages/_textpage.scss */
body.text_page .textpageContainer a {
  color: #e06228;
}

/* line 2, ../../resources/sass/pages/_awards.scss */
body.awards_page .header {
  max-height: 550px;
}
/* line 5, ../../resources/sass/pages/_awards.scss */
body.awards_page .header .headerImageContainer2 {
  background-image: url('../images/CareersHead.jpg?1646163679');
}
/* line 11, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  width: 85%;
  margin: 0 auto 20px auto;
}
@media (max-width: 1023px) {
  /* line 11, ../../resources/sass/pages/_awards.scss */
  body.awards_page #mainContent section {
    border-bottom: none;
    padding-bottom: 0;
  }
}
/* line 22, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section:last-child {
  border-bottom: none;
}
/* line 27, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup.one {
  width: 100%;
}
/* line 30, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup.one ul li {
  display: inline-grid;
  width: 49%;
}
@media (max-width: 1023px) {
  /* line 30, ../../resources/sass/pages/_awards.scss */
  body.awards_page #mainContent section .yearGroup.one ul li {
    width: 100%;
  }
}
/* line 39, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup.two {
  width: 50%;
  float: left;
}
@media (max-width: 1023px) {
  /* line 39, ../../resources/sass/pages/_awards.scss */
  body.awards_page #mainContent section .yearGroup.two {
    width: 100%;
    float: none;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 25px;
  }
}
/* line 51, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup .year {
  color: #e06228;
  font-size: 30px;
}
/* line 55, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup ul {
  list-style: none;
  padding-left: 0;
}
/* line 59, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup ul li {
  margin-bottom: 20px;
}
/* line 61, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup ul li h6 {
  text-transform: uppercase;
  color: #687884;
  font-size: 20px;
  margin: 0;
}
/* line 67, ../../resources/sass/pages/_awards.scss */
body.awards_page #mainContent section .yearGroup ul li p {
  margin: 5px 0 0 0;
  color: #5f5f5f;
}

/* line 78, ../../resources/sass/pages/_awards.scss */
.clear {
  clear: both;
}
