body > main {
  background: #f9f9f9;
  padding-bottom: 0;
}

div.breadcrumbs {
  margin-bottom: 0;
}

body h2 {
  font-weight: 800;
  color: #353535;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  line-height: 120%;
  margin: 16px 0;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body h2 {
    font-size: 32px;
    margin: 24px 0;
  }
}
body div[data-content-type=text] {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
}

.bluebutton span, .button-blue span, .blue-button span, .btn-blue span, .pagebuilder-button-primary span {
  font-weight: 800;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}

.bluebutton *, .button-blue *, .blue-button *, .btn-blue *, .pagebuilder-button-primary * {
  font-size: 14px !important;
  line-height: normal !important;
}

.pagebuilder-button-primary {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
  font-weight: 800;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  font-size: 14px !important;
  padding: 13px 25px !important;
  text-transform: uppercase;
  background-color: #0088ce !important;
  border: 1px solid #0088ce !important;
  height: auto !important;
  line-height: normal !important;
}
.pagebuilder-button-primary:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  background-color: #1e95d4 !important;
}

.page-bottom div[data-content-type=row]:nth-of-type(1) .pagebuilder-column:nth-of-type(3) {
  padding: 16px 24px 24px;
}

.page-bottom div[data-content-type=row]:nth-of-type(2) .pagebuilder-column:nth-of-type(2) {
  padding: 16px 24px 24px;
}

.pagebuilder-mobile-only {
  display: none !important;
}

@media all and (max-width: 768px) {
  .pagebuilder-mobile-only {
    display: block !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
.page-bottom {
  width: 1500px;
  max-width: 92%;
  margin: 80px auto 0;
  overflow: hidden;
}

.header-area {
  position: relative;
  width: 100%;
  min-height: 24.89vw;
  z-index: 1;
  background: linear-gradient(to right, #00538F 0%, #007CA1 100%);
  padding: 64px 16px 128px;
  overflow: hidden;
  transition: 0.6s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1368px) {
  .header-area {
    padding: 64px 16px 102px;
  }
}
@media (max-width: 1024px) {
  .header-area {
    padding: 64px 16px 92px;
  }
}
@media (max-width: 768px) {
  .header-area {
    padding: 64px 16px 74px;
  }
}
@media (min-width: 2000px) {
  .header-area {
    min-height: 680px;
  }
}
.header-area a {
  text-decoration: underline;
}
.header-area .content {
  position: relative;
  z-index: 3;
  transition: 0.8s ease;
  transform: translateX(0);
}
.header-area .next-content, .header-area .prev-content {
  position: absolute;
  opacity: 0;
}
.header-area .next-content {
  transform: translateX(200px);
  opacity: 0;
}
.header-area .prev-content {
  transform: translateX(-200px);
  opacity: 0;
  position: absolute;
}
.header-area .content.loading, .header-area .next-content.loading, .header-area .prev-content.loading {
  opacity: 0;
  animation: fadeIn 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
.header-area .content.loaded, .header-area .next-content.loaded, .header-area .prev-content.loaded {
  animation: fadeIn 0.4s;
  animation-fill-mode: forwards;
  transform: translateX(0) !important;
  opacity: 1;
  position: relative;
}
.header-area h1 {
  font-weight: 800;
  font-size: 54px;
  text-align: center;
  line-height: 1;
  text-shadow: 0px 0px 12px rgba(2, 2, 2, 0.1);
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1368px) {
  .header-area h1 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .header-area h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .header-area h1 {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .header-area h1 {
    font-size: 22px;
    transform: translateY(16px);
  }
}
.header-area h1 span {
  font-family: "proxima-nova";
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1;
}
.header-area p {
  font-size: 15px;
  width: 568px;
  max-width: 100%;
  margin: 12px auto 10px;
  text-shadow: 0px 0px 6px rgba(2, 2, 2, 0.1);
  text-align: center;
  line-height: 1.3;
}
.header-area p a {
  color: inherit !important;
}
@media (max-width: 1368px) {
  .header-area p {
    font-size: 14px;
    line-height: 1.38;
    width: 442px;
  }
}
@media (max-width: 1200px) {
  .header-area p {
    font-size: 14px;
    line-height: 1.38;
    width: 410px;
  }
}
@media (max-width: 768px) {
  .header-area p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .header-area p {
    transform: translateY(16px);
  }
}
.header-area h1, .header-area p {
  text-shadow: 0px 0px 8px rgba(2, 2, 2, 0.12);
}
.header-area h1, .header-area span {
  text-shadow: 0px 0px 8px rgba(2, 2, 2, 0.12);
}
.header-area .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.header-area .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  pointer-events: none;
  opacity: 1;
}
.header-area .boxed-wrapper {
  width: 1500px;
  margin: 0 auto;
  max-width: 92%;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
@media (max-width: 991px) {
  .header-area .boxed-wrapper {
    top: 24px;
  }
}
@media (max-width: 768px) {
  .header-area .boxed-wrapper {
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 560px) {
  .header-area .boxed-wrapper {
    top: 16px;
  }
}
.header-area .back-button {
  font-size: 12px;
  line-height: 20px;
  color: #0088ce;
  font-weight: 800;
  padding: 5px 12px 4px;
  background: rgba(255, 255, 255, 0.95);
  display: inline-block;
  transition: 0.24s ease;
  opacity: 1;
  box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
  text-decoration: none !important;
  text-transform: uppercase !important;
}
@media (max-width: 500px) {
  .header-area .back-button {
    transform-origin: top left;
    transform: scale(0.88) translateY(-5px);
  }
}
.header-area .back-button.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}
.header-area .back-button span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
@media (max-width: 768px) {
  .header-area .back-button span {
    display: none;
  }
}
.header-area .back-button.active {
  animation: fadeIn 0.4s;
  animation-fill-mode: forwards;
}
.header-area .back-button svg {
  transform: translateY(1.5px);
  margin-right: 6px;
  height: 11px;
  transition: 0.24s ease;
}
.header-area .back-button svg path {
  stroke: #0088ce;
}
.header-area .back-button:hover {
  background: rgb(255, 255, 255);
  color: #0088ce;
}
.header-area .back-button:hover svg {
  transform: translateX(-3px) translateY(1.5px);
}
.header-area .back-button:hover svg path {
  stroke: #0088ce;
}

main.main-area {
  margin-bottom: 0;
  padding-bottom: 80px;
  background: #f9f9f9;
}

section.guide-page {
  width: 1500px;
  max-width: 92%;
  margin: 0 auto;
  margin-top: -64px;
  padding: 32px;
  position: relative;
  z-index: 2;
  background: #fff;
  opacity: 1;
  animation: fadeInSlide 0.4s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  overflow: hidden;
  transition: 0.8s ease;
  min-height: 400px;
  /** Inner Wrapper for Ajax Translations **/
}
@media (max-width: 1024px) {
  section.guide-page {
    margin-top: -48px;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  section.guide-page {
    margin-top: -36px;
    padding: 16px;
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 500px) {
  section.guide-page {
    margin-top: -16px;
  }
}
section.guide-page > div {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  transition: 0.8s ease;
}
section.guide-page > div.inner-wrapper .inner-wrapper {
  width: 100%;
  min-width: 100%;
}
section.guide-page > div.inner-wrapper.leaving {
  opacity: 0;
  transform: translateX(-200px);
}
section.guide-page > div.next-page, section.guide-page > div.prev-page {
  opacity: 0;
  position: absolute;
  transition: 0.8s ease;
}
section.guide-page > div.next-page {
  transform: translateX(100%);
}
section.guide-page > div.next-page.loaded {
  transform: translateX(0);
  opacity: 1;
}
section.guide-page > div.prev-page {
  right: calc(100% + 12px);
}
section.guide-page > div.prev-page.loaded {
  right: 0;
  opacity: 1;
}
section.guide-page div.sidebar {
  width: 332px;
  min-width: 332px;
  margin-right: 32px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  padding: 32px;
  animation: fadeIn 0.4s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  position: relative;
}
@media (max-width: 1400px) {
  section.guide-page div.sidebar {
    width: 248px;
    min-width: 248px;
    margin-right: 16px;
  }
}
@media (max-width: 1024px) {
  section.guide-page div.sidebar {
    padding: 12px 0;
    min-width: 100%;
    margin-right: 0;
    margin-top: -12px;
    margin-bottom: -8px;
    overflow-x: scroll;
    flex-direction: row;
    background: #fff;
  }
  section.guide-page div.sidebar::-webkit-scrollbar {
    width: 0px;
  }
  section.guide-page div.sidebar::-webkit-scrollbar-track {
    background: #f9f9f9;
    background: transparent;
  }
  section.guide-page div.sidebar::-webkit-scrollbar-thumb {
    background: #f9f9f9;
    background: transparent;
  }
  section.guide-page div.sidebar::-webkit-scrollbar-thumb:hover {
    background: #f9f9f9;
    background: transparent;
  }
  section.guide-page div.sidebar::before {
    position: fixed;
    content: "";
    width: inherit;
    height: inherit;
    height: 74px;
    width: 16px;
    right: 24px;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  section.guide-page div.sidebar::before {
    right: 16px;
  }
}
@media (max-width: 1024px) {
  section.guide-page div.sidebar .sidebar-image {
    min-width: 24px;
    height: 24px;
    order: 3;
  }
}
section.guide-page div.sidebar * {
  align-self: flex-start;
  pointer-events: auto;
}
section.guide-page div.sidebar label {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  section.guide-page div.sidebar label {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  section.guide-page div.sidebar label {
    display: none;
  }
}
section.guide-page div.sidebar label:not(:nth-of-type(1)) {
  margin-top: 12px;
}
section.guide-page div.sidebar a {
  color: #000;
  text-decoration: none !important;
  font-size: 18px;
  margin-bottom: 12px;
  transition: 0.24s ease;
}
@media (max-width: 1400px) {
  section.guide-page div.sidebar a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  section.guide-page div.sidebar a {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0 !important;
    background: #f9f9f9;
    display: inline-block;
    font-weight: 700;
    padding: 48px 10px 6px;
    min-width: 134px;
    order: 1;
  }
  section.guide-page div.sidebar a:last-of-type {
    margin-right: 0;
  }
  section.guide-page div.sidebar a.hide-mobile {
    display: none;
  }
  section.guide-page div.sidebar a.last-mobile {
    order: 2;
  }
  section.guide-page div.sidebar a:hover, section.guide-page div.sidebar a:focus {
    background: #fff;
    box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
  }
}
@media (max-width: 400px) {
  section.guide-page div.sidebar a {
    min-width: 120px;
  }
}
section.guide-page div.sidebar a:hover, section.guide-page div.sidebar a:focus {
  color: #0088CE;
}
section.guide-page div.guides.grid {
  flex: 1;
}
section.guide-page div.guides.grid > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.guide-page div.guides.grid .grid-item {
  margin-right: 32px;
  margin-bottom: 32px;
  padding: 32px;
  background: #f9f9f9;
  position: relative;
  min-height: 320px;
  animation: fadeIn 0.4s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}
@media (max-width: 1400px) {
  section.guide-page div.guides.grid .grid-item {
    margin-right: 16px;
    margin-bottom: 16px;
    min-height: 256px;
  }
}
@media (max-width: 768px) {
  section.guide-page div.guides.grid .grid-item:nth-last-of-type(3) {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 480px) {
  section.guide-page div.guides.grid .grid-item {
    min-height: 40vw;
  }
}
section.guide-page div.guides.grid .grid-item.half {
  width: calc(50% - 16px);
}
@media (max-width: 1400px) {
  section.guide-page div.guides.grid .grid-item.half {
    width: calc(50% - 8px);
  }
}
section.guide-page div.guides.grid .grid-item.half:nth-of-type(2n) {
  margin-right: 0;
}
section.guide-page div.guides.grid .grid-item.third {
  width: calc(33.333% - 21.333px);
}
section.guide-page div.guides.grid .grid-item.third:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 1400px) {
  section.guide-page div.guides.grid .grid-item.third {
    width: calc(33.333% - 10.666px);
  }
}
@media (max-width: 768px) {
  section.guide-page div.guides.grid .grid-item.third {
    width: calc(50% - 8px);
  }
  section.guide-page div.guides.grid .grid-item.third:nth-of-type(3n) {
    margin-right: 16px;
  }
  section.guide-page div.guides.grid .grid-item.third:nth-of-type(2n) {
    margin-right: 0;
  }
}
section.guide-page div.guides.grid .grid-item h5 {
  margin: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  position: absolute;
  bottom: 20px;
  left: 32px;
  right: 32px;
  backface-visibility: hidden;
  line-height: 1;
  transition: 0.24s ease;
  color: #353535;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  section.guide-page div.guides.grid .grid-item h5 {
    font-size: 20px;
    bottom: 14px;
    left: 16px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  section.guide-page div.guides.grid .grid-item h5 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  section.guide-page div.guides.grid .grid-item h5 {
    font-size: 16px;
    bottom: 8px;
    left: 10px;
    right: 10px;
  }
}
@media (max-width: 400px) {
  section.guide-page div.guides.grid .grid-item h5 {
    font-size: 14px;
  }
}
section.guide-page div.guides.grid .grid-item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  padding: 32px;
  box-shadow: 0px 0px 12px rgba(2, 2, 2, 0);
  background-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  transition: 0.24s ease;
}
section.guide-page div.guides.grid .grid-item a img {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: auto;
  max-width: calc(100% - 32px);
  max-height: 100%;
  transform: translateY(-12px);
  filter: drop-shadow(2px 4px 6px rgba(2, 2, 2, 0.2));
  position: absolute;
  top: calc(50% - 16px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.97) !important;
  transition: 1s;
  transition-timing-function: cubic-bezier(0.7, 0.3, 0.31, 0.93);
}
@media (max-width: 1400px) {
  section.guide-page div.guides.grid .grid-item a img {
    width: 180px;
  }
}
@media (max-width: 560px) {
  section.guide-page div.guides.grid .grid-item a img {
    max-width: calc(100% - 24px);
  }
}
@media (max-width: 480px) {
  section.guide-page div.guides.grid .grid-item a img {
    width: calc(100% - 46px);
    top: calc(50% - 12px);
  }
}
section.guide-page div.guides.grid .grid-item a:hover {
  box-shadow: 0px 0px 24px rgba(2, 2, 2, 0.09);
  background-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}
section.guide-page div.guides.grid .grid-item a:hover h5 {
  color: #0088CE;
}
section.guide-page div.guides.grid .grid-item a:hover img {
  transform: translateX(-50%) translateY(-50%) scale(1) !important;
}
section.guide-page div.guides.grid .grid-item.mb-0 {
  margin-bottom: 0;
}
section.guide-page .toggle-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  section.guide-page .toggle-area {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  section.guide-page .toggle-area {
    padding-bottom: 16px;
  }
}
section.guide-page .toggle-area label {
  font-size: 14px;
  display: inline-block;
  margin-right: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 36px;
}
@media (max-width: 768px) {
  section.guide-page .toggle-area label {
    font-size: 12px;
    line-height: 28px;
  }
}
@media (max-width: 560px) {
  section.guide-page .toggle-area label {
    margin: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-4px);
  }
}
section.guide-page .toggle-area a.filter {
  border-radius: 48px;
  padding: 8px 24px;
  margin-right: 10px;
  background: #f8f8f8;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  transition: 0.24s ease;
  text-decoration: none !important;
  font-weight: 700;
}
@media (max-width: 768px) {
  section.guide-page .toggle-area a.filter {
    font-size: 12px;
    padding: 4px 14px;
  }
}
@media (max-width: 560px) {
  section.guide-page .toggle-area a.filter {
    transform: translateY(-4px);
  }
}
@media (max-width: 440px) {
  section.guide-page .toggle-area a.filter {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  section.guide-page .toggle-area a.filter:nth-of-type(2n) {
    margin-right: 0;
  }
  section.guide-page .toggle-area a.filter:nth-of-type(1), section.guide-page .toggle-area a.filter:nth-of-type(2) {
    margin-bottom: 8px;
  }
}
section.guide-page .toggle-area a.filter:last-of-type {
  margin-right: 0;
}
section.guide-page .toggle-area a.filter:not(.active):hover {
  color: #0088ce;
}
section.guide-page .toggle-area a.filter.active {
  background: #0088ce;
  color: #fff;
}
section.guide-page .products-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
section.guide-page .products-grid span.hidden.item {
  height: 0px;
  width: 0px;
}
section.guide-page .products-grid span.hidden.item div {
  height: 0px;
  width: 0px;
}
section.guide-page .products-grid > .product, section.guide-page .products-grid > .tile {
  width: calc(20% - 12px);
  margin: 0 6px 12px 6px;
  position: relative;
  min-height: 262px;
  background: #fff;
  filter: brightness(0.99);
  transition: 0.24s ease;
}
@media (max-width: 1280px) {
  section.guide-page .products-grid > .product, section.guide-page .products-grid > .tile {
    width: calc(25% - 12px);
  }
}
@media (max-width: 1024px) {
  section.guide-page .products-grid > .product, section.guide-page .products-grid > .tile {
    width: calc(33.333% - 12px);
  }
}
@media (max-width: 768px) {
  section.guide-page .products-grid > .product, section.guide-page .products-grid > .tile {
    width: calc(50% - 12px);
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  section.guide-page .products-grid > .product, section.guide-page .products-grid > .tile {
    min-height: 40vw;
  }
}
section.guide-page .products-grid > .product.hidden-item, section.guide-page .products-grid > .tile.hidden-item {
  width: 0px;
  height: 0px;
  position: relative;
}
section.guide-page .products-grid > .product:hover, section.guide-page .products-grid > .tile:hover {
  filter: brightness(1);
}
section.guide-page .products-grid > .product a, section.guide-page .products-grid > .tile a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 16px;
  display: flex;
}
@media (max-width: 560px) {
  section.guide-page .products-grid > .product a, section.guide-page .products-grid > .tile a {
    padding: 12px;
  }
}
section.guide-page .products-grid > .product img, section.guide-page .products-grid > .tile img {
  display: block;
  margin: 0 auto;
  margin-top: 12px;
  max-width: calc(100% - 24px);
  width: 100%;
  height: 152px;
  object-fit: contain;
}
@media (max-width: 480px) {
  section.guide-page .products-grid > .product img, section.guide-page .products-grid > .tile img {
    margin-top: -12px;
    max-width: calc(100% - 24px);
  }
}
section.guide-page .products-grid > .product h3, section.guide-page .products-grid > .product h5, section.guide-page .products-grid > .tile h3, section.guide-page .products-grid > .tile h5 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  text-transform: none !important;
  transition: 0.24s ease;
}
@media (max-width: 560px) {
  section.guide-page .products-grid > .product h3, section.guide-page .products-grid > .product h5, section.guide-page .products-grid > .tile h3, section.guide-page .products-grid > .tile h5 {
    font-size: 14px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
@media (max-width: 480px) {
  section.guide-page .products-grid > .product h3, section.guide-page .products-grid > .product h5, section.guide-page .products-grid > .tile h3, section.guide-page .products-grid > .tile h5 {
    bottom: 8px;
    left: 10px;
    right: 10px;
    font-size: 12px;
  }
}
section.guide-page .products-grid > .product:hover, section.guide-page .products-grid > .tile:hover {
  box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.068);
}
section.guide-page .products-grid > .product:hover h3, section.guide-page .products-grid > .product:hover h5, section.guide-page .products-grid > .tile:hover h3, section.guide-page .products-grid > .tile:hover h5 {
  color: #0088CE;
}
section.guide-page .download {
  display: flex;
  width: 100%;
}
section.guide-page .download:not(:last-of-type) {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  section.guide-page .download {
    flex-direction: column;
  }
}
section.guide-page .download > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.guide-page .download > div {
    width: 100%;
  }
}
section.guide-page .download > div .download-content {
  width: 400px;
  margin: 0 auto;
}
section.guide-page .download > div .download-content a {
  align-self: flex-start;
}

section.gift-guide {
  width: 1500px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  margin-top: -84px;
  box-shadow: 0px 3px 12px rgba(2, 2, 2, 0.08);
  padding: 32px;
  display: flex;
  justify-content: column;
  position: relative;
  z-index: 2;
  background: #fff;
  /** Inner Wrapper for Ajax Translations **/
}
section.gift-guide > div {
  display: flex;
  width: 100%;
}
section.gift-guide > div.next-page, section.gift-guide > div.prev-page {
  position: absolute;
  top: 0;
  left: calc(100% + 12px);
}

.fade-item {
  animation: fadeIn 0.8s;
  animation-fill-mode: forwards;
}

.sidebar .fade-item {
  animation: fadeIn 0.8s;
  animation-fill-mode: forwards;
}

.grid .fade-item:nth-child(1) {
  animation-delay: 0.32s;
}

.sidebar .fade-item:nth-child(1) {
  animation-delay: 0.08s;
}

.grid .fade-item:nth-child(2) {
  animation-delay: 0.64s;
}

.sidebar .fade-item:nth-child(2) {
  animation-delay: 0.16s;
}

.grid .fade-item:nth-child(3) {
  animation-delay: 0.96s;
}

.sidebar .fade-item:nth-child(3) {
  animation-delay: 0.24s;
}

.grid .fade-item:nth-child(4) {
  animation-delay: 1.28s;
}

.sidebar .fade-item:nth-child(4) {
  animation-delay: 0.32s;
}

.grid .fade-item:nth-child(5) {
  animation-delay: 1.6s;
}

.sidebar .fade-item:nth-child(5) {
  animation-delay: 0.4s;
}

.grid .fade-item:nth-child(6) {
  animation-delay: 1.92s;
}

.sidebar .fade-item:nth-child(6) {
  animation-delay: 0.48s;
}

.grid .fade-item:nth-child(7) {
  animation-delay: 2.24s;
}

.sidebar .fade-item:nth-child(7) {
  animation-delay: 0.56s;
}

.grid .fade-item:nth-child(8) {
  animation-delay: 2.56s;
}

.sidebar .fade-item:nth-child(8) {
  animation-delay: 0.64s;
}

.grid .fade-item:nth-child(9) {
  animation-delay: 2.88s;
}

.sidebar .fade-item:nth-child(9) {
  animation-delay: 0.72s;
}

.grid .fade-item:nth-child(10) {
  animation-delay: 3.2s;
}

.sidebar .fade-item:nth-child(10) {
  animation-delay: 0.8s;
}

.grid .fade-item:nth-child(11) {
  animation-delay: 3.52s;
}

.sidebar .fade-item:nth-child(11) {
  animation-delay: 0.88s;
}

.grid .fade-item:nth-child(12) {
  animation-delay: 3.84s;
}

.sidebar .fade-item:nth-child(12) {
  animation-delay: 0.96s;
}

.grid .fade-item:nth-child(13) {
  animation-delay: 4.16s;
}

.sidebar .fade-item:nth-child(13) {
  animation-delay: 1.04s;
}

.grid .fade-item:nth-child(14) {
  animation-delay: 4.48s;
}

.sidebar .fade-item:nth-child(14) {
  animation-delay: 1.12s;
}

.grid .fade-item:nth-child(15) {
  animation-delay: 4.8s;
}

.sidebar .fade-item:nth-child(15) {
  animation-delay: 1.2s;
}

.grid .fade-item:nth-child(16) {
  animation-delay: 5.12s;
}

.sidebar .fade-item:nth-child(16) {
  animation-delay: 1.28s;
}

.grid .fade-item:nth-child(17) {
  animation-delay: 5.44s;
}

.sidebar .fade-item:nth-child(17) {
  animation-delay: 1.36s;
}

.grid .fade-item:nth-child(18) {
  animation-delay: 5.76s;
}

.sidebar .fade-item:nth-child(18) {
  animation-delay: 1.44s;
}

.grid .fade-item:nth-child(19) {
  animation-delay: 6.08s;
}

.sidebar .fade-item:nth-child(19) {
  animation-delay: 1.52s;
}

.grid .fade-item:nth-child(20) {
  animation-delay: 6.4s;
}

.sidebar .fade-item:nth-child(20) {
  animation-delay: 1.6s;
}

section.feature-row {
  display: flex;
  width: 1500px;
  margin: 0 auto;
  max-width: 92%;
  background: #fff;
}
section.feature-row:nth-of-type(2) {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section.feature-row:nth-of-type(2) {
    margin-bottom: 72px;
  }
}
@media (max-width: 1024px) {
  section.feature-row {
    flex-direction: column;
  }
  section.feature-row:not(.column-reverse) > div:nth-of-type(2) {
    padding: 32px;
    min-height: 40vw;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  section.feature-row:not(.column-reverse) > div:nth-of-type(2) {
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  section.feature-row.column-reverse {
    flex-direction: column-reverse;
  }
  section.feature-row.column-reverse > div:nth-of-type(1) {
    padding: 32px;
    min-height: 40vw;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  section.feature-row.column-reverse > div:nth-of-type(1) {
    padding: 16px;
  }
}
section.feature-row > .column {
  width: 50%;
  display: flex;
  justify-content: center;
}
section.feature-row > .column .content {
  width: 400px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  section.feature-row > .column .content {
    width: 680px;
    max-width: 100%;
  }
}
section.feature-row > .column .content h3 {
  margin-bottom: 6px;
  margin-top: 0;
  width: 340px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  section.feature-row > .column .content h3 {
    width: 680px;
    max-width: 100%;
  }
}
section.feature-row > .column .content a {
  align-self: flex-start;
}
section.feature-row > .column .image {
  width: 100%;
}
section.feature-row > .column .image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.feature-row > .column {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.feature-row {
    max-width: calc(100% - 32px);
  }
}

.category-product-guides .header-area {
  z-index: 1;
}
@media (max-width: 991px) {
  .category-product-guides .header-area {
    min-height: 220px;
  }
  .category-product-guides .header-area .content h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .category-product-guides .header-area {
    min-height: 220px;
  }
  .category-product-guides .header-area .content h1 {
    font-size: 28px;
  }
}
.category-product-guides .guide-tiles {
  z-index: 2;
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .category-product-guides .guide-tiles {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 480px) {
  .category-product-guides .guide-tiles {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 768px) {
  .category-product-guides .guide-tiles .guide h2 {
    font-size: 18px;
    bottom: 12px;
  }
}

.product-guide-page .page-bottom div[data-content-type=row]:nth-of-type(1) .pagebuilder-column:nth-of-type(3) {
  padding: 16px 24px 24px;
}
.product-guide-page .page-bottom div[data-content-type=row]:nth-of-type(2) .pagebuilder-column:nth-of-type(2) {
  padding: 16px 24px 24px;
}

/*# sourceMappingURL=product-guides.css.map */
