/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
#wpadminbar {
  position: fixed;
  top: 69px;
}
#wpadminbar .display-name {
  color: white;
}

/*
Author: Casa Blue - Emilio Coppola
Version: 1.0
*/
a {
  text-decoration: none;
}

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/style/fonts/Merriweather-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/style/fonts/Lato-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/style/fonts/Lato-Black.ttf") format("truetype");
}
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-2.center,
.grid-3.center,
.grid-4.center,
.grid-5.center,
.grid-6.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .grid-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.button {
  background-color: var(--color-primary);
  color: white;
  font-family: var(--font-family);
  padding: 14px 30px;
  border-radius: 6px;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #003eda;
}

:root {
  --color-primary: #4264eb;
  --color-secondary: #f15c4d;
  --color-black: #1f1f1f;
  --color-white: #ffffff;
  --color-text: white;
  --background-color: #1e242d;
  --font-family: "soleil", sans-serif;
  --font-family-alt: "soleil", sans-serif;
  --spacing-s1: 56px;
  --spacing-s2: 48px;
  --spacing-s3: 36px;
  --spacing-s4: 32px;
  --section-width: 1140px;
  --section-width-wide: 1301px;
}

@media (min-width: 768px) {
  :root {
    --spacing-s1: 136px;
    --spacing-s2: 72px;
    --spacing-s3: 48px;
    --spacing-s4: 40px;
  }
}
html.light {
  --background-color: rgba(234, 237, 244, 1);
  --color-text: rgba(20, 25, 37, 0.9);
}

html {
  font-family: var(--font-family);
  color: var(--color-text);
  background-color: var(--background-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html .site-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--background-color);
}

img {
  max-width: 100%;
}

.main-style {
  max-width: 100%;
  overflow-x: hidden;
}

.main-style section {
  margin: 0 auto;
}

.main-style section .hero {
  max-width: var(--section-width);
  max-width: 1160px;
  margin: 0 auto;
  padding: 70px 30px 150px;
}

@media (min-width: 768px) {
  .main-style section .hero {
    padding: 150px 30px 177px;
  }
}
.main-style section .hero p {
  font-family: var(--font-family-alt);
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

@media (min-width: 768px) {
  .main-style section .hero p {
    font-size: 48px;
    line-height: 64px;
    text-align: left;
  }
}
.main-style section .hero p span {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  -webkit-text-decoration-color: rgba(255, 114, 63, 0);
  text-decoration-color: rgba(255, 114, 63, 0);
  text-underline-offset: 4px;
  -webkit-transition: 0.5s ease-in-out text-decoration-color;
  transition: 0.5s ease-in-out text-decoration-color;
}

.main-style section .hero p span.solid {
  -webkit-text-decoration-color: #ff723f;
  text-decoration-color: #ff723f;
}

.main-style section .hero .cta-container {
  margin-top: 60px;
  text-align: center;
}

@media (min-width: 768px) {
  .main-style section .hero .cta-container {
    margin-top: 70px;
  }
}
.main-style section.wide-content {
  max-width: var(--section-width-wide);
  padding: 0 30px;
  padding-bottom: 110px;
}

.main-style section.wide-content .seal-container {
  position: relative;
}

.main-style section.wide-content .seal-container img.seal {
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out;
  width: 174px;
  top: -70px;
  right: -30px;
}

@media (min-width: 768px) {
  .main-style section.wide-content .seal-container img.seal {
    width: auto;
    right: 0;
    top: -120px;
  }
}
.main-style section.wide-content .grid-3 {
  gap: 70px;
}

@media (min-width: 768px) {
  .main-style section.wide-content .grid-3 {
    gap: 44px;
  }
}
.main-style section.wide-content h2,
.main-style section.wide-content h3 {
  font-size: 22px;
  line-height: 140%;
  font-weight: 300;
  max-width: 744px;
  padding-top: 24px;
}

@media (min-width: 768px) {
  .main-style section.wide-content h2,
.main-style section.wide-content h3 {
    padding-top: 40px;
    font-size: 24px;
    line-height: 160%;
  }
}
.main-style section.wide-content p {
  font-size: 10px;
  line-height: 140%;
  padding-top: 19px;
  letter-spacing: 2px;
  color: #9ca5b4;
  font-family: var(--font-family);
  font-weight: 300;
}

@media (min-width: 768px) {
  .main-style section.wide-content p {
    font-size: 12px;
    line-height: 90%;
  }
}
.main-style section.wide-content .wide p {
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .main-style section.wide-content .wide p {
    padding-bottom: 130px;
  }
}
.main-style section.wide-content a {
  color: inherit;
}

.main-style section.wide-content img.back {
  border-radius: 6px;
}

.main-style section.wide-content .composite {
  position: relative;
}

.main-style section.wide-content .composite .front-container {
  position: absolute;
}

.main-style section.wide-content .case img {
  border-radius: 6px;
}

.main-style section.wide-content .case p {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
}

.main-style section.wide-content .case .overlayed {
  position: relative;
}

.main-style section.wide-content .case .overlayed img {
  position: absolute;
  border-radius: 0;
  width: 43%;
  left: 53.9%;
  -webkit-transform: translate(-50%, -5.8%);
  transform: translate(-50%, -5.8%);
}

.main-style section.services {
  max-width: var(--section-width-wide);
  padding: 0 30px 134px;
}

.main-style section.services h2 {
  font-weight: bold;
  line-height: 110%;
  text-transform: uppercase;
  opacity: 0.9;
  font-size: 34px;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .main-style section.services h2 {
    padding-top: 110px;
    font-size: 134px;
  }
}
.main-style section.services p {
  font-weight: 500;
  line-height: 140%;
  max-width: 1080px;
  font-size: 22px;
  margin-top: 16px;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .main-style section.services p {
    margin-top: 36px;
    font-size: 34px;
  }
}
.main-style section.services .grid-4 {
  gap: 3.3%;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .main-style section.services .grid-4 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .main-style section.services .grid-4 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1000px) {
  .main-style section.services .grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.main-style section.services .grid-4 .card {
  background: #0d111b;
  border-radius: 6px;
  padding: 20px 29px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1000px) {
  .main-style section.services .grid-4 .card {
    padding: 26px 35px;
  }
}
.main-style section.services .grid-4 .card h3 {
  color: #ff723f;
  font-size: 22px;
  line-height: 160%;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.main-style section.services .grid-4 .card li {
  font-weight: 500;
  line-height: 200%;
  font-size: 12px;
}

@media (min-width: 1100px) {
  .main-style section.services .grid-4 .card li {
    font-size: 16px;
  }
}
.main-style section.testimonial {
  max-width: var(--section-width-wide);
  padding: 0 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .main-style section.testimonial {
    padding-top: 139px;
    padding-bottom: 130px;
  }
}
.main-style section.testimonial blockquote {
  font-weight: 500;
  line-height: 140%;
  font-size: 22px;
}

@media (min-width: 768px) {
  .main-style section.testimonial blockquote {
    font-size: 34px;
    line-height: 140%;
  }
}
.main-style section.testimonial p {
  text-transform: uppercase;
  color: #5b5e66;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 2px;
  margin-top: 30px;
}

.main-style section.partners {
  max-width: var(--section-width-wide);
  padding: 0 30px;
  padding-top: 44px;
}

@media (min-width: 768px) {
  .main-style section.partners {
    padding-top: 144px;
  }
}
.main-style section.partners p {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #5b5e66;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.main-style section.partners h2 {
  font-weight: 500;
  line-height: 140%;
  font-size: 22px;
}

@media (min-width: 768px) {
  .main-style section.partners h2 {
    font-size: 34px;
    line-height: 140%;
  }
}
.main-style section.partners .grid-6 {
  border-top: 1px solid #2e3540;
  border-right: 1px solid #2e3540;
  background: #1e242d;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .main-style section.partners .grid-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 70px;
    margin-bottom: 170px;
  }
}
.main-style section.partners .grid-6 div {
  border-left: 1px solid #2e3540;
  border-bottom: 1px solid #2e3540;
  text-align: center;
}

.main-style section.partners .grid-6 div img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.main-style .background-1 {
  background-image: url(/wp-content/themes/casablue-wordpress/images/home/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.background-2 {
  background-color: #0d111b;
}

.main-style .background-2 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html.light section.services .card {
  background-color: white !important;
}

html.light .background-1 {
  background-image: none;
}

html.light .background-2 {
  background-color: white !important;
}

.fine-print-gap {
  height: 382px;
  pointer-events: none;
}

.fine-print {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  z-index: -1;
  background: #f4f7f6;
  color: var(--color-black);
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fine-print .container {
  max-width: var(--section-width);
  margin: 0 auto;
  font-family: var(--font-family-alt);
  font-weight: 300;
  padding: 36px 27px;
}

@media (min-width: 768px) {
  .fine-print .container {
    padding: 77px 30px;
  }
}
@media (min-width: 768px) {
  .fine-print .container .grid-2 {
    -ms-grid-columns: 1fr 75%;
    grid-template-columns: 1fr 75%;
  }
}
.fine-print .container h2 {
  font-family: var(--font-family);
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9ca5b4;
  margin-top: 10px;
  font-size: 10px;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fine-print .container h2 {
    margin-bottom: 0px;
  }
}
.fine-print .container p {
  font-weight: 500;
  line-height: 140%;
  color: #141925;
  font-size: 14px;
  line-height: 140%;
}

@media (min-width: 768px) {
  .fine-print .container p {
    font-size: 34px;
  }
}
html.light .fine-print {
  background-color: #1e242d;
}

html.light .fine-print p {
  color: #eaedf4;
}

.nav-gap {
  height: 77px;
}

.nav-component .logo svg path,
.nav-component .logo svg rect {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-component .logo svg path {
  fill: #f4f7f6;
}

.nav-component .dark-toggle .dot {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.light .nav-component .logo svg path {
  fill: #2a354f;
}

html.light .nav-component .dark-toggle .moon path,
html.light .nav-component .dark-toggle .back {
  fill: #c0c9dd;
}

html.light .nav-component .dark-toggle .sun path {
  fill: #ff723f;
}

html.light .nav-component .dark-toggle .dot {
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

.nav-component {
  width: 100%;
  top: 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
  background-color: var(--background-color);
  z-index: 10;
}

@media (min-width: 768px) {
  .nav-component .logo svg {
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1320px) {
  .nav-component .logo svg {
    position: relative;
    left: -20px;
  }
}
.nav-component .wrapper {
  padding: 20px 30px;
}

.nav-component .content {
  margin: 0 auto;
  max-width: 1200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-component .links {
  text-align: center;
}

.nav-component .links li {
  display: inline-block;
}

.nav-component .links li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-decoration: none;
  color: #9ca5b4;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  padding: 0 10px;
}

.nav-component .links li a:hover {
  color: #7d94f2;
}

.nav-component .dark-toggle {
  text-align: right;
  cursor: pointer;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  -webkit-touch-callout: none;
}

@media (min-width: 1320px) {
  .nav-component .dark-toggle {
    position: relative;
    right: -20px;
  }
}
.nav-component.following {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in both;
  animation: fadeIn 0.5s ease-in both;
  position: fixed;
  z-index: 10;
  -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.8901960784);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.8901960784);
}

.nav-component.following .links li {
  opacity: 0;
  -webkit-animation: fadeIn 0.2s ease-in both;
  animation: fadeIn 0.2s ease-in both;
}

.nav-component.following .links li:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.nav-component.following .links li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.nav-component.following .links li:nth-child(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.nav-component.following .links li:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.nav-component.following .links li:nth-child(5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
html.light .nav-component.following {
  -webkit-box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1098039216);
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.1098039216);
}

footer.footer-component.background-2 {
  background-color: #0d111b;
}

.max-width-container {
  max-width: var(--section-width-wide);
  padding: 60px 30px 54px;
  margin: 0 auto;
}

footer.footer-component .container {
  gap: 69px;
}

@media (min-width: 768px) {
  footer.footer-component .container {
    gap: 0px;
    -ms-grid-columns: 0.5fr 1fr 0.5fr;
    grid-template-columns: 0.5fr 1fr 0.5fr;
  }
}
footer.footer-component a.mail-link {
  color: #6a85f0;
  text-decoration: underline;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  transition: all 0.3s ease-in-out;
}
footer.footer-component a.mail-link:hover {
  color: #95b3ff;
}

footer.footer-component .about p {
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  max-width: 267px;
}

@media (min-width: 768px) {
  footer.footer-component .about p {
    text-align: center;
    max-width: 100%;
  }
}
footer.footer-component .links {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width: 768px) {
  footer.footer-component .links {
    text-align: right;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
footer.footer-component .links .social div {
  display: inline-block;
  margin-right: 38px;
}

@media (min-width: 768px) {
  footer.footer-component .links .social div {
    margin-left: 38px;
    margin-right: 0px;
  }
}
footer.footer-component .links .social div svg path {
  fill: #f4f7f6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html.light footer.footer-component .links svg path {
  fill: #2a354f;
}

html.light footer.footer-component a.mail-link {
  color: #4264eb;
}

.single.careers form {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .single.careers form {
    grid-template-columns: 1fr 1fr;
  }
}
.single.careers form h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
}
@media (min-width: 768px) {
  .single.careers form h3,
.single.careers form .double {
    grid-column: span 2;
  }
}
.single.careers form label {
  font-size: 10px;
  margin-bottom: -6px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9CA5B4;
}
.single.careers form input[type=text],
.single.careers form input[type=email] {
  background-color: transparent;
  border: 1px solid #F4F7F6;
  padding: 13px;
  margin-top: 15px;
  border-radius: 6px;
  color: inherit;
}
.single.careers form input[type=text]:focus,
.single.careers form input[type=email]:focus {
  border: 1px solid #FF8E65 !important;
  outline: none;
}
.single.careers form input[type=checkbox] {
  position: absolute;
  left: -4px;
  top: -4px;
}
.single.careers .form-group {
  display: grid;
  position: relative;
}
.single.careers .form-group.checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  text-transform: none;
  color: var(--color-text);
  position: relative;
  top: -6px;
  left: 27px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .single.careers .form-group.submit {
    padding-top: 50px;
    grid-column: span 2;
  }
}
.single.careers .form-group.submit input {
  max-width: 135px;
}
.single.careers .thank-you-message {
  display: none;
}

html.light .single.careers form input[type=text] {
  border: 1px solid #2A354F;
}
html.light .single.careers form input[type=text]:focus {
  border: 1px solid #FF8E65;
}

.footer-component .jobs.wrapper .container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .footer-component .jobs.wrapper .container {
    margin-bottom: 250px;
    grid-template-columns: 1fr 1fr;
  }
}
.footer-component .jobs.wrapper .container h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  /* or 20px */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5b5e66;
  margin-bottom: 20px;
}
.footer-component .jobs.wrapper .container .join p {
  font-weight: 500;
  font-size: 34px;
  line-height: 140%;
  /* or 48px */
  color: var(--color-text);
}
.footer-component .jobs.wrapper .container .search {
  display: grid;
}
@media (min-width: 768px) {
  .footer-component .jobs.wrapper .container .search {
    justify-content: end;
  }
}
.footer-component .jobs.wrapper .container .search .content {
  max-width: 235px;
}
.footer-component .jobs.wrapper .container .search .content a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #6a85f0;
  margin-bottom: 60px;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  transition: all 0.3s ease-in-out;
}
.footer-component .jobs.wrapper .container .search .content a:hover {
  color: #95b3ff;
}
.footer-component .jobs.wrapper .container .search .content a br {
  display: none;
}

.main-style section.single.careers {
  max-width: var(--section-width-wide);
  padding: 0 30px;
  padding-top: 44px;
}
.main-style section.single.careers .content {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .main-style section.single.careers .content {
    grid-template-columns: 1fr 1fr;
    gap: 74px;
  }
}
.main-style section.single.careers .content h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 54px;
  position: relative;
  justify-self: left;
  align-self: start;
  z-index: 1;
}
.main-style section.single.careers .content h1 span {
  position: relative;
}
.main-style section.single.careers .content h1 span::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background: #ff723f;
  z-index: -1;
}
.main-style section.single.careers .content h2 {
  font-weight: 900;
  font-size: 22px;
  line-height: 160%;
  max-width: 300px;
}
.main-style section.single.careers .content .description p {
  font-weight: 400;
  font-size: 17px;
  line-height: 180%;
  opacity: 0.8;
  margin-bottom: 32px;
}
.main-style section.single.careers .content .description p a {
  color: #6a85f0;
  text-decoration: underline;
}
.main-style section.single.careers .content .description p:first-of-type {
  font-size: 20px;
  line-height: 150%;
  opacity: 1;
}
@media (min-width: 768px) {
  .main-style section.single.careers .content .description p:first-of-type {
    font-size: 24px;
  }
}
.main-style section.single.careers ul {
  margin-bottom: 1em;
}
.main-style section.single.careers ul li {
  opacity: 0.8;
  background-repeat: no-repeat;
  background-position: -7px -2px;
  padding-left: 32px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  position: relative;
}
.main-style section.single.careers ul li::before {
  content: "";
  background-color: #ff723f;
  border-radius: 100%;
  height: 9px;
  width: 9px;
  position: absolute;
  left: 0;
  top: 11px;
}

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