@charset "UTF-8";
footer {
  position: relative;
  z-index: 3;
  background: #0c0813;
  padding: 60px 40px 80px 40px;
  border-top: 20px solid #78fff7;
  color: #ffffff;
}
footer .content {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
  grid-template-columns: auto auto 1fr;
}
@media screen and (max-width: 767px) {
  footer .content {
    grid-template-columns: 1fr;
  }
}
footer .contact {
  white-space: nowrap;
}
footer .contact-logo {
  display: block;
  background: url("/assets/fai-red.svg");
  height: 100px;
  width: 100px;
  margin-bottom: 40px;
}
footer .contact-info {
  display: grid;
  grid-auto-flow: row;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
footer .contact-info > div {
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}
footer .contact-info > div.button {
  padding: 0;
  margin: 20px 0 0 0;
}
footer .contact-info .phone {
  background-image: url("/assets/contact-phone.svg");
}
footer .contact-info .address {
  background-image: url("/assets/contact-address.svg");
}
@media screen and (max-width: 767px) {
  footer .pages {
    display: none;
  }
}
footer .pages a {
  color: #ffffff;
  display: block;
  white-space: nowrap;
  font-size: 18px;
  line-height: 40px;
  margin: 0 0 10px 0;
}
footer .pages a:hover {
  color: #e11250;
}
footer .social {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .social {
    text-align: left;
  }
}
footer .social-logo {
  display: inline-block;
  height: 40px;
  width: 160px;
  margin: 0 0 40px 0;
  background-image: url("/assets/fai-letters-white.svg");
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 767px) {
  footer .social-logo {
    display: none;
  }
}
footer .social-description {
  margin: 0 0 40px 0;
}
footer .social-links {
  font-size: 0;
}

a.social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 0 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
a.social-icon:hover {
  opacity: 1;
}
a.social-icon.facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M29.3334%2016.0802C29.3334%208.67135%2023.3645%202.66602%2016.0001%202.66602C8.63564%202.66602%202.66675%208.67135%202.66675%2016.0802C2.66675%2022.7771%207.54142%2028.3265%2013.9165%2029.3327V19.9585H10.5316V16.0794H13.9165V13.1247C13.9165%209.7629%2015.9067%207.90513%2018.953%207.90513C20.4107%207.90513%2021.9379%208.16735%2021.9379%208.16735V11.4687H20.2552C18.5992%2011.4687%2018.0836%2012.5033%2018.0836%2013.5647V16.0802H21.7814L21.1903%2019.9576H18.0836V29.3327C24.4587%2028.3265%2029.3334%2022.7771%2029.3334%2016.0802Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
a.social-icon.instagram {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%204C12.7408%204%2012.3328%204.0136%2011.0528%204.072C9.7752%204.1304%208.9024%204.3336%208.1392%204.6304C7.3392%204.9312%206.6136%205.4032%206.0136%206.0144C5.40338%206.61371%204.93109%207.3388%204.6296%208.1392C4.3344%208.9024%204.1304%209.776%204.072%2011.0536C4.0144%2012.3328%204%2012.74%204%2016C4%2019.26%204.0136%2019.6672%204.072%2020.9472C4.1304%2022.2248%204.3336%2023.0976%204.6304%2023.8608C4.9312%2024.6608%205.4032%2025.3864%206.0144%2025.9864C6.61372%2026.5966%207.33881%2027.0689%208.1392%2027.3704C8.9024%2027.6664%209.7752%2027.8696%2011.0528%2027.928C12.3328%2027.9864%2012.7408%2028%2016%2028C19.2592%2028%2019.6672%2027.9864%2020.9472%2027.928C22.2248%2027.8696%2023.0976%2027.6664%2023.8608%2027.3696C24.6608%2027.0688%2025.3864%2026.5968%2025.9864%2025.9856C26.5966%2025.3863%2027.0689%2024.6612%2027.3704%2023.8608C27.6664%2023.0976%2027.8696%2022.2248%2027.928%2020.9472C27.9864%2019.6672%2028%2019.2592%2028%2016C28%2012.7408%2027.9864%2012.3328%2027.928%2011.0528C27.8696%209.7752%2027.6664%208.9024%2027.3696%208.1392C27.0683%207.33845%2026.596%206.61306%2025.9856%206.0136C25.3863%205.40338%2024.6612%204.93109%2023.8608%204.6296C23.0976%204.3344%2022.224%204.1304%2020.9464%204.072C19.6672%204.0144%2019.26%204%2016%204ZM16%206.1624C19.204%206.1624%2019.584%206.1744%2020.8496%206.232C22.0192%206.2856%2022.6544%206.48%2023.0776%206.6456C23.6376%206.8624%2024.0376%207.1232%2024.4576%207.5424C24.8776%207.9624%2025.1376%208.3624%2025.3544%208.9224C25.5192%209.3456%2025.7144%209.9808%2025.768%2011.1504C25.8256%2012.416%2025.8376%2012.796%2025.8376%2016C25.8376%2019.204%2025.8256%2019.584%2025.768%2020.8496C25.7144%2022.0192%2025.52%2022.6544%2025.3544%2023.0776C25.1623%2023.5988%2024.8559%2024.0704%2024.4576%2024.4576C24.0705%2024.856%2023.5989%2025.1624%2023.0776%2025.3544C22.6544%2025.5192%2022.0192%2025.7144%2020.8496%2025.768C19.584%2025.8256%2019.2048%2025.8376%2016%2025.8376C12.7952%2025.8376%2012.416%2025.8256%2011.1504%2025.768C9.9808%2025.7144%209.3456%2025.52%208.9224%2025.3544C8.40116%2025.1623%207.92961%2024.8559%207.5424%2024.4576C7.14414%2024.0704%206.8377%2023.5988%206.6456%2023.0776C6.4808%2022.6544%206.2856%2022.0192%206.232%2020.8496C6.1744%2019.584%206.1624%2019.204%206.1624%2016C6.1624%2012.796%206.1744%2012.416%206.232%2011.1504C6.2856%209.9808%206.48%209.3456%206.6456%208.9224C6.8624%208.3624%207.1232%207.9624%207.5424%207.5424C7.92955%207.14404%208.40113%206.83758%208.9224%206.6456C9.3456%206.4808%209.9808%206.2856%2011.1504%206.232C12.416%206.1744%2012.796%206.1624%2016%206.1624Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%2020.0037C15.4742%2020.0037%2014.9536%2019.9002%2014.4678%2019.6989C13.982%2019.4977%2013.5406%2019.2028%2013.1688%2018.831C12.797%2018.4592%2012.502%2018.0178%2012.3008%2017.532C12.0996%2017.0462%2011.996%2016.5255%2011.996%2015.9997C11.996%2015.4739%2012.0996%2014.9532%2012.3008%2014.4675C12.502%2013.9817%2012.797%2013.5403%2013.1688%2013.1685C13.5406%2012.7967%2013.982%2012.5017%2014.4678%2012.3005C14.9536%2012.0993%2015.4742%2011.9957%2016%2011.9957C17.062%2011.9957%2018.0804%2012.4176%2018.8313%2013.1685C19.5822%2013.9194%2020.004%2014.9378%2020.004%2015.9997C20.004%2017.0616%2019.5822%2018.0801%2018.8313%2018.831C18.0804%2019.5819%2017.062%2020.0037%2016%2020.0037ZM16%209.83172C14.3642%209.83172%2012.7953%2010.4816%2011.6386%2011.6383C10.4819%2012.795%209.83203%2014.3639%209.83203%2015.9997C9.83203%2017.6356%2010.4819%2019.2044%2011.6386%2020.3612C12.7953%2021.5179%2014.3642%2022.1677%2016%2022.1677C17.6359%2022.1677%2019.2047%2021.5179%2020.3615%2020.3612C21.5182%2019.2044%2022.168%2017.6356%2022.168%2015.9997C22.168%2014.3639%2021.5182%2012.795%2020.3615%2011.6383C19.2047%2010.4816%2017.6359%209.83172%2016%209.83172ZM23.9624%209.71972C23.9624%2010.1064%2023.8088%2010.4773%2023.5354%2010.7507C23.262%2011.0241%2022.8911%2011.1777%2022.5044%2011.1777C22.1177%2011.1777%2021.7469%2011.0241%2021.4735%2010.7507C21.2%2010.4773%2021.0464%2010.1064%2021.0464%209.71972C21.0464%209.33303%2021.2%208.96219%2021.4735%208.68876C21.7469%208.41533%2022.1177%208.26172%2022.5044%208.26172C22.8911%208.26172%2023.262%208.41533%2023.5354%208.68876C23.8088%208.96219%2023.9624%209.33303%2023.9624%209.71972Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
a.social-icon.twitter {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M26.6034%2010.5603C26.6196%2010.7954%2026.6196%2011.0305%2026.6196%2011.2677C26.6196%2018.4969%2021.1162%2026.8344%2011.053%2026.8344V26.8301C8.08025%2026.8344%205.16929%2025.9829%202.66675%2024.3773C3.099%2024.4293%203.53343%2024.4553%203.96894%2024.4564C6.43247%2024.4586%208.82559%2023.632%2010.7637%2022.1099C8.42259%2022.0655%206.36964%2020.539%205.65246%2018.3106C6.47256%2018.4688%207.31757%2018.4363%208.1225%2018.2163C5.57013%2017.7007%203.73385%2015.4581%203.73385%2012.8538C3.73385%2012.8299%203.73385%2012.8072%203.73385%2012.7844C4.49436%2013.208%205.34587%2013.4431%206.21689%2013.4691C3.81293%2011.8625%203.07192%208.66444%204.52361%206.16407C7.30132%209.58204%2011.3996%2011.6599%2015.7991%2011.8798C15.3582%209.97962%2015.9605%207.98843%2017.3819%206.65266C19.5854%204.58129%2023.0511%204.68746%2025.1224%206.88991C26.3477%206.64832%2027.5221%206.19873%2028.5967%205.56172C28.1883%206.82816%2027.3336%207.90393%2026.1917%208.58752C27.2761%208.45968%2028.3357%208.16935%2029.3334%207.72626C28.5989%208.82694%2027.6737%209.78571%2026.6034%2010.5603Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
a.social-icon.linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M28%205.76471V26.2353C28%2026.7033%2027.8141%2027.1522%2027.4831%2027.4831C27.1522%2027.8141%2026.7033%2028%2026.2353%2028H5.76471C5.29668%2028%204.84782%2027.8141%204.51687%2027.4831C4.18592%2027.1522%204%2026.7033%204%2026.2353V5.76471C4%205.29668%204.18592%204.84782%204.51687%204.51687C4.84782%204.18592%205.29668%204%205.76471%204H26.2353C26.7033%204%2027.1522%204.18592%2027.4831%204.51687C27.8141%204.84782%2028%205.29668%2028%205.76471ZM11.0588%2013.1765H7.52941V24.4706H11.0588V13.1765ZM11.3765%209.29412C11.3783%209.02715%2011.3276%208.76242%2011.2271%208.51506C11.1267%208.2677%2010.9785%208.04255%2010.791%207.85246C10.6036%207.66237%2010.3805%207.51107%2010.1346%207.4072C9.88861%207.30332%209.62462%207.24891%209.35765%207.24706H9.29412C8.7512%207.24706%208.23053%207.46273%207.84663%207.84663C7.46273%208.23053%207.24706%208.7512%207.24706%209.29412C7.24706%209.83703%207.46273%2010.3577%207.84663%2010.7416C8.23053%2011.1255%208.7512%2011.3412%209.29412%2011.3412C9.56111%2011.3477%209.82678%2011.3016%2010.0759%2011.2055C10.3251%2011.1094%2010.5529%2010.9651%2010.7463%2010.7809C10.9396%2010.5967%2011.0948%2010.3762%2011.203%2010.132C11.3111%209.88775%2011.3701%209.62464%2011.3765%209.35765V9.29412ZM24.4706%2017.6094C24.4706%2014.2141%2022.3106%2012.8941%2020.1647%2012.8941C19.4621%2012.8589%2018.7626%2013.0086%2018.1358%2013.3281C17.5091%2013.6477%2016.9771%2014.126%2016.5929%2014.7153H16.4941V13.1765H13.1765V24.4706H16.7059V18.4635C16.6549%2017.8483%2016.8487%2017.2378%2017.2452%2016.7646C17.6417%2016.2915%2018.2089%2015.9939%2018.8235%2015.9365H18.9576C20.08%2015.9365%2020.9129%2016.6424%2020.9129%2018.4212V24.4706H24.4424L24.4706%2017.6094Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
a.social-icon.youtube {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M26.3895%207.21912C27.5362%207.52721%2028.4434%208.43436%2028.7515%209.58112C29.3163%2011.6693%2029.3334%2015.9996%2029.3334%2015.9996C29.3334%2015.9996%2029.3334%2020.3471%2028.7686%2022.4181C28.4605%2023.5649%2027.5534%2024.472%2026.4066%2024.7801C24.3356%2025.3449%2016.0001%2025.3449%2016.0001%2025.3449C16.0001%2025.3449%207.66461%2025.3449%205.59358%2024.7801C4.44681%2024.472%203.53966%2023.5649%203.23158%2022.4181C2.66675%2020.33%202.66675%2015.9996%202.66675%2015.9996C2.66675%2015.9996%202.66675%2011.6693%203.21446%209.59824C3.52255%208.45147%204.42969%207.54433%205.57646%207.23624C7.64749%206.67141%2015.983%206.6543%2015.983%206.6543C15.983%206.6543%2024.3184%206.6543%2026.3895%207.21912ZM20.2448%2015.9996L13.33%2020.0047V11.9945L20.2448%2015.9996Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.Navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .Navigation {
    display: none;
  }
}
.Navigation .Logo {
  width: 100px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 0H0V100H100V0ZM15.7692 21.1538L15.9136 78.8462H27.4619V50H32.6587L35.9788 38.4615H27.4619V32.4038H43.3409L30.4933 78.8462H42.3304L53.0126 40.1923L57.3432 55.9135H54.3118L51.136 67.4519H60.519L63.8391 78.8462H83.9044V21.1538H72.2117V67.1635L59.5085 21.1538H15.7692Z' fill='%23E11250'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.Navigation-content {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .Navigation-content {
    padding: 20px;
  }
}
.Navigation-content .Links {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}
.Navigation-content .Links a {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  text-decoration: none;
  color: #0c0813;
}
.Navigation-content .Links a span {
  border-bottom: 4px solid transparent;
  line-height: 40px;
}
.Navigation-content .Links a:hover {
  color: #e11250;
}
.Navigation-content .Links a.active {
  color: #e11250;
}
.Navigation-content .Links a.active span {
  border-color: #e11250;
}
.Navigation-content .Links a:last-child {
  background: #0c0813;
  color: #ffffff;
  margin: 0 0 0 10px;
}
.Navigation-content .Links a:last-child.active, .Navigation-content .Links a:last-child:hover {
  background: #e11250;
}
.Navigation__Mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .Navigation__Mobile {
    display: block;
  }
}
.Navigation__Mobile-background {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(12, 8, 19, 0.5);
  transition: all 0.2s ease;
}
.Navigation__Mobile.show-links .Navigation__Mobile-background {
  width: 100%;
}
.Navigation__Mobile-links {
  z-index: 2;
  opacity: 0;
  background: #F4F4F4;
  position: fixed;
  top: 0;
  right: 100%;
  width: 50%;
  height: 100%;
  transform: translateX(-100px);
  visibility: hidden;
  transition: all 0.2s ease;
  padding: 120px 0 0 0;
}
.Navigation__Mobile.show-links .Navigation__Mobile-links {
  visibility: visible;
  opacity: 1;
  right: auto;
  left: 0;
  transform: translateX(0px);
}
.Navigation__Mobile-links a {
  display: block;
  line-height: 20px;
  font-size: 20px;
  white-space: nowrap;
  font-weight: bold;
  color: #0c0813;
  padding: 10px 20px;
  text-decoration: none;
}
.Navigation__Mobile-links a.child {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
}
.Navigation__Mobile-current {
  z-index: 3;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 30px 60px;
  background: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%2210%22%20y%3D%2210%22%20width%3D%2220%22%20height%3D%224%22%20fill%3D%22%23E11250%22%2F%3E%0A%3Crect%20x%3D%2210%22%20y%3D%2218%22%20width%3D%2220%22%20height%3D%224%22%20fill%3D%22%23E11250%22%2F%3E%0A%3Crect%20x%3D%2210%22%20y%3D%2226%22%20width%3D%2220%22%20height%3D%224%22%20fill%3D%22%23E11250%22%2F%3E%0A%3Crect%20x%3D%222%22%20y%3D%222%22%20width%3D%2236%22%20height%3D%2236%22%20stroke%3D%22%23E11250%22%20stroke-width%3D%224%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: 20px 30px;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 0px rgba(12, 8, 19, 0.2);
}
.Navigation__Mobile-current a {
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #0c0813;
  padding: 0 20px;
  display: none;
}
.Navigation__Mobile-current a.active {
  display: inline-block;
}
.Navigation__Mobile-logo {
  z-index: 4;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2260%22%20height%3D%2260%22%20fill%3D%22%23E11250%22%2F%3E%0A%3Cpath%20d%3D%22M9.54853%2047.3078L9.46191%2012.6924H35.7055L43.3274%2040.2982V12.6924H50.343V47.3078H38.3039L36.3118%2040.4712H30.682L32.5874%2033.5482H34.4063L31.8079%2024.1155L25.3986%2047.3078H18.2964L26.0049%2019.4424H16.4775V23.077H21.5877L19.5956%2030.0001H16.4775V47.3078H9.54853Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}

.Page {
  position: relative;
  z-index: 2;
}

.Pipes {
  --Scroll: 0px;
  --Height: 0px;
  --Ratio: 0px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Pipes__Pipe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.Pipes.start .Pipes__Pipe {
  opacity: 1;
}
.Pipes__Pipe svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.Pipes__Pipe:nth-child(1) {
  top: calc(var(--Scroll) * 1.2 * -1 + var(--Ratio) * var(--Scroll));
}
.Pipes__Pipe:nth-child(2) {
  top: calc(var(--Scroll) * 1.4 * -1 + var(--Ratio) * var(--Scroll));
}
.Pipes__Pipe:nth-child(3) {
  top: calc(var(--Scroll) * 1.7 * -1 + var(--Ratio) * var(--Scroll));
}

.PipesAvailable {
  display: none;
}

.Home section.top .Section-content {
  transform: translateY(40px);
}
@media screen and (max-width: 767px) {
  .Home section.top .Section-content {
    transform: translateY(0px);
  }
}
.Home section.dark .Section-content {
  transform: translateY(-140px);
  margin-bottom: -80px;
}

.Welcome {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
}
@media screen and (max-width: 1040px) {
  .Welcome {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
}
.Welcome__Left {
  display: grid;
  grid-auto-flow: row;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .Welcome__Left {
    text-align: left;
  }
}
.Welcome-message {
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
}
.Welcome h1 {
  font-size: 84px;
  line-height: 84px;
  font-weight: bold;
  letter-spacing: -0.04em;
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .Welcome h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.Welcome h1 span {
  color: #e11250;
}
.Welcome h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .Welcome h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
.Welcome .dots {
  border-color: #30263f;
}
.Welcome__Description {
  font-size: 18px;
  line-height: 30px;
}

.Qualifications {
  padding: 40px 40px 0 40px;
}
.Qualifications__Wrapper {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .Qualifications {
    padding: 40px 0 0 0;
  }
}
.Qualifications__Title {
  position: absolute;
  text-align: center;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.Qualifications__Title-container {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  background: #b0f1ff;
  letter-spacing: 0.1em;
}
.Qualifications__Title-container span {
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 2px dotted #0c0813;
}
.Qualifications__List {
  background: #ffffff;
  position: relative;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0;
  z-index: 1;
}
@media screen and (max-width: 1040px) {
  .Qualifications__List {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}
.Qualifications__List-item {
  border-right: 1px solid rgba(12, 8, 19, 0.2);
  padding: 20px;
  text-align: center;
}
.Qualifications__List-item:last-child {
  border-right: none;
}
@media screen and (max-width: 1040px) {
  .Qualifications__List-item {
    border-top: 1px solid rgba(12, 8, 19, 0.2);
  }
  .Qualifications__List-item:nth-child(odd) {
    border-right: 1px solid rgba(12, 8, 19, 0.2);
  }
  .Qualifications__List-item:nth-child(even) {
    border-right: none;
  }
  .Qualifications__List-item:nth-child(1), .Qualifications__List-item:nth-child(2) {
    border-top: none !important;
  }
}
.Qualifications__List-item .icon {
  text-align: center;
  margin: 0 0 20px 0;
}
.Qualifications__List-item h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.Qualifications__List-item h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.Arrow {
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.1s ease;
  background-position: center center;
  background-repeat: no-repeat;
}
.Arrow:hover {
  opacity: 1;
}
.Arrow-small {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .Arrow {
    width: 40px;
    height: 40px;
  }
}
.Arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2242%22%20viewBox%3D%220%200%2023%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%09%09%09%09%3Cpath%20opacity%3D%221%22%20d%3D%22M22%201L2%2021L22%2041%22%20stroke%3D%22%230C0813%22%20stroke-width%3D%222%22%20%2F%3E%0A%09%09%09%09%09%09%3C%2Fsvg%3E");
}
.Arrow-left.Arrow-small {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%221%22%20d%3D%22M7.87109%200.5L0.371094%208L7.87109%2015.5L9.62891%2013.7422L3.88672%208L9.62891%202.25781L7.87109%200.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.Arrow-left.Arrow-light {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2242%22%20viewBox%3D%220%200%2023%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.5%22%20d%3D%22M22%201L2%2021L22%2041%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media screen and (max-width: 767px) {
  .Arrow-left.Arrow-light {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%221%22%20d%3D%22M7.87109%200.5L0.371094%208L7.87109%2015.5L9.62891%2013.7422L3.88672%208L9.62891%202.25781L7.87109%200.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  }
}
.Arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2242%22%20viewBox%3D%220%200%2023%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%09%09%09%09%3Cpath%20opacity%3D%221%22%20d%3D%22M1%201L21%2021L1%2041%22%20stroke%3D%22%230C0813%22%20stroke-width%3D%222%22%20%2F%3E%0A%09%09%09%09%09%09%3C%2Fsvg%3E");
}
.Arrow-right.Arrow-small {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%221%22%20d%3D%22M2.12891%200.5L9.62891%208L2.12891%2015.5L0.371094%2013.7422L6.11328%208L0.371094%202.25781L2.12891%200.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.Arrow-right.Arrow-light {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2242%22%20viewBox%3D%220%200%2023%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.5%22%20d%3D%22M1%201L21%2021L1%2041%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media screen and (max-width: 767px) {
  .Arrow-right.Arrow-light {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%221%22%20d%3D%22M2.12891%200.5L9.62891%208L2.12891%2015.5L0.371094%2013.7422L6.11328%208L0.371094%202.25781L2.12891%200.5Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  }
}

.Quotes {
  padding: 20px;
  display: grid;
  grid-template-columns: 80px 1fr 80px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1040px) {
  .Quotes {
    grid-template-columns: 40px 1fr 40px;
    padding: 0px;
    gap: 10px;
  }
}
@media screen and (max-width: 1040px) {
  .Quotes .Arrow {
    width: 40px;
    height: 40px;
  }
}
.Quotes__Quote .Slides {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.Quotes__Quote .Slides__Slide {
  position: relative;
  display: none;
}
.Quotes__Quote .Slides__Slide.active {
  display: block;
}
@media screen and (max-width: 1040px) {
  .Quotes__Quote .Slides {
    padding: 0px 20px;
  }
}

.Quote {
  display: grid;
  gap: 20px;
  grid-auto-flow: row;
}
.Quote p {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
  letter-spacing: -0.02em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Quote p {
    font-size: 30px;
    line-height: 30px;
  }
}
.Quote p:before, .Quote p:after {
  width: 14px;
  height: 14px;
  background: url("/assets/quote.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1040px) {
  .Quote p:before, .Quote p:after {
    width: 10px;
    height: 10px;
  }
}
.Quote p:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -30px;
}
.Quote p:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -10px;
  left: 10px;
}
.Quote-author {
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
}
.Quote-author:before {
  content: "~";
  display: inline-block;
  margin-right: 10px;
}

.Block {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .Block {
    display: block;
  }
}
.Block-purple {
  background: #30263f;
}
.Block-blue {
  background: #0081a7;
}
.Block-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Block-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
}
.Block.philosophy .Block-image {
  background-image: url("/assets/philosophy.svg");
}
.Block.expertise .Block-image {
  background-image: url("/assets/expertise.png");
}
.Block-content {
  position: relative;
  box-sizing: border-box;
  padding: 40px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  z-index: 2;
}
.Block-content h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 20px 0;
}
.Block-content h2 span {
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #e9fc15;
}
.Block-content .Button {
  margin: 20px 0 0 0;
}

.Slideshow {
  width: 100%;
  height: 400px;
  background: #0c0813;
  color: #ffffff;
  position: relative;
}
.Slideshow:hover .Slide img {
  filter: saturate(1);
  opacity: 0.3;
}
.Slideshow-highlights .Slideshow {
  width: 400px;
  height: 380px;
  background: #30263f;
  margin: 0 auto;
  box-shadow: 10px 10px 0px rgba(48, 38, 63, 0.2);
}
.Slideshow .Arrow {
  position: absolute;
  z-index: 2;
}
.Slideshow .Arrow-left {
  left: 0;
  top: calc(50% - 40px);
}
.Slideshow .Arrow-right {
  right: 0;
  top: calc(50% - 40px);
}
.Slideshow__Dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  height: 20px;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  z-index: 2;
  font-size: 0;
}
.Slideshow__Dots a {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0;
  opacity: 0.2;
  transition: all 0.2s ease;
  cursor: pointer;
}
.Slideshow__Dots a:after {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ffffff;
}
.Slideshow__Dots a:hover {
  opacity: 0.5;
}
.Slideshow__Dots a.active {
  opacity: 1;
}
.Slideshow__Slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.Slideshow__Slides .Slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease;
}
.Slideshow__Slides .Slide.left {
  transform: translateX(-80px);
}
.Slideshow__Slides .Slide.right {
  transform: translateX(80px);
}
.Slideshow__Slides .Slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  transform: translateX(0px);
}
.Slideshow__Slides .Slide-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.Slideshow__Slides .Slide-background.bg-image {
  background-position: center center;
  background-size: cover;
  opacity: 0.4;
}
.Slideshow__Slides .Slide-background img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: saturate(0);
  opacity: 0.2;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
@media screen and (max-width: 767px) {
  .Slideshow__Slides .Slide-background img {
    width: auto;
    height: 100%;
  }
}
.Slideshow__Slides .Slide-content {
  position: absolute;
  left: 100px;
  top: 100px;
  width: calc(100% - 200px);
  display: grid;
  grid-auto-flow: row;
  gap: 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .Slideshow__Slides .Slide-content {
    top: 40px;
    left: 60px;
    width: calc(100% - 120px);
    text-align: left;
  }
}
.Slideshow-highlights .Slideshow__Slides .Slide-content {
  left: 40px;
  top: 40px;
  width: calc(100% - 80px);
}
.Slideshow__Slides .Slide-content-header {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #78fff7;
}
@media screen and (max-width: 767px) {
  .Slideshow__Slides .Slide-content-header {
    font-size: 12px;
    line-height: 14px;
  }
}
.Slideshow__Slides .Slide-content-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}
.Slideshow-highlights .Slideshow__Slides .Slide-content-title {
  font-size: 30px;
  line-height: 30px;
}
.Slideshow__Slides .Slide-content-title.small {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .Slideshow__Slides .Slide-content-title {
    font-size: 30px;
    line-height: 30px;
  }
}
.Slideshow__Slides .Slide-content-subtitle {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .Slideshow__Slides .Slide-content-subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
.Slideshow__Slides .Slide-content-description {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.Slideshow__Slides .Slide-content-phone {
  border: 4px solid #78fff7;
  padding: 10px 15px;
  margin: 20px 0 0 0;
  white-space: nowrap;
}
.Slideshow__Slides .Slide-content-phone span {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .Slideshow__Slides .Slide-content-phone span {
    font-size: 16px;
  }
}
.Slideshow__Slides .Slide-content-phone span:first-child {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20viewBox%3D%220%200%2015%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3.00781%206.98438C4.25781%209.40625%206.09375%2011.2422%208.51562%2012.4922L10.3516%2010.6562C10.612%2010.3958%2010.8984%2010.3307%2011.2109%2010.4609C12.1484%2010.7734%2013.138%2010.9297%2014.1797%2010.9297C14.4141%2010.9297%2014.6094%2011.0078%2014.7656%2011.1641C14.9219%2011.3203%2015%2011.5156%2015%2011.75V14.6797C15%2014.9141%2014.9219%2015.1094%2014.7656%2015.2656C14.6094%2015.4219%2014.4141%2015.5%2014.1797%2015.5C10.2734%2015.5%206.92708%2014.1198%204.14062%2011.3594C1.38021%208.57292%200%205.22656%200%201.32031C0%201.08594%200.078125%200.890625%200.234375%200.734375C0.390625%200.578125%200.585938%200.5%200.820312%200.5H3.75C3.98438%200.5%204.17969%200.578125%204.33594%200.734375C4.49219%200.890625%204.57031%201.08594%204.57031%201.32031C4.57031%202.36198%204.72656%203.35156%205.03906%204.28906C5.14323%204.6276%205.07812%204.91406%204.84375%205.14844L3.00781%206.98438Z%22%20fill%3D%22%23B0F1FF%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0px 6px;
  display: inline-block;
  font-weight: 700;
  padding: 0 0 0 25px;
}
.Slideshow__Slides .Slide-content-phone span:last-child {
  margin: 0 0 0 5px;
  font-weight: 300;
}
.Slideshow__Slides .Slide-cta {
  position: absolute;
  bottom: 100px;
  left: 100px;
  z-index: 2;
}
.Slideshow-highlights .Slideshow__Slides .Slide-cta {
  left: 40px;
  bottom: 60px;
}
@media screen and (max-width: 767px) {
  .Slideshow__Slides .Slide-cta {
    left: 60px;
    bottom: 60px;
  }
}

.GetStarted {
  max-width: 620px;
  display: grid;
  border: 10px solid #ffffff;
  padding: 40px;
  text-align: center;
  gap: 20px;
  color: #ffffff;
  margin: 0 auto;
}
.GetStarted-icon {
  height: 100px;
  background-image: url("/assets/lego.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.GetStarted-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.GetStarted-description {
  font-size: 18px;
  line-height: 30px;
}
.GetStarted-button {
  text-align: center;
}

.Logos {
  text-align: center;
  font-size: 0;
}
.Logos span {
  display: inline-block;
  margin: 40px;
}
@media screen and (max-width: 767px) {
  .Logos span {
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  .Logos span img {
    max-width: 200px;
    max-height: 50px;
  }
}

.CaseStudies {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 20px;
}
.CaseStudies.smallgap {
  gap: 10px;
}
.CaseStudies__Case {
  position: relative;
  background: #0c0813;
  color: #ffffff;
  padding: 20px;
  border: 4px solid transparent;
  transition: all 0.2s ease;
}
.CaseStudies__Case:hover {
  border-color: #78fff7;
}
.CaseStudies__Case:hover .Button {
  color: #78fff7;
}
.CaseStudies__Case-year {
  position: absolute;
  left: 20px;
  top: 20px;
  background: rgba(12, 8, 19, 0.5);
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
}
.CaseStudies__Case-featured {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 20px 0;
}
.CaseStudies__Case-details h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  white-space: nowrap;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}
.CaseStudies__Case-details h4 {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #78fff7;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.CaseStudy__Type {
  padding: 40px;
  position: relative;
  color: #ffffff;
  margin: 0 0 40px 0;
  background-color: #30263f;
}
.CaseStudy__Type .dots {
  border-color: #78fff7;
}
.CaseStudy__Type-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}
.CaseStudy__Type-content {
  position: relative;
  z-index: 3;
  width: 50%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1040px) {
  .CaseStudy__Type-content {
    width: 100%;
  }
}
.CaseStudy__Type-content h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px 0;
}

.Company {
  padding: 240px 0 0 0;
}

.News {
  color: #0c0813;
}
.News__Top {
  margin: 0 0 40px 0;
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
}
.News__Top h1 {
  line-height: 50px;
  font-size: 50px;
  letter-spacing: -0.02em;
}
.News-summary {
  font-size: 20px;
  line-height: 30px;
}
.News-share .minute-read {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #0081a7;
  background: #b0f1ff;
  padding: 10px 20px;
  text-transform: uppercase;
}
.News-image {
  margin: 0 0 20px 0;
}
.News-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.News-content {
  font-size: 18px;
  line-height: 24px;
}
.News-content a {
  color: #1090ba;
}
.News-content a:hover {
  color: #e11250;
}
.News-content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.News-content ul li {
  position: relative;
  list-style: none;
}
.News-content ul li::before {
  content: "●";
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: absolute;
  color: #1090ba;
  left: -20px;
}
.News-content ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  counter-reset: item;
}
.News-content ol li {
  position: relative;
  counter-increment: item;
  list-style: none;
}
.News-content ol li::before {
  content: counter(item) ".";
  display: block;
  position: absolute;
  color: #1090ba;
  font-size: 16px;
  font-weight: 700;
  left: -20px;
}
.News-contact {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 40px 0;
  line-height: 20px;
  font-size: 14px;
}
.News-contact-by {
  font-weight: 500;
  margin: 0 0 10px 0;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.News-contact-name {
  font-weight: 600;
  color: #30263f;
}

.Contact {
  padding: 40px 0;
}
.Contact-info {
  padding: 20px 0;
  border-top: 1px solid rgba(12, 8, 19, 0.2);
  font-size: 14px;
  line-height: 24px;
  color: #0c0813;
}
.Contact-info h4 {
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: rgba(12, 8, 19, 0.2);
  margin: 0 0 20px 0;
}
.Contact-hours div span {
  margin: 0 20px 0 0;
}
.Contact-hours div span:last-child {
  margin: 0;
}

.Process .Welcome {
  grid-template-columns: 1fr auto;
  grid-template-areas: "left right";
}
@media screen and (max-width: 1040px) {
  .Process .Welcome {
    grid-template-columns: 1fr;
    grid-template-areas: "right" "left";
    gap: 40px;
    text-align: center;
  }
}
.Process .Welcome__Left {
  display: block;
  grid-area: left;
}
.Process .Welcome__Right {
  grid-area: right;
}
.Process .Welcome h1 {
  font-size: 50px;
  line-height: 50px;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .Process .Welcome h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.Process .Welcome-message {
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
  font-size: 18px;
  line-height: 30px;
}
.Process__List {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Process__List {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}
.Process__List .Item:first-child {
  color: #ffffff;
  background: #30263f;
}
.Process__List .Item:first-child .dots {
  border-color: #78fff7;
}
.Process__Page section.top {
  padding: 0;
}
@media screen and (max-width: 1040px) {
  .Process__Page section.top {
    padding: 0 40px;
  }
}
.Process__Page section.top section:first-child {
  padding-top: 0;
  transform: translateY(200px);
}
@media screen and (max-width: 767px) {
  .Process__Page section.top section:first-child {
    transform: translateY(160px);
  }
}
.Process__Page section.top + section {
  padding-top: 120px;
}
.Process__Page-breadcrumb {
  padding: 10px 0;
}
.Process__Page-breadcrumb a {
  text-decoration: none;
  color: #e11250;
  line-height: 20px;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.2s ease;
}
.Process__Page-breadcrumb a:hover {
  color: #30263f;
}
.Process__Page-breadcrumb a:before, .Process__Page-breadcrumb a:after {
  content: "/";
}
.Process__Page-breadcrumb a:before {
  margin-right: 10px;
}
.Process__Page-breadcrumb a:after {
  margin-left: 10px;
}
.Process__Page-image {
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.Process__Page h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 40px 0;
  letter-spacing: -0.02em;
}
.Process__Page h1 span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}
.Process__Page h1 span:first-child:after {
  content: "&";
  display: inline-block;
  font-weight: 100;
  margin: 0 10px 0 5px;
}
.Process__Page-content {
  background: #ffffff;
  padding: 40px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .Process__Page-content {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.Process__Page-content p:first-child {
  margin-top: 0;
}
.Process__Page-content p:last-child {
  margin-bottom: 0;
}
.Process__Page-content p em {
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
  color: #e11250;
}
.Process__Page-cases {
  margin: 40px 0 0 0;
  background: #ffffff;
  padding: 40px;
  box-shadow: 10px 10px 0px rgba(48, 38, 63, 0.2);
}
.Process__Page-cases h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin: 0 0 10px 0;
}
.Process__Page-cases h2 span {
  font-weight: 400;
  color: #e11250;
}
.Process__Page-cases .dots {
  margin: 0 0 20px 0;
  border-color: #1090ba;
}

.Item {
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
  box-shadow: 10px 10px 0px rgba(48, 38, 63, 0.2);
  color: #0c0813;
  font-size: 18px;
  padding: 20px;
  background: #ffffff;
}
.Item .Button {
  box-shadow: none;
}
.Item .dots {
  border-color: #0081a7;
}
.Item-title {
  line-height: 30px;
}
.Item-title span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 700;
}
.Item-title span:last-child:before {
  content: "&";
  display: inline-block;
  font-weight: 100;
  margin: 0 5px 0 5px;
}
.Item-summary {
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
}
.Item-image {
  height: 350px;
  position: relative;
  overflow: hidden;
}
.Item-image a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: center center;
  transition: all 0.2s ease;
}
.Item:hover .Item-image a {
  transform: scale(1.1);
}
.Item:nth-child(1) .Item-image a {
  background-image: url("/assets/process-1.svg");
}
.Item:nth-child(2) .Item-image a {
  background-image: url("/assets/process-2.svg");
}
.Item:nth-child(3) .Item-image a {
  background-image: url("/assets/process-3.svg");
}
.Item:nth-child(1) .Item-image {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 0.01%, rgba(0, 0, 0, 0.2) 100%), #635677;
}
.Item:nth-child(2) .Item-image {
  background: linear-gradient(180deg, rgba(0, 104, 201, 0) 0%, rgba(0, 104, 201, 0.2) 100%), #9FEAFF;
}
.Item:nth-child(3) .Item-image {
  background: linear-gradient(180deg, rgba(0, 201, 92, 0) 0%, rgba(0, 124, 57, 0.2) 100%), #9FFFC5;
}

.Challenges {
  display: grid;
  grid-auto-flow: row;
  gap: 40px;
  background: #ffffff;
  padding: 40px;
}
.Challenges h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .Challenges h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
.Challenges h1 span {
  color: #e11250;
}
.Challenges h1 small {
  font-weight: 100;
  font-size: 50px;
}
.Challenges .bar {
  height: 4px;
  background: #1090ba;
}
.Challenges__List {
  display: grid;
  grid-template-columns: 200px 1fr;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1040px) {
  .Challenges__List {
    grid-template-columns: 1fr;
  }
}
.Challenges__List-labels {
  font-weight: 700;
}
.Challenges__List-labels-desktop {
  display: grid;
  grid-template-rows: 70px 1fr;
  gap: 0;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 1040px) {
  .Challenges__List-labels-desktop {
    display: none;
  }
}
.Challenges__List-labels-mobile {
  display: none;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 1040px) {
  .Challenges__List-labels-mobile {
    display: block;
  }
}
.Challenges__List-labels dt,
.Challenges__List-labels dd {
  padding: 0;
  margin: 0;
}
.Challenges__List-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
@media screen and (max-width: 1040px) {
  .Challenges__List-columns {
    grid-template-columns: 1fr;
  }
}
.Challenges__List-columns dl {
  display: grid;
  grid-template-rows: 70px 1fr;
  gap: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(12, 8, 19, 0.2);
  color: #0c0813;
  margin: 0;
}
@media screen and (max-width: 1040px) {
  .Challenges__List-columns dl {
    grid-template-rows: auto auto;
    border-left: none;
    border-top: 1px solid rgba(12, 8, 19, 0.2);
    padding: 20px 0;
  }
}
.Challenges__List-columns dl dt {
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.Challenges__List-columns dl dd {
  font-weight: 300;
  color: rgba(12, 8, 19, 0.5);
  padding: 0;
  margin: 0;
}
.Challenges__List-columns dl:last-child {
  padding-right: 0;
}

.Articles h1 {
  font-size: 50px;
  line-height: 50px;
  color: #ffffff;
  margin: 0 0 40px 0;
}
.Articles__Group + .Articles__Group {
  margin: 40px 0 0 0;
}
.Articles__Group h2 {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.Articles__Group h2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_353_4576%29%22%3E%0A%3Cpath%20d%3D%22M2.08341%2019.5833L0.416748%2017.9167V7.08333H2.08341V16.25M2.08341%2019.5833H17.9167L19.5834%2017.9167V1.25H3.75008V17.9167L2.08341%2019.5833Z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M11.25%203.75H6.25V9.58333H11.25V3.75Z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.75%204.58301H17.0833%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.75%207.08301H17.0833%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.75%209.58301H17.0833%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M6.25%2012.083H17.0833%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M6.25%2014.583H17.0833%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M6.25%2017.083H17.0833%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_353_4576%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.Articles__Group-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}
.Articles__Group-link {
  text-align: right;
  margin: 10px 0 0 0;
}
.Articles__Group-link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  color: rgba(12, 8, 19, 0.5);
  transition: all 0.2s ease;
}
.Articles__Group-link a:hover {
  color: #0c0813;
}
.Articles__Group-link a:after {
  content: "→";
  margin: 0 0 0 4px;
}

.Pagination {
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.Pagination__Link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #1090ba;
  background: #b0f1ff;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.Pagination__Link:hover {
  background: #1090ba;
  color: #ffffff;
}
.Pagination__Link-disabled {
  background: rgba(12, 8, 19, 0.05) !important;
  color: rgba(12, 8, 19, 0.3) !important;
  cursor: default;
}
.Pagination__Count {
  color: #0c0813;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(12, 8, 19, 0.5);
}

.ArticleList {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.Article {
  --title-underline: none;
  --title-color: #0c0813;
  --title-opacity: 1;
  --summary-color: #0c0813;
  --summary-opacity: 0.7;
  --image-scale: 1;
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 20px;
  overflow: hidden;
}
.Article:hover {
  --title-underline: underline;
  --title-color: #1090ba;
  --image-scale: 1.05;
  --summary-opacity: 1;
}
.Article__Image {
  display: flex;
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.Article__Content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 0px;
}
.Article__Content h2 {
  font-size: 24px;
  line-height: 24px;
  -webkit-text-decoration: var(--title-underline);
          text-decoration: var(--title-underline);
  color: var(--title-color);
  opacity: var(--title-opacity);
}
.Article--featured {
  flex-direction: column;
  --title-color: #ffffff;
  background-color: #1090ba;
}
.Article--featured .Article__Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(var(--image-scale));
}
.Article--featured .Article__Image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(48, 38, 63, 0) 0%, #30263f 80%);
}
.Article--featured .Article__Content {
  display: flex;
  z-index: 2;
  padding: 200px 20px 20px 20px;
}
.Article--featured .Article__Content h2 {
  font-size: 42px;
  line-height: 40px;
  color: #ffffff !important;
}
.Article--featured .Article__Summary {
  color: rgba(255, 255, 255, 0.7);
}
.Article--featured .Article__Details-author {
  color: #ffffff;
}
.Article--featured .Article__Details-date {
  color: #ffffff;
}
.Article h2 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-weight: 700;
  margin: 0 0 10px 0;
  opacity: var(--title-opacity);
  color: var(--title-color);
}
.Article__Summary {
  font-size: 20px;
  line-height: 30px;
  color: var(--summary-color);
  opacity: var(--summary-opacity);
}
.Article__Details {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 14px;
  line-height: 30px;
  align-items: center;
  justify-content: flex-start;
}
.Article__Details-author {
  font-size: 12px;
  line-height: 16px;
  color: #1090ba;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.Article__Details-date {
  font-size: 12px;
  line-height: 16px;
  color: #0c0813;
  opacity: 0.5;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.TopStories {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0 0 0;
}

article {
  --text-color: #30263f;
  --time-color: #1090ba;
  background: #ffffff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
  box-shadow: 4px 4px 0px rgba(48, 38, 63, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
article:hover {
  background: #1090ba;
  --text-color: #ffffff;
  --time-color: #ffffff;
}
article.current {
  background: #30263f;
  --text-color: #ffffff;
  --time-color: #ffffff;
}
article .date, article .time {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
article .date {
  opacity: 0.7;
  font-size: 12px;
  grid-area: date;
  color: var(--text-color);
}
article .time {
  grid-area: time;
  color: var(--time-color);
  text-align: right;
}
article .summary {
  grid-area: summary;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
  margin: 0 0 10px 0;
}
article .button {
  grid-area: button;
}
article .button a {
  color: var(--time-color);
  cursor: pointer;
  transition: all 0.2s ease;
}
article .button a:after {
  content: "→";
  margin: 0 0 0 4px;
}
article .button a:hover {
  color: var(--text-color);
}

.Form {
  position: relative;
  overflow: hidden;
}
.Form__Header h1 {
  margin: 0;
}
.Form__Success {
  border-radius: 10px;
  text-align: center;
}
.Form__Success h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.Form__Success div {
  font-size: 18px;
  line-height: 24px;
  color: #0c0813;
  font-weight: 500;
}
.Form__Fields {
  padding: 20px;
  background: rgba(12, 8, 19, 0.1);
  border-radius: 10px;
}
.Form__Fields input, .Form__Fields textarea {
  box-sizing: border-box;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #0c0813;
  padding: 15px;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}
.Form__Fields input[type=text]:focus, .Form__Fields input[type=email]:focus, .Form__Fields input[type=tel]:focus {
  border: 2px solid #0c0813;
}
.Form__Fields textarea:focus {
  border: 2px solid #0c0813;
}
.Form__Fields .Field {
  margin: 0 0 20px 0;
}
.Form__Fields .Field-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease;
  color: #0c0813;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  background: #ffffff;
}
.Form__Fields .Field-select select {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  border: none;
  outline: none;
  background: transparent;
}
.Form__Fields .Field.first_name {
  display: block;
  float: left;
  width: calc(50% - 10px);
}
.Form__Fields .Field.last_name {
  display: block;
  float: left;
  width: calc(50% - 10px);
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .Form__Fields .Field.first_name, .Form__Fields .Field.last_name {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.Form__Fields .Field:last-child {
  margin: 0;
}
.Form__Fields button[type=submit] {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #30263f;
  transition: all 0.2s ease;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
}
.Form__Fields button[type=submit]:hover {
  background: #0c0813;
}
.Form input.honey {
  left: 100%;
  top: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  width: 1px;
  height: 1px;
}

.custom-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}
.custom-select:focus {
  outline: none;
  border-color: #000;
}

.Positions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 0 40px 0;
}
.Positions h4 {
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.Positions__List {
  border: 1px solid #a3caca;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.Position {
  --bullet-template-columns: repeat(3, 1fr);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #a3caca;
  margin: -1px;
  padding: 20px;
}
@media (max-width: 768px) {
  .Position {
    --bullet-template-columns: repeat(1, 1fr);
  }
}
.Position__Modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(48, 38, 63, 0.2);
  visibility: hidden;
  width: 100%;
  max-width: 720px;
  max-height: 90vh;
  overflow-y: auto;
  opacity: 0;
}
.Position__Modal--active {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.Position__Close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.Position__Close svg path {
  fill: #30263f;
}
.Position__Title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.Position__Title h3 {
  display: flex;
  flex: 1;
  font-size: 18px;
  line-height: 1.2em;
}
.Position__Description {
  font-size: 16px;
  line-height: 1.4em;
}
.Position__Description p {
  margin: 0;
}
.Position__Bullets {
  display: grid;
  grid-template-columns: var(--bullet-template-columns);
  gap: 10px;
}
.Position__Bullet {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
}
.Position__Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(80, 194, 227, 0.2);
}
.Position__Icon svg path {
  fill: #1090ba;
}
.Position__Actions {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.Position__Action {
  --background: #ffffff;
  --text-color: #1090ba;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--text-color);
  color: var(--text-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--background);
  transition: all 0.2s ease;
}
.Position__Action:hover {
  --background: rgba(16, 144, 186, 0.1);
}
.Position__Action--primary {
  --background: #1090ba;
  --text-color: #ffffff;
}
.Position__Action--primary:hover {
  --background: #30263f;
  --text-color: #ffffff;
}
.Position__Action svg path {
  fill: var(--text-color);
}
.Position__Markdown {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #f7f8fb;
}
.Position__Markdown h3 {
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.Position__Markdown ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.Position__Markdown ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.Position__Markdown ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/bullet.svg") no-repeat center center;
  background-size: contain;
}

.Modal__Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.Bard__Type {
  position: relative;
  padding: 0px;
  background-color: #30263f;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.Bard__Type-background {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Bard__Type-content {
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
  position: relative;
  padding: 40px;
  z-index: 10;
  font-size: 18px;
  line-height: 24px;
  width: 50%;
}
@media screen and (max-width: 1040px) {
  .Bard__Type-content {
    width: 100%;
  }
}
.Bard__Type-content h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0;
}
.Bard__Type-content .dots {
  border-color: rgba(120, 255, 247, 0.5);
}
.Bard__Type-content p {
  margin: 0;
}
.Bard__Title {
  margin: 0 0 40px 0;
}
.Bard__Title h1:not(:only-child) {
  margin: 0 0 20px 0;
}
.Bard-summary {
  font-size: 20px;
  line-height: 30px;
}
.Bard-featured {
  margin: 0 0 20px 0;
}
.Bard-featured img {
  width: 100%;
}
.Bard h1 {
  font-size: 50px;
  line-height: 50px;
  margin: 0 0 40px 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.Bard .TextContent {
  padding: 20px 0;
}
.Bard .TextContent:only-child {
  padding-top: 0px;
}
.Bard .TextContent p:first-child {
  margin-top: 0;
}
.Bard .TextContent p:last-child {
  margin-bottom: 0;
}
.Bard .TextContent p:only-child {
  margin: 0;
}
.Bard__Content {
  font-size: 18px;
  line-height: 30px;
  color: #0c0813;
}
.Bard__Content-section {
  margin: 0 0 20px 0;
}
.Bard__Content-section.news {
  margin: 0 0 40px 0;
}
.Bard__Content-section:last-child {
  margin: 0;
}
.Bard__Content .Quote {
  padding: 40px;
}
.Bard .TextBox {
  background: #ffffff;
  color: #0c0813;
  padding: 40px;
}
.Bard .TextBox h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: -0.02em;
}
.Bard .TextBox.color-blue {
  background: #1090ba;
  color: #ffffff;
}
.Bard .TextBox.color-white {
  background: #ffffff;
  color: #0c0813;
}
.Bard .TextBox p:first-child {
  margin-top: 0;
}
.Bard .TextBox p:last-child {
  margin-bottom: 0;
}
.Bard .TextBox p:only-child {
  margin: 0;
}
.Bard .Articles__Group h2 {
  color: #0c0813;
}
.Bard .Articles__Group h2:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0_354_4857%29%22%3E%0A%3Cpath%20d%3D%22M11.25%203.75V9.58333H6.25L11.25%203.75Z%22%20fill%3D%22%23C3D4D4%22%2F%3E%0A%3Cpath%20d%3D%22M19.5835%2017.917L17.9168%2019.5837H2.0835L3.75016%2017.917H19.5835Z%22%20fill%3D%22%23C3D4D4%22%2F%3E%0A%3Cpath%20d%3D%22M2.08317%2019.5833L0.416504%2017.9167V7.08333H2.08317V16.25M2.08317%2019.5833H17.9165L19.5832%2017.9167V1.25H3.74984V17.9167L2.08317%2019.5833Z%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M11.25%203.75H6.25V9.58333H11.25V3.75Z%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.75%204.58301H17.0833%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.75%207.08301H17.0833%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M13.75%209.58301H17.0833%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M6.25%2012.083H17.0833%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M6.25%2014.583H17.0833%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M6.25%2017.083H17.0833%22%20stroke%3D%22%23092F63%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_354_4857%22%3E%0A%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  opacity: 1;
}

.Hiring {
  padding: 20px 0;
}
.Hiring h1 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 20px 0;
}
.Hiring__Jobs {
  background: #ffffff;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1040px) {
  .Hiring__Jobs {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .Hiring__Jobs {
    grid-template-columns: 1fr;
  }
}
.Hiring__Job {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 20px;
}

.BlockInfo {
  padding: 40px;
  color: #ffffff;
  background: #0c0813;
}
.BlockInfo h1 {
  margin: 0 0 20px 0;
}
.BlockInfo h1 span {
  color: #e11250;
}
.BlockInfo.purple {
  background: #30263f;
}
.BlockInfo.blue {
  background: #0081a7;
}
.BlockInfo__Blocks {
  margin: 0 -60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.BlockInfo__Content {
  margin: 0 0 40px 0;
}
.BlockInfo__Block {
  background: #ffffff;
  padding: 20px;
  color: #0c0813;
  font-size: 14px;
  line-height: 24px;
}
.BlockInfo__Block h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px 0;
  letter-spacing: -0.02em;
}

.FAIDifference {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .FAIDifference {
    grid-template-columns: 1fr;
  }
}
.FAIDifference__Bullets ul {
  margin: 20px 0;
}
.FAIDifference__Bullets ul li {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
.FAIDifference h1 {
  margin: 0 0 20px 0;
}
.FAIDifference h1 span {
  color: #e11250;
}
.Metrics {
  background: #30263f;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
.Metrics.left-align {
  text-align: left;
}
.Metrics.right-align {
  text-align: right;
}
.Metrics .Metric {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Metrics .Metric:last-child {
  border-bottom: none;
}
.Metrics .Metric-value {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}
.Metrics .Metric-value span {
  position: relative;
  font-size: 40px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  top: -5px;
}
.Metrics .Metric-description {
  font-size: 12px;
  line-height: 20px;
  color: #78fff7;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.Leadership {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.Leadership__Card {
  display: flex;
  flex-direction: column;
  height: 540px;
  background: #0c0813;
  color: #ffffff;
  position: relative;
}
.Leadership__Card:hover .Leadership__Card-bio {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .Leadership__Card {
    height: auto;
  }
}
.Leadership__Card-photo {
  height: 340px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.Leadership__Card-info {
  padding: 20px;
  flex: 1;
}
.Leadership__Card-info h4 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.Leadership__Card-info h5 {
  margin: 0 0 60px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #78fff7;
}
@media screen and (max-width: 767px) {
  .Leadership__Card-info h5 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .Leadership__Card-info {
    flex: 1;
  }
}
.Leadership__Card-bio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  margin: 0;
  background: rgba(12, 8, 19, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.Leadership__Card-bio p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Leadership__Card-bio {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    opacity: 1;
    visibility: visible;
    margin: 0 0 20px 0;
  }
}
.Leadership__Card .social-icon {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Leadership__Card .social-icon {
    position: relative;
  }
}

.PictureHighlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  gap: 20px;
  padding: 20px;
}
.PictureHighlight__Left h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 10px 0;
}
.PictureHighlight__Right {
  font-size: 0;
}
.PictureHighlight__Right img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0c0813;
  background: #eafffb;
}

div {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

.SimplePage {
  background: #ffffff;
  padding: 260px 0 0 0;
}
@media screen and (max-width: 767px) {
  .SimplePage {
    padding: 220px 0 0 0;
  }
}
.SimplePage > section {
  background: #edf6f6;
}
.SimplePage > section .Section {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  transform: translateY(-50px);
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .SimplePage > section .Section {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .SimplePage > section .Section__Nav {
    display: none;
  }
}
.BackButton {
  margin: 0 0 50px 0;
  display: flex;
  gap: 10px;
  position: relative;
}
.BackButton > a {
  position: relative;
  text-decoration: none;
  color: #e11250;
  line-height: 20px;
  font-size: 20px;
  font-weight: 300;
  transition: all 0.2s ease;
  margin: 0 20px 0 0;
}
.BackButton > a:hover {
  color: #30263f;
}
.BackButton > a:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "/";
}
.BackButton > a.title {
  color: #30263f;
}
.BackButton > a.title:after {
  content: "";
}
.BackButton span {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0c0813;
  margin: 0 0 0 10px;
}

.LeftNav-title {
  height: 50px;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: rgba(12, 8, 19, 0.5);
  letter-spacing: 0.1em;
}
.LeftNav-links > div {
  padding: 10px 0;
}
.LeftNav-links > div a {
  display: inline-block;
  color: #0c0813;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
  border-radius: 4px;
}
.LeftNav-links > div a:hover {
  background: rgba(48, 38, 63, 0.1);
}
.LeftNav-links > div a.active {
  background: #30263f;
  color: #ffffff;
}

section {
  position: relative;
}
@media screen and (max-width: 1040px) {
  section {
    padding: 0 40px;
  }
}
section:last-child:not(:first-child) {
  padding-top: 50px;
  padding-bottom: 50px;
}
section .Section-content {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  z-index: 2;
}
section .Background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section .Background-slice {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: 60%;
}
section section {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  section section {
    padding: 20px 0;
  }
}
section.top {
  padding: 240px 0 0 0;
  background: rgba(163, 238, 255, 0.9);
  z-index: 2;
}
@media screen and (max-width: 1040px) {
  section.top {
    padding: 140px 40px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  section.top {
    padding: 160px 20px 0 20px;
  }
}
section.light {
  background: rgba(215, 255, 247, 0.9);
  padding-bottom: 150px;
  padding-top: 100px;
}
section.light .Background {
  background: rgba(219, 255, 248, 0.5);
}
section.light .Background-slice {
  background: rgba(68, 255, 221, 0.2);
}
section.light .Background-slice .slice {
  background: rgba(8, 201, 164, 0.1);
}
section.dark {
  background: rgba(0, 108, 139, 0.9);
  padding-bottom: 0;
}
section.dark .Background {
  background: rgba(0, 120, 155, 0.5);
}
section.dark .Background-slice {
  background: rgba(0, 68, 88, 0.2);
}
section.dark .Background-slice .slice {
  background: rgba(0, 36, 47, 0.2);
}

.shadow {
  box-shadow: 4px 4px 0px rgba(48, 38, 63, 0.2);
}
.shadow-big {
  box-shadow: 10px 10px 0px rgba(48, 38, 63, 0.2);
}

.dots {
  border-top-style: dotted;
  border-top-width: 2px;
  border-top-color: rgba(48, 38, 63, 0.5);
  height: 2px;
}

.Button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 4px 4px 0px rgba(48, 38, 63, 0.5);
  transition: all 0.2s ease;
  cursor: pointer;
}
.Button-blank {
  padding: 0px;
  box-shadow: none;
  font-size: 14px;
}
.Button-blank:hover {
  color: #78fff7;
}
.Button-block {
  display: block;
  text-align: center;
}
.Button-red {
  background: #e11250;
}
.Button-red:hover {
  background: #b40036;
}
.Button-white {
  background: #ffffff;
  color: #0c0813;
}
.Button-white:hover {
  background: #e11250;
  color: #ffffff;
}
.Button-arrow:after {
  content: "→";
  margin: 0 0 0 4px;
}
