/* Importing all necessary css */
@import "bootstrap.min.css";
@import "hamburger.min.css";
@import "animate.css";
@import "normalize.css";
/* End of Import */

@font-face {
  font-family: "source-sans-pro-regular";
  src: url(../fonts/source-sans-pro/sourcesans-pro-regular.woff2);
  src: url(../fonts/source-sans-pro/sourcesans-pro-regular.woff2)
      format("woff2"),
    url(../fonts/source-sans-pro/sourcesans-pro-regular.woff) format("woff"),
    url(../fonts/source-sans-pro/sourcesans-pro-regular.ttf) format("truetype");
}
@font-face {
  font-family: "source-sans-pro-semibold";
  src: url(../fonts/source-sans-pro/sourcesans-pro-semibold.woff2);
  src: url(../fonts/source-sans-pro/sourcesans-pro-semibold.woff2)
      format("woff2"),
    url(../fonts/source-sans-pro/sourcesans-pro-semibold.woff) format("woff"),
    url(../fonts/source-sans-pro/sourcesans-pro-semibold.ttf) format("truetype");
}
@font-face {
  font-family: "source-sans-pro-bold";
  src: url(../fonts/source-sans-pro/sourcesans-pro-bold.woff2);
  src: url(../fonts/source-sans-pro/sourcesans-pro-bold.woff2) format("woff2"),
    url(../fonts/source-sans-pro/sourcesans-pro-bold.woff) format("woff"),
    url(../fonts/source-sans-pro/sourcesans-pro-bold.ttf) format("truetype");
}
@font-face {
  font-family: "source-sans-pro-black";
  src: url(../fonts/source-sans-pro/sourcesans-pro-black.woff2);
  src: url(../fonts/source-sans-pro/sourcesans-pro-black.woff2) format("woff2"),
    url(../fonts/source-sans-pro/sourcesans-pro-black.woff) format("woff"),
    url(../fonts/source-sans-pro/sourcesans-pro-black.ttf) format("truetype");
}
@font-face {
  font-family: "neuebit-bold";
  src: url(../fonts/neuebit/neuebit-bold.woff2);
  src: url(../fonts/neuebit/neuebit-bold.woff2) format("woff2"),
    url(../fonts/neuebit/neuebit-bold.woff) format("woff"),
    url(../fonts/neuebit/neuebit-bold.otf) format("otf");
}
@font-face {
  font-family: "sf-pro-display-light";
  src: url(../fonts/sf-pro/sf-pro-display-light.woff2);
  src: url(../fonts/sf-pro/sf-pro-display-light.woff2) format("woff2"),
    url(../fonts/sf-pro/sf-pro-display-light.woff) format("woff"),
    url(../fonts/sf-pro/sf-pro-display-light.ttf) format("truetype");
}
@font-face {
  font-family: "sf-pro-display-semibold";
  src: url(../fonts/sf-pro/sf-pro-display-semibold.woff2);
  src: url(../fonts/sf-pro/sf-pro-display-semibold.woff2) format("woff2"),
    url(../fonts/sf-pro/sf-pro-display-semibold.woff) format("woff"),
    url(../fonts/sf-pro/sf-pro-display-semibold.ttf) format("truetype");
}

/* 
    font-family: "source-sans-pro-regular", sans-serif;
    font-family: "source-sans-pro-semibold", sans-serif;
    font-family: "source-sans-pro-bold", sans-serif;
    font-family: "source-sans-pro-black", sans-serif;
    font-family: "neuebit-bold", sans-serif; 
    font-family: "sf-pro-display-light", sans-serif; 
    font-family: "sf-pro-display-semibold", sans-serif; 
*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: "source-sans-pro-regular", sans-serif;
  line-height: 1.3;
}
:root {
  --color-primary: #fd4848;
  --color-primary-light: #fa7573;
  --color-gray: #ececec;
  --color-beige: #f4f5ef;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark-gray: #707070;
}

/* utility classes */
::selection {
  color: var(--color-white);
  background-color: var(--color-primary);
}
/* typography */
.font-regular {
  font-family: "source-sans-pro-regular", sans-serif;
}
.font-semibold {
  font-family: "source-sans-pro-semibold", sans-serif;
}
.font-bold {
  font-family: "source-sans-pro-bold", sans-serif;
}
.font-black {
  font-family: "source-sans-pro-black", sans-serif;
}
.font-accent {
  font-family: "neuebit-bold", sans-serif;
  line-height: 0.8; /* testing globally*/
}
.font1-light {
  font-family: "sf-pro-display-light", sans-serif;
}
.font1-semibold {
  font-family: "sf-pro-display-semibold", sans-serif;
}

.h1-large {
  font-size: 16.1rem;
}
.h1-large-accent {
  font-size: 23rem;
}
.h1 {
  font-size: 9.8rem;
}
.h1-accent {
  font-size: 12.6rem;
}
.h2 {
  font-size: 8rem;
}
.h2-accent {
  font-size: 10rem;
}
.h2-small {
  font-size: 7rem;
}
.h2-small-accent {
  font-size: 9rem;
}
.h3 {
  font-size: 6rem;
}
.h3-small {
  font-size: 5rem;
}
.h4 {
  font-size: 4.5rem;
}
.h4-accent {
  font-size: 5.7rem;
}
.h5 {
  font-size: 4rem;
}
.h6 {
  font-size: 3rem;
}
.caption {
  font-size: 2.7rem;
}
.caption2 {
  font-size: 2.4;
}
.caption3 {
  font-size: 1.9;
}

@media screen and (max-width: 1700px) {
  .h1-large {
    font-size: 13rem;
  }
  .h1-large-accent {
    font-size: 17rem;
  }
}
@media screen and (max-width: 1399px) {
  .h1-large {
    font-size: 10rem;
  }
  .h1-large-accent {
    font-size: 16rem;
  }
  .h1 {
    font-size: 7rem;
  }
  .h2-small {
    font-size: 6rem;
  }
  .h2-small-accent {
    font-size: 8rem;
  }
  .h1-accent {
    font-size: 8.6rem;
  }
  .h3-small {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 1200px) {
  .h2 {
    font-size: 6rem;
  }
  .h2-accent {
    font-size: 8rem;
  }
  .h2-small {
    font-size: 5rem;
  }
  .h2-small-accent {
    font-size: 6.5rem;
  }
  .h3 {
    font-size: 4rem;
  }
  .h4,
  .h5 {
    font-size: 4rem;
  }
  .h4-accent {
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .h1-large {
    font-size: 6rem;
  }
  .h1-large-accent {
    font-size: 10rem;
  }
  .h1 {
    font-size: 5rem;
  }
  .h1-accent {
    font-size: 6.6rem;
  }
  .h2,
  .h2-small {
    font-size: 4rem;
  }
  .h2-small-accent {
    font-size: 5.2rem;
  }
  .h2-accent {
    font-size: 5.5rem;
  }
  .h4,
  .h3-small,
  .h5 {
    font-size: 3rem;
  }
  .h4-accent {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 369px) {
  .h1 {
    font-size: 4rem;
  }
  .h1-accent {
    font-size: 5.5rem;
  }
  .h3 {
    font-size: 3.5rem;
  }
}

.color-white {
  color: var(--color-white);
}
.color-black {
  color: var(--color-black);
}
.color-primary {
  color: var(--color-primary);
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.text-shadow {
  text-shadow: 0px 0px 11px rgb(0 0 0 / 8%);
}
.line-height-1pt2 {
  line-height: 1.2;
}
/* typography */

/* background colors */
.bg--black {
  background-color: var(--color-black);
}
.bg--beige {
  background-color: var(--color-beige);
}
.bg--gray {
  background-color: var(--color-gray);
}
/* background colors */

/* buttons */
.btn {
  padding: 18px 40px;
  border: 3px solid;
  font-size: 2.4rem;
  border-radius: 66px;
}
.btn-lg {
  min-width: 310px;
  text-align: center;
}
.btn:hover,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(245 72 73 / 27%);
}
.btn-transparent-primary {
  background-color: transparent;
  border-color: var(--color-primary);
  color: var(--color-black);
}
.btn-transparent-primary:hover,
.btn-transparent-primary:focus {
  background-color: var(--color-white);
  border-color: var(--color-primary);
  color: var(--color-black);
}
.btn-transparent-black {
  background-color: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}
.btn-transparent-black:hover,
.btn-transparent-black:focus {
  background-color: var(--color-white);
  border-color: var(--color-black);
  color: var(--color-black);
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 369px) {
  .btn-lg {
    min-width: 100%;
  }
}
/* buttons */
.transidiv,
a,
header,
img,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
i,
label,
::after,
::before,
button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a,
a:hover,
a:focus {
  text-decoration: none !important;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
}
.backgroundImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.relativeElement {
  position: relative;
  z-index: 222;
}
.bg--white {
  background-color: var(--color-white);
}
.bg--black {
  background-color: var(--color-black);
}
.bg--primary {
  background-color: var(--color-primary);
}
.fluidOverride {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}
/* margins */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
/* margins */
.afterClass::after,
.beforeClass::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.beforeClass::before {
  right: unset;
  left: 0;
}
.truncateText {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cursor-pointer {
  cursor: pointer;
}
.text-left {
  text-align: left !important;
}
.clearFix {
  clear: both;
}
.w-22 {
  width: 22%;
}
.w-30 {
  width: 30%;
}
.w-45 {
  width: 45%;
}
.w-90 {
  width: 90%;
}
.wid60 {
  width: 60%;
}
/* section */
.section {
  padding-top: 170px;
  padding-bottom: 170px;
}
.section-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1399px) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .section-md {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* section */
/* grid */
.three-column-grid {
  grid-template-columns: repeat(3, 1fr);
}
.place-items-center {
  place-items: center;
}
.gap20 {
  gap: 20px;
}
.gap50 {
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .two-column-grid-767 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* grid */
/* forms */
.form-field {
  margin-bottom: 50px;
}
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 25px 30px;
  background-color: var(--color-white);
  border-radius: 21px;
  font-size: 2.9rem;
  border: none;
}
.form-field input:focus,
.form-field textarea:focus {
  box-shadow: 0px 0px 10px var(--color-primary);
}
.floating-button {
  position: relative;
}
.floating-button input {
  padding-right: 280px;
}
.floating-button button {
  width: 250px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-primary);
  color: var(--color-white);
  border: none;
  font-size: 2.9rem;
  padding: 25px;
  border-radius: 21px;
}
@media screen and (max-width: 1200px) {
  .form-field input,
  .form-field textarea,
  .floating-button button {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .form-field {
    margin-bottom: 30px;
  }
  .floating-button input {
    padding-right: 30px;
  }
  .floating-button button {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
}
/* forms */
/* utility classes */

/* header styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  font-family: "sf-pro-display-light", sans-serif;
  z-index: 9999;
}
.header-scroll {
  padding: 25px 0;
}
.navbar-brand img {
  width: 203px;
}
.navbar-nav .nav-link {
  font-size: 2.7rem;
  text-transform: uppercase;
  color: var(--color-white);
  margin-left: 30px;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--color-primary);
}

/* nav toggle */
.custom-nav-toggle {
  display: none;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: var(--color-white);
}
/* nav toggle */
.header-spacer {
  height: 135px;
}
@media screen and (max-width: 1501px) {
  .navbar-brand img {
    width: 175px;
  }
  .navbar-nav .nav-link {
    font-size: 2rem;
  }
  .header-spacer {
    height: 126px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-brand img,
  .header-scroll .navbar-brand img {
    width: 135px;
  }
  .navbar-nav .nav-link {
    font-size: 1.6rem;
    margin-left: 20px;
  }
  .header-spacer {
    height: 121px;
  }
}
@media screen and (max-width: 991px) {
  .header,
  .header-scroll {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-brand img,
  .header-scroll .navbar-brand img {
    width: 150px;
  }
  .navbar .nav-link {
    margin: 15px 0 0 0;
  }
  .custom-nav-toggle {
    display: block;
    padding-right: 0;
  }
  .header-spacer {
    height: 87px;
  }
}
/* header styles */

/* home page styles */
/* banner */
.banner {
  min-height: 890px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner--home {
  background-image: url(../images/home-banner-girl.jpg);
  background-position: center left;
}
@media screen and (max-width: 1700px) {
  .banner {
    min-height: 800px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1660px) {
  .banner--home::after {
    background-color: var(--color-white);
    opacity: 0.7;
  }
  .banner--home .btn {
    background-color: var(--color-white);
  }
  .banner--home .btn-transparent-black:hover,
  .banner--home .btn-transparent-black:focus {
    background-color: var(--color-black);
    color: var(--color-white);
  }
  .banner--home .btn-transparent-primary:hover,
  .banner--home .btn-transparent-primary:focus {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
@media screen and (max-width: 991px) {
  .banner {
    min-height: unset;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner .btn {
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}
/* banner */
.newspaper-image {
  position: absolute;
}
.newspaper-image--topRight,
.newspaper-image--top {
  top: 0;
  left: 31%;
  width: 100%;
}
.newspaper-image--top {
  left: 0;
}
.newspaper-image--bottom,
.newspaper-image--bottom2 {
  bottom: 0;
  left: 10%;
  width: 100%;
}
.newspaper-image--bottom2 {
  left: 0;
}
/* divider globe */
.divider-globe {
  height: 3px;
  background-color: var(--color-black);
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 22;
}
.divider-globe::after,
.divider-globe::before {
  position: absolute;
  content: "";
  top: 0;
  left: -150px;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  background-image: url(../images/red-globe.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.divider-globe::after {
  left: unset;
  right: -160px;
  background-image: url(../images/black-globe.svg);
  height: 180px;
  width: 180px;
}
@media screen and (max-width: 1599px) {
  .divider-globe::after,
  .divider-globe::before {
    left: -100px;
    height: 100px;
    width: 100px;
  }
  .divider-globe::after {
    left: unset;
    right: -100px;
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .divider-globe {
    width: 60%;
  }
}
/* divider globe */
/* hire better section */
.hire-better-image {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 560px;
  object-fit: cover;
  border: 1px solid var(--color-dark-gray);
}
@media screen and (max-width: 1599px) {
  .hire-better-image {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .hire-better-image {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .hire-better-image {
    height: 300px;
  }
}
/* hire better section */

/* global recruitment impact */
.global-recruitment {
  background-image: url(../images/world-map.svg);
  background-size: 90%;
}
.red-globe-absolute {
  position: absolute;
  top: -89px;
  left: 0;
  width: 180px;
}
@media screen and (max-width: 991px) {
  .global-recruitment {
    background-size: contain;
  }
}
/* global recruitment impact */
/* client logos */
.client-logo {
  margin: 30px 0;
}
/* client logos */
/* home page styles ends */

/* contact form section */
.contact-form {
  padding-bottom: 250px;
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding-bottom: 100px;
  }
}
/* contact form section */

/* footer */
.footer {
  padding: 65px 0;
}
.social-icons {
  display: flex;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 2rem;
  margin-left: 20px;
}
.social-icons a:hover,
.social-icons a:focus {
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .social-icons a {
    margin: 0 10px;
  }
  .social-icons {
    width: 100%;
    justify-content: center;
  }
}
/* footer */

/* employer branding studio */
.banner--brandingServices {
  background-image: url(../images/ebs-carousel-image-1.jpeg);
  background-position: right;
}

/* video section */
.iframe-video-wrapper iframe {
  height: 619px;
}
@media screen and (max-width: 650px) {
  .iframe-video-wrapper iframe {
    height: 320px;
  }
}
/* video section */
.conversational-content,
.cinmeatic-format,
.middle-image1,
.middle-image2 {
  width: 100%;
  height: 385px;
  object-fit: cover;
}
.cinmeatic-format {
  height: 433px;
}
.story-arrow {
  right: 15%;
  bottom: -40px;
}
@media screen and (max-width: 1439px) {
  .story-arrow {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .conversational-content,
  .cinmeatic-format,
  .middle-image1,
  .middle-image2 {
    height: 320px;
  }
}

.background-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-inner,
.carousel-item,
.background-carousel img {
  height: 100%;
}
.background-carousel img {
  object-fit: cover;
  object-position: right;
}
.banner--brandingServices::after {
  z-index: 22;
}
/* employer branding studio */

/* recruitment services */
.banner--recruitmentServices {
  background-image: none;
  min-height: 770px;
}
.banner--recruitmentServices::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background-color: var(--color-primary-light);
}
@media screen and (max-width: 991px) {
  .banner--recruitmentServices {
    min-height: 500px;
  }
  .banner--recruitmentServices::before {
    display: none;
  }
}
.openRoles a {
  display: inline-block;
  margin-bottom: 60px;
}
.roles-link {
  color: var(--color-white);
  text-transform: capitalize;
}
.roles-link:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 575px) {
  .openRoles a {
    margin-bottom: 30px;
  }
}
.hiring-model-icon {
  width: 70px;
}
.transparent-div {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px;
  border-radius: 30px;
  margin: 220px 0 120px 0;
  box-shadow: 5px 31px 54px #695f9726;
}
.stats-section {
  background-image: url(../images/world-map.svg);
  background-size: 1200px;
  background-position: center 300px;
}
.stats-section::after {
  height: 85px;
  width: 100%;
  background-color: var(--color-primary);
  left: 0;
  top: 98px;
}
@media screen and (max-width: 1399px) {
  .transparent-div {
    margin: 120px 0;
  }
  .stats-section {
    background-position: center 200px;
  }
  .stats-section::after {
    top: 68px;
  }
}
@media screen and (max-width: 991px) {
  .transparent-div {
    margin: 80px 0;
  }
  .stats-section {
    background-position: center 150px;
  }
  .stats-section::after {
    top: 38px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .transparent-div {
    margin: 0 0 50px 0;
  }
  .stats-section {
    background-position: center;
  }
  .stats-section::after {
    top: 0;
    height: 15px;
  }
}
@media screen and (max-width: 575px) {
  .transparent-div {
    padding: 25px;
  }
}

/* card styles */
.card {
  padding: 40px;
  border-radius: 30px;
  box-shadow: 5px 31px 54px #695f9726;
}
.card-w-510 {
  width: 510px;
}
@media screen and (max-width: 1099px) {
  .card-w-510 {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .card {
    padding: 20px;
  }
}
/* card styles */
/* case study */
.case-study-card {
  border-radius: 30px;
  padding: 40px;
}
.hidden-section {
  max-height: 0px;
  overflow: hidden;
}
.hidden-section--revealed {
  max-height: 3000px;
}
.reveal-button {
  cursor: pointer;
}
/* case study */

/* recruitment services */

/* responsive utilities */
@media screen and (max-width: 1399px) {
  .w-33-1399 {
    width: 33%;
  }
}
@media screen and (max-width: 1199px) {
  .mb30-1199 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .text-center-991 {
    text-align: center;
  }
  .justify-center-991 {
    justify-content: center;
  }
  /* display properties */
  .d-none-991 {
    display: none;
  }
  .flex-column-991 {
    flex-direction: column;
  }
  /* display properties */
  /* margins */
  .mt60-991 {
    margin-top: 60px;
  }
  .mt30-991 {
    margin-top: 30px;
  }
  .mb50-991 {
    margin-bottom: 50px;
  }
  .mb30-991 {
    margin-bottom: 30px;
  }
  .mb20-991 {
    margin-bottom: 20px;
  }
  .mb10-991 {
    margin-bottom: 10px;
  }
  .mb50-991 {
    margin-bottom: 50px;
  }
  .me-0-991 {
    margin-right: 0 !important;
  }
  /* margins */
  /* paddings */
  .force-ps-7-991 {
    padding-left: 7.5px !important;
  }
  /* paddings */
  .w-60-991 {
    width: 60%;
  }
  .force-w-100-991 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* display props */
  .d-none-767 {
    display: none;
  }
  /* display props */
  /* flex props */
  .flex-wrap-767 {
    flex-wrap: wrap;
  }
  .flex-wrapreverse-767 {
    flex-wrap: wrap-reverse;
  }
  /* flex props */
  /* widths */
  .force-w-100-767 {
    width: 100% !important;
  }
  /* widths */
  /* margins */
  .mb30-767 {
    margin-bottom: 30px;
  }
  .mb20-767 {
    margin-bottom: 20px;
  }
  .mt15-767 {
    margin-top: 15px;
  }
  .mb0-767 {
    margin-bottom: 0;
  }
  /* margins */
  .text-center-767 {
    text-align: center;
  }
  .gap20-767 {
    gap: 20px;
  }
}

@media screen and (max-width: 575px) {
  /* margins */
  .mb10-575 {
    margin-bottom: 10px;
  }
  .mb20-575 {
    margin-bottom: 20px;
  }
  /* margins */
  .flex-column-575 {
    flex-direction: column;
  }
  .one-column-grid-575 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* responsive utilities */
