*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
   scroll-behavior: smooth !important;
   font-family:"ProximaNova-Regular", Arial, sans-serif !important;
   color: #222222 !important;
}

a {
    text-decoration: none;
}

.section {
    max-width: 100%;
    padding: 0 24px !important;
    overflow-x: hidden;
}

.container {
    max-width: 1120px !important;
    margin: 0 auto !important;
}

/* TITLE  */

.h1, .h2 {
    font-family: "ProximaNova-Bold", Arial, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal  !important;
}

.p24, .p20, .p20-2, a.new-button {
    font-family:"ProximaNova-Regular", Arial, sans-serif !important;
}

/* H1  */

.h1 {
    font-size: 56px !important;
    line-height: 64px !important;
}

/* H2 */

.h2 {
    font-size: 40px !important;
    line-height: 48px !important;
    margin-bottom: 48px !important;
}

/* H2 */

.h3 {
    font-family: "ProximaNova-SemiBold", Arial, sans-serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

/* P16  */

.p16 {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    margin: 0;
}

/* P20  */

.p20 {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    margin: 0;
}

/* P22  */

.p22 {
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
    margin: 0;
}

/* P24  */

.p24 {
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 400 !important;
    margin: 0;
}

/* Border Radius */

.br-24 {
    border-radius: 24px;
}



/* Buttons */

.new-button {
    display: inline-block;
    height: 72px;
    width: 268px;
    padding: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    border: none;
    text-decoration: none;
    letter-spacing: 0;
    transition: all .15s ease-out 0s;
}

.button-yellow {
    background-color: #FFDD1F;
    color: #222;
}

.button-yellow:hover {
    background-color: #ffcf23;
    color: #222;
    text-decoration: none;
}

.button-gray {
    color: #BFBCBE;
    background-color: #61575D;
}

.button-gray:hover {
    background-color: #575155;
    color: #BFBCBE;
    text-decoration: none;
}

@media (max-width: 991px) {
    .new-button {
        width: 220px;
    }
}

@media (max-width: 576px) {
    .new-button { height: 56px; width: 174px; font-size: 16px; line-height: 24px; padding: 15px; }
}

/* Bread Crumbs */

.bread-crumbs-container {
   display: flex;
   gap: 12px;
   padding-bottom: 46px;
   font-size: 18px;
   line-height: 140%;
}

.bread-crumbs-container a:hover {
    text-decoration: underline;
}

.bread-crumbs-container-black a {
   color: rgba(34, 34, 34, 0.6);
}

.bread-crumbs-container-white a {
   color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991px) {
   .bread-crumbs-container { 
      padding-bottom: 28px;
   }
   .h2 {
      margin-bottom: 24px !important;
   }
}

@media (max-width: 575px) {
   .bread-crumbs-container { 
      justify-content: center;
      padding-bottom: 40px;
      font-size: 16px;
   }
}


/* <= 1024px */
@media (max-width: 1024px) {
  .container { max-width: 100%;}

  .h1 { font-size: 48px !important; line-height: 56px !important; }
  .h2 { font-size: 36px !important; line-height: 44px !important; }
  .h3 { font-size: 22px !important; line-height: 30px !important; }

  .p24 { font-size: 22px !important; line-height: 32px !important; }
  .p20, .p20-2 { font-size: 18px !important; line-height: 26px !important; }
  .p22 { font-size: 20px !important; line-height: 26px !important; }
}

/* <= 991px */
@media (max-width: 991px) {
  .h1 { font-size: 40px !important; line-height: 48px !important; }
  .h2 { font-size: 32px !important; line-height: 40px !important; }
  .h3 { font-size: 20px !important; line-height: 28px !important; }

  .p24 { font-size: 20px !important; line-height: 30px !important; }
  .p20, .p20-2 { font-size: 17px !important; line-height: 24px !important; }

  .br-24 { border-radius: 16px; }
}

/* <= 576px */
@media (max-width: 576px) {
  .h1 { font-size: 32px !important; line-height: 40px !important; }
  .h2 { font-size: 26px !important; line-height: 34px !important; }
  .h3 { font-size: 18px !important; line-height: 26px !important; }

  .p24 { font-size: 18px !important; line-height: 28px !important; }
  .p20, .p20-2 { font-size: 16px !important; line-height: 22px !important; }
}