.font_barlow {
  font-family: "Barlow Condensed", sans-serif; }

.font_dm {
  font-family: "DM Sans", sans-serif; }

.color_primary {
  color: #141414; }

.color_secondary {
  color: #9B1C31; }

.color_light_white {
  color: #999999; }

.color_pearl_bush {
  color: #EBE1D8; }

.color_grey {
  color: #323232; }

.color_black {
  color: #000000; }

.color_white {
  color: #ffffff; }

body {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif; }

* {
  box-sizing: border-box; }

div,
section {
  display: block; }

:root {
  --container_size: 100%;
  --container_left_space: calc((100% - var(--container_size)) / 2); }
  @media (min-width: 768px) and (max-width: 991px) {
    :root {
      --container_size: 750px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    :root {
      --container_size: 970px; } }
  @media (min-width: 1200px) {
    :root {
      --container_size: 1170px; } }
  @media (min-width: 1440px) {
    :root {
      --container_size: 1240px; } }

* {
  box-sizing: border-box; }

.container-fluid, .container {
  width: 100%;
  position: relative;
  padding-left: 25px;
  padding-right: 25px; }

.container {
  margin: auto;
  max-width: var(--container_size); }

.container.right-zero {
  padding-left: calc((100vw - var(--container_size)) / 2);
  max-width: 100%;
  margin-right: 0;
  padding-right: 0; }
.container.left-zero {
  padding-right: calc((100vw - var(--container_size)) / 2);
  max-width: 100%;
  padding-left: 0; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.right_zero {
  padding-left: calc((100vw - var(--container_size)) / 2);
  max-width: 100% !important;
  margin-right: 0;
  padding-right: 0; }
  @media only screen and (min-width: 993px) and (max-width: 1200px) {
    .right_zero {
      padding-left: 20px; } }
  @media only screen and (max-width: 767px) {
    .right_zero {
      padding-left: 15px;
      padding-right: 15px; } }

.text_xxl {
  font-size: 140px;
  line-height: 1; }
  @media only screen and (max-width: 1199px) {
    .text_xxl {
      font-size: 74px; } }
  @media only screen and (max-width: 991px) {
    .text_xxl {
      font-size: 50px; } }
  @media only screen and (max-width: 767px) {
    .text_xxl {
      font-size: 44px; } }

.text_xl {
  font-size: 62px;
  line-height: 1; }
  @media only screen and (max-width: 1199px) {
    .text_xl {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .text_xl {
      font-size: 30px; } }

.text_42 {
  font-size: 42px;
  line-height: 1; }
  @media only screen and (max-width: 1199px) {
    .text_42 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .text_42 {
      font-size: 24px; } }

.text_32 {
  font-size: 32px;
  line-height: 1; }
  @media only screen and (max-width: 1199px) {
    .text_32 {
      font-size: 26px; } }

.text_lg {
  font-size: 24px;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    .text_lg {
      font-size: 18px; } }

.text_md {
  font-size: 20px;
  line-height: 1.2; }
  @media only screen and (max-width: 767px) {
    .text_md {
      font-size: 18px; } }

.text_reg {
  font-size: 18px;
  line-height: 1.2; }

.text_sm {
  font-size: 16px;
  line-height: 1.2; }

.text_xxs {
  font-size: 14px; }

.text_xs {
  font-size: 12px; }

.text_700 {
  font-weight: 700; }

.text_600 {
  font-weight: 600; }

.text_500 {
  font-weight: 500; }

.text_400 {
  font-weight: 400; }

.text_300 {
  font-weight: 300; }

.text_200 {
  font-weight: 200; }

.text_100 {
  font-weight: 100; }

.text_center {
  text-align: center; }

.text_uppercase {
  text-transform: uppercase; }

.text_capitalize {
  text-transform: capitalize; }

.letter_spacing_2 {
  letter-spacing: -2px; }

.letter_spacing_1 {
  letter-spacing: -1px; }

.opacity_8 {
  opacity: 0.8; }

.l_h_1 {
  line-height: 1.1; }

.l_h_2 {
  line-height: 1.2; }

.l_h_3 {
  line-height: 1.3; }

.l_h_4 {
  line-height: 1.4; }

.l_h_5 {
  line-height: 1.5; }

.l_h_6 {
  line-height: 1.6; }

.l_h_7 {
  line-height: 1.7; }

.l_h_8 {
  line-height: 1.8; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  font-weight: normal; }

.btnTxt {
  background-color: #9B1C31;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  text-transform: capitalize;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btnTxt span {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out; }
  .btnTxt:hover {
    transition: transform 0.3s ease-in-out; }
    .btnTxt:hover span {
      transform: translate(10px);
      transition: transform 0.3s ease-in-out; }

.d_f {
  display: flex; }

.f_w {
  display: flex;
  flex-wrap: wrap; }

.f_w_j {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.f_w_a_j_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.f_j {
  display: flex;
  justify-content: space-between; }

.f_w_se {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.f_w_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.f_r_aj_between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.f_r_aj_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.f_r_a_center {
  display: flex;
  align-items: center; }

.a_center {
  align-items: center; }

.f_r_j_center {
  display: flex;
  justify-content: center; }

.f_c_aj_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.f_c_a_center {
  display: flex;
  flex-direction: column;
  align-items: center; }

.f_c_j_center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.m_tb_0,
.m_tb_0 * {
  margin: 0; }

.m_b_5 {
  margin: 0 0 5px; }

.m_t_5 {
  margin: 5px 0 0px; }

.m_tb_5 {
  margin: 5px 0px; }

.m_b_10 {
  margin: 0 0 10px; }

.m_t_10 {
  margin: 10px 0 0px; }

.m_tb_10 {
  margin: 10px 0px; }

.m_b_20 {
  margin: 0 0 20px; }

.m_t_20 {
  margin: 20px 0 0px; }

.m_tb_20 {
  margin: 20px 0px; }

.m_b_30 {
  margin: 0 0 30px; }

.m_t_30 {
  margin: 30px 0 0px; }

.m_tb_30 {
  margin: 30px 0px; }

.m_b_100 {
  margin: 0 0 100px; }

.m_t_100 {
  margin: 100px 0 0px; }

.m_tb_100 {
  margin: 100px 0px; }

.p_0 {
  padding: 0px; }

.p_t_5 {
  padding-top: 5px; }

.p_b_5 {
  padding-bottom: 5px; }

.p_t_b_5 {
  padding: 5px 0px; }

.p_t_10 {
  padding-top: 10px; }

.p_b_10 {
  padding-bottom: 10px; }

.p_t_b_10 {
  padding: 10px 0px; }

.p_t_20 {
  padding-top: 20px; }

.p_b_20 {
  padding-bottom: 20px; }

.p_t_b_20 {
  padding: 20px 0px; }

.p_t_30 {
  padding-top: 30px; }

.p_b_30 {
  padding-bottom: 30px; }

.p_t_b_30 {
  padding: 30px 0px; }

.p_t_40 {
  padding-top: 40px; }

.p_b_40 {
  padding-bottom: 40px; }

.p_t_b_40 {
  padding: 40px 0px; }

.p_t_60 {
  padding-top: 60px; }

.p_b_60 {
  padding-bottom: 60px; }

.p_t_b_60 {
  padding: 60px 0px; }

.p_t_80 {
  padding-top: 80px; }

.p_b_80 {
  padding-bottom: 80px; }

.p_t_b_80 {
  padding: 80px 0px; }

.p_t_100 {
  padding-top: 100px; }

.p_b_100 {
  padding-bottom: 100px; }

.p_t_b_100 {
  padding: 100px 0px; }

.p_t_150 {
  padding-top: 150px; }

.p_b_250 {
  padding-bottom: 250px; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .p_t_100 {
    padding-top: 60px; }

  .p_b_100 {
    padding-bottom: 60px; }

  .p_t_b_100 {
    padding: 60px 0px; }

  .m_t_100 {
    margin: 60px 0px; } }
@media only screen and (max-width: 767px) {
  .p_b_250 {
    padding-bottom: 100px; }

  .p_t_150 {
    padding-top: 100px; }

  .p_t_100 {
    padding-top: 60px; }

  .p_b_100 {
    padding-bottom: 60px; }

  .p_t_b_100 {
    padding: 60px 0px; }

  .p_t_80 {
    padding-top: 60px; }

  .p_b_80 {
    padding-bottom: 60px; }

  .p_t_b_80 {
    padding: 60px 0px; }

  .p_t_60 {
    padding-top: 40px; }

  .p_b_60 {
    padding-bottom: 40px; }

  .p_t_b_60 {
    padding: 40px 0px; }

  .p_t_40 {
    padding-top: 20px; }

  .p_b_40 {
    padding-bottom: 20px; }

  .p_t_b_40 {
    padding: 20px 0px; }

  .p_t_30 {
    padding-top: 20px; }

  .p_b_30 {
    padding-bottom: 20px; }

  .p_t_b_30 {
    padding: 20px 0px; }

  .p_t_20 {
    padding-top: 20px; }

  .p_b_20 {
    padding-bottom: 20px; }

  .p_t_b_20 {
    padding: 20px 0px; }

  .m_b_30 {
    margin: 0 0 20px; }

  .m_t_30 {
    margin: 20px 0 0px; }

  .m_tb_30 {
    margin: 20px 0px; } }

/*# sourceMappingURL=base.css.map */
