HTML {
  background: linear-gradient(110.15deg, #14013E -17.39%, #000000 99.59%);
}

BODY {
  font-size: 15px;
  /* background-position: center top !important; */
  background-position: center bottom 70% !important;
  background:
    url("../../assets/img/Frame-231-min.png") no-repeat fixed,
    linear-gradient(to right, transparent 30%, #000000 85%),
    repeating-linear-gradient(
      to bottom,
      #14013E,
      #0c0125 1200px,
      #14013E 2400px
    );
  background-color: #14013E;
  background-size: 100% auto, 100% 100%, 100% 100%;
}

.navbar {
  /* background: rgba(255, 255, 255, 0.01); */
  /* background-color: rgba(49, 25, 88, 0.9); */
  /* background-color: #291D43; */
  box-shadow: 0px 18px 52px 0px rgba(0, 0, 0, 0.25);
  transition: background-color 0.25s ease-out;
}

.navbar-scrolled {
  background-color: #291D43;
  box-shadow: 0px 18px 52px 0px rgba(0, 0, 0, 0.25);
  transition: background-color 0.25s ease-in;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  --bs-navbar-hover-color: #ffffff !important;
  --bs-navbar-active-color: #ffffff !important;
  /* --bs-navbar-toggler-border-color: #ffffff !important; */
  --bs-navbar-toggler-focus-width: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link {
  color: #FFF;
  /*text-transform: uppercase;*/
  text-align: center;
  letter-spacing: 0.0375rem;
  font-size: 16px;
  position: relative;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #FFF;
}

.navbar-nav .nav-link:hover:before {
  background-color: #FF00A4;
  width: 100%;
  height: 0.5px;
  position: absolute;
  left: 0;
  bottom: 6px;
  content: '';
  z-index: 1;
  box-shadow: 0 0 1px #FF00A4, 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1399.98px) {
  .navbar-nav .nav-link {
    font-size: 0.85rem;
  }
}

@media (min-width: 1399.99px) {
  .nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 1399.98px) {
  .nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 1199.98px) {
  .nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .nav-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-button {
  width: 508px;
  height: 56px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-radius: 114px;
  border-color: rgba(255, 255, 255, 0.25); 

  font-family: 'Inter', sans-serif;
  font-weight: 200;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.1rem;
  color: #ffffff;

  background: linear-gradient(93.03deg, #281D41 0.61%, #430047 100%);
  border-width: 1.5px, 0px, 0px, 1.5px;
  /* border-style: solid; */
  /* border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%); */
  /* border-image-slice: 1; */
}

.custom-button:hover {
  box-shadow: 0 0 15px rgba(203, 116, 203, 0.4);
  filter: brightness(1.1);
}

#hero-top h1 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 85.37px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 1.5rem;
}

#hero-top h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 0.25rem;
  /* word-spacing: 0.1rem; */
  text-align: center;

  /* box-shadow: 0px 9.49px 9.49px 0px #00000040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */

}

.hero-top-dot {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  margin-left: 3.5px;
  border-radius: 50%;

  background: radial-gradient(50% 50% at 50% 50%, #ffe6ff 45.62%, #FF00E5 100%);
  box-shadow: 0px 0px 25px 9px #FF00D6BD, 
              inset 0px 0px 9px 0px #FF00E5;
}

.header-box {
  width: 626px;
  height: 220px;
  opacity: 1;
}

#whatwedo {
  background-position: center top !important;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

#whatwedo .inner-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#whatwedo .inner-col P {
  flex-grow: 1;
}

.whatwedo-box-flex {
  display: flex;
}

#process {
  background-position: center center !important;
  background-size: 90%;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

#partners {
  background-position: center center !important;
  background-size: 90%;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  background-color: #ffffff;
}

#partners H2 {
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 2rem;
}

#partners .logo-link img {
    filter: grayscale(100%); 
    opacity: 0.43;
    /* transition: filter 0.9s ease-in-out;  */
}

#partners .logo-link:hover img {
    filter: grayscale(0%); 
    opacity: 1;
}

#whatwedo H2, #process H2, #network H2 {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  /* text-transform: uppercase; */
}

.network-star {
   margin-left: 400px; 
   margin-top: -170px;
   z-index: 1;
}

#partners-new-claim P {
  /* border-radius: 9px !important; */
  background: linear-gradient(98deg, #1F1D41 0%, #64255F 96.67%);
  /* background: rgba(255, 255, 255, 0.24) !important; */
  box-shadow: 0px 4px 33px 12px rgba(0, 0, 0, 0.37);
  /* backdrop-filter: blur(3.5px); */
  /* -webkit-backdrop-filter: blur(3.5px); */
  /* text-align: center; */
  /* color: rgba(255, 255, 255, 0.75); */
  /* font-family: 'Inter', sans-serif; */
  /* font-size: 1.25rem; */
  /* font-weight: 300; */
  /* margin-top: 1rem; */
  /* margin-bottom: 1rem; */
}

.new-claim-card {
  border: 0.4px solid #FF00A4 !important;
}

.new-claim-card-active {
  border: 4px solid #FF00A4 !important;
}

#partners P IMG, #partners-new-claim P IMG {
  max-width: 40%;
  margin-top: 8%;
  margin-bottom: 8%;
}

#new-claim P {
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0;
  cursor: pointer;
}

#new-claim H1 {
  font-family: 'Inter', sans-serif;
  text-align: center;
  font-size: 52px;
  letter-spacing: 0;
  font-weight: normal;
}

#new-claim .div-img {
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.83) 75.89%);  */
  border: 1px solid gray;
  border-color: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%);
  /* border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%); */
}

.new-claim-star-left {
  width: 250px; 
  margin-right: 1640px; 
  margin-top: 640px;
}

.new-claim-star-right {
  max-width: 250px; 
  margin-left: 1660px; 
  margin-top: -280px;
}

.new-claim-content .col {
  height: 100%;
}

.new-claim-content-box {
  width: 100%;
  min-height: 176px;
  /* width: 379px; */
  /* height: 166px; */
  /* max-width: 379px; */
  top: 2473px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  gap: 17px;
  border-width: 1px;

  background: linear-gradient(90deg, rgba(255, 255, 255, 0.37) 0%, rgba(255, 255, 255, 0.83) 75.89%);
  border: 1px solid;
  border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%);
  border-image-slice: 1;
}

.new-claim-button {
  width: 100%;
  height: 34px;
  /* padding-top: 7px; */
  padding-right: 12px;
  /* padding-bottom: 7px; */
  padding-left: 12px;
  gap: 10px;
  border-radius: 66px;
  border-width: 1px;

  background: #FFFFFF47;
  border: 1px solid;

  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.1rem;
  color: #2A1E46;


  border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%);
  /* border-image-slice: 1; */
}

.new-claim-button:hover {
  /* box-shadow: inset 0 0 35px rgba(39, 1, 92, 0.92); */
  /* filter: brightness(1.1); */

  color: #D9D6DB;
  opacity: 0.44;
  border: 1px solid;
  border-left-width: 1px;
  border-bottom-width: 2px;
  border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%);
  background: linear-gradient(93.03deg, #281D41 0.61%, #430047 100%);
}

/* #google-map {
  box-shadow: 0px 18px 52px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem;
  border-top: 1px solid #FF00A0;
  border-bottom: 1px solid #FF00A0;
  background: rgba(255, 255, 255, 0.01);
  height: 600px;
  width: 100%;
} */

#partnership P {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* line-height: 1.2; */
  line-height: 150%;
  text-align: justify;
}

/* #partnership h1 {
  font-family: 'Inter', sans-serif; 
  font-size: 51px;
  font-weight: 1000;
  letter-spacing: -1px; 
  text-align: center;

  background-clip: text;
  -webkit-background-clip: text; 
  -webkit-text-stroke: 0.01px #b8aac2;
  
  color: #78717c;

  text-shadow:
    1px 1px 8px #542659A6,
   -1px -1px 8px #542659A6,
    1px -1px 8px #542659A6,
   -1px 1px 8px #542659A6;
} */

#partnership h1 {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}

#partnership h2 {
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  font-size: 32px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
}

.partnership-bg-img {
  min-height: 1000px; 
  background: url("../../assets/img/Frame-partnership-min.png") no-repeat right center;
  background-size: 55% auto; 
  background-repeat: no-repeat;
}

.partnership-content {
  margin-top: 200px !important;
}

.new-claim-bg-img {
  background: url("../../assets/img/Rectangle-22.png") no-repeat top center;
}

#partnership .custom-button {
  width: 386px;
}

.whatwedo-content .col {
  height: 100%;
}

.whatwedo-circle-img {
  width: 30%;        
  max-width: 130px;     
  /* width: 130px;; */
  aspect-ratio: 1 / 1;
  background: #767083E5;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  border-top-width: 1.5px;
  border-left-width: 2px;
  border-bottom-width: 1.5px;
  border-right-width: 0px;
  border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%);
  /* border-image-slice: 1; */
  box-shadow: 0px 0px 28px 7px #0000007D inset;
  backdrop-filter: blur(34.5px);
  -webkit-backdrop-filter: blur(34.5px);
  margin-bottom: -45px;

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

.whatwedo-circle-img img {
  padding: 10%;
  max-width: 90%;
  max-height: 90%;
}

.whatwedo-small-box {
  width: 100%;
  max-height: 370px;
  aspect-ratio: 1 / 1;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  gap: 20px;
  background: #FFFFFF3D;

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%);
  border-image-slice: 1;
}

.whatwedo-small-box h3 {
  font-family: Nunito, sans-serif;
  font-style: Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 1.5rem;
}

.whatwedo-small-box p {
  font-family: Inter, sans-serif;
  font-style: Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #D9D6DB;
  line-height: 1.2;
}

.process-content .col {
  height: 100%;
}

.process-content-box {
  width: 403px;
  height: 214px;
  gap: 20px;
  border-width: 1.5px;
  padding: 20px;

  background: linear-gradient(130.5deg, rgba(12, 0, 28, 0.42) 66.09%, rgba(55, 2, 130, 0.42) 144.78%),
              linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  border: 1.5px solid;
  border-image-source: linear-gradient(256.23deg, rgba(255, 255, 255, 0.35) 21.64%, rgba(255, 255, 255, 0) 109.29%);
  border-image-slice: 1;

  backdrop-filter: blur(7px);
  box-shadow: 0px 4px 33px 12px #0000005E;
}

.process-content-box h3 {
  font-family: Nunito, sans-serif;
  font-style: Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 1.5rem;
}

.process-content-box p {
  font-family: Inter, sans-serif;
  font-style: Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #D9D6DB;
  line-height: 1.2;
}

.network-content .col {
  height: 100%;
}

.network-content-box {
  width: 403px;
  height: 108px;
  max-width: 100%;
  opacity: 1;
  top: 4386.42px;
  border-radius: 9px;
  padding: 20px;
  gap: 20px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  background: #FFFFFF3D;

  border-style: solid;
  border-color: rgba(255, 255, 255, 0.25); 
  /* border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%); */
  /* border-image-slice: 1; */

  backdrop-filter: blur(7px);
  box-shadow: 0px 4px 33px 12px #0000005E;
}

.network-content-box  h1 {
  font-family: Inter, sans-serif;
  font-style: Regular;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.network-content-box  p {
  font-family: Inter, sans-serif;
  font-style: Regular;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0%;
  margin-bottom: 0;
}

.network-content-box-right  p {
  width: 70px;
  font-family: Inter, sans-serif;
  font-style: Regular;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0%;
}


#documents h1 {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
}

#documents p {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 150%;
  text-align: left;
  color: #D9D6DB;
}

#documents a {
  text-decoration: none; 
}

.documents-box {
  width: 100%;
  height: 70px;
  aspect-ratio: 1 / 1;
  padding: 15px;
  gap: 20px;
  background: #FFFFFF3D;

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(112.98deg, rgba(255, 255, 255, 0.32) 15.92%, rgba(255, 255, 255, 0) 97.34%);
  border-image-slice: 1;
}


FOOTER {
  background-position: center top !important;
  background: url("../../assets/img/bg-1-min.png") no-repeat, linear-gradient(0deg, #291D43, #291D43), linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01));
  /* background: linear-gradient(0deg, #291D43, #291D43), linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)); */
  font-size: 0.75rem;
  font-weight: 300;
  border-top: solid 1px #FF00A0;
}

FOOTER STRONG {
  font-size: 0.8125rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media (min-width: 1199.98px) {
  FOOTER STRONG {
    line-height: 4;
  }
}

FOOTER A {
  color: #FFF;
  text-decoration: none;
}

FOOTER A:hover {
  text-decoration: underline;
}

FOOTER .copyright-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

#customModal, #customModal A {
  color: #D9D6DB;
}

#customModal .modal-dialog {
  max-width: 400px;
}

#contactModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#contactModal H2 {
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  font-size: 28px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#contactModal P {
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  font-size: 22px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#contactModal SPAN {
  font-family: 'Inter', sans-serif;
  color: #FFFFFF;
  font-size: 40px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#contactModal a {
  text-decoration: none; 
}

#contactModal a:hover p {
  color: #0056b3;
}

#contactModal button {
    background-color:#291D43 !important;
}

#partnershipModal button {
    background-color:#291D43 !important;
}

#partnershipFormModal button {
    background-color:#291D43 !important;
}

#partnershipModal h1 {
  color: #ffffff; 
}

/* H1 dla modalu z formularzem */
/* #partnershipModal h1 {
  font-family: 'Inter', sans-serif; 
  font-size: 51px;
  font-weight: 1000;
  letter-spacing: -1px; 
  text-align: center;

  background-clip: text;
  -webkit-background-clip: text; 
  -webkit-text-stroke: 0.01px #b8aac2;
  
  color: #78717c;

  text-shadow:
    1px 1px 8px #542659A6,
   -1px -1px 8px #542659A6,
    1px -1px 8px #b26bb9a6,
   -1px 1px 8px #542659A6;
} */

#partnershipModal a {
  text-decoration: none; 
}

#partnershipModal a:hover h1 {
  color: #0056b3;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  /* height: auto; */
  /* height: 85%; */
  background: linear-gradient(130.5deg, rgba(12, 0, 28, 0.42) 66.09%, rgba(55, 2, 130, 0.42) 144.78%),
              linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
  border: 2px solid gray;
  border-image-source: linear-gradient(256.23deg, rgba(255, 255, 255, 0.35) 21.64%, rgba(255, 255, 255, 0) 109.29%);
  border-image-slice: 1;
  padding: 20px;
  overflow-y: auto;
  box-sizing: border-box;
  backdrop-filter: blur(34.5px);
    -webkit-backdrop-filter: blur(34.5px);
  box-shadow: 0px 4px 33px 12px #0000005E;
}

#modalMenu {
  max-width: 100%;
}

#modalMenu .col IMG:hover {
  filter: drop-shadow(0 0 20px #B08CFF);
  /* transition: filter 0.3s ease; */
  border-radius: 12px;
}

#modalMenu .col IMG.clicked {
  filter:
    drop-shadow(0 0 7px rgba(50, 8, 160, 0.9))
    drop-shadow(0 0 10px rgba(50, 8, 160, 0.7))
    brightness(0.9)
    contrast(1.2);
}

#modalForm {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modalForm P {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 300;
}

input {
   border-radius: 18px !important;
}

#cookiesModal h1, #cookiesContentModal h1 {
  color: #D9D6DB;
  font-size: 30px;
}

#cookiesModal h2, #cookiesContentModal h2 {
  color: #D9D6DB;
  font-size: 26px;
}

#cookiesModal h3, #cookiesContentModal h3 {
  color: #D9D6DB;
  font-size: 24px;
}

#cookiesModal h3:hover {
  color: #0056b3;
}

#cookiesModal p, #cookiesContentModal p {
  color: #D9D6DB;
}

#cookiesModal li, #cookiesContentModal li {
  color: #D9D6DB;
}

@media (max-width: 1910px) {
  .new-claim-star-left {
    width: 0; 
    margin-right: 0; 
    margin-top: 0;
  }

  .new-claim-star-right {
    max-width: 0; 
    margin-left: 0; 
    margin-top: 0;
  }

  .process-img-chip {
    visibility: hidden;
    margin-top: 0 !important;
    margin-left: 0 !important; 
    max-width: 50%
  }
}

@media (max-width: 1710px) {
  .whatwedo-box {
    visibility: hidden;
  }

  .whatwedo-box-flex {
    display: none;
  }

  .new-claim-bg-img {
    background: none;
  }

  .new-claim-left {
    margin-right: 5px;
    margin-left: 5px;
  }

  .new-claim-center {
    margin-right: 5px; 
    margin-left: 5px;
  }

  .new-claim-right {
    margin-right: 5px; 
    margin-left: 5px;
  }

  #precessWeb {
    display: none !important;
  }

  #precessMob {
    display: flex !important;
  }
}

@media (max-width: 1230px) {
  .whatwedo-circle-img {
    margin-top: auto !important;
  }

  .whatwedo-small-box {
    max-height: 100%;
  }

  .whatwedo-small-box {
    min-height: 414px;
    aspect-ratio: auto;
  }

  .process-content-box {
    width: 100%;
  }
}


@media (max-width: 1200px) {
  #network-right-img {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  #partnershipModal .modal-footer {
    display: block !important;
  }

  #partnershipFormModal .modal-footer {
    display: block !important;
  }
  
  .modal-dialog {
    min-width: 90% !important; 
    min-height: 90% !important;
  }

  .modal-body {
    min-width: 90% !important; 
    min-height: 90% !important;
  }

  #network .row {
    justify-content: center;
  }

  #network-left-img {
    margin-top: 0 !important;
    margin-left: 0 !important;
    justify-content: center !important;
  }

  .network-star {
    display: none !important;
  }

  #partnership img {
    display: none !important;
  }

  #partnership h2 {
    display: none !important;
  }

  #partnership a img {
    width: 95% !important;
  }

  .partnership-bg-img {
    min-height: auto;
    background: none;
  }

  .partnership-content {
    margin-top: auto !important;
    min-height: auto;
  }

  .whatwedo-small-box {
    min-height: 394px;
    aspect-ratio: auto;
  }
}

@media (max-width: 768px) {
  .whatwedo-small-box {
    min-height: 294px;
    aspect-ratio: auto;
  }

  .new-claim-content-box {
    max-width: 100%;
  }

  .header-box {
    width: 505px;
    height: 220px;
    opacity: 1;
  }

  #hero-top h1 {
    font-size: 69px;
    margin-bottom: 1.5rem;
  }

  #hero-top h2 {
    font-size: 24px;
    letter-spacing: 0.30rem;
  }

  .hero-top-dot {
    width: 13px;
    height: 13px;
    margin-top: 1px;
    margin-left: 3px;
    border-radius: 50%;

    background: radial-gradient(50% 50% at 50% 50%, #ffe6ff 45.62%, #FF00E5 100%);
    box-shadow: 0px 0px 25px 9px #FF00D6BD, 
                inset 0px 0px 9px 0px #FF00E5;
  }
}

@media (max-width: 575.98px) {
  #whatwedo H2, #process H2, #partners H2, #network H2, #new-claim H1, #partnership h2, #modalBox H2 {
    font-size: 32px;
  }

  #partnership P, #modalForm P, #contactModal P, #documents P {
    font-size: 16px !important;
  }

  #partnership h1 {
    font-size: 32px;
  }
  #documents h1 {
    font-size: 32px;
  }

  #contactModal SPAN {
    font-size: 22px;
  }

  #partnershipModal .col {
    padding: 20px 0;
  }

  .whatwedo-small-box h3 {
    font-size: 22px;
  }

  /* .whatwedo-small-box span {
    font-size: 18px;
  } */

  .process-content-box {
    min-height: 214px;
    height: auto;
  }

  #hero-top img {
    max-width: 80% !important;
  }

  .header-box {
    width: 310px;
    height: 130px;
    opacity: 1;
  }

  #hero-top h1 {
    font-size: 40px;
    margin-bottom: 1.5rem;
  }

  #hero-top h2 {
    font-size: 16px;
    letter-spacing: 0.14rem;
  }

  .hero-top-dot {
    width: 10px;
    height: 10px;
    margin-top: 1px;
    margin-left: 10px;
    border-radius: 50%;

    background: radial-gradient(50% 50% at 50% 50%, #ffe6ff 45.62%, #FF00E5 100%);
    box-shadow: 0px 0px 25px 9px #FF00D6BD, 
                inset 0px 0px 5px 0px #FF00E5;
  }

  .documents-box {
    height: 100px;
  }

}

@media (max-width: 378px) {
  .header-box {
    width: 250px;
    height: 110px;
    opacity: 1;
  }

  #hero-top h1 {
    font-size: 26px;
    margin-bottom: 0.5rem;
  }

  #hero-top h2 {
    font-size: 13px;
    /* letter-spacing: 0.15rem; */
  }

  .hero-top-dot {
    width: 5px;
    height: 5px;
    margin-top: 0;
    margin-left: 31px;
    border-radius: 50%;

    background: radial-gradient(50% 50% at 50% 50%, #ffe6ff 45.62%, #FF00E5 100%);
    box-shadow: 0px 0px 25px 9px #FF00D6BD, 
                inset 0px 0px 5px 0px #FF00E5;
  }
}

@media (max-width: 318px) {
  .hero-top-dot {
    display: none !important;
  }
}

.modal {
  --bs-modal-color: 0px 4px 33px 12px #0000005E !important;
  --bs-modal-bg: linear-gradient(130.5deg, rgba(12, 0, 28, 0.42) 66.09%, rgba(55, 2, 130, 0.42) 144.78%),
                  linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) !important;
  --bs-modal-border-width: 2px !important;
  --bs-modal-border-color: gray !important;
  --bs-modal-border-radius: 0 !important;
  border-image-source: linear-gradient(256.23deg, rgba(255, 255, 255, 0.35) 21.64%, rgba(255, 255, 255, 0) 109.29%) !important;
  border-image-slice: 1 !important;
}

.accordion {
  --bs-accordion-color: #ffffff !important;
  --bs-accordion-bg: linear-gradient(130.5deg, rgba(12, 0, 28, 0.82) 66.09%, rgba(55, 2, 130, 0.42) 144.78%) !important;
  --bs-accordion-border-color: #291D43 !important;
  --bs-accordion-btn-color: #ffffff !important;
  --bs-accordion-btn-bg: #291D43 !important;
  --bs-accordion-active-color: #ffffff !important;
  --bs-accordion-active-bg: #291D43 !important;
}

#cookiesModal .accordion {
  --bs-accordion-color: #ffffff !important;
  --bs-accordion-bg: linear-gradient(130.5deg, rgba(12, 0, 28, 0.82) 66.09%, rgba(55, 2, 130, 0.42) 144.78%) !important;
  --bs-accordion-border-color: linear-gradient(130.5deg, rgba(12, 0, 28, 0.82) 66.09%, rgba(55, 2, 130, 0.42) 144.78%) !important;
  --bs-accordion-btn-color: #ffffff !important;
  --bs-accordion-btn-bg: linear-gradient(130.5deg, rgba(12, 0, 28, 0.82) 66.09%, rgba(55, 2, 130, 0.42) 144.78%) !important;
  --bs-accordion-active-color: #ffffff !important;
  --bs-accordion-active-bg: linear-gradient(130.5deg, rgba(12, 0, 28, 0.82) 66.09%, rgba(55, 2, 130, 0.42) 144.78%) !important;
}

.accordion-button {
  --bs-accordion-btn-padding-x: 1.5rem;
  --bs-accordion-btn-padding-y: 0.5rem;
}

.accordion-button::after {
  display: none !important;
}

/* 
***************************
***    HIGH CONTRAST    ***
***************************
*/
.accessibility-tools {
  width: 100px;
  align-self: center;
}

.accessibility-tools #smallFonts {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.accessibility-tools #mediumFonts {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.accessibility-tools #largeFonts {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

body.high-contrast .accessibility-tools #smallFonts {
  color: #ff0;
}

body.high-contrast .accessibility-tools #mediumFonts {
  color: #ff0;
}

body.high-contrast .accessibility-tools #largeFonts {
  color: #ff0;
}


body.high-contrast {
  background: #000 !important;
  background-color: #000 !important;
  color: #ff0 !important;
}

body.high-contrast p,
body.high-contrast span,
body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3 {
  color: #ff0 !important;
}

body.high-contrast .navbar-nav .nav-link {
  color: #ff0;
}

body.high-contrast .navbar {
  border-bottom-style: solid;
  border-bottom-color: #ff0;
  border-bottom-width: 1px;
}

body.high-contrast .navbar-nav .nav-link:hover:before {
  background-color: #ff0;
  box-shadow: 0 0 1px #ff0, 0 1px 1px rgba(0, 0, 0, 0.5);
}

body.high-contrast .navbar-scrolled {
  background-color: #000;
}

body.high-contrast img {
  filter: contrast(1.5);
}

body.high-contrast .custom-button {
  background: #000 !important;
  background-color: #ff0 !important;
  color: #000 !important;
  border-color: rgb(255, 251, 0);
  background: linear-gradient(93.03deg, #ff0 0.61%, #ff0 100%);
}

body.high-contrast .custom-button:hover {
  box-shadow: 0 0 15px rgb(247, 242, 0);
  background-color: #000 !important;
  color: #ff0 !important;
}

body.high-contrast .hero-top-dot {
  background: radial-gradient(50% 50% at 50% 50%, rgb(241, 241, 101) 45.62%, #ff0 100%);
  box-shadow: 0px 0px 25px 9px #ff0, 
              inset 0px 0px 9px 0px #ff0;
}

body.high-contrast .whatwedo-small-box {
  background: #000;
  border-image-source: linear-gradient(112.98deg, rgb(241, 241, 101) 15.92%, rgb(241, 241, 101) 97.34%);
}

body.high-contrast .whatwedo-circle-img {
  box-shadow: 0px 0px 0px 2px #ff0 inset;
  background: #000;
}

body.high-contrast .new-claim-content-box {
  background: #000;
  border-image-source: linear-gradient(112.98deg, rgb(241, 241, 101) 15.92%, rgb(241, 241, 101) 97.34%);
}

body.high-contrast .new-claim-button {
  background: #ff0;
  color: #000;
  border: 2px solid #ff0;
}

body.high-contrast .new-claim-button:hover {
  background: #000;
  color: #ff0;
  opacity: 100;
}

body.high-contrast .process-content-box {
  background: #000;
  border: 1.5px solid #ff0;
}

body.high-contrast .network-content-box {
  background: #000;

  border-width: 1px;
  border-style: solid;
  border-color: #ff0; 
}

body.high-contrast #partners {
  background-color: #ff0;
}

body.high-contrast #partners h2 {
  color: #000 !important;
}

body.high-contrast #partners .logo-link img {
    filter: none;
    opacity: 1;
}

body.high-contrast .documents-box {
  background: #000;

  border-width: 1px;
  border-style: solid;
  border-color: #ff0;
  border-image-source: linear-gradient(112.98deg, rgb(255, 238, 0) 15.92%, rgb(255, 230, 0) 97.34%);
}

body.high-contrast FOOTER {
  background: #000;
  background-color: #000;
  border-top: solid 1px #ff0;
}

body.high-contrast FOOTER a {
  color: #ff0;
}

body.high-contrast .modal-content {
  background: #000;
  border: 2px solid #ff0;
  border-image-source: linear-gradient(112.98deg, rgb(255, 238, 0) 15.92%, rgb(255, 230, 0) 97.34%);;
  border-image-slice: 1;
}

body.high-contrast #customModal {
  color: #ff0;
}

body.high-contrast .modal-body {
  color: #ff0;
}

body.high-contrast .modal-body a {
  color: #ff0 !important;
}

body.high-contrast .accordion {
  --bs-accordion-color: #ff0 !important;
  --bs-accordion-bg: #000 !important;
  --bs-accordion-border-color: #ff0 !important;
  --bs-accordion-btn-color: #ff0 !important;
  --bs-accordion-btn-bg: #ff0 !important;
  --bs-accordion-active-color: #ff0 !important;
  --bs-accordion-active-bg: #ff0 !important;
}

body.high-contrast #contactModal button {
  background-color:#ff0 !important;
  color:#000 !important;
}

body.high-contrast #contactModal button p {
  color:#000 !important;
}

body.high-contrast #partnershipModal button {
  background-color:#ff0 !important;
}

body.high-contrast #partnershipFormModal button {
  background-color:#ff0 !important;
}

/* 
***************************
***    SMALL FONTS      ***
***************************
*/


/* 
***************************
***    MEDIUM FONTS     ***
***************************
*/
body.medium-fonts .navbar-nav .nav-link {
  font-size: 18px;
}

body.medium-fonts .accessibility-tools #smallFonts {
  font-size: 18px;
}

body.medium-fonts .accessibility-tools #mediumFonts {
  font-size: 22px;
}

body.medium-fonts .accessibility-tools #largeFonts {
  font-size: 26px;
}

body.medium-fonts .custom-button {
  font-size: 24px;
}

body.medium-fonts .new-claim-button {
   font-size: 20px;
}

body.medium-fonts .whatwedo-small-box {
    min-height: 400px;
    aspect-ratio: auto;
}

body.medium-fonts #new-claim P,
body.medium-fonts .process-content-box p,
body.medium-fonts #partnership P,
body.medium-fonts #modalForm P,
body.medium-fonts #contactModal P,
body.medium-fonts #documents P,
body.medium-fonts .whatwedo-small-box p  {
  font-size: 22px;
}

body.medium-fonts .network-content-box  p {
  font-size: 14px;
}

body.medium-fonts .network-content-box-right  p {
  font-size: 18px;
}

body.medium-fonts #process h2,
body.medium-fonts #network h2,
body.medium-fonts #new-claim h1,
body.medium-fonts #documents h1,
body.medium-fonts #partnership h1 {
  font-size: 56px;
}

body.medium-fonts .network-content-box  h1 {
  font-size: 52px;
}

body.medium-fonts #partnership h2 {
  font-size: 36px;
}

body.medium-fonts #partners h2 {
  font-size: 37px;
}

body.medium-fonts .process-content-box h3,
body.medium-fonts .whatwedo-small-box h3 {
  font-size: 26px;
}

body.medium-fonts footer span,
body.medium-fonts footer p {
  font-size: 14px;
}

body.medium-fonts #customModal h6 {
  font-size: 18px;
}

body.medium-fonts #customModal {
  font-size: 14px;
}

/* 
***************************
***    LARGE FONTS      ***
***************************
*/
body.large-fonts .navbar-nav .nav-link {
  font-size: 20px;
}

body.large-fonts .accessibility-tools #smallFonts {
  font-size: 20px;
}

body.large-fonts .accessibility-tools #mediumFonts {
  font-size: 24px;
}

body.large-fonts .accessibility-tools #largeFonts {
  font-size: 28px;
}

body.large-fonts .custom-button {
  font-size: 28px;
}

body.large-fonts .new-claim-button {
   font-size: 24px;
}

body.large-fonts .whatwedo-small-box {
  min-height: 450px;
  aspect-ratio: auto;
}

body.large-fonts #new-claim P,
body.large-fonts .process-content-box p,
body.large-fonts #partnership P,
body.large-fonts #modalForm P ,
body.large-fonts #contactModal P,
body.large-fonts #documents P,
body.large-fonts .whatwedo-small-box p {
  font-size: 24px;
}

body.large-fonts .network-content-box  p {
  font-size: 16px;
}

body.large-fonts .network-content-box-right p {
  font-size: 20px;
}


body.large-fonts #new-claim h1,
body.large-fonts #process h2,
body.large-fonts #network h2,
body.large-fonts #documents h1,
body.large-fonts #partnership h1 {
  font-size: 60px;
}

body.large-fonts .network-content-box h1 {
  font-size: 56px;
}

body.large-fonts #partners h2 {
  font-size: 41px;
}

body.large-fonts #partnership h2 {
  font-size: 40px;
}

body.large-fonts .process-content-box h3,
body.large-fonts .whatwedo-small-box h3 {
  font-size: 28px;
}

body.large-fonts footer span,
body.large-fonts footer p {
  font-size: 16px;
}

body.large-fonts #customModal h6 {
  font-size: 20px;
}

body.large-fonts #customModal {
  font-size: 16px;
}
