@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-BlackWide.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-BoldWide.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-DemiBoldWide.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-ExtraBoldWide.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-HeavyWide.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-LightWide.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-MediumWide.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-RegularWide.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Corbert";
  src: url("../fonts/Corbert-ThinWide.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Bold.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "KumbhSans";
  src: url("../fonts/KumbhSans-VariableFont_YOPQ,wght.ttf") format("truetype");
  font-weight: 100 900;
  /* Assuming the font supports a weight range from 100 to 900 */
}
body {
  font-family: "Fustat";
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  background-color: #F4F5F6;
  margin: 0;
  padding: 0;
}

p,
ul {
  font-family: "Fustat";
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
}

strong {
  font-family: "Fustat";
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
}

.top-logo {
  width: 100%;
  height: 100px;
  background: #F4F5F6;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

h1,
h1 strong {
  font-family: "Corbert";
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

h2,
h2 strong {
  font-family: "Fustat";
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 2px;
}

h3,
h3 strong {
  font-family: "Fustat";
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0%;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.back-button {
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 1000;
}

.back-button svg {
  width: 28px; /* Adjust size */
  height: 28px;
}

.section-div {
  padding-top: 30px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
}

.content {
  width: 1272px;
  max-width: calc(100% - 140px);
  padding-left: 70px;
  padding-right: 70px;
}

.footer {
  background-color: #232323;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  justify-content: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1272px;
  max-width: calc(100% - 140px);
  padding-left: 70px;
  padding-right: 70px;
}

.footer .links {
  color: #EFEFEF;
  font-family: "KumbhSans";
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
}

.footer .links div {
  text-align: right;
}

.footer .links div a {
  color: #EFEFEF;
  font-family: "KumbhSans";
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: none;
}

.ver-div {
  content: url('data:image/svg+xml;utf8,<svg width="1" height="16" viewBox="0 0 1 16" fill="none" xmlns="http://www.w3.org/2000/svg"><line opacity="0.7" x1="0.5" y1="16" x2="0.499999" y2="2.18557e-08" stroke="%23EFEFEF"/></svg>');
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -3px;
}

@media (max-width: 1190px) {
  .footer-container {
    flex-direction: column;
    justify-content: left;
    align-items: start;
    width: unset;
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .links div {
    text-align: left;
  }
  .footer-container svg {
    margin-bottom: 20px;
  }
  .content {
    max-width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer {
    display: flex;
    justify-content: left;
  }
}
@media (max-width: 700px) {
  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-container svg {
    max-width: 95%;
  }
  .top-logo {
    padding-top: 30px;
  }
  .top-logo svg {
    width: 176.3px;
  }
  strong {
    font-family: "Fustat";
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
  }
  h1,
  h1 strong {
    font-family: "Corbert";
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  body,
  p,
  ul {
    font-family: "Fustat";
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
  }
  .content {
    max-width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .copyright {
    margin-top: 15px;
  }
}/*# sourceMappingURL=tnc.css.map */