/* ==================================
    Importing [ Contact Styling ]    
================================== */
/* ========================
    Importing [ Tools ]    
======================== */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 576px) {
  .container {
    padding: 0;
    max-width: 540px !important;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1010px !important;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1240px !important;
  }
}

.large-container {
  width: 100%;
  max-width: 1366px !important;
  margin: 0 auto;
}

[data-aos=rotate] {
  transform: rotate(0deg);
}

[data-aos=rotate].aos-animate {
  transform: rotate(360deg);
}

[data-aos=to-grow] {
  width: 0%;
}

[data-aos=to-grow].aos-animate {
  width: 95%;
}

section.form-work-with-us div.large-container div.text-column h2.title, div.partners div.container div.text-box, section.contact div.container div.top h1.title, section.work-with-us div.large-container div.text-box h2.title, div.section-top h2.top-title {
  border-left: 6px solid #C00D0E;
  padding: 0 0 0 18px;
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.text-column h2.title, div.partners div.container div.text-box, section.contact div.container div.top h1.title, section.work-with-us div.large-container div.text-box h2.title, div.section-top h2.top-title {
    border-left: 5px solid #C00D0E;
    padding: 0 0 0 20px;
  }
}

span.label,
h1.label {
  font: 600 18px "Rubik";
  color: #C00D0E;
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  span.label,
  h1.label {
    font-size: 21px;
  }
}

span.tag {
  font: 400 16px 400;
  color: #fff;
  background-color: #2e2e2e;
  padding: 8px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (min-width: 992px) {
  span.tag {
    font-size: 16px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.cta-btn.white .btn-text {
  background-color: #fff !important;
  border: 1px solid #C00D0E !important;
  color: #C00D0E !important;
}
.cta-btn.white .btn-fitting {
  background-color: #C00D0E !important;
}
.cta-btn.white:hover p.btn-text {
  border-color: #ef1112 !important;
  color: #ef1112 !important;
}
.cta-btn.white:hover p.btn-fitting {
  background-color: #ef1112 !important;
}
.cta-btn.white.active p.btn-text {
  border-color: #ef1112 !important;
  color: #ef1112 !important;
}
.cta-btn.white.active p.btn-fitting {
  background-color: #ef1112 !important;
}

* {
  margin: 0;
  padding: 0;
  transition: 0.25s;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Rubik";
  overflow-x: hidden;
  overflow-y: auto;
}
body main {
  margin: 56px 0 0;
}
@media screen and (min-width: 992px) {
  body main {
    margin: 62.5px 0 0;
  }
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

a {
  text-decoration: none;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

div.btn-select-unit {
  margin: 32px auto;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 12px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
div.btn-select-unit:hover p.btn-text {
  background-color: #ef1112;
  transform: translate(12px, 12px);
}
div.btn-select-unit:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
div.btn-select-unit.active {
  width: 100%;
  margin: 0;
}
div.btn-select-unit.active p.btn-text {
  background-color: #ef1112;
  transform: translate(0, 12px);
}
div.btn-select-unit.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
div.btn-select-unit.active .btn-text,
div.btn-select-unit.active .btn-fitting {
  width: 100%;
}
div.btn-select-unit .btn-text,
div.btn-select-unit .btn-fitting {
  font: 600 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 49px;
}
@media screen and (min-width: 992px) {
  div.btn-select-unit .btn-text,
  div.btn-select-unit .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
div.btn-select-unit .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
div.btn-select-unit .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #9E9E9E;
  color: red;
}
@media screen and (min-width: 992px) {
  .wpcf7-not-valid-tip,
  .wpcf7-response-output {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}

.wpcf7-response-output {
  padding: 0 16px;
}

.screen-reader-response {
  display: none !important;
}

.form-group.error input {
  border: 1px solid #C00D0E !important;
}
.form-group.error span.error-message {
  font-size: 12px;
  color: #C00D0E;
  margin-top: 15px;
}

.error-validation {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.025);
  border: solid 1px #C00D0E;
  text-align: center;
  margin: 20px 0;
  color: #C00D0E;
}

/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.section-top span.top-label,
div.section-top h1.top-label {
  font: 600 18px "Rubik";
  color: #C00D0E;
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (min-width: 992px) {
  div.section-top span.top-label,
  div.section-top h1.top-label {
    font-size: 21px;
  }
}
div.section-top h2.top-title {
  font: 700 28px "Rubik";
  line-height: 110%;
  color: #424242;
  margin: 0 0 20px;
}
div.section-top h2.top-title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  div.section-top h2.top-title {
    font-size: 42.3px;
  }
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.section-top h2.top-title {
    margin: 8px 0 19px;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.secondary-banner {
  position: relative;
  padding: 32px 0;
}
section.secondary-banner div.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  text-align: center;
}
section.secondary-banner div.container h2.title,
section.secondary-banner div.container p.description {
  position: relative;
  z-index: 10;
}
section.secondary-banner div.container h2.title {
  font: 700 28px "Rubik";
  line-height: 110%;
  color: #424242;
}
section.secondary-banner div.container h2.title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.secondary-banner div.container h2.title {
    font-size: 42.3px;
  }
}
section.secondary-banner div.container p.description {
  font: 400 24px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #9E9E9E;
  padding: 0 0 64px;
}
@media screen and (min-width: 992px) {
  section.secondary-banner div.container p.description {
    font-size: 32px;
    letter-spacing: 0.175px;
  }
}
section.secondary-banner div.container ul.path {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.secondary-banner div.container ul.path li.path-item {
  display: flex;
  align-items: center;
  list-style-type: none;
}
section.secondary-banner div.container ul.path li.path-item a.path-link,
section.secondary-banner div.container ul.path li.path-item p.separator {
  font: 400 16px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #424242;
}
@media screen and (min-width: 992px) {
  section.secondary-banner div.container ul.path li.path-item a.path-link,
  section.secondary-banner div.container ul.path li.path-item p.separator {
    font-size: 17.6px;
    letter-spacing: 0.175px;
  }
}
section.secondary-banner div.container ul.path li.path-item a.path-link:hover {
  text-decoration: underline;
}
section.secondary-banner div.container ul.path li.path-item p.separator {
  padding: 0 8px;
}
section.secondary-banner div.container ul.path li.path-item p.last-item {
  font: 700 16px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.secondary-banner div.container ul.path li.path-item p.last-item {
    font-size: 17.6px;
    letter-spacing: 0.175px;
  }
}
section.secondary-banner.breadcrumb {
  padding: 32px 0 0;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.secondary-banner {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 48px 0 0;
  }
  section.secondary-banner.blog div.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.secondary-banner div.container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: initial;
    text-align: left;
    background-color: transparent;
    position: relative;
  }
  section.secondary-banner div.container ul.path {
    justify-content: left;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 32px 0;
}
section.map iframe {
  width: 100%;
  height: 500px;
}
section.map div.info-container {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
  width: calc(100% - 32px);
  margin: 0 auto;
  padding: 24px;
}
section.map div.info-container span.close-icon {
  display: none;
}
section.map div.info-container div.info-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.map div.info-container div.info-box:nth-of-type(1) {
  margin: 21px 0 28px;
}
section.map div.info-container div.info-box:nth-of-type(1) h2.box-title {
  font: 700 21px "Rubik";
  line-height: 110%;
  color: #424242;
  text-transform: uppercase;
}
section.map div.info-container div.info-box:nth-of-type(1) h2.box-title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.map div.info-container div.info-box:nth-of-type(1) h2.box-title {
    font-size: 21px;
  }
}
section.map div.info-container div.info-box:nth-of-type(1) div.location {
  display: flex;
  align-items: center;
  gap: 9px;
}
section.map div.info-container div.info-box:nth-of-type(1) div.location svg {
  width: 21px;
  height: 21px;
}
section.map div.info-container div.info-box:nth-of-type(1) div.location p.location-text {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #424242;
}
@media screen and (min-width: 992px) {
  section.map div.info-container div.info-box:nth-of-type(1) div.location p.location-text {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
section.map div.info-container div.info-box:nth-of-type(2) h2.box-title {
  font: 700 21px "Rubik";
  line-height: 110%;
  color: #C00D0E;
}
section.map div.info-container div.info-box:nth-of-type(2) h2.box-title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.map div.info-container div.info-box:nth-of-type(2) h2.box-title {
    font-size: 21px;
  }
}
section.map div.info-container div.info-box:nth-of-type(2) ul.box-list {
  display: flex;
  flex-direction: column;
}
section.map div.info-container div.info-box:nth-of-type(2) ul.box-list li.box-item {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #424242;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  section.map div.info-container div.info-box:nth-of-type(2) ul.box-list li.box-item {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
section.map div.info-container a.cta-btn {
  margin: 26px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 12px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
section.map div.info-container a.cta-btn:hover p.btn-text {
  background-color: #ef1112;
  transform: translate(12px, 12px);
}
section.map div.info-container a.cta-btn:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.map div.info-container a.cta-btn.active {
  width: 100%;
  margin: 0;
}
section.map div.info-container a.cta-btn.active p.btn-text {
  background-color: #ef1112;
  transform: translate(0, 12px);
}
section.map div.info-container a.cta-btn.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.map div.info-container a.cta-btn.active .btn-text,
section.map div.info-container a.cta-btn.active .btn-fitting {
  width: 100%;
}
section.map div.info-container a.cta-btn .btn-text,
section.map div.info-container a.cta-btn .btn-fitting {
  font: 600 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 49px;
}
@media screen and (min-width: 992px) {
  section.map div.info-container a.cta-btn .btn-text,
  section.map div.info-container a.cta-btn .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
section.map div.info-container a.cta-btn .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
section.map div.info-container a.cta-btn .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.map {
    width: 100%;
    height: 494px;
    padding: 0;
    position: relative;
  }
  section.map iframe {
    height: 100%;
  }
  section.map div.info-container {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
    padding: 28px;
    width: initial;
    max-width: 320px;
    position: absolute;
    top: -17.5%;
    left: 325px;
    z-index: 1;
    transform: translate(0, 40%);
  }
  section.map div.info-container span.close-icon {
    display: block;
    align-self: flex-end;
    cursor: pointer;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.work-with-us {
  background-color: #dedede;
  margin: 0 0 80px;
}
section.work-with-us.dark {
  background-color: #000;
}
section.work-with-us.dark div.large-container div.text-box h2.title,
section.work-with-us.dark div.large-container div.text-box p.description {
  color: #fff;
}
section.work-with-us div.large-container {
  display: flex;
  flex-direction: column;
}
section.work-with-us div.large-container div.image-box,
section.work-with-us div.large-container div.video-box {
  padding: 0 0 98.6%;
  position: relative;
  overflow: hidden;
}
section.work-with-us div.large-container div.image-box img.image,
section.work-with-us div.large-container div.image-box iframe,
section.work-with-us div.large-container div.video-box img.image,
section.work-with-us div.large-container div.video-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}
section.work-with-us div.large-container div.text-box {
  padding: 40px 16px;
}
section.work-with-us div.large-container div.text-box h2.title {
  font: 700 28px "Rubik";
  line-height: 110%;
  color: #424242;
  margin: 10px 0 20px;
}
section.work-with-us div.large-container div.text-box h2.title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.work-with-us div.large-container div.text-box h2.title {
    font-size: 42.3px;
  }
}
section.work-with-us div.large-container div.text-box p.description {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #9E9E9E;
  padding: 0 0 0 24px;
}
@media screen and (min-width: 992px) {
  section.work-with-us div.large-container div.text-box p.description {
    font-size: 21px;
    letter-spacing: 0.175px;
  }
}
section.work-with-us div.large-container div.text-box a.cta-btn {
  margin: 32px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 12px;
  position: relative;
  display: block;
  width: 100%;
}
section.work-with-us div.large-container div.text-box a.cta-btn:hover p.btn-text {
  background-color: #ef1112;
  transform: translate(12px, 12px);
}
section.work-with-us div.large-container div.text-box a.cta-btn:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.work-with-us div.large-container div.text-box a.cta-btn.active {
  width: 100%;
  margin: 0;
}
section.work-with-us div.large-container div.text-box a.cta-btn.active p.btn-text {
  background-color: #ef1112;
  transform: translate(0, 12px);
}
section.work-with-us div.large-container div.text-box a.cta-btn.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.work-with-us div.large-container div.text-box a.cta-btn.active .btn-text,
section.work-with-us div.large-container div.text-box a.cta-btn.active .btn-fitting {
  width: 100%;
}
section.work-with-us div.large-container div.text-box a.cta-btn .btn-text,
section.work-with-us div.large-container div.text-box a.cta-btn .btn-fitting {
  font: 600 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 0;
}
@media screen and (min-width: 992px) {
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-text,
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
section.work-with-us div.large-container div.text-box a.cta-btn .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
section.work-with-us div.large-container div.text-box a.cta-btn .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.work-with-us {
    margin: 0 0 92px;
  }
  section.work-with-us div.large-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 34px;
  }
  section.work-with-us div.large-container div.text-box {
    max-width: 709px;
    margin: 0 0 0 56px;
    padding: 0;
  }
  section.work-with-us div.large-container div.text-box h2.title {
    margin: 8px 0 16px;
  }
  section.work-with-us div.large-container div.text-box p.description {
    padding: 0 0 0 26px;
  }
  section.work-with-us div.large-container div.text-box a.cta-btn {
    margin: 35px 0 0 26px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 12px 0 0 12px;
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.work-with-us div.large-container div.text-box a.cta-btn:hover p.btn-text {
    background-color: #ef1112;
    transform: translate(12px, 12px);
  }
  section.work-with-us div.large-container div.text-box a.cta-btn:hover p.btn-fitting {
    box-shadow: inset 0 0 0 1px #ef1112;
  }
  section.work-with-us div.large-container div.text-box a.cta-btn.active {
    width: 100%;
    margin: 0;
  }
  section.work-with-us div.large-container div.text-box a.cta-btn.active p.btn-text {
    background-color: #ef1112;
    transform: translate(0, 12px);
  }
  section.work-with-us div.large-container div.text-box a.cta-btn.active p.btn-fitting {
    box-shadow: inset 0 0 0 1px #ef1112;
  }
  section.work-with-us div.large-container div.text-box a.cta-btn.active .btn-text,
  section.work-with-us div.large-container div.text-box a.cta-btn.active .btn-fitting {
    width: 100%;
  }
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-text,
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-fitting {
    font: 600 14px "Rubik";
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #fff;
    transition: 0.25s ease-in-out;
    margin: 0;
    padding: 11px 49px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-text,
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
@media screen and (min-width: 992px) {
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-text {
    background-color: #C00D0E;
    width: calc(100% - 12px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  section.work-with-us div.large-container div.text-box a.cta-btn .btn-fitting {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #C00D0E;
    color: transparent;
  }
  section.work-with-us div.large-container div.image-box,
  section.work-with-us div.large-container div.video-box {
    width: 564px;
    height: 612px;
    min-width: 564px;
    padding: 0;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.contact {
  padding: 35px 0 42px 0;
}
section.contact div.container div.top {
  margin: 0 0 40px;
}
section.contact div.container div.top h1.title {
  font: 700 28px "Rubik";
  line-height: 110%;
  color: #424242;
  margin: 0 0 20px;
}
section.contact div.container div.top h1.title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.top h1.title {
    font-size: 42.3px;
  }
}
section.contact div.container div.top p.description {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #9E9E9E;
  padding: 0 0 0 26px;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.top p.description {
    font-size: 21px;
    letter-spacing: 0.175px;
  }
}
section.contact div.container div.form-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
section.contact div.container div.form-container div.wpcf7 {
  width: 100%;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input {
  font: 400 16px "Rubik";
  color: #424242;
  border: 1px solid #757575;
  padding: 14.5px 17px;
  outline: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input {
    font-size: 14px;
  }
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input:focus {
  background-color: #ececec;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input:focus {
  border-color: transparent;
  outline: 2px solid #C00D0E;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input::-moz-placeholder {
  font: 300 16px "Rubik";
  color: #424242;
  padding: 0 13px;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input::placeholder {
  font: 300 16px "Rubik";
  color: #424242;
  padding: 0 13px;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input::-moz-placeholder {
    font-size: 14px;
  }
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input::placeholder {
    font-size: 14px;
  }
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 12px;
  position: relative;
  display: block;
  width: 100%;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn:hover p.btn-text {
  background-color: #ef1112;
  transform: translate(12px, 12px);
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active {
  width: 100%;
  margin: 0;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active p.btn-text {
  background-color: #ef1112;
  transform: translate(0, 12px);
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active .btn-text,
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active .btn-fitting {
  width: 100%;
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-text,
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-fitting {
  font: 600 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 0;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-text,
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}
section.contact div.container div.form-container div.text-box {
  background-color: #efefef;
  padding: 24px;
}
section.contact div.container div.form-container div.text-box img.logo {
  width: 177px;
  height: 97px;
}
section.contact div.container div.form-container div.text-box div.info {
  margin: 10px 0 40px;
}
section.contact div.container div.form-container div.text-box div.info h2.info-title {
  font: 700 24px "Rubik";
  line-height: 110%;
  color: #424242;
  margin: 0 0 12px;
}
section.contact div.container div.form-container div.text-box div.info h2.info-title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.form-container div.text-box div.info h2.info-title {
    font-size: 24.6px;
  }
}
section.contact div.container div.form-container div.text-box div.info ul.info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.contact div.container div.form-container div.text-box div.info ul.info-list li.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
section.contact div.container div.form-container div.text-box div.info ul.info-list li.info-item p {
  display: contents;
}
section.contact div.container div.form-container div.text-box div.info ul.info-list li.info-item p svg {
  width: 24px;
  height: 24px;
}
section.contact div.container div.form-container div.text-box div.info ul.info-list li.info-item p.info-text {
  font: 400 16px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #424242;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.form-container div.text-box div.info ul.info-list li.info-item p.info-text {
    font-size: 21px;
    letter-spacing: 0.175px;
  }
}
section.contact div.container div.form-container div.text-box a.cta-btn {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 12px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
section.contact div.container div.form-container div.text-box a.cta-btn:hover p.btn-text {
  background-color: #ef1112;
  transform: translate(12px, 12px);
}
section.contact div.container div.form-container div.text-box a.cta-btn:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.contact div.container div.form-container div.text-box a.cta-btn.active {
  width: 100%;
  margin: 0;
}
section.contact div.container div.form-container div.text-box a.cta-btn.active p.btn-text {
  background-color: #ef1112;
  transform: translate(0, 12px);
}
section.contact div.container div.form-container div.text-box a.cta-btn.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.contact div.container div.form-container div.text-box a.cta-btn.active .btn-text,
section.contact div.container div.form-container div.text-box a.cta-btn.active .btn-fitting {
  width: 100%;
}
section.contact div.container div.form-container div.text-box a.cta-btn .btn-text,
section.contact div.container div.form-container div.text-box a.cta-btn .btn-fitting {
  font: 600 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 21px;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.form-container div.text-box a.cta-btn .btn-text,
  section.contact div.container div.form-container div.text-box a.cta-btn .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
section.contact div.container div.form-container div.text-box a.cta-btn .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
section.contact div.container div.form-container div.text-box a.cta-btn .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}
section.contact div.container div.form-container div.text-box p.box-description {
  font: 500 18px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #424242;
  margin: 24px 0;
}
@media screen and (min-width: 992px) {
  section.contact div.container div.form-container div.text-box p.box-description {
    font-size: 16px;
    letter-spacing: 0.175px;
  }
}
section.contact div.container div.form-container div.text-box ul.social-media {
  display: flex;
  align-items: center;
  gap: 40px;
}
section.contact div.container div.form-container div.text-box ul.social-media li.sm-item {
  list-style-type: none;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.contact {
    padding: 48px 0 92px 0;
  }
  section.contact div.container div.top {
    margin: 0;
  }
  section.contact div.container div.top h1.title {
    margin: 0 0 35px;
  }
  section.contact div.container div.top p.description {
    padding: 0 0 0 28px;
  }
  section.contact div.container div.form-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 26px;
    margin: 70px 0 0;
  }
  section.contact div.container div.form-container div.text-box {
    min-width: 502px;
    padding: 53px;
  }
  section.contact div.container div.form-container div.text-box img.logo {
    width: 253px;
    height: 140px;
  }
  section.contact div.container div.form-container div.text-box div.info {
    margin: 9px 0 35px;
  }
  section.contact div.container div.form-container div.text-box div.info h2.info-title {
    margin: 0 0 10px;
  }
  section.contact div.container div.form-container div.text-box div.info ul.info-list {
    gap: 10px;
  }
  section.contact div.container div.form-container div.text-box div.info ul.info-list li.info-item {
    gap: 10px;
  }
  section.contact div.container div.form-container div.text-box div.info ul.info-list li.info-item p svg {
    width: 21px;
    height: 21px;
  }
  section.contact div.container div.form-container div.text-box p.box-description {
    margin: 21px 0;
  }
  section.contact div.container div.form-container div.text-box ul.social-media {
    gap: 35px;
  }
  section.contact div.container div.form-container div.text-box ul.social-media li.sm-item a.sm-link:hover svg.sm-icon {
    transform: scale(1.25);
    filter: brightness(1.25);
    rotate: 15deg;
  }
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box {
    gap: 26px;
  }
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input {
    padding: 12.5px 26px;
  }
  section.contact div.container div.form-container div.wpcf7 form.wpcf7-form div.form-box span .form-input:hover {
    background-color: #ececec;
  }
}
/* =====================================
    Importing [ Components Styling ]    
===================================== */
/* =====================================
    Importing [ Components Styling ]    
===================================== */
/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.bullets {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
div.bullets img.bullet-left-mobile {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.bullets img.bullet-left-mobile-2,
div.bullets img.bullet-left,
div.bullets img.bullet-right {
  display: none;
}

/* =============================
    Media Querie: [ TABLET ]
============================= */
/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.bullets {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 831px;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  div.bullets img.bullet-left-mobile {
    display: none;
  }
  div.bullets img.bullet-left,
  div.bullets img.bullet-right {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
ul.numbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 16px;
}
ul.numbers li.numbers-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
ul.numbers li.numbers-item span.number-text,
ul.numbers li.numbers-item span.number,
ul.numbers li.numbers-item span::before {
  font: 700 60px "Orbitron", sans-serif;
  line-height: 110%;
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #C00D0E;
}
ul.numbers li.numbers-item span.number-text span,
ul.numbers li.numbers-item span.number span,
ul.numbers li.numbers-item span::before span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  ul.numbers li.numbers-item span.number-text,
  ul.numbers li.numbers-item span.number,
  ul.numbers li.numbers-item span::before {
    font-size: 76px;
  }
}
ul.numbers li.numbers-item span.number {
  margin: 0 0 0 8px;
}
ul.numbers li.numbers-item span.number::before {
  content: "+";
  margin: 0 0 0 -8px;
}
ul.numbers li.numbers-item p.description {
  font: 500 16px "Orbitron", sans-serif;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #424242;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  ul.numbers li.numbers-item p.description {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  ul.numbers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    width: 100%;
    padding: 0 0 16px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  ul.numbers::-webkit-scrollbar {
    height: 6px;
    background-color: #dedede;
  }
  ul.numbers::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
  }
  ul.numbers::-webkit-scrollbar-thumb:hover {
    background-color: #9E9E9E;
  }
  ul.numbers li.numbers-item {
    display: flex;
    justify-content: center;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.partners {
  padding: 32px 0;
}
div.partners div.container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
div.partners div.container div.text-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div.partners div.container div.text-box h2.box-title {
  font: 700 28px "Rubik";
  line-height: 110%;
  color: #424242;
}
div.partners div.container div.text-box h2.box-title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  div.partners div.container div.text-box h2.box-title {
    font-size: 42.3px;
  }
}
div.partners div.container div.text-box p.box-description {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #9E9E9E;
}
@media screen and (min-width: 992px) {
  div.partners div.container div.text-box p.box-description {
    font-size: 16px;
    letter-spacing: 0.175px;
  }
}
div.partners div.container div.partners-carousel {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
div.partners div.container div.partners-carousel div.swiper-wrapper div.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 15px;
  transition: 0.25s ease-in-out;
}
div.partners div.container div.partners-carousel div.swiper-wrapper div.swiper-slide img.pc-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.partners {
    padding: 72px 0;
  }
  div.partners div.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
  }
  div.partners div.container div.text-box {
    gap: 10px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin: 8px 0;
    padding-top: 21px;
    padding-bottom: 21px;
  }
  div.partners div.container div.partners-carousel {
    gap: 38px;
  }
  div.partners div.container div.partners-carousel div.swiper-wrapper div.swiper-slide {
    width: 179px;
    padding: 21px;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.button-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  position: relative;
}
div.button-box div.swiper-button-next,
div.button-box div.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #C00D0E;
  margin-top: initial;
  padding: 11px;
  position: initial;
}
div.button-box div.swiper-button-next:hover,
div.button-box div.swiper-button-prev:hover {
  background-color: #C00D0E;
}
div.button-box div.swiper-button-next:hover::before,
div.button-box div.swiper-button-prev:hover::before {
  color: #fff;
}
div.button-box div.swiper-button-next::after,
div.button-box div.swiper-button-prev::after {
  display: none;
}
div.button-box div.swiper-button-next::before,
div.button-box div.swiper-button-prev::before {
  font: 400 18px "Rubik";
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  div.button-box div.swiper-button-next::before,
  div.button-box div.swiper-button-prev::before {
    font-size: 18px;
  }
}
div.button-box div.swiper-button-prev::before {
  content: "<";
}
div.button-box div.swiper-button-next::before {
  content: ">";
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.button-box div.swiper-button-next,
  div.button-box div.swiper-button-prev {
    width: 42px;
    height: 42px;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
section.form-work-with-us {
  margin: 35px 0 0;
}
section.form-work-with-us div.large-container {
  background-color: #efefef;
}
section.form-work-with-us div.large-container div.image-box {
  width: 100%;
  padding: 0 0 98.6%;
  position: relative;
  overflow: hidden;
}
section.form-work-with-us div.large-container div.image-box img.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}
section.form-work-with-us div.large-container div.text-column {
  padding: 40px 16px;
}
section.form-work-with-us div.large-container div.text-column span.label {
  color: #ef1112;
}
section.form-work-with-us div.large-container div.text-column h2.title {
  font: 700 28px "Rubik";
  line-height: 110%;
  color: #424242;
  margin: 10px 0 20px;
}
section.form-work-with-us div.large-container div.text-column h2.title span {
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.text-column h2.title {
    font-size: 42.3px;
  }
}
section.form-work-with-us div.large-container div.text-column p.description {
  font: 400 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #9E9E9E;
  padding: 0 0 0 26px;
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.text-column p.description {
    font-size: 21px;
    letter-spacing: 0.175px;
  }
}
section.form-work-with-us div.large-container div.text-column a.cta-btn {
  display: none;
}
section.form-work-with-us div.large-container div.form-container {
  padding: 0 0 40px;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input,
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input {
  padding: 12px 30px;
  outline: none;
  border: none;
  width: 100%;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input:focus,
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input:focus {
  background-color: #d9d9d9;
  outline: 2px solid #C00D0E;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input {
  font: 400 16px "Rubik";
  color: #000;
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input {
    font-size: 14px;
  }
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input::-moz-placeholder {
  font: 300 16px "Rubik";
  color: #000;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input::placeholder {
  font: 300 16px "Rubik";
  color: #000;
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input::-moz-placeholder {
    font-size: 14px;
  }
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input::placeholder {
    font-size: 14px;
  }
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input {
  font: 300 16px "Rubik";
  color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M18.3249 8.73346L11.7152 15.3431C11.6538 15.4046 11.5809 15.4533 11.5007 15.4866C11.4204 15.5199 11.3344 15.537 11.2476 15.537C11.1607 15.537 11.0747 15.5199 10.9945 15.4866C10.9142 15.4533 10.8413 15.4046 10.7799 15.3431L4.17026 8.73346C4.04624 8.60944 3.97656 8.44122 3.97656 8.26583C3.97656 8.09043 4.04624 7.92222 4.17026 7.79819C4.29429 7.67417 4.4625 7.60449 4.6379 7.60449C4.81329 7.60449 4.98151 7.67417 5.10553 7.79819L11.2476 13.9411L17.3896 7.79819C17.451 7.73678 17.5239 7.68807 17.6042 7.65483C17.6844 7.6216 17.7704 7.60449 17.8573 7.60449C17.9441 7.60449 18.0301 7.6216 18.1103 7.65483C18.1906 7.68807 18.2635 7.73678 18.3249 7.79819C18.3863 7.8596 18.435 7.93251 18.4682 8.01275C18.5015 8.09298 18.5186 8.17898 18.5186 8.26583C18.5186 8.35268 18.5015 8.43867 18.4682 8.51891C18.435 8.59915 18.3863 8.67205 18.3249 8.73346Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 30px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input {
    font-size: 14px;
  }
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 12px 0 0 12px;
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn:hover p.btn-text {
  background-color: #ef1112;
  transform: translate(12px, 12px);
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn:hover p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active {
  width: 100%;
  margin: 0;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active p.btn-text {
  background-color: #ef1112;
  transform: translate(0, 12px);
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active p.btn-fitting {
  box-shadow: inset 0 0 0 1px #ef1112;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active .btn-text,
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn.active .btn-fitting {
  width: 100%;
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-text,
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-fitting {
  font: 600 14px "Rubik";
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #fff;
  transition: 0.25s ease-in-out;
  margin: 0;
  padding: 11px 0;
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-text,
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-text {
  background-color: #C00D0E;
  width: calc(100% - 12px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
}
section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn .btn-fitting {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #C00D0E;
  color: transparent;
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  section.form-work-with-us {
    margin: 48px 0 60px;
  }
  section.form-work-with-us div.large-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: initial;
  }
  section.form-work-with-us div.large-container div.image-box {
    display: none;
  }
  section.form-work-with-us div.large-container div.text-column {
    background-color: #efefef;
    padding: 64px 34px 64px 56px;
  }
  section.form-work-with-us div.large-container div.text-column span.label {
    color: #C00D0E;
  }
  section.form-work-with-us div.large-container div.text-column h2.title {
    margin: 9px 0 0;
  }
  section.form-work-with-us div.large-container div.text-column p.description {
    margin: 35px 0 0;
    padding: 0 0 0 26px;
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn {
    margin: 35px 0 0 26px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 12px 0 0 12px;
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn:hover p.btn-text {
    background-color: #ef1112;
    transform: translate(12px, 12px);
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn:hover p.btn-fitting {
    box-shadow: inset 0 0 0 1px #ef1112;
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn.active {
    width: 100%;
    margin: 0;
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn.active p.btn-text {
    background-color: #ef1112;
    transform: translate(0, 12px);
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn.active p.btn-fitting {
    box-shadow: inset 0 0 0 1px #ef1112;
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn.active .btn-text,
  section.form-work-with-us div.large-container div.text-column a.cta-btn.active .btn-fitting {
    width: 100%;
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn .btn-text,
  section.form-work-with-us div.large-container div.text-column a.cta-btn .btn-fitting {
    font: 600 14px "Rubik";
    line-height: 140%;
    letter-spacing: 0.2px;
    color: #fff;
    transition: 0.25s ease-in-out;
    margin: 0;
    padding: 11px 49px;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  section.form-work-with-us div.large-container div.text-column a.cta-btn .btn-text,
  section.form-work-with-us div.large-container div.text-column a.cta-btn .btn-fitting {
    font-size: 14px;
    letter-spacing: 0.175px;
  }
}
@media screen and (min-width: 992px) {
  section.form-work-with-us div.large-container div.text-column a.cta-btn .btn-text {
    background-color: #C00D0E;
    width: calc(100% - 12px);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  section.form-work-with-us div.large-container div.text-column a.cta-btn .btn-fitting {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #C00D0E;
    color: transparent;
  }
  section.form-work-with-us div.large-container div.form-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #424242;
    padding: 0 56px;
    min-height: -webkit-fill-available;
  }
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box {
    gap: 25px;
  }
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input,
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input {
    padding: 14px 26px;
    width: initial;
  }
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input:hover, section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span input.form-input:focus,
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input:hover,
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input:focus {
    background-color: #d9d9d9;
  }
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box span select.form-input {
    width: 100%;
    background-position: right 26px center;
  }
  section.form-work-with-us div.large-container div.form-container div.wpcf7 form.wpcf7-form div.form-box button.submit-btn {
    cursor: pointer;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
div.pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
div.pagination a.prev,
div.pagination a.next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #C00D0E;
  margin-top: initial;
  padding: 11px;
  position: initial;
}
div.pagination a.prev:hover,
div.pagination a.next:hover {
  background-color: #C00D0E;
}
div.pagination a.prev:hover i.seta-esquerda::before,
div.pagination a.prev:hover i.seta-direita::before,
div.pagination a.next:hover i.seta-esquerda::before,
div.pagination a.next:hover i.seta-direita::before {
  color: #fff;
}
div.pagination a.prev i.seta-esquerda,
div.pagination a.prev i.seta-direita,
div.pagination a.next i.seta-esquerda,
div.pagination a.next i.seta-direita {
  display: flex;
  justify-content: center;
  align-items: center;
}
div.pagination a.prev i.seta-esquerda::before,
div.pagination a.prev i.seta-direita::before,
div.pagination a.next i.seta-esquerda::before,
div.pagination a.next i.seta-direita::before {
  font: 400 18px "Rubik";
  color: #C00D0E;
}
@media screen and (min-width: 992px) {
  div.pagination a.prev i.seta-esquerda::before,
  div.pagination a.prev i.seta-direita::before,
  div.pagination a.next i.seta-esquerda::before,
  div.pagination a.next i.seta-direita::before {
    font-size: 18px;
  }
}
div.pagination i.seta-esquerda::before {
  content: "<";
}
div.pagination i.seta-direita::before {
  content: ">";
}
div.pagination a.page-numbers,
div.pagination span.page-numbers.current {
  font: 400 16px "Rubik";
  color: #424242;
  padding: 8px 12px;
}
@media screen and (min-width: 992px) {
  div.pagination a.page-numbers,
  div.pagination span.page-numbers.current {
    font-size: 14px;
  }
}
div.pagination a.page-numbers:hover,
div.pagination span.page-numbers.current:hover {
  background-color: #C00D0E;
  color: #fff;
}
div.pagination span.page-numbers.current {
  color: #fff;
  background-color: #C00D0E;
}
div.pagination span.page-numbers.dots {
  font: 400 16px "Rubik";
  color: #424242;
}
@media screen and (min-width: 992px) {
  div.pagination span.page-numbers.dots {
    font-size: 14px;
  }
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  div.pagination {
    gap: 8px;
    margin: 35px 0 0;
  }
  div.pagination a.prev,
  div.pagination a.next {
    width: 42px;
    height: 42px;
  }
}
/* =============================
    Media Querie: [ MOBILE ]
============================= */
a.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
a.floating-whatsapp div.icon-box {
  width: 75px;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
a.floating-whatsapp div.icon-box img.icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -50%;
  left: -50%;
  transform: translate(50%, 50%);
}

/* =============================
    Media Querie: [ LAPTOP ]
============================= */
@media screen and (min-width: 992px) {
  a.floating-whatsapp {
    right: 33px;
    bottom: 66px;
  }
  a.floating-whatsapp:hover {
    transform: scale(1.15);
  }
  a.floating-whatsapp div.icon-box {
    width: 66px;
  }
}
