.footer .copy,
.home .scroll-down {
  left: 50%;
  transform: translateX(-50%);
}
.footer .copy a,
a,
button {
  text-decoration: none;
}
.dot,
.home .scroll-down,
.next,
.prev,
a,
button {
  cursor: pointer;
}
@font-face {
  font-family: Grotesk;
  src: url("../fonts/HKGrotesk-Regular.otf");
}
@font-face {
  font-family: "Grotesk Bold";
  src: url("../fonts/HKGrotesk-Bold.otf");
}
@font-face {
  font-family: "Grotesk Light";
  src: url("../fonts/HKGrotesk-Light.otf");
}
body {
  margin: 0;
  font-family: Grotesk;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1e1e1e;
}
* {
  box-sizing: border-box;
}
.general-landing {
  padding-inline: 15%;
  display: flex;
  position: relative;
  padding-top: 200px;
  height: 127vh;
}
.apply-now {
  height: 100vh;
}
.apply-later {
  height: 119vh;
}
.landing-section {
  position: relative;
  height: 50vh;
  width: 100%;
}
.landing-header {
  font-size: 64px;
  color: #fff;
  width: 66%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* / Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.attributes {
  font-size: 24px;
  color: #8b8b8b;
}
.vertical-line {
  width: 1px;
  height: 50vh;
  background-color: #c4c4c4;
  position: absolute;
  left: -5%;
  top: -5%;
}
.button-404,
.home .blogs-section .recent-button .view-button,
.home .full-width-section .about-button,
.new-about-button {
  background-color: transparent;
  font-size: 16px;
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 15px 60px;
  position: relative;
  border-radius: 4px;
}
.horizontal-line {
  width: 60%;
  height: 1px;
  background-color: #c4c4c4;
  position: absolute;
  top: 5%;
  left: -10%;
}
.z-0,
.z-1 {
  width: 150%;
  background-color: #c4c4c4;
  left: -25%;
  height: 1px;
}
.holding {
  position: relative;
  z-index: 2;
}
.z-1 {
  z-index: 1;
  position: absolute;
  top: 5%;
}
.title-404 {
  font-size: 72px;
  color: #fff;
  margin-bottom: 0;
}
.text-404 {
  font-size: 64px;
  color: #fff;
  font-family: "Grotesk Bold";
  margin-top: 2%;
  margin-bottom: 2%;
}
.z-0 {
  z-index: 3;
  position: absolute;
  bottom: 0;
}
.w-100 {
  width: 100% !important;
}
.home .scroll-down {
  position: absolute;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.home .scroll-down p {
  color: #fff;
  font-size: 16px;
  font-family: "Grotesk Light";
}
.home .scroll-down .line {
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.home .general-landing {
  flex-wrap: wrap;
}
.home .general-landing .second-landing {
  position: absolute;
  width: 20%;
  right: 15%;
}
.home .full-width-section {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  gap: 25px;
}
.home .full-width-section .full {
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.home .full-width-section .about-home,
.new-about-title {
  font-size: 40px;
  color: #f2f2f2;
  margin-bottom: 0;
  position: relative;
}
.home .full-width-section .about-home-description {
  font-size: 20px;
  position: relative;
  color: #f2f2f2;
  text-align: center;
}
.new-about-section {
  display: flex;
  height: 70vh;
  padding-inline: 10%;
}
.left-new-about-section {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
}
.right-new-about-section {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.new-about-description {
  font-size: 20px;
  position: relative;
  color: #f2f2f2;
}
.footer .copy,
.header,
.next,
.prev,
.some-facts img {
  position: absolute;
}
.full {
  border-radius: 600px;
  width: 90%;
  height: 50vh;
  object-fit: cover;
}
.invert {
  filter: brightness(0) invert(1);
}
.home .blogs-section {
  padding-inline: 10%;
  padding-top: 5%;
  padding-bottom: 5%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background: #1e1e1e;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0 30px #1e1e1e inset !important;
  -webkit-text-fill-color: #fff;
}
.home .blogs-section .recent-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .blogs-section .recent-button .recent-text .blogs-intro {
  font-size: 40px;
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
}
.home .blogs-section .recent-button .recent-text .blogs-intro-paragraph {
  font-size: 16px;
  color: #c4c4c4;
  margin-top: 5px;
  width: 60%;
}
.home .blogs-section .blog-wrapper {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  margin-top: 30px;
}
.home .blogs-section .blog-wrapper .blog {
  width: 32.6%;
}
.blog-page .blog-wrapper .blog .blog-title,
.home .blogs-section .blog-wrapper .blog .blog-title {
  font-size: 24px;
  color: #f2f2f2;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: "Grotesk Bold";
}
.blog-page .blog-wrapper .blog .blog-paragraph,
.home .blogs-section .blog-wrapper .blog .blog-paragraph {
  margin-top: 5px;
  font-size: 14px;
  color: #c4c4c4;
}
.home .blogs-section .blog-wrapper .blog img {
  width: 100%;
  object-fit: cover;
  height: 30vh;
  border-radius: 10px;
}
.header {
  width: 100%;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
  padding-inline: 5%;
  height: 100px;
  z-index: 99999;
  background-color: #1e1e1e;
  border-bottom: 1px solid #333;
  justify-content: space-between;
}
.footer .input-flex .w-100,
.header .logo {
  width: 100%;
}
.header .borgir,
.header .logo-mobile,
.mySlides {
  display: none;
}
.header .links-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .links-header .link-header {
  color: #f2f2f2;
  font-size: 16px;
  text-decoration: none;
}
.header .english {
  font-size: 14px;
  color: #00a3ff;
}
.height-100 {
  height: 100vh !important;
}
.some-facts {
  width: 100%;
  position: relative;
  height: 60vh;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about .general-landing img,
.partners .general-landing img,
.some-fact {
  margin-top: 20px;
}
.some-facts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.some-facts-header {
  font-size: 40px;
  position: relative;
  color: #f2f2f2;
}
.footer {
  background-color: #d9d9d9;
  padding: 5% 10%;
  display: flex;
  gap: 10%;
  position: relative;
}
.footer .copy {
  bottom: 1%;
  color: #333;
  font-size: 16px;
}
.footer .copy a {
  color: #078982;
  font-family: "Grotesk Bold";
}
.footer .input-flex {
  display: flex;
  gap: 5%;
  row-gap: 0;
  flex-wrap: wrap;
}
.footer .input-flex .button-footer {
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
}
.footer .input-flex .privacy {
  margin-top: -10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
  font-family: Grotesk;
}
#inputUpload {
  display: none;
}
.cv-wrap {
  width: 100%;
}
.cv-wrap p {
  font-size: 16px;
  color: #f2f2f2;
  margin-bottom: 36px;
}
.upload-cv {
  background-color: transparent;
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  padding: 12px 36px;
  border-radius: 12px;
  margin-top: 24px;
}
.send-cv {
  font-size: 14px;
  color: #f2f2f2;
  margin-top: 36px;
  margin-bottom: 0 !important;
}
.footer .input-flex .privacy a {
  color: #078982;
  cursor: pointer;
}
.footer .input-flex input {
  background-color: transparent;
  height: 40px;
  border: none;
  border-bottom: 1px solid #000;
}
.contact-form input:focus,
.footer .input-flex input:focus,
.recommendation .recommendations-form .recommend:focus {
  outline: 0;
}
.contact .general-landing .contact-left,
.contact .general-landing .contact-right,
.footer .input-flex .w-50 {
  width: 47.5%;
}
.footer .footer-section {
  width: 45%;
}
.footer .footer-section .footer-logo {
  margin-bottom: 20px;
}
.footer .footer-section .footer-paragraph {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
}
.footer .footer-section .footer-info {
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #333;
}
.contact .salt,
.footer .footer-section .salt {
  margin-left: 10px;
}
.about .general-landing-img,
.career .general-landing-img,
.partners .general-landing-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
}
.about .general-landing,
.about .mission-statement,
.career .general-landing,
.contact .general-landing,
.partners .general-landing,
.recommendation .general-landing,
.some-fact {
  position: relative;
}
.about .salt {
  margin-left: 5px;
}
.about .general-landing .general-header {
  font-size: 64px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 69px;
}
.about .general-landing .general-main-header,
.career .general-landing .general-main-header,
.contact .general-landing .general-main-header,
.partners .general-landing .general-main-header,
.recommendation .general-landing .general-main-header {
  font-size: 64px;
  color: #fff;
  font-family: "Grotesk Bold";
  margin-top: 0;
  margin-bottom: 0;
}
.about .general-landing .salt,
.career .general-landing .salt,
.contact .general-landing .salt,
.partners .general-landing .salt,
.recommendation .general-landing .salt {
  margin-left: 20px;
}
.about .general-landing .general-paragraph,
.career .general-landing .general-paragraph,
.contact .general-landing .general-paragraph,
.partners .general-landing .general-paragraph,
.recommendation .general-landing .general-paragraph {
  font-size: 20px;
  color: #f2f2f2;
  width: 100%;
}
.about .mission-statement .statement-intro {
  text-align: center;
  font-size: 40px;
  color: #f2f2f2;
}
.about .mission-statement .statements-wrap {
  display: flex;
  gap: 1%;
  padding-inline: 10%;
}
.about .mission-statement .statements-wrap .statement {
  width: 32.3%;
}
.about .facts .facts-wrap .fact img,
.about .mission-statement .statements-wrap .statement img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.about .facts .facts-wrap .fact .fact-header,
.about .mission-statement .statements-wrap .statement .statement-header {
  font-size: 24px;
  color: #f2f2f2;
}
.about .facts .facts-wrap .fact .fact-paragraph,
.about .mission-statement .statements-wrap .statement .statement-paragraph {
  font-size: 16px;
  color: #c4c4c4;
  font-family: "Grotesk Light";
}
.about .facts .facts-intro {
  font-size: 40px;
  color: #f2f2f2;
  text-align: center;
}
.about .facts .facts-wrap {
  display: flex;
  justify-content: center;
  gap: 5%;
  padding-inline: 10%;
  padding-bottom: 5%;
}
.about .facts .facts-wrap .fact {
  width: 33%;
}
.fact-header {
  font-size: 24px;
  color: #f2f2f2;
  width: 20%;
}
.some-fact {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 20%;
  width: 40%;
}
.fact-paragraph {
  font-size: 16px;
  color: #f2f2f2;
  font-family: "Grotesk Light";
  width: 80%;
  border-left: 1px solid #fff;
  padding-left: 15px;
}
.blog-page {
  padding-top: 100px;
  padding-inline: 10%;
  padding-bottom: 3%;
}
.blog-page .blog-intro {
  font-size: 40px;
  margin-bottom: 0;
  color: #f2f2f2;
}
.blog-page .blog-intro-paragraph {
  font-size: 16px;
  color: #c4c4c4;
  width: 70%;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: -5px auto auto;
  height: 70vh;
  z-index: 2;
}
.contact .general-landing img,
.mySlides img {
  object-fit: cover;
}
.next,
.prev {
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.numbertext,
.text {
  padding: 8px 12px;
  position: absolute;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.text {
  color: #8b8b8b;
  font-size: 24px;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  top: 0;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  visibility: hidden;
  pointer-events: none;
  transition: background-color 0.6s;
}
.active,
.dot:hover {
  background-color: #717171;
}
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.blog-page .blog-wrapper {
  display: flex;
  gap: 1%;
  flex-wrap: wrap;
  margin-top: 30px;
  row-gap: 50px;
}
.blog-page .blog-wrapper .blog {
  width: 32.66%;
}
.privacy-policy {
  display: flex;
  justify-content: center;
  padding: 5% 20%;
  flex-direction: column;
}
.privacy-title {
  font-size: 42px;
  color: #fff;
  text-align: center;
}
.img-slider {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}
.privacy-text {
  font-size: 20px;
  color: #fff;
}
.blog-page .blog-wrapper .blog img {
  width: 100%;
  border-radius: 10px;
  height: 30vh;
  object-fit: cover;
}
.career .general-landing .general-header,
.partners .general-landing .general-header,
.recommendation .general-landing .general-header {
  font-size: 64px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 50px;
}
.career .general-landing .general-subtitle {
  font-size: 24px;
  color: #fff;
}
.general-subtitle-partners {
  font-size: 42px;
  color: #fff;
}
.career .general-landing .coop,
.partners .general-landing .coop {
  font-size: 24px;
  color: #f2f2f2;
  margin-top: 0;
}
.career .general-landing img {
  margin-top: 20px;
  width: 20%;
}
.career .job-openings {
  padding-inline: 15%;
}
.career .job-openings .job-opening-title {
  font-size: 40px;
  color: #fff;
  margin-bottom: 0;
}
.career .job-openings .job-opening-paragraph {
  font-size: 20px;
  color: #f2f2f2;
}
.desktop-fix,
.haimp,
.single {
  height: auto !important;
}
.pb-50 {
  padding-bottom: 50px;
}
.career .job-openings .job {
  position: relative;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.career .job-openings .job .apply {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px 25px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.career .job-openings .job .job-date {
  font-size: 14px;
  color: #959595;
}
.career .job-openings .job .job-title {
  font-size: 32px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.career .job-openings .job .time-location {
  display: flex;
  gap: 50px;
}
.tac {
  text-align: center;
  width: 100% !important;
}
.full-width-img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}
.attributes-wrap {
  display: flex;
  gap: 25px;
  justify-content: center;
  padding: 3% 0;
}
.mt-100 {
  margin-top: 150px;
}
.career .job-openings .job .time-location p {
  display: flex;
  gap: 10px;
  color: #fff;
}
.contact .footer-info {
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #fff;
  align-items: center;
}
.contact .footer-info p {
  margin: 0;
}
.contact .footer-info img {
  margin-right: 10px;
  stroke: #fff;
  fill: #fff;
}
.contact .general-landing .landing-section {
  display: flex;
  gap: 5%;
  align-items: center;
}
.contact-form {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  row-gap: 20px;
}
.contact-form input,
.recommendation .recommendations-form .recommend {
  width: 49%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 20px 20px 20px 5px;
  color: #fff !important;
  font-size: 16px;
}
.contact-form input::placeholder {
  font-size: 16px;
  color: #f2f2f2;
}
.contact-form .agree-terms,
.recommendation .recommendations-form .click-submit {
  font-size: 16px;
  color: #e6e6e6;
  font-family: "Grotesk Light";
}
.contact-form .agree-terms a,
.recommendation .recommendations-form .click-submit a {
  color: #0789b2;
}
.contact-form .send-form,
.recommendation .recommendations-form .send-form {
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
}
.contact .general-landing .general-header {
  font-size: 64px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 75px;
}
.general-landing-contact {
  padding-inline: 15%;
  display: flex;
  position: relative;
  padding-top: 200px;
  height: 90vh;
}
.partners .general-landing .general-subtitle {
  font-size: 32px;
  color: #fff;
}
.single-blog-img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
.recommendation .general-landing img {
  margin-top: 20px;
  width: 100%;
  object-fit: cover;
  height: 60vh;
}
.recommendation .procedure {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 200px;
}
.recommendation .procedure-paragraph {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-inline: 20%;
  font-family: "Grotesk Light";
}
.recommendation .recommendations-text {
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding-top: 5%;
}
.recommendation .recommendations-form {
  padding-inline: 20%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding-bottom: 3%;
  row-gap: 15px;
}
.recommendation .recommendations-form .recommend::placeholder {
  font-size: 16px;
  color: #f2f2f2;
}
.sub-header {
  font-size: 24px;
  color: #fff;
  font-family: "Grotesk Bold";
}
.mt-50 {
  padding-top: 130px !important;
}
.responsibilities-char {
  display: flex;
  color: #fff;
  font-size: 16px;
  gap: 10px;
  align-items: center;
  font-family: "Grotesk Light";
}
.responsibilities-char img {
  margin-top: 0 !important;
}
.form-header {
  font-size: 32px;
  color: #fff;
  font-family: "Grotesk Bold";
}
@media screen and (max-width: 768px) {
  .general-landing,
  .landing-section {
    height: auto;
    width: 100%;
  }
  .general-landing {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 20%;
    padding-top: 35%;
  }
  .general-header {
    width: 100%;
    font-size: 36px !important;
  }
  .home .home-landing .landing-section .vertical-line,
  .vertical-line {
    height: 320px;
  }
  .horizontal-line {
    width: 100%;
    left: -18%;
    top: 3%;
  }
  .home .home-landing .landing-section .z-0,
  .z-0 {
    bottom: 5%;
  }
  .about .general-landing,
  .about .general-landing-img,
  .career .general-landing-img,
  .general-landing,
  .home .home-landing .landing-section,
  .partners .general-landing-img,
  .slideshow-container,
  .some-facts {
    height: auto;
  }
  .home .general-landing .second-landing .z-0,
  .home .general-landing .second-landing .z-1,
  .home .scroll-down {
    display: none;
  }
  .career .job-openings .job .time-location,
  .header,
  .header .borgir {
    display: block;
  }
  .recommendation .procedure {
    margin-top: 0 !important;
  }
  .mt-50 {
    padding-top: 35% !important;
    margin-top: -40px;
  }
  .home .home-landing {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    padding-bottom: 10%;
  }
  .home .home-landing .landing-section .landing-header {
    width: 100%;
    font-size: 32px;
  }
  .home .general-landing {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .home .general-landing .second-landing {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    right: auto;
  }
  .height-fix {
    padding-bottom: 30px !important;
  }
  .fact-header,
  .home .full-width-section .about-home-description {
    text-align: center;
  }
  .home .blogs-section {
    padding-bottom: 5%;
  }
  .line-fix {
    top: 0 !important;
  }
  .mt-50 .general-header {
    margin-top: 80px !important;
  }
  .home .blogs-section .recent-button {
    flex-direction: column;
    align-items: flex-start;
  }
  .about .facts .facts-wrap .fact,
  .about .general-landing .general-landing-content,
  .about .general-landing .general-landing-content .general-paragraph,
  .about .general-landing .general-landing-content .horizontal-line,
  .about .mission-statement .statements-wrap .statement,
  .blog-page .blog-intro-paragraph,
  .blog-page .blog-wrapper .blog,
  .contact .general-landing .landing-section .contact-left,
  .contact .general-landing .landing-section .contact-right,
  .fact-header,
  .fact-paragraph,
  .footer .footer-section,
  .general-landing .general-landing-content,
  .general-landing .general-landing-content .general-paragraph,
  .general-landing .general-landing-content .horizontal-line,
  .home .blogs-section .blog-wrapper .blog,
  .home .blogs-section .recent-button .recent-text,
  .home .blogs-section .recent-button .recent-text .blogs-intro-paragraph,
  .recommendation .recommendations-form .recommend,
  .some-facts {
    width: 100%;
  }
  .some-fact {
    width: 100%;
    flex-direction: column;
  }
  .blog-page .blog-wrapper,
  .home .blogs-section .blog-wrapper {
    flex-direction: column;
    row-gap: 50px;
  }
  .header {
    transition: 1s;
    top: 0;
    position: fixed;
    overflow: hidden;
    left: 0;
    height: 80px;
    width: 100%;
  }
  .phone-fix .vertical-line {
    top: 0;
  }
  .phone-fix .general-header {
    margin-top: 110px !important;
  }
  .header .borgir {
    height: 24px;
    position: absolute;
    right: 5%;
    top: 30px;
  }
  .header .english {
    margin-top: 50px;
  }
  .header .logo-mobile {
    margin-top: 25px;
    display: block;
  }
  .header .logo {
    width: 60%;
    display: none;
    margin-top: 25px;
  }
  .header .links-header {
    flex-direction: column;
    align-items: start;
    justify-content: left;
    gap: 40px;
  }
  .header .links-header .link-header {
    border-bottom: 1px solid rgba(242, 242, 242, 0.25);
    padding-bottom: 10px;
    width: 100%;
  }
  .header .links-header .link-header:first-child {
    margin-top: 20px;
  }
  .footer {
    flex-direction: column;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .footer .input-flex .privacy {
    margin-top: 30px;
  }
  .footer .input-flex button {
    padding: 10px;
    margin-top: 20px;
  }
  .about .general-landing .general-landing-content .general-header,
  .about .general-landing .general-landing-content .general-main-header,
  .general-landing .general-landing-content .general-header,
  .general-landing .general-landing-content .general-main-header {
    font-size: 32px;
    width: 100%;
  }
  .tac {
    font-size: 32px;
  }
  .attributes {
    font-size: 14px !important;
  }
  .about .general-landing .general-landing-content .vertical-line,
  .general-landing .general-landing-content .vertical-line {
    top: -5%;
  }
  .about .facts .facts-wrap,
  .about .mission-statement .statements-wrap {
    flex-direction: column;
  }
  .blog-page {
    padding-top: 50px;
  }
  .career .job-openings {
    margin-top: 150px;
    padding-inline: 3%;
  }
  .career .job-openings .job,
  .recommendation .procedure-paragraph {
    padding-inline: 5%;
  }
  .career .job-openings .job .apply {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .contact .general-landing .landing-section {
    flex-wrap: wrap;
  }
  .recommendation .recommendations-form {
    padding-inline: 5%;
    padding-bottom: 10%;
  }
}
.height-fix {
  height: 100vh !important;
  padding-bottom: 150px;
  padding-top: 150px;
}
.height-fix img {
  height: 54vh !important;
}
@media screen and (max-width: 768px) {
  .full,
  .left-new-about-section,
  .right-new-about-section {
    width: 100%;
  }
  .height-fix {
    height: auto !important;
  }
  .new-about-section {
    display: block;
    height: auto;
    flex-direction: column;
  }
  .right-new-about-section {
    display: block;
  }
  .full {
    border-radius: 14px;
    margin-top: 30px;
  }
  .dotsat {
    display: none;
  }
}
