.container-width {
  max-width: 1132px !important;
  width: 87.076%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-width-small {
  max-width: 1260px !important;
  width: 96.9%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .container-width-small {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

* {
  box-sizing: border-box;
  font-family: "sofia-pro", Helvetica, Arial, serif !important;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-size-adjust: none;
  background-color: #ffffff;
}

body {
  margin-top: 7.1875rem;
}
@media (max-width: 992px) {
  body {
    margin-top: 4.375rem;
  }
}

img {
  display: block;
}

a {
  cursor: pointer !important;
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  color: inherit;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .header .content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.header .content .navbar {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.header .content .navbar .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .header .content .navbar .logo img {
    width: 6.25rem;
  }
}
.header .content .navbar .items {
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
  gap: 3.75rem;
}
@media (max-width: 992px) {
  .header .content .navbar .items {
    display: none;
  }
}
.header .content .navbar .items .item {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 992px) {
  .header .content .invitation {
    display: none;
  }
}
.header .content .invitation .invitation-btn {
  color: white;
  padding: 0.9375rem 1.1875rem;
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.header .content .menu {
  display: none;
}
@media (max-width: 992px) {
  .header .content .menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .header .mobile-menu {
    display: none;
  }
}
.header .mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 10;
  display: none;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
  padding-top: 2.75rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
}
.header .mobile-menu .item {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.collective-footer {
  margin-top: 0.0625rem;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #040316;
}
@media (max-width: 992px) {
  .collective-footer {
    text-align: center;
  }
}
.collective-footer .logo {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4.125rem;
  gap: 4.375rem;
  align-items: end;
}
@media (max-width: 992px) {
  .collective-footer .logo {
    display: grid;
    gap: 1.5625rem;
  }
}
.collective-footer .logo img {
  height: 1.5rem;
  width: auto;
}
@media (max-width: 992px) {
  .collective-footer .logo img {
    height: 20px;
  }
}
.collective-footer .logo .content {
  display: flex;
  gap: 4.375rem;
}
@media (max-width: 992px) {
  .collective-footer .logo .content {
    display: grid;
    gap: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .collective-footer .logo {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    justify-content: center;
  }
}
.collective-footer .social-media {
  display: flex;
  gap: 1rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .collective-footer .social-media {
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.collective-footer .social-media a img {
  height: 2.625rem;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  .collective-footer .social-media a img {
    height: 2rem;
  }
}
.collective-footer .rg {
  position: relative;
  display: flex;
  padding: 1.520625rem 0rem;
  gap: 4.6875rem;
  border-top: 1px solid #040316;
  border-bottom: 1px solid #040316;
}
@media screen and (max-width: 640px) {
  .collective-footer .rg.container-width {
    width: 95%;
  }
}
@media (max-width: 992px) {
  .collective-footer .rg {
    align-items: center;
    flex-direction: column;
    padding-top: 0.9375rem;
    padding-bottom: 0.75rem;
    gap: 1rem;
  }
}
.collective-footer .rg img {
  height: 1.625rem;
  width: auto;
}
@media (max-width: 992px) {
  .collective-footer .rg img {
    height: 1.5rem;
  }
}
.collective-footer .rg .links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .collective-footer .rg .links {
    gap: 0.25rem;
    justify-content: center;
  }
}
.collective-footer .rg .links .link {
  display: flex;
}
.collective-footer .rg .links .link a {
  display: flex;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 500;
}
@media (max-width: 992px) {
  .collective-footer .rg .links .link a {
    font-size: 0.75rem;
  }
}
.collective-footer .rg .links .link:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 992px) {
  .collective-footer .rg .links .link:not(:last-child)::after {
    margin-left: 0.25rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 992px) {
  .collective-footer .rg .links {
    padding: 0 1.875rem;
  }
}
.collective-footer .copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 1.375rem;
  padding-bottom: 1.5rem;
  font-size: 0.75rem;
  line-height: 135%;
  font-weight: 300;
  color: #6D6D6D;
}
.collective-footer .copyright a {
  white-space: nowrap;
}
.collective-footer .copyright a:not(:last-child)::after {
  content: "|";
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 150%;
}
@media (max-width: 992px) {
  .collective-footer .copyright a {
    line-height: 200%;
  }
}
@media (max-width: 992px) {
  .collective-footer .copyright {
    flex-direction: column-reverse;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    gap: 1rem;
  }
}

.btn-green {
  color: white;
  padding: 0.625rem 1.3125rem 0.6875rem;
  background-color: #0FC24E;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 300%;
  cursor: pointer;
  width: fit-content;
  white-space: nowrap;
}

.btn-transparent {
  color: black;
  padding: 0.625rem 1.3125rem 0.6875rem;
  background-color: transparent;
  border: 0.0625rem solid black;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 300%;
  cursor: pointer;
  width: fit-content;
}

.btn-black {
  color: white;
  padding: 0.9375rem 1.1875rem;
  background-color: #000;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  width: max-content;
}

.content a,
.details a,
.mobile-menu a {
  width: max-content;
}

/*# sourceMappingURL=gic_common.css.map */
