@charset "UTF-8";

/* Ensure No Horizontal Overflow */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; /* Prevent horizontal overflow */
}

body {
  line-height: 1.5;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, Catamaran, sans-serif;
  font-weight: 400;
  color: #888a8b;
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  user-drag: none;
  user-select: none;
}

.posts .__item .__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-justify {
  text-align: justify;
}

#start-screen .start-screen__content,
#start-screen .start-screen__static-bg,
.jarallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
figure, footer, header, main, nav, section {
  display: block;
}
h1 {
  margin: .67em 0;
}
figure {
  margin: 1em 40px;
}
strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.grid {
  padding-left: 15px;
  padding-right: 15px;
}

.grid--container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.row {
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}

.row--no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.text--center {
  text-align: center;
}

.row--xs-center {
  align-items: center;
}

.row--xs-middle {
  justify-content: center;
}

.col--xs-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col--xs-10 {
  max-width: 83.33333%;
  flex: 0 0 83.33333%;
}

.col--xs-12 {
  max-width: 100%;
  flex: 0 0 100%;
}

/* Responsive Design */
@media (min-width: 560px) {
  .text--sm-left {
    text-align: left;
  }
  .col--sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col--sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
}

@media (min-width: 768px) {
  .row--md-middle {
    justify-content: center;
  }
  .hide--md {
    display: none;
  }
  .col--md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col--md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col--md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col--md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col--md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col--md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col--md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
}

@media (min-width: 992px) {
  .row--lg-between {
    justify-content: space-between;
  }
  .col--lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .text--lg-left {
    text-align: left;
  }
  .hide--lg {
    display: none;
  }
  .col--lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col--lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col--lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col--lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col--lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col--lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col--lg-offset-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col--xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
}

/* Ensure sections and elements don't cause overflow */
*,
*::after,
*::before {
  box-sizing: border-box;
}

/* General Styles */
h1, h2, h3, h4, h5 {
  line-height: 1.2;
  font-weight: 700;
  color: #404040;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: color .3s ease-in-out;
}

h1 { font-size: 4.5rem; }
@media (min-width: 560px) { h1 { font-size: 5.5rem; } }
@media (min-width: 768px) { h1 { font-size: 7rem; } }

h2 { font-size: 3.5rem; }
@media (min-width: 560px) { h2 { font-size: 4rem; } }

h3 { font-size: 2.8rem; }
@media (min-width: 560px) { h3 { font-size: 3rem; } }

.h4 { font-size: 2.5rem; }

h5 { font-size: 2rem; }

main p {
  margin-top: 25px;
  margin-bottom: 25px;
}

a {
  background-color: transparent;
  text-decoration: underline;
  color: #43c1a8;
  outline: 0;
  transition: color .3s ease-in-out;
}

a:focus, a:hover {
  color: #43c1a8;
  text-decoration: none;
}

.site-logo img {
  vertical-align: middle;
  max-width: 100%;
}

.custom-btn {
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  font-family: Catamaran, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: .5px;
  color: #4f4a37;
  background-color: #43c1a8;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
}

.custom-btn:hover {
  background-color: #33d7b6;
  color: #fff;
}

@media (min-width: 1024px) {
  .lg:flex-row {
    flex-direction: row;
  }
  .lg:p-12 {
    padding: 3rem;
  }
  .lg:w-1/2 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .xl:w-2/5 {
    width: 40%;
  }
  .xl:w-3/5 {
    width: 60%;
  }
}

/* Additional CSS */
.section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 0;
}

.section--no-pt {
  padding-top: 0!important;
}

.section--light-bg {
  background-color: #fafbfb;
}

.section--light-blue-bg {
  background-color: #eef2f4;
}

@media (min-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/* Fix for posts images */
.posts .__item .__image {
  width: 100%;
  overflow: hidden;
}

.posts .__item .__image img {
  display: block;
  width: 100%;
}

/* Footer Styles */
#footer {
  padding-top: 60px;
  padding-bottom: 15px;
  font-size: 1.3rem;
  background-color: #292b30;
}

#footer .__item {
  width: 100%;
  margin-bottom: 40px;
}

#footer .site-logo {
  margin-bottom: 40px;
}

#footer .site-logo:last-child {
  margin-bottom: 0;
}

#footer .social-btns {
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer .social-btns:first-child {
  margin-top: 0;
}

#footer .social-btns:last-child {
  margin-bottom: 0;
}

#footer .social-btns a {
  font-size: 1.8rem;
  color: #5a5d63;
}

#footer .social-btns a:hover {
  color: #fff;
}

#footer .__copy {
  color: #5a5d63;
}

@media (min-width: 768px) {
  #footer {
    padding-top: 120px;
    padding-bottom: 45px;
  }
  #footer .site-logo {
    margin-top: -25px;
  }
}

/* Responsive Design */
@media (min-width: 1024px) { /* Large devices */
  .lg:flex-row {
    flex-direction: row;
  }
  .lg:p-12 {
    padding: 3rem;
  }
  .lg:w-1/2 {
    width: 50%;
  }
}
@media (min-width: 1280px) { /* Extra large devices */
  .xl:w-2/5 {
    width: 40%;
  }
  .xl:w-3/5 {
    width: 60%;
  }
}

/* Additional Styling for rounded corners, shadows, and aspect ratios */

/* Posts Slider Styles */
.posts--slider .__item {
  vertical-align: top;
  height: 100%;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .grid:not(.grid--container) .posts {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 560px) {
  .posts .__item .__content {
    padding: 30px 25px 40px;
  }
}

@media (min-width: 768px) {
  .posts .__item .__content {
    padding: 40px 40px 60px;
  }
}

/* Additional Fixes */
* {
  padding: 0;
  margin: 0;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}

html {
  font-size: 10px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

body main {
  flex: 1 0 auto;
}

body #footer {
  flex: 0 0 auto;
}

ul {
  list-style: none;
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.lazy[src] {
  opacity: 0;
  will-change: opacity;
  transition: opacity .2s;
}

.section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 0;
}

.section--no-pt {
  padding-top: 0!important;
}

.section--light-bg {
  background-color: #fafbfb;
}

.section--light-blue-bg {
  background-color: #eef2f4;
}

@media (min-width: 768px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: -1;
}

.circled {
  border-radius: 50%;
}

.col-MB-60 {
  margin-bottom: 60px;
}

.col-MB-40 {
  margin-bottom: 40px;
}

.col-MB-35 {
  margin-bottom: 35px;
}

.col-MB-30 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

.h4, h1, h2, h3, h5 {
  line-height: 1.2;
  font-weight: 700;
  color: #404040;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: color .3s ease-in-out;
}

h1:first-child, h2:first-child, h3:first-child, h5:first-child {
  margin-top: 0;
}

h2:last-child, h3:last-child, h5:last-child {
  margin-bottom: 0;
}

.h4 a, h3 a {
  color: inherit;
}

h1 {
  font-size: 4.5rem;
}
@media (min-width: 560px) {
  h1 {
    font-size: 5.5rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 7rem;
  }
}

h2 {
  font-size: 3.5rem;
}
@media (min-width: 560px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.8rem;
}
@media (min-width: 560px) {
  h3 {
    font-size: 3rem;
  }
}

.h4 {
  font-size: 2.5rem;
}

h5 {
  font-size: 2rem;
}

main p {
  margin-top: 25px;
  margin-bottom: 25px;
}

main p:first-child {
  margin-top: 0!important;
}

main p:last-child {
  margin-bottom: 0!important;
}

a {
  background-color: transparent;
  text-decoration-skip: objects;
  color: #446d95;
  text-decoration: underline;
  outline: 0;
  transition: color .3s ease-in-out;
}

a:focus, a:hover {
  color: #709cc7;
  text-decoration: none;
}

.section-heading:first-child {
  margin-top: -5px;
}

.section-heading .__title {
  line-height: 1.125;
}

.section-heading .__subtitle {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #888a8b;
}

.section-heading--center {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
}

.section-heading--white .__subtitle, .section-heading--white .__title {
  color: #fff;
}

.site-logo {
  display: inline-block;
  vertical-align: middle;
}

.site-logo img {
  vertical-align: middle;
  max-width: 100%;
}

.custom-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1;
  font-family: Catamaran, sans-serif;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: capitalize;
  letter-spacing: .5px;
  white-space: nowrap;
  color: #4f4a37;
  border: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  user-select: none;
  user-drag: none;
  touch-action: manipulation;
  overflow: hidden;
  z-index: 2;
  border-radius: 30px;
  transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
}

.custom-btn--medium {
  min-width: 185px;
  min-height: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 500;
}

.custom-btn.custom-btn--style-1 {
  background-color: #446d95;
  color: #333;
}

.custom-btn.custom-btn--style-1:after, .custom-btn.custom-btn--style-1:before {
  content: "";
  position: absolute;
  z-index: -1;
  transition: opacity .25s ease-in-out;
}

.custom-btn.custom-btn--style-1:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(325deg, #5b467e 0%, #3365a7 50%, #446d95 100%);
}

.custom-btn.custom-btn--style-1:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #fff;
  border-radius: inherit;
}

.custom-btn.custom-btn--style-1:focus, .custom-btn.custom-btn--style-1:hover {
  background-color: #446d95;
  color: #fff;
}

.custom-btn.custom-btn--style-1:focus:after, .custom-btn.custom-btn--style-1:focus:before, .custom-btn.custom-btn--style-1:hover:after, .custom-btn.custom-btn--style-1:hover:before {
  opacity: 0;
}

.custom-btn.custom-btn--style-2 {
  background-color: #446d95;
  color: #fff;
}

.custom-btn.custom-btn--style-2:focus, .custom-btn.custom-btn--style-2:hover {
  background-color: #0a4155;
}

.section--dark-bg form .textfield:not(:hover):not(:focus) {
  background-color: #34363b;
  color: #c9c9c9;
}

.section--dark-bg form .textfield:not(:hover):not(:focus)::placeholder {
  color: #c9c9c9;
}

.facts .__inner {
  margin-bottom: -60px;
}

.facts .__item {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  font-size: 1.8rem;
}

.facts--light-color {
  color: #fff;
}

.navigation {
  position: relative;
}

.navigation ul {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}

.navigation li {
  position: relative;
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0;
  white-space: normal;
}

.navigation li a {
  text-decoration: none;
}

.navigation li a:not(.custom-btn) {
  display: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.social-btns {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
  margin: 0 -5px;
}

.social-btns a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #fff;
  text-align: center !important;
  text-decoration: none !important;
  letter-spacing: 0;
  margin: 0 5px;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.social-btns a:before {
  line-height: inherit;
}

#btn-to-top-wrap {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

@media (min-width: 561px) {
  #btn-to-top-wrap {
    right: 25px;
    bottom: 25px;
  }
}

#btn-to-top {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #446d95;
  opacity: .7;
  transition: opacity .3s ease-in-out;
}

#btn-to-top:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-bottom: 6px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

#btn-to-top:hover {
  opacity: 1;
}

/* Existing styles for #top-bar */
#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  z-index: 1000;
  transition: background-color .4s ease-in-out, padding .25s ease-in-out;
  background-color: transparent;
}

#top-bar.scrolled {
  background-color: #fff;
  padding: 10px 15px;
}

#top-bar__inner {
  position: relative;
  height: 100%;
}

#top-bar__logo img {
  max-height: 40px;
  width: auto;
  display: block;
}

#top-bar__navigation-toggler {
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 10px;
  z-index: 1001;
}

#top-bar__navigation-toggler span {
  position: relative;
  display: block;
  height: 3px;
  width: 20px;
  background: #000;
}

#top-bar__navigation-toggler span:after, #top-bar__navigation-toggler span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

#top-bar__navigation-toggler span:before {
  top: -6px;
}

#top-bar__navigation-toggler span:after {
  top: 6px;
}

#top-bar__navigation-toggler span, #top-bar__navigation-toggler span:after, #top-bar__navigation-toggler span:before {
  transition: all .4s ease-in-out;
}

#top-bar__navigation-wrap {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
  overflow-y: auto;
}

#top-bar__navigation-wrap:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#top-bar__navigation {
  display: inline-block;
  min-width: 200px;
  text-align: left;
}

#top-bar__navigation li {
  margin-top: 20px;
}

#top-bar__navigation li:first-child {
  margin-top: 0;
  margin-left: 0;
}

#top-bar__navigation a:after, #top-bar__navigation a:before {
  pointer-events: none;
}

#top-bar__navigation a:before {
  float: right;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  margin-left: 10px;
  margin-top: 5px;
  transform: rotate(45deg);
  transform-origin: center;
}

#top-bar__navigation .submenu {
  display: none;
}

#top-bar__navigation .submenu ul {
  padding-top: 20px;
  padding-left: 20px;
}

#top-bar__navigation .submenu li {
  display: block;
  margin-top: 20px;
  margin-left: 0;
  font-size: 1.6rem;
}

#top-bar__navigation .submenu li:first-child {
  margin-top: 0;
}

#top-bar__navigation .submenu li > a:hover {
  color: #565960 !important;
}

#top-bar__navigation .submenu a {
  display: inline-block;
}

.top-bar--light a {
  color: #ffffff;
}

.top-bar--light #top-bar__logo img {
  display: block;
}

.top-bar--light #top-bar__navigation-toggler span, .top-bar--light #top-bar__navigation-toggler span:after, .top-bar--light #top-bar__navigation-toggler span:before {
  background-color: #555;
}

@media (min-width: 992px) {
  #top-bar {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #top-bar__logo {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
  }

  #top-bar__navigation-toggler {
    display: none;
  }

  #top-bar__navigation-wrap {
    position: static;
    overflow: visible;
  }

  /* Center-align navigation items */
  #top-bar__navigation {
    text-align: center;
  }

  #top-bar__navigation li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 30px;
  }

  #top-bar__navigation li:hover > .submenu {
    padding-top: 15px;
    visibility: visible;
    opacity: 1;
  }

  #top-bar__navigation .submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    padding-top: 30px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: opacity .2s ease-in-out, margin-left .2s ease-in-out, margin-right .2s ease-in-out, padding-top .2s ease-in-out, visibility .2s ease-in-out;
  }

  #top-bar__navigation .submenu ul {
    padding: 35px 45px;
    background-color: #292b30;
  }

  #top-bar__navigation .submenu a {
    color: #fff !important;
  }
}

@media (min-width: 1200px) {
  #top-bar {
    padding-left: 50px;
    padding-right: 50px;
  }

  #top-bar__navigation li {
    margin-left: 40px;
  }
}

@media (min-width: 1400px) {
  #top-bar {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.exchange-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.exchange-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 10px;
}

.exchange-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exchange-img {
  width: 150px;  /* Set a consistent width for all images */
  height: auto;  /* Maintain aspect ratio */
  margin-bottom: 10px; /* Add some space between the image and text */
}

@media (max-width: 767px) {
  .exchange-grid {
      flex-direction: column;
  }

  .exchange-col {
      width: 100%;
      margin: 10px 0;
  }
}

/* Start Screen Styles */
#start-screen {
  position: relative;
  line-height: 1.2;
  font-size: 2rem;
}

#start-screen .start-screen__content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
}

#start-screen .start-screen__content__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 0 100%;
  width: 100%;
  padding: 30px 0;
}

#start-screen .start-screen__content p {
  margin-top: 15px;
  margin-bottom: 15px;
}

#start-screen .start-screen__content p:last-child {
  margin-bottom: 0 !important;
}

.start-screen--light {
  color: #fff;
}

.start-screen--light .__title {
  color: inherit;
}

@media (min-width: 992px) {
  #start-screen .start-screen__content {
    padding-top: 100px;
  }
  #start-screen .start-screen__content__inner {
    padding: 50px 0;
  }
}

/* Feature Section Styles */
.feature .__inner {
  margin-bottom: -60px;
}

.feature .__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
}

.feature .__item .__ico {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  height: 60px;
  line-height: 60px;
}

.feature .__item p {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Fact Section Styles */
.facts .__inner {
  margin-bottom: -60px;
}

.facts .__item {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  font-size: 1.8rem;
}

.facts--light-color {
  color: #fff;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Form Styles */
.contact-form button[type=submit]:not(:hover):not(:focus) {
  color: #fff;
}
.__text--second {
  color: #4c9eee;
}

.unique-body {
  font-family: Arial, sans-serif;
  text-align: center;
}

.unique-background {
  background-size: cover;
  background-position: center;
  padding: 140px 20px; /* Adjust the padding to add space for the header */
  color: white; /* Set text color to white */
}

.unique-background h1,
.unique-background h2,
.unique-background .unique-info-box {
  color: white; /* Ensure all text elements within the background are white */
}

.unique-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.unique-table, .unique-table th, .unique-table td {
  border: 1px solid #ddd;
}

.unique-table th, .unique-table td {
  padding: 15px;
  text-align: left;
  background: #fff;
  color: #000;
}

.unique-table th {
  background-color: #002f4b; /* Dark blue color from the logo */
  color: white;
}

#supplyChart {
  display: block;
  margin: 0 auto;
  max-width: 900px; /* Adjust the max-width to your desired value */
  max-height: 600px; /* Adjust the max-height to your desired value */
}

@media (max-width: 600px) {
  .unique-address {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 120px; /* Adjust the width as needed */
  }
}

.unique-info-box {
  display: inline-block;
  padding: 4px;
  margin: 4px;
  border: 2px solid #002f4b; /* Dark blue color from the logo */
  background-color: rgba(0, 47, 75, 0.8); /* Slightly transparent dark blue background */
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

.unique-info-box#totalAddresses {
  font-size: 2em;
}