/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/*Masthead*/
#masthead {
  position: relative;
  background: #2F2F2F;
}

/*Breadcrumb*/
#breadcrumb {
  background: #FFC60A;
}
#breadcrumb a {
  color: #2F2F2F !important;
}
#breadcrumb .icon-home {
  color: #1A1A1A;
}
#breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb p {
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    height: 56px;
    display: flex;
    align-items: center;
  }
}

/*Privacy*/
#privacy {
  background: #F8F8F8;
}
#privacy h1 {
  font-size: clamp(1.5rem, 24px + (60 - 24) * (100vw - 320px) / 1600, 3.75rem) !important;
  line-height: clamp(2rem, 32px + (70 - 32) * (100vw - 320px) / 1600, 4.375rem) !important;
  font-weight: 600;
}
#privacy h2, #privacy h3, #privacy h4, #privacy h5, #privacy h6 {
  font-size: clamp(2.25rem, 36px + (40 - 36) * (100vw - 320px) / 1600, 2.5rem) !important;
  line-height: clamp(2.1875rem, 35px + (49 - 35) * (100vw - 320px) / 1600, 3.0625rem) !important;
  font-weight: 600;
}

/*Get*/
#get {
  background: #FFC60A;
  padding-top: 4em;
  padding-bottom: 4em;
  margin-top: -20px;
}
#get h1, #get h2, #get h3, #get h4, #get h5, #get h6 {
  font-weight: 600;
}
#get .common-button {
  width: fit-content;
}
#get .common-button:hover {
  background: #2F2F2F;
  color: #FFFFFF;
}
#get .main-paragraph {
  max-width: 945px;
}
#get .container-buttons {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #get {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #get .main-paragraph {
    font-weight: 600;
  }
  #get .common-button {
    width: 100%;
  }
}