@charset "UTF-8";
/*-------------- BASE STYLES --------------*/
html {
  box-sizing: border-box;
  margin: auto;
}

body {
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  overflow-x: hidden;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
}

section, header, footer, main {
  width: 100%;
}

h1 {
  font-family: "Outfit", sans-serif;
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.45px;
  color: #223646;
}
@media (max-width: 1100px) {
  h1 {
    font-family: "Outfit", sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: 0.21px;
    color: #223646;
  }
}

h2 {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.24px;
  color: #223646;
}
@media (max-width: 1100px) {
  h2 {
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: #223646;
  }
}

h3 {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #223646;
}
@media (max-width: 1100px) {
  h3 {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #223646;
  }
}

h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.15px;
  color: #181818;
}
@media (max-width: 1100px) {
  h4 {
    font-family: "Outfit", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.14px;
    color: #414042;
  }
}

h5 {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #414042;
}
@media (max-width: 1100px) {
  h5 {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #181818;
  }
}

input[type=text], input[type=email], input[type=submit], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  width: 80%;
  border-radius: 0px;
  margin: 0;
  padding: 10px 30px;
  box-sizing: border-box;
}

input, textarea, select, button {
  -webkit-appearance: none;
  border-radius: 0;
}

p, li, ul {
  margin-top: 0px;
}

p {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.36px;
  color: #414042;
}
@media (max-width: 1100px) {
  p {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.29px;
    color: #414042;
  }
}

li {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.36px;
  color: #414042;
}
@media (max-width: 1100px) {
  li {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.29px;
    color: #414042;
  }
}

td, th {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.3px;
  color: #5b6073;
  border: solid 1px #414042;
  padding: 5px;
}
@media (max-width: 1100px) {
  td, th {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 0.26px;
    color: #414042;
  }
}

td div, th div {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.3px;
  color: #5b6073;
}
@media (max-width: 1100px) {
  td div, th div {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.79;
    letter-spacing: 0.26px;
    color: #414042;
  }
}

th, th div {
  font-weight: bold;
  text-align: left;
}

table {
  border: solid 1px #414042;
  border-collapse: collapse;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*-------------- UTILITY --------------*/
.container {
  max-width: 82vw;
  margin: 0px 0px 0px auto;
  /*overflow: hidden;*/
}
@media (max-width: 1100px) {
  .container {
    max-width: 100%;
  }
}

.container-full {
  max-width: 100%;
}

.clearset:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flex-items {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 1100px) {
  .flex-items {
    display: block;
  }
}

.third {
  width: 33.33%;
}

.half {
  width: 50%;
}

#width-check {
  position: relative;
  z-index: 0;
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

div.overflow {
  width: 100%;
  overflow-x: auto;
}
div.overflow.show + div.scroll-arrow {
  position: relative;
  height: 30px;
  width: 100%;
}
div.overflow.show + div.scroll-arrow::before {
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: "\f07e";
  font-weight: 900;
}

.vertical {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
  left: -100px;
  position: absolute;
}
.vertical.bottom {
  transform-origin: bottom left;
  transform: rotate(-90deg);
  bottom: 120px;
  padding-left: 47px;
}
.vertical.bottom::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 0px;
  left: 36px;
  top: 10px;
  background-color: #414042;
}
.vertical.bottom.show::before {
  left: 0px;
  width: 36px;
  transition: all 0.5s ease-in-out;
}
.vertical.bottom.hide::before {
  left: 0px;
  width: 0px;
}
.vertical.top {
  transform-origin: top left;
  bottom: 100%;
  padding-left: 47px;
  transform: rotate(-90deg) translateX(calc(-100% - 18px));
}
.vertical.top::after {
  content: "";
  height: 1px;
  position: absolute;
  width: 0px;
  left: 36px;
  top: 10px;
  background-color: #414042;
}
.vertical.top.show::after {
  left: 0px;
  width: 36px;
  transition: all 0.5s ease-in-out;
}
.vertical.top.hide::after {
  left: 0px;
  width: 0px;
}

.animated-border {
  padding-left: 20px;
  position: relative;
}

.animated-border::before {
  content: "";
  background-color: #19a4dd;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 0px;
  transition: all 0.5s ease-in-out;
}

.animated-border.show::before {
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  white-space: nowrap !important;
}

.download-icon::before {
  content: "";
  display: inline;
  background-color: #ffffff;
  width: 13px;
  min-width: 13px;
  height: 18px;
  -webkit-mask-image: url(../../../../_resources/icons/download.svg);
  mask-image: url(../../../../_resources/icons/download.svg);
  margin-right: 10px;
}

.envelope-icon::before {
  content: "";
  display: inline;
  background-color: #ffffff;
  width: 20px;
  min-width: 20px;
  height: 13px;
  -webkit-mask-image: url(../../../../_resources/icons/envelope.svg);
  mask-image: url(../../../../_resources/icons/envelope.svg);
  margin-right: 10px;
}

.location::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  color: #00b6de;
  font-size: 17px;
  font-weight: 900;
}

p.small, p.small a {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}

/* Functions */
.column-1 {
  width: calc((100% - 220px) / 12 * 1 + 0px);
}

.column-2 {
  width: calc((100% - 220px) / 12 * 2 + 20px);
}

.column-3 {
  width: calc((100% - 220px) / 12 * 3 + 40px);
}

.column-4 {
  width: calc((100% - 220px) / 12 * 4 + 60px);
}

.column-5 {
  width: calc((100% - 220px) / 12 * 5 + 80px);
}

.column-6 {
  width: calc((100% - 220px) / 12 * 6 + 100px);
}

.column-7 {
  width: calc((100% - 220px) / 12 * 7 + 120px);
}

.column-8 {
  width: calc((100% - 220px) / 12 * 8 + 140px);
}

.column-9 {
  width: calc((100% - 220px) / 12 * 9 + 160px);
}

.column-10 {
  width: calc((100% - 220px) / 12 * 10 + 180px);
}

.column-11 {
  width: calc((100% - 220px) / 12 * 11 + 200px);
}

.column-12 {
  width: calc((100% - 220px) / 12 * 12 + 220px);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.675s;
          animation-duration: 0.675s;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutRightInLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutRightInLeft {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeOutRightInLeft {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0);
  }
}

@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0);
  }
}
/* ANIMATE CSS DELAY CLASSES */
.animated.delay-500ms {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animated.delay-2500ms {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.grecaptcha-badge {
  display: none !important;
  z-index: 100000;
}

.grecaptcha-badge.show {
  display: block !important;
  visibility: visible !important;
}

/* BUTTONS */
.social-link-style {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #223646;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.social-link-style:hover {
  color: #00b6de;
}

.button-style-1 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #223646;
  padding: 20px;
  height: 56px;
  color: #181818;
  background-color: #ffffff;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .button-style-1 {
    min-width: 200px;
  }
}
.button-style-1::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button-style-1:after {
  background-color: #00b6de;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 14px;
  position: relative;
  top: 1px;
  width: 9px;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.17, 0.17, 0.05, 1);
  -webkit-mask: url(../../../../_resources/icons/taseko-arrow-right.svg) no-repeat 50% 50%;
  mask: url(../../../../_resources/icons/taseko-arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.button-style-1:active {
  color: #00b6de;
  outline: 0;
  outline-offset: 0;
}
.button-style-1:focus {
  outline: 1px dashed #00b6de;
  outline-offset: 3px;
}
.button-style-1:hover:after {
  -webkit-animation: fadeOutRightInLeft 2s forwards;
          animation: fadeOutRightInLeft 2s forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.button-style-1:active:hover {
  color: #00b6de;
  outline: 0;
  outline-offset: 0;
}

.button {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #223646;
  min-width: 196px;
  height: 56px;
  background-color: #223646;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .button {
    min-width: 138px;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button:hover::before {
  transform: scale(0.8);
  box-shadow: 0 16px 16px 0 rgba(16, 18, 30, 0.28);
}

.button-style-2 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #223646;
  min-width: 196px;
  height: 56px;
  background-color: #223646;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .button-style-2 {
    min-width: 138px;
  }
}
.button-style-2::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  box-shadow: 0 8px 16px 0 rgba(16, 18, 30, 0.14);
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button-style-2:hover::before {
  transform: scale(0.8);
  box-shadow: 0 16px 16px 0 rgba(16, 18, 30, 0.28);
}

.button-style-3 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #223646;
  min-width: 233px;
  height: 56px;
  background-color: #ffffff;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #223646;
  border: 1px solid #00b6de;
}
@media (max-width: 1100px) {
  .button-style-3 {
    min-width: 212px;
    height: 44px;
  }
}
.button-style-3.sign-up::before {
  content: "";
  display: inline;
  background-color: #ffffff;
  width: 20px;
  min-width: 20px;
  height: 13px;
  -webkit-mask-image: url(../../../../_resources/icons/envelope.svg);
  mask-image: url(../../../../_resources/icons/envelope.svg);
  margin-right: 10px;
}
.button-style-3::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.button-style-3:hover {
  background-color: #223646;
  color: #ffffff;
  border: 1px solid #223646;
}

.button-style-4 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #223646;
  min-width: 333px;
  height: 86px;
  background-color: #7D8192;
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .button-style-4 {
    min-width: 238px;
    height: 54px;
  }
}
.button-style-4::before {
  content: "";
  display: inline;
  background-color: #ffffff;
  width: 13px;
  min-width: 13px;
  height: 18px;
  -webkit-mask-image: url(../../../../_resources/icons/download.svg);
  mask-image: url(../../../../_resources/icons/download.svg);
  margin-right: 10px;
}
.button-style-4:hover {
  background-color: #e88270;
}

.button-style-5 {
  display: inline-flex;
  transition: all 0.25s ease-in-out;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #223646;
  width: 50%;
  height: 56px;
  background-color: #e88270;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffffff;
}
.button-style-5:hover {
  background-color: #7D8192;
}
.button-style-5:nth-of-type(1) {
  border-right: 1px solid #ffffff;
}
.button-style-5:nth-of-type(2) {
  border-left: 1px solid #ffffff;
}

.arrow {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #223646;
  position: relative;
}
.arrow:after {
  background-color: #00b6de;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 14px;
  position: relative;
  top: 1px;
  width: 9px;
  transform: translate3d(0, 0, 0);
  transition: all 0.5s cubic-bezier(0.17, 0.17, 0.05, 1);
  -webkit-mask: url(../../../../_resources/icons/taseko-arrow-right.svg) no-repeat 50% 50%;
  mask: url(../../../../_resources/icons/taseko-arrow-right.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.arrow:focus {
  outline: 1px dashed #00b6de;
  outline-offset: 3px;
}
.arrow:active {
  color: #00b6de;
  outline: 0;
  outline-offset: 0;
}
.arrow:hover:after {
  -webkit-animation: fadeOutRightInLeft 2s forwards;
          animation: fadeOutRightInLeft 2s forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.arrow:active:hover {
  color: #00b6de;
  outline: 0;
  outline-offset: 0;
}

header.two {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
@media (max-width: 1100px) {
  header.two {
    display: none;
  }
}
header.two #top {
  height: 86px;
  align-items: center;
}
header.two #top .left {
  width: 100%;
  background-color: #edf2f6;
  align-items: center;
  height: 100%;
}
header.two #top .logo {
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1920px) {
  header.two #top .logo {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.two #top .logo {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  header.two #top .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.two #top .logo img {
  height: 35px;
}
@media (max-width: 1300px) {
  header.two #top .logo img {
    height: 30px;
  }
}
@media (max-width: 1200px) {
  header.two #top .logo img {
    height: 25px;
  }
}
header.two #top .logo:hover {
  opacity: 0.6;
}
header.two #top nav {
  flex-grow: 2;
}
@media (min-width: 1920px) {
  header.two #top nav {
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.two #top nav {
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  header.two #top nav {
    padding-right: 20px;
  }
}
header.two #top nav ul.top-level {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: space-around;
  align-items: center;
}
header.two #top nav ul.top-level li.top-level {
  padding: 29px 0px;
  position: relative;
}
header.two #top nav ul.top-level li.top-level a.top-level {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.79px;
  text-align: justify;
  color: #414042;
  padding: 33px 0px;
}
@media (max-width: 1300px) {
  header.two #top nav ul.top-level li.top-level a.top-level {
    font-size: 16px;
  }
}
header.two #top nav ul.top-level li.top-level ul.sub {
  transition: all 0.25s ease-in-out;
  width: 240px;
  padding: 30px 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  list-style: none;
  margin: 0px;
}
header.two #top nav ul.top-level li.top-level ul.sub::before {
  transition: all 0.25s ease-in-out;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00b6de;
  position: absolute;
  top: -6px;
  left: calc(50% - 6px);
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #414042;
  padding: 8px 25px;
  transition: all 0.25s ease-in-out;
  display: block;
  border-bottom: 1px solid #ffffff;
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub.has-submenu::after {
  content: "+";
  margin-left: 10px;
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub.has-submenu.show::after {
  content: "—";
}
header.two #top nav ul.top-level li.top-level ul.sub a.sub:hover {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #223646;
  background-color: #baf2ff;
  border-bottom: 1px solid #00b6de;
}
header.two #top nav ul.top-level li.top-level ul.sub ul.subsub {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: none;
}
header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #414042;
  padding: 8px 25px 8px 48px;
  transition: all 0.25s ease-in-out;
  color: #223646;
  display: block;
}
header.two #top nav ul.top-level li.top-level ul.sub ul.subsub a.subsub:hover {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: -0.3px;
  color: #223646;
  background-color: #baf2ff;
  border-bottom: 1px solid #00b6de;
}
header.two #top nav ul.top-level li.top-level:hover ul.sub {
  opacity: 1;
  pointer-events: all;
  box-shadow: 0 15px 19px 0 rgba(0, 0, 0, 0.18);
}
@media (max-width: 1200px) {
  header.two #top nav {
    padding-right: 40px;
  }
}
header.two #top .ticker {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
  background-color: #edf2f6;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
@media (min-width: 1920px) {
  header.two #top .ticker {
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.two #top .ticker {
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  header.two #top .ticker {
    padding-right: 20px;
  }
}
header.two #top .ticker strong {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
header.two #top .ticker .stock {
  flex-grow: 1;
  justify-content: space-around;
  padding: 0px 20px;
}
header.two #top .ticker .stock div {
  padding: 0px 5px;
}
header.two #top .ticker .stock.hide {
  opacity: 0;
}
header.two #top .ticker .search-area {
  position: absolute;
  right: 0;
  margin-right: 65px;
}
header.two #top .ticker .search-area .icon {
  font-size: 20px;
  line-height: 1;
  color: #223646;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
header.two #top .ticker .search-area .icon:hover {
  opacity: 0.6;
}
header.two #top .ticker .search-area #search-hold {
  display: none;
  width: 100%;
  min-width: 300px;
}
header.two #top .ticker .search-area #search-hold form {
  width: 100%;
  padding: 0px 20px;
}
header.two #top .ticker .search-area #search-hold form input {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #414042;
  width: 100%;
  border: none;
}
header.two #top .ticker .search-area #search-hold form input::-webkit-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #414042;
}
header.two #top .ticker .search-area #search-hold form input:-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #414042;
}
header.two #top .ticker .search-area #search-hold form input::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #414042;
}
header.two #top .ticker .search-area #search-hold form input:-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.5px;
  text-align: justify;
  color: #414042;
}
header.two #top .ticker .search-area #search-hold form input:focus {
  outline: 0px;
}
header.two #top .ticker .search-area #search-hold .search-close {
  font-size: 20px;
  line-height: 1;
  color: #223646;
  cursor: pointer;
}

html.open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
html.open body {
  height: 100vh;
}

header.mobile {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  header.mobile {
    display: block;
  }
}
header.mobile .top {
  height: 50px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1920px) {
  header.mobile .top {
    padding-left: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile .top {
    padding-left: 60px;
  }
}
@media (max-width: 1100px) {
  header.mobile .top {
    padding-left: 20px;
  }
}
header.mobile .top .logo {
  width: 140px;
  height: 19px;
  position: relative;
  z-index: 2;
}
header.mobile .top .logo img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 250ms ease-in-out;
}
header.mobile .top .logo img.color {
  opacity: 1;
}
header.mobile .top .logo img.white {
  opacity: 0;
}
header.mobile .top .icon-hold {
  width: 55px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #edf2f6;
  cursor: pointer;
}
header.mobile .top .icon-hold .menu-icon {
  margin: 0px auto;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 250ms ease-in-out;
  cursor: pointer;
  height: 19px;
  width: 25px;
}
header.mobile .top .icon-hold .menu-icon span {
  background-color: #223646;
  width: 25px;
  height: 3px;
  display: block;
  margin-bottom: 5px;
  transition: all 250ms ease-in-out;
  border-radius: 3px;
}
header.mobile .top .icon-hold .menu-icon span:last-of-type {
  margin-bottom: 0px;
}
header.mobile #mobile-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  margin-left: -100%;
  background-color: #223646;
  transition: all 250ms ease-in-out;
  pointer-events: none;
}
header.mobile #mobile-menu nav {
  height: calc(100% - 175px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: 50px;
}
@media (min-width: 1920px) {
  header.mobile #mobile-menu nav {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile #mobile-menu nav {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  header.mobile #mobile-menu nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.mobile #mobile-menu nav::-webkit-scrollbar {
  display: none;
}
header.mobile #mobile-menu nav ul.top-level {
  margin: 30px 0px;
  list-style: none;
  padding: 0px;
}
header.mobile #mobile-menu nav ul.top-level a.top-level {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #fff;
  display: block;
  padding: 10px 0px;
}
header.mobile #mobile-menu nav ul.top-level a.top-level.has-submenu::after {
  content: "+";
  display: inline;
  margin-left: 10px;
}
header.mobile #mobile-menu nav ul.top-level a.top-level.has-submenu.show::after {
  content: "—";
}
header.mobile #mobile-menu nav ul.top-level ul.sub {
  margin: 0px 0px 0px 25px;
  list-style: none;
  padding: 0px;
  display: none;
}
header.mobile #mobile-menu nav ul.top-level ul.sub a {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: 0.27px;
  color: #fff;
  display: block;
  padding: 8px 0px;
}
header.mobile #mobile-menu nav ul.top-level ul.sub a.has-submenu::after {
  content: "+";
  display: inline;
  margin-left: 10px;
}
header.mobile #mobile-menu nav ul.top-level ul.sub a.has-submenu.show::after {
  content: "—";
}
header.mobile #mobile-menu nav ul.top-level ul.sub ul.subsub {
  margin: 0px 0px 0px 25px;
  list-style: none;
  padding: 0px;
  display: none;
}
header.mobile #mobile-menu .bottom {
  justify-content: space-between;
}
header.mobile #mobile-menu .social {
  height: 70px;
}
@media (min-width: 1920px) {
  header.mobile #mobile-menu .social {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile #mobile-menu .social {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  header.mobile #mobile-menu .social {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.mobile #mobile-menu .social a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #223646;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
header.mobile #mobile-menu .social a:hover {
  color: #00b6de;
}
header.mobile #mobile-menu .social a:last-of-type {
  margin-right: 0px;
}
header.mobile #mobile-menu .search_hold {
  position: relative;
  padding-right: 20px;
}
header.mobile #mobile-menu .search_hold span.icon {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #223646;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
header.mobile #mobile-menu .search_hold span.icon:hover {
  color: #00b6de;
}
header.mobile #mobile-menu .search_hold #search-hold-mob {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-in-out;
}
header.mobile #mobile-menu .search_hold #search-hold-mob.show {
  opacity: 1;
  pointer-events: all;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form {
  width: calc(100% - 40px);
  margin: 0 20px;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 30px;
  border: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input::-webkit-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input:-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input::-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input::placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
header.mobile #mobile-menu .search_hold #search-hold-mob form input:focus {
  outline: 0;
}
header.mobile #mobile-menu .search_hold #search-hold-mob .mob-search-close i {
  position: absolute;
  top: 12px;
  right: 40px;
  color: #19a4dd;
}
header.mobile #mobile-menu .ticker {
  border-top: solid 1px #ffffff;
}
@media (min-width: 1920px) {
  header.mobile #mobile-menu .ticker {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  header.mobile #mobile-menu .ticker {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  header.mobile #mobile-menu .ticker {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header.mobile #mobile-menu .ticker .stock {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #fff;
  align-items: center;
  height: 55px;
}
header.mobile #mobile-menu .ticker .stock strong {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #fff;
}
header.mobile.open .top .logo img.color {
  opacity: 0;
}
header.mobile.open .top .logo img.white {
  opacity: 1;
}
header.mobile.open .top .icon-hold .menu-icon {
  transform: translateY(-4px);
}
header.mobile.open .top .icon-hold .menu-icon span {
  background-color: #ffffff;
}
header.mobile.open .top .icon-hold .menu-icon span:nth-child(1) {
  transform: translate(0px, 12px) rotate(45deg);
  opacity: 0;
}
header.mobile.open .top .icon-hold .menu-icon span:nth-child(2) {
  transform: translate(0px, 3.9px) rotate(45deg);
}
header.mobile.open .top .icon-hold .menu-icon span:nth-child(3) {
  transform: translate(0px, -3.9px) rotate(-45deg);
}
header.mobile.open #mobile-menu {
  margin-left: 0px;
  pointer-events: all;
}
header.mobile.sticky .top {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

/**************** NEWS SECTION ****************/
body main .content .container #content .news-item {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding: 0px 0px 30px 0px;
  text-decoration: none;
}
body main .content .container #content .news-item:not(:last-of-type) {
  border-bottom: 1px solid #1cbde1;
}
body main .content .container #content .news-item a {
  text-decoration: none !important;
}
body main .content .container #content .news-item .image-container {
  width: calc((100% - 220px) / 12 * 4 + 60px);
}
body main .content .container #content .news-item .image-container .image {
  display: flex;
  width: 260px;
  height: 140px;
  overflow: hidden;
}
body main .content .container #content .news-item .image-container .image .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.25s ease-in-out;
}
body main .content .container #content .news-item .details {
  width: calc((100% - 220px) / 12 * 8 + 140px);
  line-height: normal;
}
body main .content .container #content .news-item .details .news-date {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #223646;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1100px) {
  body main .content .container #content .news-item .details .news-date {
    margin-bottom: 0px;
  }
}
body main .content .container #content .news-item .details .news-title a {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.15px;
  color: #181818;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1100px) {
  body main .content .container #content .news-item .details .news-title a {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #181818;
  }
}
body main .content .container #content .news-item .details .news-title a::after {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  body main .content .container #content .news-item .details .news-title a::after {
    margin-top: 11px;
  }
}
body main .content .container #content .news-item .details .news-title a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  body main .content .container #content .news-item {
    display: block;
  }
  body main .content .container #content .news-item .details {
    margin-top: 20px;
  }
}

#news {
  margin-top: 96px;
}
@media (max-width: 1100px) {
  #news {
    margin-top: 50px;
  }
}
@media (max-width: 1100px) and (min-width: 1920px) {
  #news {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1100px) and (max-width: 1919px) {
  #news {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  #news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#news .news-wrapper {
  margin-top: 33px;
  display: flex;
}
@media (max-width: 1100px) {
  #news .news-wrapper {
    display: block;
    margin-top: 25px;
  }
}
#news .news-wrapper .news-item {
  padding-right: 3.5%;
  width: 33.3333333333%;
}
@media (max-width: 1100px) {
  #news .news-wrapper .news-item {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 19px;
  }
}
#news .news-wrapper .news-item .news-date {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  color: #223646;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 1100px) {
  #news .news-wrapper .news-item .news-date {
    margin-bottom: 0px;
  }
}
#news .news-wrapper .news-item .news-title a {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.15px;
  color: #181818;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1100px) {
  #news .news-wrapper .news-item .news-title a {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    color: #181818;
  }
}
#news .news-wrapper .news-item .news-title a::after {
  margin-top: 25px;
}
@media (max-width: 1100px) {
  #news .news-wrapper .news-item .news-title a::after {
    margin-top: 11px;
  }
}
#news .arrow {
  display: inline-block;
  margin-top: 50px;
}

/**************** SUBSCRIBE ****************/
#subscribe {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1100px) {
  #subscribe {
    margin-top: 45px;
  }
}
#subscribe .container {
  background-color: #edf2f6;
  padding: 90px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  #subscribe .container {
    padding: 90px 60px;
  }
}
@media (max-width: 1100px) {
  #subscribe .container {
    display: block;
    width: calc(100% - 40px);
    margin: 0px 0px 0px 20px;
    padding: 40px 20px;
  }
}
#subscribe .container .signup-text {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #223646;
  width: 40%;
  padding-right: 5%;
}
@media (max-width: 1100px) {
  #subscribe .container .signup-text {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #223646;
    width: 100%;
    padding-right: 0px;
    margin-top: 0px;
  }
}
#subscribe .container .signup-info {
  width: 60%;
}
@media (max-width: 1100px) {
  #subscribe .container .signup-info {
    width: 100%;
    margin-top: 22px;
  }
}
@media (max-width: 1100px) {
  #subscribe .container .signup-info form.signup {
    display: block;
  }
}
#subscribe .container .signup-info form.signup .hold {
  background-color: #ffffff;
  border-bottom: 1px solid #00b6de;
  padding: 10px 20px;
  align-items: center;
  width: 85%;
  max-width: 600px;
}
@media (max-width: 1500px) {
  #subscribe .container .signup-info form.signup .hold {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  #subscribe .container .signup-info form.signup .hold {
    width: 100%;
    max-width: unset;
  }
}
#subscribe .container .signup-info form.signup .hold .textbox {
  width: 100%;
  position: relative;
}
#subscribe .container .signup-info form.signup .hold .textbox input {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.33px;
  color: #223646;
  padding: 0px 10px;
  width: 100%;
  border: 0px;
  background-color: #ffffff;
}
@media (max-width: 1100px) {
  #subscribe .container .signup-info form.signup .hold .textbox input {
    padding: 0px 6px;
  }
}
#subscribe .container .signup-info form.signup .hold .textbox input:focus {
  outline: 0px;
}
#subscribe .container .signup-info form.signup .hold .textbox input::-webkit-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.33px;
  color: #223646;
}
#subscribe .container .signup-info form.signup .hold .textbox input:-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.33px;
  color: #223646;
}
#subscribe .container .signup-info form.signup .hold .textbox input::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.33px;
  color: #223646;
}
#subscribe .container .signup-info form.signup .hold .textbox input:-ms-input-placeholder {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.33px;
  color: #223646;
}
#subscribe .container .signup-info form.signup .hold .error-tooltip {
  display: none;
  position: absolute;
  top: -45px;
  left: 0;
  padding: 10px 15px;
  font-size: 12px;
  background: #19a4dd;
  width: 250px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 1000;
  color: #ffffff;
}
#subscribe .container .signup-info form.signup .hold .error-tooltip span {
  color: #ffffff;
}
#subscribe .container .signup-info form.signup .hold .error-tooltip:before {
  content: " ";
  border-style: solid;
  border-width: 10px 12px 0px 12px;
  border-color: #19a4dd transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 12px);
}
#subscribe .container .signup-info form.signup .hold .textbox.show-tooltip .error-tooltip {
  display: inline-block;
  animation: tooltip 5s 1;
  -webkit-animation: tooltip 5s 1;
}
#subscribe .container .signup-info form.signup .hold .recaptcha {
  margin-top: 0px;
  opacity: 0;
  height: 0px;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
  order: 1;
  display: none;
}
@media (max-width: 1100px) {
  #subscribe .container .signup-info form.signup .hold .recaptcha {
    transform-origin: top left;
    transform: scale(0.8);
  }
}
#subscribe .container .signup-info form.signup .hold .recaptcha.show {
  opacity: 1;
  height: 78px;
  pointer-events: all;
  margin-top: 20px;
  display: inline-block;
}
#subscribe .container .signup-info form.signup .hold .recaptcha.error {
  height: 82px;
  border: red 2px solid;
}
#subscribe .container .signup-info form.signup .signup-submit {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#subscribe .container .signup-info form.signup .signup-submit button {
  border-style: none;
}
@media (max-width: 1100px) {
  #subscribe .container .signup-info form.signup .signup-submit button {
    padding: 12px 30px;
    margin-left: 0px;
  }
}
#subscribe .container .signup-info form.signup .signup-submit input[type=submit] {
  display: none;
  visibility: hidden;
}
#subscribe .container .signup-info form.signup .signup-submit svg {
  cursor: pointer;
  height: 14px;
  width: 9px;
}
#subscribe .container .signup-info form.signup #consent {
  display: none;
}
#subscribe .container .signup-info form.signup .consent {
  margin-top: 20px;
  width: 85%;
  max-width: 600px;
}
@media (max-width: 1500px) {
  #subscribe .container .signup-info form.signup .consent {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  #subscribe .container .signup-info form.signup .consent {
    width: 100%;
    max-width: unset;
  }
}
#subscribe .container .signup-info form.signup .consent label {
  display: flex;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
}
#subscribe .container .signup-info form.signup [type=checkbox] + label:before {
  content: "\f0c8";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 10px;
}
#subscribe .container .signup-info form.signup [type=checkbox]:checked + label:before {
  content: "\f14a";
}
#subscribe .container .signup-info .signup-message {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #414042;
  margin-top: 15px;
}
#subscribe::before {
  top: 186px;
  content: "";
  background-color: #414042;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
@media (max-width: 1100px) {
  #subscribe::before {
    top: 107px;
  }
}

@media (max-width: 1100px) {
  .recaptcha {
    transform-origin: top left;
    transform: scale(0.8);
  }
}

/* KEYFRAMES */
@-webkit-keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20%, 90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
@keyframes tooltip {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  20%, 90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
  }
}
footer {
  background-color: #414042;
}
footer .container-full {
  padding-top: 70px;
  padding-bottom: 70px;
  align-items: flex-start;
}
@media (min-width: 1920px) {
  footer .container-full {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  footer .container-full {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  footer .container-full {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  footer .container-full {
    padding-top: 60px;
    padding-bottom: 55px;
    display: block;
  }
}
footer .container-full .info {
  width: 50%;
}
@media (max-width: 1100px) {
  footer .container-full .info {
    width: 100%;
  }
}
footer .container-full .info .logo {
  margin-bottom: 30px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 1100px) {
  footer .container-full .info .logo {
    width: 140px;
    height: 19px;
    margin-bottom: 15px;
  }
}
footer .container-full .info .logo img {
  height: 40px;
}
@media (max-width: 1300px) {
  footer .container-full .info .logo img {
    height: 30px;
  }
}
footer .container-full .info .logo:hover {
  opacity: 0.6;
}
footer .container-full .info .social {
  justify-content: flex-start;
}
footer .container-full .info .social a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #223646;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 18px;
}
footer .container-full .info .social a:hover {
  color: #00b6de;
}
footer .container-full nav {
  width: 50%;
}
@media (max-width: 1100px) {
  footer .container-full nav {
    width: 100%;
    margin-top: 26px;
  }
}
footer .container-full nav ul.top-level {
  list-style: none;
  margin: 0px;
  padding: 0px;
  -moz-columns: 200px 2;
  columns: 200px 2;
}
footer .container-full nav ul.top-level li.top-level a.top-level {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: 0.12px;
  color: #fff;
}
footer .container-full nav ul.top-level li.top-level a.top-level:hover {
  opacity: 0.7;
}
footer .container-full .main-site {
  min-width: 200px;
}
footer .container-full .main-site a {
  color: #ffffff;
}
@media (max-width: 1100px) {
  footer .container-full .main-site {
    margin-top: 30px;
  }
}
footer .bottom {
  background-color: #2f2e30;
}
footer .bottom .container {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1920px) {
  footer .bottom .container {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  footer .bottom .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  footer .bottom .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .bottom .container.text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.25;
  letter-spacing: 0.12px;
  color: #fff;
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 767px) {
  footer .bottom .container.text {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
footer .bottom .container.text a {
  color: #ffffff !important;
}
footer .bottom .container.text a:hover {
  opacity: 0.7;
}
footer .bottom .container.text .blender {
  color: #ffffff;
}
@media (max-width: 767px) {
  footer .bottom .container.text .blender {
    display: block;
  }
}
footer .bottom .container.text .blender a {
  color: #ffffff !important;
  font-weight: bold;
}
footer .bottom .container.text .blender a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  footer .bottom .container.text span:nth-of-type(4) {
    display: none;
  }
}

#consent-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
#consent-modal.show {
  opacity: 1;
  pointer-events: all;
  overflow-y: hidden;
}
#consent-modal::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background-color: #000000;
  opacity: 0.5;
}
#consent-modal > div {
  box-sizing: border-box;
  position: relative;
  z-index: 100001;
  width: 100%;
  max-width: 622px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 40px 80px 40px 30px;
}
#consent-modal a {
  color: #223646;
}
#consent-modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  display: block;
  color: #223646;
}
#consent-modal .close span {
  text-decoration: underline;
}
#consent-modal .content {
  display: flex;
  align-items: flex-start;
}
#consent-modal .content > div *:first-child {
  margin-top: 0px;
}
#consent-modal input[type=checkbox] {
  -webkit-appearance: checkbox;
  margin: 10px 20px 0px 0px;
  min-width: 20px;
}

@media screen and (max-width: 767px) {
  #consent-modal > div {
    padding: 40px 20px 40px 20px;
    max-width: 350px;
  }
}
/**************** BANNER ****************/
#banner {
  margin-top: 86px;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
@media (max-width: 1100px) {
  #banner {
    margin-top: 50px;
  }
}
#banner .blue-bg {
  height: 585px;
  background-color: #edf2f6;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
}
#banner .container {
  min-height: 670px;
  position: relative;
  height: 1px;
}
#banner .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../../../../_resources/banners/home-banner.jpg);
  position: absolute;
  width: 84%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
#banner .links {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 80px;
}
#banner .hold {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
}
#banner .hold .text {
  padding: 45px 40px;
  width: 620px;
  background-color: #ffffff;
  z-index: 3;
  position: relative;
  box-shadow: 0 15px 19px 0 rgba(0, 0, 0, 0.18);
}
#banner .hold .text .location {
  margin-bottom: 60px;
}
#banner .hold .text .signup-scroll {
  cursor: pointer;
}
#banner .hold .social {
  position: relative;
  z-index: 2;
}
@media (min-width: 1920px) {
  #banner .hold .social {
    padding-right: 65px;
  }
}
@media (max-width: 1919px) {
  #banner .hold .social {
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  #banner .hold .social {
    padding-right: 20px;
  }
}
#banner .hold .social a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background-color: #ffffff;
  color: #223646;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-bottom: 20px;
}
#banner .hold .social a:hover {
  color: #00b6de;
}
#banner .hold .social a:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 1100px) {
  #banner .hold .social {
    display: none;
  }
}
#banner .critical-minerals-button {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 20px;
  display: flex;
  gap: 5px;
}
#banner .critical-minerals-button p {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.33px;
  color: #ffffff;
  margin: 0;
}
#banner .critical-minerals-button i {
  font-size: 50px;
}
@media (max-width: 1200px) {
  #banner .hold .text {
    padding: 20px;
    margin-top: 70px;
    width: 575px;
  }
}
@media (max-width: 1100px) {
  #banner .blue-bg {
    height: 525px;
    width: initial;
    top: 35px;
    right: 20px;
  }
  #banner .container {
    min-height: 560px;
  }
  #banner .image {
    width: initial;
    left: 20px;
    bottom: 40px;
  }
  #banner .links {
    bottom: 40px;
  }
  #banner .hold {
    align-items: flex-start;
  }
  #banner .hold .text {
    padding: 20px;
    margin-top: 70px;
    width: 75%;
  }
  #banner .hold .text a {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #banner .hold .text .location {
    margin-bottom: 0px;
  }
}

/**************** MAIN ****************/
main {
  position: relative;
  z-index: 1;
}

/**************** ABOUT US ****************/
#about {
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
#about .container {
  padding: 50px 0px 0px 0px;
}
@media (max-width: 1100px) {
  #about .container {
    padding: 23px 20px 0px 20px;
    display: block;
  }
}
#about .container.flex {
  justify-content: flex-start;
}
#about .text {
  width: 56%;
  padding: 0px 9.6% 0px 0px;
  margin-top: 92px;
}
@media (max-width: 1100px) {
  #about .text {
    width: 100%;
    padding: 0px;
  }
}
#about .text h2 {
  margin-top: 0px;
}
#about .ticker {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.33px;
  color: #223646;
  margin-top: 92px;
  width: 44%;
  visibility: hidden;
}
@media (max-width: 1100px) {
  #about .ticker {
    width: 100%;
    margin-top: 35px;
  }
}
#about .ticker .symbol {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.36px;
  color: #414042;
  margin-bottom: 22px;
}
@media (max-width: 1100px) {
  #about .ticker .symbol {
    margin-bottom: 15px;
  }
}
#about .ticker .symbol strong {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.36px;
  color: #414042;
}
#about .about {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.33px;
  color: #223646;
  margin-top: 92px;
  width: 35%;
  visibility: hidden;
}
@media (max-width: 1100px) {
  #about .about {
    width: 100%;
    margin-top: 35px;
  }
}

/**************** FEATURED LINKS ****************/
#featured-links {
  margin-top: 65px;
}
@media (max-width: 1100px) {
  #featured-links {
    margin-top: 55px;
  }
}
#featured-links .feature {
  height: 352px;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
@media (max-width: 1100px) {
  #featured-links .feature {
    height: 180px;
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  #featured-links .feature {
    width: 100%;
  }
}
#featured-links .feature:nth-of-type(1) {
  background-image: url(../../../../_resources/bgs/yellowhead-project-bg.jpg);
}
#featured-links .feature:nth-of-type(2) {
  background-image: url(../../../../_resources/bgs/EOA-bg.jpg);
}
#featured-links .feature:nth-of-type(3) {
  background-image: url(../../../../_resources/bgs/contact-bg.jpg);
}
#featured-links .container {
  position: relative;
}
@media (max-width: 767px) {
  #featured-links .container {
    display: block;
  }
}