/* COMPONENTS */

.buttonStyle1 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}

.buttonStyle1 svg path, .buttonStyle1 svg circle {
  transition: all 150ms ease;
}

.buttonStyle1 svg circle {
  fill: transparent;
}

.buttonStyle1.textStroke:hover {
  -webkit-text-stroke-width: 0.02em;
}

.buttonStyle1.dark-blue-600-icon:hover svg path {
  fill: #0D131C;
}

.buttonStyle1.green-500-icon:hover svg path {
  fill: #97C22F;
}

.buttonStyle1.green-500-circle-icon:hover svg circle {
  fill: #97C22F;
  stroke: #97C22F;
}

/* VARIATIONS */

.button.block, .button.fullWidth {
  display: block;
  width: 100%;
}

.button.big {
  padding: 18px 32px;
  font-size: 1.6rem;
  line-height: 1.4em;
}

.button.medium {
  padding: 12px 26px;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.button.small {
  padding: 8px 22px;
  font-size: 1rem;
  line-height: 1.2em;
}

.button.smaller {
  padding: 6px 16px;
  font-size: 0.9rem;
  line-height: 1.2em;
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1279px */

@media screen and (max-width: 1279px) {
}

/* 1023px */

@media screen and (max-width: 1023px) {
}

/* 767px */

@media screen and (max-width: 767px) {
}

/* 639px */

@media screen and (max-width: 639px) {
}

form {
  display: block;
}

.input[type=text], .input[type=email], .input[type=tel], .input[type=password], .textarea, .inputSelect {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(200 203 208 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
  display: block;
  padding: 12px 24px;
  width: 100%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  border-radius: 8px;
  outline: none;
  box-sizing: border-box;
}

.inputSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 60px;
  background: url(./assets/img/icons/icon-arrow-down-2.svg) no-repeat calc(100% - 24px) center;
}

form ul li .textarea {
  min-height: 190px;
  max-width: 100%;
}

.input[type=text]:focus, .input[type=email]:focus, .input[type=tel]:focus, .input[type=password]:focus, .textarea:focus, .inputSelect:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 30 45 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.formInputError {
  border-left: 1px solid #b30808;
}

.input[type=submit], .input[type=button], button {
  border: none;
}

.input[type=submit]:hover, .input[type=button]:hover, button:hover {
  cursor: hand;
  cursor: pointer;
}

form ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

form ::placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

form ::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

form ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

form :-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

form :-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

/* GENERIC BOX LOADING */

.boxLoading {
  display: none;
  margin: 15px 0;
  padding: 25px 15px 25px 55px;
  text-align: left;
  color: #383838;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 400;
  background: no-repeat 10px center;
  background-size: 30px auto;
  border-radius: 4px;
}

.boxLoading.loading {
  display: block;
  border: 2px solid #b2b2b2;
  background-image: url(./assets/img/icons/icon-loader-1.svg);
}

.boxLoading.ok {
  display: block;
  border: 2px solid #a3d179;
  background-image: url(./assets/img/icons/icon-ok.svg);
}

.boxLoading.alert {
  display: block;
  border: 2px solid #ffb81f;
  background-image: url(./assets/img/icons/icon-alert.svg);
}

.boxLoading.error {
  display: block;
  border: 2px solid #bf3d27;
  background-image: url(./assets/img/icons/icon-error.svg);
}

/* LAYOUT */

/* HEADER */

.header {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 40px;
  z-index: 100;
}

.header.home {
  padding: 24px 40px;
  background: transparent;
}

.header:not(.home) .logo {
  width: 62px;
}

.header .boxResponsiveMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* HEADER MENU */

.btResponsiveMenu {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 52px;
  height: 52px;
}

.btResponsiveMenu .menuIcon {
  width: 21px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
}

.btResponsiveMenu .menuIcon span {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}

.button.btResponsiveMenu .menuIcon span {
  display: block;
  width: 100%;
}

.btResponsiveMenu .menuIcon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.btResponsiveMenu .menuIcon span:nth-child(1) {
  top: 0px;
}

.btResponsiveMenu .menuIcon :is(span:nth-child(2),span:nth-child(3)) {
  top: 7px;
}

.btResponsiveMenu .menuIcon span:nth-child(4) {
  top: 14px;
}

.btResponsiveMenu.close .menuIcon :is(span:nth-child(1), span:nth-child(4)) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.btResponsiveMenu.close .menuIcon span:nth-child(2) {
  transform: rotate(45deg);
}

.btResponsiveMenu.close .menuIcon span:nth-child(3) {
  transform: rotate(-45deg);
}

.boxMainMenu {
  overflow: visible;
}

.boxMainMenu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.boxMainMenu > ul > li {
  margin: 0 6px;
}

.boxMainMenu > ul > li > a {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
  padding: 6px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 150ms ease;
}

.boxMainMenu > ul > :is(li:hover, li.selected) > a {
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
}

.boxMainMenu > ul > li.hasSubMenu > a {
  padding-right: 24px;
  background: url(../img/icons/icon-arrow-down-1.svg) no-repeat calc(100% - 6px) center;
}

.boxMainMenu > ul > li:hover .subMenu {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/* HEADER SUBMENU */

.boxMainMenu .subMenu {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid transparent;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease;
}

.boxMainMenu .subMenu > ul {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  border-radius: 8px;
}

.boxMainMenu .subMenu > ul > li {
  margin: 4px 0;
}

.boxMainMenu .subMenu > ul > li > a {
  --tw-text-opacity: 1;
  color: rgb(241 242 243 / var(--tw-text-opacity, 1));
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

/* CONTENT */

.customContainer {
  max-width: 1400px;
}

/* BOX SEARCH */

.btOpenSearch svg path {
  transition: all 150ms ease;
}

.btOpenSearch:hover svg path {
  fill: #97C22F;
}

.boxSearch {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(13, 19, 28, 0.80);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease;
}

.boxSearch.active {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

.boxSearch .btCloseSearch {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(241 242 243 / var(--tw-border-opacity, 1));
  position: absolute;
  top: 141px;
  right: 83px;
  padding: 26px;
  background: url(../img/icons/icon-close-1.svg) no-repeat center;
  background-size: 12px auto;
  border-radius: 50%;
}

.boxSearch #FormSearch {
  width: 100%;
  max-width: 680px;
}

.boxSearch #FormSearch .inputFormSearch {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(151 194 47 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
  width: 100%;
  padding: 15px 80px 15px 40px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  background-color: transparent;
  border-radius: 30px;
}

.boxSearch #FormSearch .btSubmitSearch {
  position: absolute;
  top: 50%;
  right: 28px;
  padding: 5px;
  transform: translateY(-50%);
}

.boxSearch #FormSearch .btSubmitSearch svg path {
  transition: all 150ms ease;
}

.boxSearch #FormSearch .btSubmitSearch:hover svg path {
  fill: #97C22F;
}

#FormSearch ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
}

#FormSearch ::placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
}

#FormSearch ::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
}

#FormSearch ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
}

#FormSearch :-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
}

#FormSearch :-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
}

/* BOX SOCIAL MEDIAS */

.boxSocialMedias {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.boxSocialMedias a {
  margin-left: 16px;
}

.boxSocialMedias a svg path {
  transition: all 150ms ease;
}

.header .boxSocialMedias a:hover svg path {
  fill: #97C22F;
}

/* TITLES */

.titleStyle1 {
  --tw-text-opacity: 1;
  color: rgb(20 30 45 / var(--tw-text-opacity, 1));
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.titleStyle1.titleMedium {
  font-size: 40px;
  line-height: 1.2;
}

.titleStyle1.titleSmall {
  font-size: 30px;
  line-height: 1.3;
}

.titleStyle1.titleSmaller {
  font-size: 24px;
  line-height: 1.3;
}

.titleStyle1.titleSmallest {
  font-size: 20px;
  line-height: 1.3;
}

.titleStyle2 {
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1440px */

@media screen and (max-width: 1440px) {
}

/* 1279px */

@media screen and (max-width: 1279px) {
  /* HEADER */

  .header.home .logo {
    width: 69px;
  }

  .header .boxResponsiveMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: calc(100vh);
    padding: 200px 40px 40px;
    background: rgba(13, 19, 28, 0.96);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    pointer-events: none;
    transition: all 250ms ease;
  }

  .header .boxResponsiveMenu.active {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    pointer-events: auto;
  }

  .header .boxResponsiveMenu .boxMainMenu {
    order: 0;
  }

  .header .boxResponsiveMenu .boxSearch {
    order: 1;
  }

  .header .boxResponsiveMenu .boxSocialMedias {
    order: 2;
  }

  /* HEADER MENU */

  .btResponsiveMenu {
    display: inline-flex;
  }

  .boxMainMenu > ul {
    flex-direction: column;
  }

  .boxMainMenu > ul > li {
    margin: 10px 0;
  }

  .boxMainMenu > ul > li > a {
    font-size: 24px;
    line-height: 1.4;
  }

  .boxMainMenu .subMenu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: none;
    border-top: none;
    opacity: 1;
    visibility: visible;
    z-index: 20;
    transition: none;
  }

  .boxMainMenu .subMenu > ul {
    margin: 10px 0;
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .boxMainMenu .subMenu > ul > li > a {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }

  /* BOX SEARCH */

  .btOpenSearch {
    display: none;
  }

  .boxSearch {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: 500px;
    margin-top: 26px;
    background: none;
    opacity: 1;
    visibility: visible;
    z-index: 20;
  }

  .boxSearch .btCloseSearch {
    display: none;
  }

  .boxSearch #FormSearch {
    max-width: none;
  }

  /* BOX SOCIAL MEDIAS */

  .boxSocialMedias {
    justify-content: center;
  }

  .header .boxSocialMedias {
    margin-top: 56px;
  }

  .boxSocialMedias a {
    margin: 0 8px;
  }

  .header .boxSocialMedias a svg {
    width: 30px;
  }
}

/* 1023px */

@media screen and (max-width: 1023px) {
}

/* 767px */

@media screen and (max-width: 767px) {
}

/* 639px */

@media screen and (max-width: 639px) {
  /* HEADER */

  .header.home {
    padding: 14px 24px;
  }

  .header.home .logo {
    width: 50px;
  }

  .header .boxResponsiveMenu {
    padding: 120px 24px 40px;
  }

  /* HEADER MENU */

  .btResponsiveMenu {
    width: 42px;
    height: 42px;
  }

  .btResponsiveMenu .menuIcon {
    height: 14px;
  }

  .btResponsiveMenu .menuIcon :is(span:nth-child(2),span:nth-child(3)) {
    top: 6px;
  }

  .btResponsiveMenu .menuIcon span:nth-child(4) {
    top: 12px;
  }

  .boxMainMenu > ul > li > a {
    font-size: 18px;
    line-height: 1.4;
  }

  .boxMainMenu .subMenu > ul > li > a {
    font-size: 16px;
    line-height: 1.4;
  }

  /* BOX SEARCH */

  .boxSearch #FormSearch .inputFormSearch {
    padding: 12px 58px 12px 24px;
    font-size: 15px;
    line-height: 1.5;
  }

  .boxSearch #FormSearch .btSubmitSearch {
    right: 14px;
    padding: 20px;
    background-size: 18px;
  }

  /* BOX SOCIAL MEDIAS */

  .header .boxSocialMedias {
    margin-top: 36px;
  }

  /* TITLES */

  .titleStyle1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .titleStyle1.titleMedium {
    font-size: 30px;
    line-height: 1.3;
  }

  .titleStyle1.titleSmall {
    font-size: 20px;
    line-height: 1.3;
  }

  .titleStyle1.titleSmaller {
    font-size: 20px;
    line-height: 1.3;
  }
}

/* CONTENT */

.wrapper {
  display: block;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.content {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  overflow: visible;
}

.boxTextContent > * {
  margin-top: 28px;
}

.boxTextContent > :first-child {
  margin-top: 0;
}

.boxTextContent ul {
  list-style-position: inside;
  list-style-type: disc;
  --tw-text-opacity: 1;
  color: rgb(47 50 55 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .boxTextContent ul {
    list-style-position: outside;
  }
}

.boxTextContent ul {
  padding-left: 22px
}

.boxTextContent ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.8;
}

.boxTextContent li::marker {
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
  font-size: 22px;
  line-height: 1;
}

/* FOOTER */

.footer .boxFooterMenu ul li {
  margin: 5px 0;
}

.footer .boxFooterMenu ul li a {
  --tw-text-opacity: 1;
  color: rgb(2 2 4 / var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: all 150ms ease;
}

.footer .boxFooterMenu ul :is(li:hover, li.selected) a {
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
}

.footer .emailFooter {
  transition: all 150ms ease;
}

.footer .emailFooter:hover {
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
}

.footer .boxSocialMedias {
  justify-content: flex-start;
}

.footer .boxSocialMedias a {
  margin-left: 0;
  margin-right: 16px;
}

.footer .boxSocialMedias a:hover svg path {
  fill: #141E2D;
}

/* IMAGE STYLES */

.imageStyle1 {
  display: inline-block;
}

.imageStyle1::before {
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 47 / var(--tw-bg-opacity, 1));
  content: '';
  position: absolute;
  top: -37px;
  left: 0;
  right: -40px;
  bottom: 69px;
  border-radius: 500px;
}

.imageStyle1 img {
  border-radius: 16px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: 10;
}

/* LIST STYLES */

.listStyle1, .managedContent ul {
  --tw-text-opacity: 1;
  color: rgb(47 50 55 / var(--tw-text-opacity, 1));
  padding-left: 22px;
  list-style-type: disc;
  list-style-position: outside;
}

.listStyle1 li, .managedContent ul li {
  margin: 8px 0;
  font-weight: 500;
  line-height: 1.8;
}

.listStyle1 li::marker,  .managedContent ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
  font-size: 22px;
  line-height: 1;
}

/* TWO COLUMNS CONTAINER */

.twoColumnsContainer {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.twoColumnsContainer .itemColumn {
  margin-bottom: 48px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* LISTA DIFERENCIAIS */

.listDiferenciais .itemList:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
}

.listDiferenciais .itemList:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(241 242 243 / var(--tw-text-opacity, 1));
}

.listDiferenciais .itemList:hover p {
  --tw-text-opacity: 1;
  color: rgb(195 208 228 / var(--tw-text-opacity, 1));
}

/* INTERMEDIAÇÃO DE NEGÓCIOS */

#IntermediacaoNegocios {
  padding: 112px 100px;
}

#IntermediacaoNegocios::before {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
  content: '';
  position: absolute;
  inset: 0;
  left: 80px;
  border-radius: 500px 0 0 500px;
}

#IntermediacaoNegocios .imageSection {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

/* LISTA CLIENTES */

.listClientes .slick-list {
  overflow: visible;
}

.listClientes .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

.listClientes img {
  margin: 0 60px;
  opacity: 0.5;
  filter: grayscale(1);
  transition: all 200ms ease;
}

.listClientes img:hover {
  opacity: 1;
  filter: grayscale(0);
}

/* NOSSOS CLIENTES */

#NossosClientesInicial::before {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 232 / var(--tw-bg-opacity, 1));
  content: '';
  position: absolute;
  top: -210px;
  left: 0;
  right: 0;
  height: 210px;
}

#NossosClientesQuemSomos::before {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  content: '';
  position: absolute;
  top: -210px;
  left: 0;
  right: 0;
  height: 210px;
}

/* LISTA O QUE FAZEMOS */

.listOQueFazemos .itemList {
  min-height: 552px;
}

.listOQueFazemos .itemList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 5.98%, rgba(0, 0, 0, 0.90) 100%), 
							linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), 
							linear-gradient(0deg, rgba(20, 30, 45, 0.30) 0%, rgba(20, 30, 45, 0.30) 100%);
  background-blend-mode: normal, normal, hue, normal;
  z-index: 1;
  transition: opacity 200ms ease;
}

.listOQueFazemos .itemList:hover::before {
  opacity: 0.6;
}

.listOQueFazemos .itemList .imageItem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* LISTA BLOG */

.listBlog .slick-list {
  overflow: visible;
}

.listBlog .itemList {
  min-height: calc(246px + 12.9vw);
}

.listBlog .itemList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 47.36%, rgba(0, 0, 0, 0.80) 100%), 
							linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
  z-index: 1;
}

.listBlog .itemList .imageItem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.listBlog .itemList .tagItem {
  --tw-bg-opacity: 1;
  background-color: rgb(13 19 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 60px;
}

.listBlog .shortcutsBlog {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 76px;
}

.listBlog .shortcutsBlog li {
  margin: 0 6px;
  font-size: 0;
  line-height: 0;
}

.listBlog .shortcutsBlog li button {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 232 / var(--tw-bg-opacity, 1));
  padding: 3px 16px;
  opacity: 0.2;
  border-radius: 40px;
  transition: all 200ms ease;
}

.listBlog .shortcutsBlog li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 47 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

/* BOX PAGINAÇÃO */

.boxPagination {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.boxPagination .page {
  padding: 10px 9px;
  font-weight: 500;
  font-size: 20px;
  line-height: 0.8;
  text-align: center;
  color: #0084c8;
}

.boxPagination .page.actual {
  font-size: 22px;
  font-weight: 700;
  color: #3eb54a;
}

.boxPagination .page.prevNextLast {
  font-size: 28px
}

/* OUTROS */

.boxVideo {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 2px;
  height: 0;
}

.boxVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.btToTop {
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 47 / var(--tw-bg-opacity, 1));
  position: fixed;
  right: 32px;
  bottom: -100px;
  padding: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: bottom 250ms ease, background 150ms ease;
  z-index: 50;
}

.btToTop:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
}

.btToTop.shown {
  bottom: 45px;
}

.btToTop svg {
  position: absolute;
}

.btToTop svg path {
  transition: all 150ms ease;
}

.btToTop:hover svg path {
  fill: #F1F2F3;
}

.anchorSection {
  position: absolute;
  top: -94px;
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1920px */

@media screen and (max-width: 1920px) {
  #IntermediacaoNegocios::before {
    left: auto;
    width: 1840px;
    max-width: calc(100% - 40px);
  }
}

/* 1279px */

@media screen and (max-width: 1279px) {
  /* FOOTER */

  .footer .boxSocialMedias {
    justify-content: center;
  }

  .footer .boxSocialMedias a {
    margin: 0 8px;
  }

  /* TWO COLUMNS CONTAINER */

  .twoColumnsContainer {
    -moz-columns: 1;
         columns: 1;
  }

  /* LIST STYLES */

  .listStyle1, .managedContent ul {
    list-style-position: inside;
  }

  /* INTERMEDIAÇÃO DE NEGÓCIOS */

  #IntermediacaoNegocios {
    --tw-bg-opacity: 1;
    background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
    padding: 112px 0 0;
  }

  #IntermediacaoNegocios::before {
    display: none;
  }

  #IntermediacaoNegocios .imageSection {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }
}

/* 1023px */

@media screen and (max-width: 1023px) {
  /* IMAGE STYLES */

  .imageStyle1::before {
    top: -3.6vw;
    right: -4vw;
    bottom: 6.8vw;
  }
}

/* 767px */

@media screen and (max-width: 767px) {
  /* LISTA BLOG */

  .listBlog .itemList {
    min-height: calc(246px + 25.9vw);
  }
}

/* 639px */

@media screen and (max-width: 639px) {
  /* INTERMEDIAÇÃO DE NEGÓCIOS */

  #IntermediacaoNegocios {
    padding: 80px 0 0;
  }

  /* LISTA CLIENTES */

  .listClientes img {
    margin: 0 24px;
  }

  /* LISTA O QUE FAZEMOS */

  .listOQueFazemos .itemList {
    --tw-bg-opacity: 1;
    background-color: rgb(13 19 28 / var(--tw-bg-opacity, 1));
  }

  .listOQueFazemos .itemList::before {
    height: auto;
    aspect-ratio: 340 / 241;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 5.98%, rgba(0, 0, 0, 0.50) 100%), 
								linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  }

  .listOQueFazemos .itemList .imageItem {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    aspect-ratio: 340 / 241;
  }

  .listOQueFazemos .itemList .buttonStyle1 svg circle {
    display: none;
  }
}

/* PAGES */

/* HEADER MAIN BANNER */

.boxMainBanner {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 42.1vw;
  background: #fff;
  overflow: hidden;
}

.boxMainBanner::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 304px;
  height: 300px;
  background: url(../../assets/img/others/im-detail-adimex-1.png) no-repeat right bottom;
  background-size: contain;
  z-index: 30;
}

.boxMainBanner ul {
  position: relative;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
}

.boxMainBanner ul li {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.boxMainBanner ul li:first-child {
  display: block;
}

.boxMainBanner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.boxMainBanner ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.boxMainBanner ul li a .imageOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 19, 28, 0.76) 0%, rgba(13, 19, 28, 0.76) 100%);
}

.boxMainBanner ul li a .customContainer {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  transform: translateY(-50%);
}

.boxMainBanner ul li a .infoBanner {
  max-width: 545px;
}

.boxMainBanner > .customContainer {
  position: absolute;
  top: calc(50% + 250px);
  left: 40px;
  right: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

.boxMainBanner .shortcuts {
  display: flex;
}

.boxMainBanner .shortcuts button {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 232 / var(--tw-bg-opacity, 1));
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 3px 16px;
  border-radius: 40px;
  opacity: 0.2;
  transition: all 200ms ease;
}

.boxMainBanner .shortcuts button:hover, .boxMainBanner .shortcuts button.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 47 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.boxMainBanner .btPageDown {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 30;
}

/* FERRAMENTA DE BI + BLOG */

#FerramentaBIBlog {
  background: radial-gradient(82.31% 47.23% at 56.35% 57.19%, #192638 0%, #080C12 100%);
}

#FerramentaBIBlog .imageFerramentaBI {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1920px */

@media screen and (max-width: 1920px) {
  /* HEADER MAIN BANNER */

  .boxMainBanner {
    height: calc(647px + 8.4vw);
  }
}

/* 1279px */

@media screen and (max-width: 1279px) {
  #FerramentaBIBlog .imageFerramentaBI {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    max-width: 100%;
  }
}

/* 1023px */

@media screen and (max-width: 1023px) {
}

/* 767px */

@media screen and (max-width: 767px) {
  /* HEADER MAIN BANNER */

  .boxMainBanner::before {
    width: 33.3vw;
    height: 32.6vw;
  }

  .boxMainBanner ul li a .infoBanner {
    margin: 0 auto;
    text-align: center;
  }

  .boxMainBanner .shortcuts {
    justify-content: center;
  }
}

/* 639px */

@media screen and (max-width: 639px) {
  /* HEADER MAIN BANNER */

  .boxMainBanner {
    height: calc(404px + 46.3vw);
  }

  .boxMainBanner ul li a .customContainer {
    left: 24px;
    right: 24px;
  }

  .boxMainBanner > .customContainer {
    display: none;
  }

  /* FERRAMENTA DE BI + BLOG */
}

#DescubraComoFazemos::after {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 210px;
}

/* NOSSA VISÃO DE FUTURO */

#NossaVisaoDeFuturo .imageVisaoFuturo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
  border-radius: 0 500px 500px 0;
  box-shadow: 8px 8px 0 #97C22F, -1px 8px 0 #97C22F;
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1279px */

@media screen and (max-width: 1279px) {
  /* NOSSA VISÃO DE FUTURO */

  #NossaVisaoDeFuturo .imageVisaoFuturo {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    max-width: 100%;
  }
}

/* 1023px */

@media screen and (max-width: 1023px) {
}

/* 767px */

@media screen and (max-width: 767px) {
}

/* 639px */

@media screen and (max-width: 639px) {
  /* NOSSA VISÃO DE FUTURO */

  #NossaVisaoDeFuturo .imageVisaoFuturo {
    box-shadow: 5px 5px 0 #97C22F, -1px 5px 0 #97C22F;
  }
}

/* ADIMEX NEGÓCIOS INTERNACIONAIS */

#AdimexNegociosInternacionais {
  display: flex;
  align-items: center;
  min-height: 585px;
}

#AdimexNegociosInternacionais .imageSection {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotateY(180deg);
  max-width: 50%;
}

/* SEU NEGÓCIO ALÉM */

#SeuNegocioAlem .imageSection {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
}

/* POPUP BAIXAR CATÁLOGO */

.boxPopUpBaixarCatalogo {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease, z-index 0s 200ms ease;
}

.boxPopUpBaixarCatalogo.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transition: all 200ms ease, z-index 0s ease;
}

.boxPopUpBaixarCatalogo::before {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
  content: '';
  position: fixed;
  inset: 0;
  opacity: 0.9;
}

.boxPopUpBaixarCatalogo .boxPopUpContainer {
  width: 860px;
  max-width: calc(100% - 80px);
}

.boxPopUpBaixarCatalogo .btClosePopUp {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 73 80 / var(--tw-border-opacity, 1));
  position: absolute;
  top: 24px;
  right: 22px;
  padding: 16px;
  background: url(../../assets/img/icons/icon-close-2.svg) no-repeat center;
  background-size: 10px auto;
  border-radius: 50%;
}

#FormBaixarCatalogo ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormBaixarCatalogo ::placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormBaixarCatalogo ::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormBaixarCatalogo ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormBaixarCatalogo :-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormBaixarCatalogo :-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1279px */

@media screen and (max-width: 1279px) {
  /* ADIMEX NEGÓCIOS INTERNACIONAIS */

  #AdimexNegociosInternacionais {
    flex-wrap: wrap-reverse;
  }

  #AdimexNegociosInternacionais .imageSection {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }

  /* SEU NEGÓCIO ALÉM */

  #SeuNegocioAlem .imageSection {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
  }
}

/* 1023px */

@media screen and (max-width: 1023px) {
}

/* 767px */

@media screen and (max-width: 767px) {
}

/* 639px */

@media screen and (max-width: 639px) {
  /* POPUP BAIXAR CATÁLOGO */

  .boxPopUpBaixarCatalogo .boxPopUpContainer {
    max-width: calc(100% - 48px);
  }
}

/* LISTA TAGS */

.listBlogTags .itemList {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(20 30 45 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 30 45 / var(--tw-text-opacity, 1));
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 60px;
  transition: all 200ms ease;
}

.listBlogTags :is(.itemList:hover, .itemList.selected) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
}

/* ARTIGO AMPLIADO */

.tagArticle {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 40px;
}

.blogArticle .boxTextContent :is(h2,h3,h4,h5,h6) {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(13 19 28 / var(--tw-text-opacity, 1));
  font-size: 24px;
  line-height: 1.3;
}

/* DESCUBRA O QUE FAZEMOS */

#DescubraOQueFazemos {
  display: flex;
  align-items: center;
  min-height: 585px;
}

#DescubraOQueFazemos .imageSection {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotateY(180deg);
  max-width: 50%;
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1279px */

@media screen and (max-width: 1279px) {
  #DescubraOQueFazemos {
    flex-wrap: wrap-reverse;
  }

  #DescubraOQueFazemos .imageSection {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
}

/* 1023px */

@media screen and (max-width: 1023px) {
}

/* 767px */

@media screen and (max-width: 767px) {
}

/* 639px */

@media screen and (max-width: 639px) {
  .blogArticle .boxTextContent :is(h2,h3,h4,h5,h6) {
    font-size: 20px;
    line-height: 1.3;
  }
}

/* BOX CONTACT INFO */

.boxContactInfo {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
  padding: 64px 72px;
  border-radius: 16px;
}

.boxContactInfo::before {
  --tw-bg-opacity: 1;
  background-color: rgb(151 194 47 / var(--tw-bg-opacity, 1));
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: -40px;
  bottom: 270px;
  border-radius: 500px;
  z-index: -1;
}

.boxContactInfo .boxSocialMedias {
  justify-content: flex-start;
}

.boxContactInfo .boxSocialMedias a {
  margin-left: 0;
  margin-right: 16px;
}

.boxContactInfo .boxSocialMedias a:hover svg path {
  fill: #97C22F;
}

/* FORM CONTATO */

#FormContato {
  display: block;
}

#FormContato .upload {
  overflow: hidden;
  margin: 15px 0;
}

#FormContato .upload > span {
  position: relative;
  display: block;
  text-align: left !important;
}

#FormContato .upload .link {
  color: inherit;
}

#FormContato .upload .info {
  display: inline-block;
  font-size: 0.8rem;
  color: inherit;
  margin: 0 0 0 20px;
}

#FormContato .upload input[type=file] {
  position: absolute;
  top: 0;
  left: -80px;
  width: 110%;
  height: 27px;
  line-height: 27px;
  z-index: 1000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

#FormContato .upload input[type=file]:hover {
  cursor: hand !important;
  cursor: pointer !important;
}

#FormContato ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormContato ::placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormContato ::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormContato ::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormContato :-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

#FormContato :-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
}

/* GMAPS */

#GMaps {
  display: block;
  width: 100%;
  height: 456px;
}

#GMaps div {
  position: initial;
  /* NÃO REMOVER / Políticas do Google */
}

/* ########## */

/* RESPONSIVE */

/* ########## */

/* 1279px */

@media screen and (max-width: 1279px) {
}

/* 1023px */

@media screen and (max-width: 1023px) {
}

/* 767px */

@media screen and (max-width: 767px) {
}

/* 639px */

@media screen and (max-width: 639px) {
  /* BOX CONTACT INFO */

  .boxContactInfo {
    padding: 46px 30px;
  }

  .boxContactInfo::before {
    top: -24px;
    right: -24px;
  }
}

/* TAILWIND */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #C8CBD0;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Open Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.order-last {
  order: 9999;
}

.-m-3 {
  margin: -0.75rem;
}

.m-3 {
  margin: 0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(227 229 232 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(200 203 208 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.bg-dark-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 230 241 / var(--tw-bg-opacity, 1));
}

.bg-dark-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 30 45 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 232 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(200 203 208 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 242 243 / var(--tw-bg-opacity, 1));
}

.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.fill-dark-blue-50 {
  fill: #DFE6F1;
}

.fill-dark-blue-500 {
  fill: #141E2D;
}

.fill-dark-blue-600 {
  fill: #0D131C;
}

.fill-gray-50 {
  fill: #F1F2F3;
}

.fill-gray-900 {
  fill: #17191C;
}

.fill-green-500 {
  fill: #97C22F;
}

.stroke-dark-blue-50 {
  stroke: #DFE6F1;
}

.stroke-dark-blue-500 {
  stroke: #141E2D;
}

.stroke-gray-50 {
  stroke: #F1F2F3;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-dark-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(223 230 241 / var(--tw-text-opacity, 1));
}

.text-dark-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(20 30 45 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(227 229 232 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(200 203 208 / var(--tw-text-opacity, 1));
}

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(241 242 243 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(68 73 80 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(47 50 55 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(151 194 47 / var(--tw-text-opacity, 1));
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-30 {
  opacity: 0.3;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* DEFAULTS */

.bg-linear-dark-blue {
  background: linear-gradient(0deg, #080C12 -0.04%, #141E2D 99.96%);
}

html {
  position: relative;
  background: white;
  color: #282828;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1em;
  overflow-x: hidden;
}

body {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(91 98 108 / var(--tw-text-opacity, 1));
  padding-top: 94px;
  font-family: 'Plus Jakarta Sans', serif !important;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
}

p {
  display: block;
}

p.button {
  display: block;
  width: 100%;
}

p {
  display: block;
  margin: 1.6em 0 0 0;
  line-height: 1.8;
}

p:first-child {
  margin-top: 0;
}

p.centerAlign {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a {
  display: inline-block;
  color: inherit;
}

* {
  box-sizing: border-box;
  position: relative;
}

*, *:link, *:visited, *:hover, *:active, *:focus {
  outline: 0 !important;
}

*, *:link, *:visited, *:hover, *:active, *:focus, a, a:link, a:visited, a:hover, a:active, a:focus {
  outline: 0;
}

/* 639px */

@media screen and (max-width: 639px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mt-28 {
    margin-top: 7rem;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:p-20 {
    padding: 5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}

@media (min-width: 1280px) {
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mr-0 {
    margin-right: 0px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-40 {
    margin-top: 10rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-flex {
    display: inline-flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:list-outside {
    list-style-position: outside;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:p-20 {
    padding: 5rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-28 {
    padding-left: 7rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-24 {
    padding-right: 6rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:text-left {
    text-align: left;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-1\/2 {
    width: 50%;
  }
}