.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: 6.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.625rem 1.3125rem 0.6875rem;
  background-color: #038B58;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 300%;
}
.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%;
}

.footer {
  position: relative;
  margin-top: 7.5rem;
}
@media (max-width: 992px) {
  .footer {
    margin-top: 0;
  }
}
.footer .media-wrapper img {
  height: 34.9375rem;
  width: 100%;
  object-fit: cover;
}
.footer .media-wrapper .media {
  object-fit: cover;
  min-height: 34.9375rem;
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .footer .media-wrapper .media {
    min-height: unset;
  }
}
.footer .media-wrapper .media canvas {
  height: 100%;
  display: block;
}
.footer .footer-description {
  background: url(../../images/gic-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: block;
}
.footer .footer-description .content {
  color: white;
  padding-top: 4.5rem;
  padding-bottom: 5.25rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 992px) {
  .footer .footer-description .content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    gap: 2.5rem;
  }
}
.footer .footer-description .content .navigator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
}
@media (max-width: 992px) {
  .footer .footer-description .content .navigator {
    flex-direction: column;
    gap: 1.75rem;
  }
}
.footer .footer-description .content .navigator .navigator-item {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 105%;
  text-transform: capitalize;
}
.footer .footer-description .content .seperator {
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.footer .footer-description .content .description {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description {
    flex-direction: column-reverse;
    gap: 2.5rem;
  }
}
.footer .footer-description .content .description .left-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .left-section {
    align-items: center;
    gap: 3.25rem;
  }
}
.footer .footer-description .content .description .left-section .title {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 110%;
}
.footer .footer-description .content .description .left-section .partners {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .left-section .partners {
    align-items: center;
  }
}
.footer .footer-description .content .description .left-section .partners .title {
  font-size: 1.375rem;
  line-height: 140%;
  font-weight: 400;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .left-section .partners .title {
    font-size: 1rem;
  }
}
.footer .footer-description .content .description .left-section .partners .seperator {
  width: 100%;
  height: 0.0625rem;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.footer .footer-description .content .description .left-section .partners .partner-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}
.footer .footer-description .content .description .left-section .partners .partner-logos .logo-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 3.2375rem;
}
.footer .footer-description .content .description .left-section .partners .partner-logos .logo-partner img {
  width: 100%;
  height: auto;
}
.footer .footer-description .content .description .left-section .copyright {
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 100%;
  font-weight: 400;
}
.footer .footer-description .content .description .info {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .info {
    padding-bottom: 2.5rem;
    align-items: center;
  }
}
.footer .footer-description .content .description .info .eyebrow {
  font-size: 1.625rem;
  font-weight: 500;
  padding-bottom: 0.625rem;
  line-height: 100%;
  letter-spacing: 0.1625rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .info .eyebrow {
    font-size: 1.233125rem;
    letter-spacing: 0.11875rem;
  }
}
.footer .footer-description .content .description .info .title {
  font-size: 4.375rem;
  font-weight: 700;
  padding-bottom: 0.9375rem;
  line-height: 91%;
  text-align: end;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .info .title {
    text-align: center;
    font-size: 3.3125rem;
  }
}
.footer .footer-description .content .description .info .date,
.footer .footer-description .content .description .info .place {
  font-size: 1.625rem;
  line-height: 150%;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1625rem;
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .info .date,
  .footer .footer-description .content .description .info .place {
    font-size: 1.233125rem;
    letter-spacing: 0.11875rem;
  }
}
@media (max-width: 992px) {
  .footer .footer-description .content .description .info::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.0625rem;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5019607843);
  }
}

.btn-green {
  color: white;
  padding: 0.625rem 1.3125rem 0.6875rem;
  background-color: #038B58;
  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;
}

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

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