@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.br #page-404 {
  background: url("/images/404brazil.png") no-repeat center center fixed;
  background-size: cover;
}

#page-404 {
  min-height: 100vh;
  background: url("/images/hero404.png") no-repeat center center fixed;
  background-size: cover;
  box-sizing: border-box;
  text-align: center;
}
#page-404 .page-main-container__scroll-area {
  display: none;
}
@media only screen and (max-width: 880px) {
  #page-404 {
    flex-direction: column;
    padding: 0 25px;
  }
}
#page-404 section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#page-404-link {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 9px 25px;
  margin-top: 0;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  text-transform: none;
  min-width: 15%;
}
#page-404-link:hover {
  background-color: #23a5db;
}
#page-404-link:hover {
  background-color: #fff;
  color: #000;
}
#page-404-link:hover a {
  color: #000;
}
#page-404-link:hover p {
  color: #000;
}
#page-404-link:hover svg path {
  stroke: #000;
}
#page-404-link svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  #page-404-link {
    line-height: 20px;
    padding: 0.5rem 1rem;
  }
}

.page-404-h1 {
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (max-width: 880px) {
  .page-404-h1 {
    text-transform: none;
    width: 100%;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.night-theme__bg .accordion-option-wrapper {
  width: 100%;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.75rem 2rem;
  cursor: pointer;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title p {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 600px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__title p {
    width: 80%;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title-tool {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__title:hover p {
  color: #23a5db;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content {
  display: flex;
  flex-direction: column;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s, max-height 0.5s;
  pointer-events: none;
  padding: 0.5rem 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content.open-option {
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  padding: 1.5rem 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  margin-top: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg {
  margin-left: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover path {
  fill: #000;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-tool {
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 1rem;
  margin-right: 1.5rem;
  align-self: flex-end;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content p {
  margin-top: 0;
  word-wrap: break-word;
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__content p {
    width: fit-content;
  }
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__content {
    width: 100%;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank p {
  padding: 0;
  width: auto;
  margin-top: 5px;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .rank-text {
  line-height: 2rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup path {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb circle {
  fill: #23a5db;
  stroke: #23a5db;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb path {
  fill: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper label {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
  margin-right: 2.1rem;
}
@media only screen and (max-width: 880px) {
  .night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
    margin-right: -2.5rem;
  }
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool path {
  stroke: #fff;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover path {
  stroke: #1c252e;
}
.night-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover circle {
  fill: #fff;
  stroke: #fff;
}

.day-theme__bg .accordion-option-wrapper {
  width: 100%;
  z-index: 3;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  color: #000;
  cursor: pointer;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title p {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__title p {
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title-tool {
  cursor: pointer;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__title:hover {
  color: #23a5db;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__title {
    width: auto;
    padding: 1rem 1rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content {
  flex-direction: column;
  height: 0;
  opacity: 0;
  max-height: 0;
  display: flex;
  padding: 0;
  transition: none;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content.open-option {
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  padding: 1rem 0 1rem 1rem;
  transition: opacity 0.5s, max-height 0.5s;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  color: #000;
  margin-left: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg {
  margin-left: 0.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover {
  fill: #3354a2;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank svg:hover path {
  fill: #fff;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
    margin-left: 0;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-tool {
  cursor: pointer;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 1rem;
  margin-right: 1.5rem;
  align-self: flex-end;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content > p {
  margin-top: 0;
  color: #fff;
  padding: 0 1.5rem 1.5rem 1rem;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__content > p {
    padding: 0 0 1.5rem 0;
    width: 95%;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option .faq-answer {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank {
  display: flex;
  flex-direction: row;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .rank-text {
  line-height: 2rem;
  color: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup path {
  fill: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .thumbsup circle {
  stroke: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb circle {
  fill: #23a5db;
  stroke: #23a5db;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb path {
  fill: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__content-rank .selected-thumb:hover circle {
  fill: #3354a2;
  stroke: #3354a2;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.2rem;
  padding-left: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper label {
  color: #000;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
  margin-right: 2.1rem;
}
@media only screen and (max-width: 880px) {
  .day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool {
    margin-right: 1.5rem;
  }
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool path {
  stroke: #000;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover path {
  stroke: #fff;
}
.day-theme__bg .accordion-option-wrapper .accordion-option__closing-wrapper .accordion-option__content-tool:hover circle {
  fill: #1b8cca;
  stroke: #1b8cca;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper {
    margin-top: 2rem;
  }
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
  color: #fff;
  text-decoration: none;
  margin-top: 1.2rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a {
  color: #23a5db;
  text-decoration: none;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a:hover {
  color: #3354a2;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link a:hover path {
  stroke: #3354a2;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
    justify-content: flex-start;
    padding-bottom: 2rem;
  }
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link svg {
  vertical-align: middle;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link:hover p {
  color: #23a5db;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link:hover p path {
  stroke: #23a5db;
}
.accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination {
  display: none;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .night-theme__bg .accordion-wrapper__link-wrapper {
    justify-content: flex-start;
  }
}
.accordion-wrapper .day-theme__bg {
  padding-top: 1rem;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 880px) {
  .accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper {
    justify-content: center;
  }
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper__accordion-pagination {
  display: flex;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-wrapper__link {
  display: none;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination {
  display: unset;
  margin-top: 1rem;
  z-index: 20;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination ul li button {
  color: #fff;
}
.accordion-wrapper .day-theme__bg .accordion-wrapper__link-wrapper .accordion-pagination ul li button:hover {
  border: 1px solid #23a5db;
  background-color: transparent;
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.faq-wrapper {
  overflow: hidden;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper {
    flex-direction: column;
    margin-bottom: 2rem;
    box-sizing: border-box;
  }
}
.faq-wrapper__wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 1024px) {
  .faq-wrapper__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.faq-wrapper__wrapper.home {
  flex-direction: row;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper__wrapper.home {
    flex-direction: column;
  }
}
.faq-wrapper .night-theme__bg {
  background-color: #3354a2;
}
.faq-wrapper .night-theme__bg .faq-left {
  position: relative;
  width: 30%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  justify-content: left;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left {
    width: 100%;
    margin-top: 2rem;
  }
}
.faq-wrapper .night-theme__bg .faq-left h2,
.faq-wrapper .night-theme__bg .faq-left p {
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left h2,
  .faq-wrapper .night-theme__bg .faq-left p {
    width: auto;
  }
}
.faq-wrapper .night-theme__bg .faq-left > p {
  width: 65%;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left > p {
    width: 80%;
  }
}
.faq-wrapper .night-theme__bg .faq-left button {
  color: #fff;
  border-color: #fff;
  border-radius: 5rem;
  text-transform: none;
  margin-top: 2rem;
  min-width: 40%;
  cursor: pointer;
  margin-top: 1rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  text-transform: none;
  width: 60%;
  padding: 9px 25px;
}
.faq-wrapper .night-theme__bg .faq-left button:hover {
  background-color: #23a5db;
}
.faq-wrapper .night-theme__bg .faq-left button:hover {
  background-color: #fff;
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover a {
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover p {
  color: #000;
}
.faq-wrapper .night-theme__bg .faq-left button:hover svg path {
  stroke: #000;
}
.faq-wrapper .night-theme__bg .faq-left button svg {
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-left button {
    width: 100%;
  }
}
.faq-wrapper .night-theme__bg .faq-left a {
  text-decoration: none;
}
.faq-wrapper .night-theme__bg .faq-right {
  position: relative;
  z-index: 2;
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .night-theme__bg .faq-right {
    width: 100%;
  }
}
.faq-wrapper .day-theme__bg {
  display: flex;
  margin-bottom: 1rem;
  flex-direction: column-reverse;
  width: 100%;
  padding-top: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg {
    flex-direction: column-reverse;
    padding-top: 0;
    margin-bottom: 0.625rem;
  }
}
.faq-wrapper .day-theme__bg .faq-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem 1rem 2rem;
  justify-content: left;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left {
    width: 100%;
    margin: auto;
    padding: 1rem 0;
  }
}
.faq-wrapper .day-theme__bg .faq-left h2,
.faq-wrapper .day-theme__bg .faq-left p {
  width: 85%;
  color: #fff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left h2,
  .faq-wrapper .day-theme__bg .faq-left p {
    width: auto;
  }
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left p {
    width: auto;
  }
}
.faq-wrapper .day-theme__bg .faq-left button {
  color: #23a5db;
  border: solid 1px #23a5db;
  border-radius: 1.25rem;
  transition: all 0.5s ease;
  text-transform: none;
  padding: 9px 25px;
}
.faq-wrapper .day-theme__bg .faq-left button:hover {
  background-color: #fff;
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover a {
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover p {
  color: #000;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg path {
  stroke: #000;
}
.faq-wrapper .day-theme__bg .faq-left button svg {
  vertical-align: middle;
}
.faq-wrapper .day-theme__bg .faq-left button svg path {
  stroke: #23a5db;
}
.faq-wrapper .day-theme__bg .faq-left button a,
.faq-wrapper .day-theme__bg .faq-left button p {
  color: #23a5db;
  width: 100%;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-left button {
    width: 95%;
  }
}
.faq-wrapper .day-theme__bg .faq-left button:hover {
  color: #fff;
  border: solid 1px #1b8cca;
  background-color: #1b8cca;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg {
  stroke: #fff;
}
.faq-wrapper .day-theme__bg .faq-left button:hover svg path {
  stroke: #fff;
}
.faq-wrapper .day-theme__bg .faq-left button:hover a,
.faq-wrapper .day-theme__bg .faq-left button:hover p {
  color: #fff;
}
.faq-wrapper .day-theme__bg .faq-left a {
  text-decoration: none;
}
.faq-wrapper .day-theme__bg .faq-right {
  width: 95%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 880px) {
  .faq-wrapper .day-theme__bg .faq-right {
    width: 100%;
    margin: auto;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.heroBackground {
  height: 370px;
  background-position: center top;
}
@media only screen and (min-width: 2000px) {
  .heroBackground {
    background-position: center center;
  }
}
@media only screen and (max-width: 1199px) {
  .heroBackground {
    height: 280px;
  }
}
@media only screen and (max-width: 600px) {
  .heroBackground {
    height: 200px;
  }
}

.heroWrap {
  margin: 1.875rem 0 2.5rem;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .heroWrap {
    padding: 0;
  }
}

.heroTitle {
  margin: 0;
}

.heroLogo {
  max-width: 326px;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 600px) {
  .heroLogo {
    margin: 20px 0 0;
  }
}

.heroLink {
  text-decoration: none;
  margin-bottom: 10px;
}
.heroLink p {
  transition: all 0.5s ease;
}
.heroLink svg {
  margin-right: 15px;
}
.heroLink svg path {
  transition: all 0.5s ease;
  stroke: #fff;
}
.heroLink:hover {
  text-decoration: none;
}
.heroLink:hover p {
  color: #23a5db;
}
.heroLink:hover svg path {
  stroke: #23a5db;
}

.triangles,
.trianglesMobile {
  width: 100%;
  max-width: 680px;
  position: absolute;
  margin: 0;
  right: 0;
  top: 17.725rem;
}
@media only screen and (max-width: 1040px) {
  .triangles,
  .trianglesMobile {
    right: -18rem;
    top: 12.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .triangles,
  .trianglesMobile {
    right: -14.5rem;
    top: 7rem;
  }
}

@media only screen and (max-width: 880px) {
  .triangles {
    display: none;
  }
}

@media only screen and (min-width: 880px) {
  .trianglesMobile {
    display: none;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.mission-wrapper {
  width: 33.33%;
  max-width: 370px;
}
.mission-wrapper > p {
  margin: 20px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #2d343b;
}
@media only screen and (max-width: 1024px) {
  .mission-wrapper {
    max-width: 280px;
  }
}
@media only screen and (max-width: 880px) {
  .mission-wrapper {
    max-width: 210px;
  }
}
@media only screen and (max-width: 600px) {
  .mission-wrapper {
    width: 100%;
    max-width: unset;
  }
}
.mission-wrapper .our-mission-image img {
  width: 100%;
}
.mission-wrapper .mission-item {
  padding: 15px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2d343b;
}
.mission-wrapper .mission-item-icon {
  margin-right: 20px;
}
.mission-wrapper .mission-item-icon img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 880px) {
  .mission-wrapper .mission-item-icon {
    margin-right: 15px;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.our-mission-component {
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .our-mission-component {
    margin-bottom: 70px;
  }
}
.our-mission-component h2 {
  margin-bottom: 20px;
}
.our-mission-component > p {
  max-width: 770px;
  margin-bottom: 30px;
}
.our-mission-component .our-mission-missions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .our-mission-component .our-mission-missions {
    flex-direction: column;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.sdg-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 880px) {
  .sdg-wrapper {
    margin-bottom: 70px;
  }
}
.sdg-wrapper .sdg-content {
  width: 70%;
}
@media only screen and (max-width: 1024px) {
  .sdg-wrapper .sdg-content {
    max-width: 60%;
  }
}
@media only screen and (max-width: 880px) {
  .sdg-wrapper .sdg-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sdg-wrapper .sdg-content {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}
.sdg-wrapper .sdg-content h2 {
  margin-bottom: 20px;
}
.sdg-wrapper .sdg-content > p {
  max-width: 770px;
  margin-bottom: 30px;
}
.sdg-wrapper .sdg-logo-wrapper {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -3.5rem auto 0;
}
@media only screen and (max-width: 1024px) {
  .sdg-wrapper .sdg-logo-wrapper {
    width: 40%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .sdg-wrapper .sdg-logo-wrapper {
    width: 100%;
    margin-bottom: 45px;
  }
}
.sdg-wrapper .sdg-logo-wrapper .sdg-container {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .sdg-wrapper .sdg-logo-wrapper .sdg-container {
    max-width: unset;
    margin: 0;
  }
}
.sdg-wrapper .sdg-logo-wrapper .sdg-container .sdg-image {
  width: 100%;
  height: 100%;
}
.sdg-wrapper .sdg-goals-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
}
@media only screen and (max-width: 880px) {
  .sdg-wrapper .sdg-goals-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .sdg-wrapper .sdg-goals-wrapper {
    justify-content: flex-start;
  }
}
.sdg-wrapper .sdg-goals-wrapper .sdg-goal {
  margin: 15px;
  flex: 0 1 calc(20% - 30px);
}
.sdg-wrapper .sdg-goals-wrapper .sdg-goal-image {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .sdg-wrapper .sdg-goals-wrapper .sdg-goal {
    margin: 0 7.5px 15px;
    flex: 0 1 calc(21% - 30px);
  }
}
@media only screen and (max-width: 880px) {
  .sdg-wrapper .sdg-goals-wrapper .sdg-goal {
    flex: 0 1 calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .sdg-wrapper .sdg-goals-wrapper .sdg-goal {
    flex: 0 1 calc(50% - 15px);
  }
}
@media only screen and (min-width: 880px) {
  .sdg-wrapper .sdg-goals-wrapper .sdg-goal:first-child {
    margin-left: 0;
  }
  .sdg-wrapper .sdg-goals-wrapper .sdg-goal:nth-child(5) {
    margin-right: 0;
  }
  .sdg-wrapper .sdg-goals-wrapper .sdg-goal:nth-child(6) {
    margin-left: 0;
  }
  .sdg-wrapper .sdg-goals-wrapper .sdg-goal:last-child {
    margin-right: 0;
  }
}
@font-face {
  font-family: "Azo Sans";
  src: url("/fonts/azosansmedium-webfont.woff2") format("woff2"), url("/fonts/azosansmedium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIn {
  0% {
    background-color: rgba(28, 37, 46, 0);
  }
  25% {
    background-color: rgba(28, 37, 46, 0.25);
  }
  50% {
    background-color: rgba(28, 37, 46, 0.5);
  }
  100% {
    background-color: rgb(28, 37, 46);
  }
}
.our-mission-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .our-mission-wrapper {
    flex-direction: column-reverse;
    padding: 1rem 0;
    margin-bottom: 0px;
  }
}
.our-mission-wrapper .our-mission__left-box {
  display: flex;
  flex-direction: column;
  max-width: 570px;
  width: 100%;
}
@media only screen and (min-width: 880px) {
  .our-mission-wrapper .our-mission__left-box {
    margin-right: 1.25rem;
  }
}
.our-mission-wrapper .our-mission__right-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 60%;
  z-index: -1;
  position: absolute;
  top: -90px;
  right: 0;
}
.our-mission-wrapper .our-mission__right-box > div {
  margin: inherit;
}
@media only screen and (max-width: 880px) {
  .our-mission-wrapper .our-mission__right-box {
    display: none;
  }
}

.video-react-control-bar,
.big-play-button-hide {
  display: none;
}
