@charset "UTF-8";
/*
Theme Name: Golchha
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: A handmade theme from Featherwebs
Author: Featherwebs
Author URI: https://featherwebs.com
*/
:root {
  --white: #fff;
  --alabaster: #fcfcfc;
  --black: #000;
  --offwhite: #fdfdfd;
  --snow: #fbfbfb;
  --offblack: #1f1f1f;
  --nightrider: #2f2f2f;
  --nordic: #122326;
  --nero: #232323;
  --dovegrey: #6e6b6b;
  --silver: #c4c4c4;
  --carrotorange: #f49432;
  --smoke: #f6f6f6;
  --whitesmoke: #f8f8f8;
  --whitesmokedark: #ececec;
  --lightgrey: #fafafa;
  --newgrey: #8A8787;
  --empress: #757575;
  --eclipse: #3e3d3d;
  --nobel: #9c9c9c;
  --grey: #838282;
  --darkgrey: #6c6c6c;
  --charcoal: #424141;
  --woodburn: #4a382b;
  --charcoallight: #4a4a4a;
  --borderblack: #545454;
  --casal: #40575b;
  --blackpearl: #4b4b4b;
  --cinnabar: #db3236;
  --eastbay: #455065;
  --platinum: #e7e7e7;
  --haze: #f7f7f7;
  --lilywhite: #ebebeb;
  --wildsand: #f4f4f4;
  --footerlinks: #eaeaea;
  --linkedinblue: #0E76A8;
  --headergrey: #4C5A62;
}

* {
  font-family: "Source Sans Pro", sans-serif;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

span {
  font-family: inherit;
}

a {
  text-decoration: none;
  color: var(--carrotorange);
}
a:hover {
  text-decoration: none;
  color: var(--carrotorange);
}

figure {
  margin: 0;
  padding: 0;
}

html {
  font-size: 1rem;
  color: var(--text-color);
  scroll-behavior: smooth;
}

body {
  position: relative;
}

ul {
  padding-left: 30px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 16px;
}

ol {
  padding-left: 30px;
}
ol li {
  margin-bottom: 16px;
}

.featherwebs {
  color: #009872;
}

.grecaptcha-badge {
  display: none;
}

@media screen and (max-width: 576px) {
  html {
    font-size: 0.8rem;
  }
}
/* typography */
.heading-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 500;
  color: var(--nordic);
}

.heading-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--nordic);
}

.heading-3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.36;
  font-weight: 500;
  color: var(--nordic);
}

.heading-3--normal {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--casal);
}

.heading-4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.618rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--nordic);
  text-transform: capitalize;
}

.heading-4--normal {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.618rem;
  line-height: 1.1;
  font-weight: 400;
  color: var(--nordic);
}

.heading-5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--nordic);
}

.subheading {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--casal);
  text-transform: uppercase;
}

.subheading--small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--newgrey);
  text-transform: uppercase;
}

.text-body--normal, ul, ol {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--nightrider);
  margin-bottom: 16px;
}
.text-body--normal:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.text-body--small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.78;
  font-weight: 400;
  color: var(--nordic);
}
.text-body--small:not(:last-child) {
  margin-bottom: 16px;
}

.text-body--extra-small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.21;
  font-weight: 400;
  color: var(--empress);
}

.text-body--big {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.31rem;
  line-height: 1.33;
  font-weight: 400;
  color: var(--nordic);
}
.text-body--big:not(:last-child) {
  margin-bottom: 1rem;
}

.text-body--extra-big {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.618rem;
  line-height: 1.77;
  font-weight: 400;
  color: var(--nordic);
}

.text-body--mega {
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  color: var(--casal);
}

.fw-text-black {
  color: var(--nordic) !important;
}

.fw-text-black--light {
  color: var(--charcoallight) !important;
}

.fw-text-offblack {
  color: var(--charcoal) !important;
}

.fw-text-grey {
  color: var(--grey);
}

.fw-text-empress {
  color: var(--empress);
}

.fw-text-white {
  color: var(--offwhite) !important;
}

.fw-text-accent {
  color: var(--carrotorange) !important;
}

.fw-text-casal {
  color: var(--casal);
}

.fw-text-nobel {
  color: var(--nobel);
}

.fw-text-blue {
  color: var(--linkedinblue);
}

.text-accent--center {
  position: relative;
  margin-bottom: 12px;
}
.text-accent--center::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: block;
  width: 80px;
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--nordic);
}

.text-accent--left {
  position: relative;
}
.text-accent--left::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 80px;
  height: 1px;
  transform: translateX(0%);
  background-color: var(--nordic);
}

.text-underline {
  position: relative;
  display: inline-block;
}
.text-underline::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transform: translateX(0%);
  background-color: var(--nordic);
}

.text-tickmark {
  position: relative;
  padding-right: 30px;
  display: inline-block;
}
.text-tickmark::after {
  content: "";
  background-image: url("assets/images/ui/tick_circle.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.oblique-text {
  font-style: italic;
}

.fw-text-size--18 {
  font-size: 18px;
}

.fw-text-size--16 {
  font-size: 16px;
}

.fw-text-size--10 {
  font-size: 10px !important;
}

.font-weight--600 {
  font-weight: 600;
}

.fw-line-height-1 {
  line-height: 1 !important;
}

.fw-text-border-left {
  padding-left: 8px;
  border-left: 1px solid var(--silver);
}

.text-border {
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}
.text-border::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--silver);
  position: absolute;
  left: 0;
  top: 50%;
}
.text-border::after {
  content: "";
  display: block;
  width: calc(100vw - 100% - 16px - 15px);
  height: 1px;
  background-color: var(--silver);
  position: absolute;
  left: calc(100% + 16px);
  top: 50%;
}

blockquote {
  border-left: 1px solid var(--nordic);
  padding-left: 16px;
  margin-bottom: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--eastbay);
}

.fw-blockquote {
  position: relative;
  border: 0;
}
.fw-blockquote::before {
  content: "“";
  font-family: sans-serif;
  color: var(--grey);
  line-height: 1;
  font-size: 16rem;
  position: absolute;
  top: -35px;
  left: -34px;
  opacity: 0.2;
}

@media screen and (min-width: 576px) {
  .fw-blockquote::before {
    font-size: 10rem;
    top: -37px;
    left: -30px;
  }

  .fw-text-size-md--18 {
    font-size: 18px;
  }

  .heading-1 {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 500;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
  }

  .text-body--small {
    font-size: 15px;
    line-height: 1.78;
    font-weight: 400;
  }

  .text-border {
    position: relative;
    display: inline-block;
    padding-left: 190px;
    padding-right: 190px;
  }
  .text-border::before {
    content: "";
    display: block;
    width: 175px;
    height: 0px;
    background-color: var(--silver);
    position: absolute;
    left: 0;
    top: 50%;
  }
  .text-border::after {
    content: "";
    display: block;
    width: 175px;
    height: 0px;
    background-color: var(--silver);
    position: absolute;
    right: 0;
    left: unset;
    top: 50%;
  }

  .text-border--full {
    position: relative;
    z-index: 5;
  }
  .text-border--full::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--silver);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
  }
  .text-border--full span {
    background: var(--smoke);
    position: relative;
    z-index: 4;
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .heading-1 {
    font-size: 4.25rem;
    line-height: 1.25;
    font-weight: 500;
  }

  .text-width--50 {
    width: 50%;
  }

  .text-width--60 {
    width: 60%;
  }

  .text-width--70 {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .heading-2 {
    font-size: 2.625rem;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .fw-text-mobile-32 {
    font-size: 32px;
  }
}
/* images and svgs */
.fw-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fw-figure svg {
  width: 100%;
  height: 100%;
}

.fw-icon--20 {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.fw-icon--20 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fw-icon--20 svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.fw-icon--24 {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.fw-icon--24 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fw-icon--24 svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.fw-figure--1-1 {
  position: relative;
  padding-top: 100%;
}
.fw-figure--1-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fw-figure--16-9 {
  position: relative;
  padding-top: 56%;
}
.fw-figure--16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fw-figure--4-3 {
  position: relative;
  padding-top: 75%;
}
.fw-figure--4-3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fw-figure--3-4 {
  position: relative;
  padding-top: 130%;
}
.fw-figure--3-4 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.fw-figure--28 {
  width: 28px;
}

.fw-figure--100 {
  width: 100px;
}

.fw-figure-csr-logo {
  max-width: 320px;
  width: fit-content;
}
.fw-figure-csr-logo img {
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: bottom left;
}

.fw-figure--video-icon {
  position: relative;
  cursor: pointer;
}
.fw-figure--video-icon::after {
  content: "";
  background-image: url("assets/images/ui/play.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease;
}

.fw-figure--video-icon:hover::after {
  opacity: 0.5;
}

.fw-section {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.fw-section-secondary {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.fw-section--bw {
  background-color: var(--smoke);
  position: relative;
  padding-top: 5.5rem;
  padding-bottom: 0;
}
.fw-section--bw::after {
  content: "";
  display: block;
  height: 100%;
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 1;
}

.fw-section--img {
  background-color: var(--alabaster);
  padding-top: 7.5rem;
  padding-bottom: 0;
  position: relative;
}
.fw-section--img .fw-section-bg__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 0;
}
.fw-section--img .fw-section-bg--3 {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.fw-section--img .fw-section-bg--3 img {
  min-height: 270px;
}
.fw-section--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fw-section-hero {
  padding-top: 8rem;
  padding-bottom: 5rem;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}
.fw-section-hero .fw-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.fw-section-hero .fw-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: soft-light;
}
.fw-section-hero .fw-section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161c1d;
  z-index: -1;
}

.fw-section-hero-community {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.fw-section-hero--tertiary {
  background: #63727A;
  padding-top: 6.25rem;
  padding-bottom: 2.375rem;
  z-index: 5;
}

.fw-section-community {
  padding-top: 6.5rem;
  padding-bottom: 14rem;
}

@media screen and (min-width: 576px) {
  .fw-section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .fw-section-hero {
    padding-bottom: 6rem;
  }

  .fw-section-hero-community {
    padding-bottom: 6rem;
  }

  .fw-section--img {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .fw-section--img .fw-section-bg__content {
    padding-left: 50px;
  }
  .fw-section--img .fw-section-bg--3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 55%;
  }

  .fw-section-community {
    padding-top: 11rem;
  }
}
@media screen and (min-width: 768px) {
  .fw-section-hero {
    padding-top: 12rem;
    padding-bottom: 8rem;
    min-height: 500px;
    position: relative;
  }
  .fw-section-hero .fw-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .fw-section-hero .fw-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: soft-light;
  }
  .fw-section-hero .fw-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161c1d;
    z-index: -1;
  }

  .fw-section-hero-community {
    padding-top: 9rem;
    padding-bottom: 10.25rem;
  }

  .fw-section--bw {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .fw-section--bw::after {
    background-color: var(--dovegrey);
  }

  .fw-section-hero--tertiary {
    padding-top: 10rem;
    padding-bottom: 1.75rem;
  }
}
.editor-content {
  font-size: 16px;
  overflow-wrap: break-word;
}
.editor-content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 4.25rem;
  line-height: 1.25;
  font-weight: 400;
  color: var(--nordic);
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.editor-content h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.625rem;
  line-height: 1.36;
  font-weight: 400;
  color: var(--nordic);
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.editor-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 1.36;
  font-weight: 400;
  color: var(--nordic);
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.editor-content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--nordic);
  text-transform: capitalize;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}
.editor-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--eastbay);
  margin-bottom: 32px;
}
.editor-content p:last-child {
  margin-bottom: 0;
}
.editor-content ul {
  padding-left: 24px;
  list-style: none;
}
.editor-content ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--eastbay);
  margin-bottom: 1.5rem;
  position: relative;
}
.editor-content ul li:last-child {
  margin-bottom: 0;
}
.editor-content ul li::before {
  content: "";
  width: 5px;
  height: 11px;
  background-color: var(--carrotorange);
  position: absolute;
  top: 7px;
  left: -24px;
}
.editor-content blockquote {
  border-left: 1px solid var(--nordic);
  padding-left: 16px;
  padding-right: 18px;
  margin-bottom: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--eastbay);
  letter-spacing: 0.02em;
}
.editor-content img {
  width: 100%;
  height: auto;
}
.editor-content iframe {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.fw-sitemap ul {
  margin-bottom: 40px;
}
.fw-sitemap li {
  padding-right: 50px;
}
.fw-sitemap .pagination strong {
  padding-left: 10px;
  padding-right: 10px;
}
.fw-sitemap .pagination a {
  padding-left: 10px;
  padding-right: 10px;
}

.fw-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--casal);
  display: inline;
  position: relative;
  padding-bottom: 10px;
  transition: color 0.2s ease;
}
.fw-link::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--casal);
}
.fw-link:hover {
  color: var(--carrotorange);
}

.fw-link--icon {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--nordic);
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.fw-link--icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(100% - 32px);
  height: 1px;
  background-color: var(--nordic);
}
.fw-link--icon .fw-link__icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: bottom;
  margin-right: 4px;
  transition: transform 0.4s ease;
}
.fw-link--icon .fw-link__icon img,
.fw-link--icon .fw-link__icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.fw-link--icon .fw-link__text {
  display: inline-block;
  font-size: 16px;
}
.fw-link--icon:hover .fw-link__text {
  color: var(--carrotorange);
}
.fw-link--icon:hover::after {
  background-color: var(--carrotorange);
}
.fw-link--icon:hover .fw-link__icon {
  transform: translateX(4px);
}
.fw-link--icon:hover .fw-link__icon svg {
  color: var(--carrotorange);
}

.fw-link--icon--white {
  color: #fff;
}
.fw-link--icon--white::after {
  background-color: #fff;
}
.fw-link--icon--white:hover .fw-link__text {
  color: #fff;
}
.fw-link--icon--white:hover::after {
  background-color: #fff;
}
.fw-link--icon--white:hover .fw-link__icon svg {
  color: #fff;
}

.fw-link-primary {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--torchred);
  z-index: 2;
}
.fw-link-primary:hover {
  text-decoration: none;
  color: var(--torchred);
}

.fw-link-secondary {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--torchred);
  z-index: 2;
}
.fw-link-secondary:hover {
  text-decoration: none;
  color: var(--torchred);
}

.fw-link-primary--accent {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--torchred);
  position: relative;
  z-index: 2;
}
.fw-link-primary--accent::after {
  position: absolute;
  left: 0;
  top: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.fw-link-primary--accent:hover {
  text-decoration: none;
  color: var(--torchred);
}
.fw-link-primary--accent:hover.fw-link-primary--accent::after {
  opacity: 1;
}

.fw-link-primary--small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.87rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--torchred);
  z-index: 2;
}
.fw-link-primary--small:hover {
  text-decoration: underline;
}

.fw-link--icon--inline {
  padding-left: 32px;
  position: relative;
}
.fw-link--icon--inline::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 20px;
  background-image: url("assets/images/ui/tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.fw-tel::before {
  background-image: url("assets/images/ui/tel.svg");
}

.fw-mail::before {
  background-image: url("assets/images/ui/mail.svg");
}

.fw-location::before {
  background-image: url("assets/images/ui/location.svg");
}

.fw-btn-linkedin {
  background-color: transparent;
  display: inline-flex;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.27;
  font-weight: 400;
  color: var(--silver);
  text-align: center;
  justify-content: center;
  align-items: baseline;
  z-index: 2;
}
.fw-btn-linkedin svg {
  transition: 0.2s color ease;
  margin-right: 14px;
}
.fw-btn-linkedin span {
  transition: 0.2s color ease;
}
.fw-btn-linkedin:hover {
  text-decoration: none;
}
.fw-btn-linkedin:hover span {
  color: var(--snow);
}
.fw-btn-linkedin:hover svg {
  color: var(--snow);
}

.fw-btn-linkedin--dark {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.27;
  font-weight: 400;
  color: var(--casal);
  text-align: center;
  z-index: 2;
}
.fw-btn-linkedin--dark svg {
  transition: 0.2s color ease;
  margin-right: 14px;
}
.fw-btn-linkedin--dark span {
  transition: color 0.2s ease, border-color 0.2s ease;
  border-left: 1px solid var(--casal);
  padding-left: 12px;
}
.fw-btn-linkedin--dark:hover {
  text-decoration: none;
}
.fw-btn-linkedin--dark:hover span {
  color: var(--carrotorange);
  border-color: var(--carrotorange);
}
.fw-btn-linkedin--dark:hover svg {
  color: var(--carrotorange);
}

.fw-button--primary, .fw-button--primary--small, .fw-button--primary--small-full, .fw-button--tertiary, .fw-button--tertiary--small, .fw-button--secondary, .fw-button--secondary--small {
  background-color: var(--carrotorange);
  padding: 16px 40px 16px 40px;
  display: inline-flex;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.27;
  font-weight: 400;
  color: var(--snow);
  text-align: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  z-index: 2;
}
.fw-button--primary:hover, .fw-button--primary--small:hover, .fw-button--primary--small-full:hover, .fw-button--tertiary:hover, .fw-button--tertiary--small:hover, .fw-button--secondary:hover, .fw-button--secondary--small:hover {
  text-decoration: none;
  background-color: var(--empress);
  color: var(--snow);
}
.fw-button--primary:active, .fw-button--primary--small:active, .fw-button--primary--small-full:active, .fw-button--tertiary:active, .fw-button--tertiary--small:active, .fw-button--secondary:active, .fw-button--secondary--small:active {
  background-color: var(--empress);
}

.fw-button--secondary, .fw-button--secondary--small {
  background-color: var(--white);
  color: var(--nero);
}

.fw-button--tertiary, .fw-button--tertiary--small {
  background-color: var(--nightrider);
  color: var(--snow);
}

.fw-button--secondary--small {
  padding: 12px 38px 12px 38px;
}

.fw-button--tertiary--small {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px 28px;
}

.fw-button--outline {
  background-color: transparent;
  padding: 14px 40px;
  display: inline-flex;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--nordic);
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--nordic);
  z-index: 2;
}
.fw-button--outline:hover {
  text-decoration: none;
  background-color: var(--nordic);
  color: var(--white);
}
.fw-button--outline .fw-button__icon {
  max-height: 18px;
  margin-right: 14px;
}

.fw-button--primary--small, .fw-button--primary--small-full {
  padding: 12px 30px 12px 30px;
}

.fw-button--primary--small-full {
  width: 100%;
}

.social-links {
  margin-bottom: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.social-links svg {
  color: var(--casal);
  width: 32px;
}
.social-links .social-linkedin svg {
  transition: 0.4s ease;
}
.social-links .social-linkedin:hover {
  text-decoration: none;
}
.social-links .social-linkedin:hover svg {
  color: #0069a7;
}
.social-links .social-youtube svg {
  transition: 0.4s ease;
}
.social-links .social-youtube:hover {
  text-decoration: none;
}
.social-links .social-youtube:hover svg {
  color: #c01c1c;
}
.social-links .social-facebook svg {
  transition: 0.4s ease;
}
.social-links .social-facebook:hover {
  text-decoration: none;
}
.social-links .social-facebook:hover svg {
  color: #3b5998;
}
.social-links .social-twitter svg {
  transition: 0.4s ease;
}
.social-links .social-twitter:hover {
  text-decoration: none;
}
.social-links .social-twitter:hover svg {
  color: #1a92e8;
}
.social-links .social-instagram {
  /* Use the colors to transition to */
}
.social-links .social-instagram #instagramRect {
  fill: url(#MyGradient);
}
.social-links .social-instagram stop {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.social-links .social-instagram:hover {
  text-decoration: none;
}
.social-links .social-instagram:hover svg stop:first-child {
  stop-color: #405de6;
}
.social-links .social-instagram:hover svg stop:nth-child(2) {
  stop-color: #833ab4;
}
.social-links .social-instagram:hover svg stop:nth-child(3) {
  stop-color: #fd1d1d;
}
.social-links .social-instagram:hover svg stop:last-child {
  stop-color: #ffdc80;
}
.social-links .social-instagram-mobile {
  /* Use the colors to transition to */
}
.social-links .social-instagram-mobile #instagramRect {
  fill: url(#MyGradientMobile);
}
.social-links .social-instagram-mobile stop {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.social-links .social-instagram-mobile:hover {
  text-decoration: none;
}
.social-links .social-instagram-mobile:hover svg stop:first-child {
  stop-color: #405de6;
}
.social-links .social-instagram-mobile:hover svg stop:nth-child(2) {
  stop-color: #833ab4;
}
.social-links .social-instagram-mobile:hover svg stop:nth-child(3) {
  stop-color: #fd1d1d;
}
.social-links .social-instagram-mobile:hover svg stop:last-child {
  stop-color: #ffdc80;
}
.social-links .social-instagram-vert {
  /* Use the colors to transition to */
}
.social-links .social-instagram-vert #instagramRect {
  fill: url(#MyGradientVert);
}
.social-links .social-instagram-vert stop {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.social-links .social-instagram-vert:hover {
  text-decoration: none;
}
.social-links .social-instagram-vert:hover svg stop:first-child {
  stop-color: #405de6;
}
.social-links .social-instagram-vert:hover svg stop:nth-child(2) {
  stop-color: #833ab4;
}
.social-links .social-instagram-vert:hover svg stop:nth-child(3) {
  stop-color: #fd1d1d;
}
.social-links .social-instagram-vert:hover svg stop:last-child {
  stop-color: #ffdc80;
}

.social-links-vertical li {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
}
.social-links-vertical svg {
  color: var(--silver);
}

.share-container {
  position: sticky;
  top: 350px;
}

.button-border-container {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.button-border-container a {
  position: relative;
  width: 100%;
}
.button-border-container a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-2000px - 32px);
  display: block;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  background-color: var(--silver);
}
.button-border-container a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-2000px - 32px);
  display: block;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  background-color: var(--silver);
}

.fw-btn-top {
  display: inline-block;
  background-color: var(--carrotorange);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 10px;
  padding-top: 17px;
}

.fw-btn-top::after {
  content: "";
  background-image: url("assets/images/ui/up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
}

.fw-btn-top:hover {
  cursor: pointer;
  background-color: #333;
}

.fw-btn-top:active {
  background-color: #555;
}

.fw-btn-top.show {
  opacity: 0.5;
  visibility: visible;
}

@media (min-width: 500px) {
  .fw-btn-top {
    margin: 30px;
  }
}
.fw-button-wide {
  padding-left: 65px;
  padding-right: 65px;
}

.fw-button-narrow {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 576px) {
  .fw-button-full-width-mobile {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .button-border-container a {
    width: auto;
  }
  .button-border-container a::before {
    width: 2000px;
    height: 1px;
  }
  .button-border-container a::after {
    width: 2000px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .fw-button--tertiary--small {
    padding: 12px 42px;
  }

  .fw-btn-linkedin--dark {
    justify-content: flex-start;
  }
}
/* Navbar Items */
.fw-header-navbar {
  background-color: transparent;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.fw-nav-overlay {
  background-color: #323232;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  opacity: 0;
  display: none;
}

.fw-logo {
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 42px;
  transition: transform 0.4s ease;
  transform-origin: left center;
}
.fw-logo img,
.fw-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: var(--white);
}

.fw-navbar {
  padding-left: 0;
  padding-right: 0;
  transition: padding 0.3s ease;
}

.fw-navbar-nav {
  opacity: 1;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 400;
}

.navbar-collapse.collapsing {
  background-color: #fff;
}

.fw-nav-item {
  margin: 0;
  opacity: 1;
  position: relative;
}

.navbar-expand-lg .navbar-nav .fw-nav-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.02em;
  text-transform: capitalize;
  padding: 8px 15px;
  position: relative;
  z-index: 50;
  margin-bottom: 12px;
}
.navbar-expand-lg .navbar-nav .fw-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 16px;
  height: 2px;
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.5s cubic-bezier(0, 0.26, 0, 1.07), opacity 0.5s cubic-bezier(0, 0.26, 0, 1.07);
  background-color: var(--white);
}
.navbar-expand-lg .navbar-nav .fw-nav-link:hover {
  text-decoration: none;
}
.navbar-expand-lg .navbar-nav .fw-nav-link:hover::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}
.navbar-expand-lg .navbar-nav .fw-nav-link:active.fw-nav-link::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.header-bg {
  background-color: var(--white);
  box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.15);
}
.header-bg .fw-navbar {
  padding: 0;
}
.header-bg .fw-logo svg {
  color: #818690;
}
.header-bg .navbar-expand-lg .navbar-nav .fw-nav-link {
  color: var(--nordic);
}
.header-bg .navbar-expand-lg .navbar-nav .fw-nav-link::after {
  background-color: var(--nordic);
}
.header-bg .fw-navbar-toggler span {
  background-color: #818690;
}

.fw-nav-item.active .fw-nav-link::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.fw-header-navbar--dark .fw-logo svg {
  color: #818690;
}
.fw-header-navbar--dark .navbar-expand-lg .navbar-nav .fw-nav-link {
  color: var(--nordic);
}
.fw-header-navbar--dark .fw-navbar-toggler span {
  background-color: #818690;
}

@media screen and (min-width: 992px) {
  .fw-header-navbar--dark .navbar-expand-lg .navbar-nav .fw-nav-link::after {
    background-color: var(--nordic);
  }
}
.fw-navbar-toggler {
  outline: none;
  margin-top: 10px;
  position: relative;
  z-index: 500;
}
.fw-navbar-toggler span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-bottom: 8px;
  transform-origin: 50% 50%;
  transition: all 0.2s ease;
}
.fw-navbar-toggler span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
}
.fw-navbar-toggler span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -1px);
}
.fw-navbar-toggler:focus {
  outline: none;
}

.fw-navbar-toggler:not(.collapsed) span {
  background-color: #818690;
}

.fw-navbar-toggler.collapsed span:nth-child(1) {
  transform: rotate(0deg);
}
.fw-navbar-toggler.collapsed span:nth-child(2) {
  transform: rotate(0deg);
}

body.nav-active {
  overflow: hidden;
}

.fw-nav-item-info {
  padding-top: 20px;
  width: 80%;
}
.fw-nav-item-info p,
.fw-nav-item-info ul {
  padding-left: 28px;
  padding-right: 30px;
}
.fw-nav-item-info .fw-button--outline {
  margin-left: 28px;
  padding-right: 30px;
  width: calc(100% - 58px);
}

@media screen and (max-width: 991px) {
  .fw-nav-container {
    max-width: 100%;
  }

  .fw-nav-links {
    width: 100%;
    margin-bottom: auto;
  }

  .fw-navbar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    background-color: #fff;
    background: #fff url("../images/nav_bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 120px;
    align-items: flex-start;
    overflow: hidden;
    overflow-y: scroll;
  }
  .fw-navbar-nav .fw-nav-item {
    margin-bottom: 0;
    width: 100%;
    border-bottom: 2px solid var(--whitesmokedark);
    padding-left: 28px;
  }

  .navbar-expand-lg .navbar-nav .fw-nav-link {
    font-size: 16px;
    line-height: 1.18;
    font-weight: 400;
    color: var(--casal);
    padding: 16px 0 14px 0;
    display: inline-block;
    margin-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav .fw-nav-link::after {
    bottom: -2px;
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: var(--carrotorange);
  }
  .navbar-expand-lg .navbar-nav .fw-nav-link:hover {
    text-decoration: none;
  }
  .navbar-expand-lg .navbar-nav .fw-nav-link:hover::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
  .navbar-expand-lg .navbar-nav .fw-nav-link:active.fw-nav-link::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }

  .fw-navbar-nav .fw-nav-item.active .fw-nav-link {
    font-size: 32px;
    line-height: 1.18;
    font-weight: 400;
    color: var(--carrotorange);
    padding-bottom: 1px;
    padding-top: 10px;
  }
  .fw-navbar-nav .fw-nav-item.active .fw-nav-link::after {
    background-color: var(--carrotorange);
  }

  .header-bg .navbar-expand-lg .fw-navbar-nav .fw-nav-link::after {
    background-color: var(--carrotorange);
  }
}
@media screen and (max-width: 768px) {
  .fw-navbar {
    padding: 0;
  }
}
@media screen and (max-width: 567px) {
  .fw-navbar-nav {
    padding-top: 100px;
  }
  .fw-navbar-nav .fw-nav-item {
    margin-bottom: 0px;
  }
  .fw-navbar-nav .fw-nav-item .fw-nav-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .fw-logo {
    width: 64px;
    height: 56px;
  }

  .fw-nav-item-info {
    width: 40%;
  }
}
/* card */
.fw-card {
  background-color: var(--whitesmokelight);
  padding: 26px 8px;
  min-height: 215px;
  position: relative;
  overflow: hidden;
}
.fw-card .fw-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: transform 0.4s ease;
}
.fw-card .fw-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fw-card .fw-card__content {
  position: relative;
  z-index: 5;
  text-align: center;
}
.fw-card .fw-card__content .heading-2 {
  font-size: 24px;
}
.fw-card .fw-card__content .text-body--normal, .fw-card .fw-card__content ul, .fw-card .fw-card__content ol {
  font-size: 12px;
}
.fw-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: linear-gradient(170.95deg, #f0f0f0 17.28%, rgba(240, 240, 240, 0.73) 42.01%, rgba(210, 208, 208, 0.54) 40.19%, rgba(83, 83, 83, 0) 93.13%);
  opacity: 1;
  transition: opacity 0.4s ease;
}

.fw-card--link {
  cursor: pointer;
  display: block;
}
.fw-card--link:hover {
  text-decoration: none;
}
.fw-card--link:hover .fw-card .fw-card__img {
  transform: scale(1.05);
}
.fw-card--link:hover .fw-card::before {
  opacity: 0.1;
}

.fw-card--full {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.fw-card--full .fw-card__img {
  flex: 100% 0 0;
  min-height: 350px;
}
.fw-card--full .fw-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fw-card--full .fw-card__content {
  padding: 20px 45px 28px 15px;
  flex: 100% 0 0;
}

.fw-article--link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid var(--platinum);
}
.fw-article--link figure {
  width: 100%;
  position: relative;
  padding-top: 50%;
  margin-bottom: 0;
  flex: 50% 0 0;
}
.fw-article--link figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fw-article--link .fw-article--link--block__content {
  padding: 0 0 0 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}
.fw-article--link .fw-link {
  margin-top: auto;
}

.fw-article--featured {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}
.fw-article--featured figure {
  padding-top: 75%;
  margin-bottom: 0;
}
.fw-article--featured .fw-article--link--block__content {
  padding: 24px;
  padding-bottom: 44px;
}

.fw-article--link--block {
  background-color: var(--whitesmoke);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.fw-article--link--block figure {
  width: 100%;
}
.fw-article--link--block .fw-article--link--block__content {
  padding: 24px;
  padding-bottom: 44px;
}

.fw-article--link--noimg {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  padding: 40px 12px;
  background-color: var(--lightgrey);
}
.fw-article--link--noimg .fw-link {
  margin-top: auto;
}

.fw-card--thumb--1-1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.fw-card--thumb--1-1 .fw-card--thumb__image {
  position: relative;
  padding-top: 100%;
  transition: transform 0.5s ease;
}
.fw-card--thumb--1-1 .fw-card--thumb__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fw-card--thumb--1-1 .fw-card--thumb__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.fw-card--thumb--1-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 41, 50, 0.3);
  z-index: 5;
  transition: opacity 0.5s ease;
}
.fw-card--thumb--1-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1f1f1f 0%, rgba(31, 31, 31, 0) 15.69%, rgba(31, 31, 31, 0) 72.82%, #1f1f1f 100%);
}
.fw-card--thumb--1-1:hover .fw-card--thumb__image {
  transform: scale(1.1);
}
.fw-card--thumb--1-1:hover::before {
  opacity: 0;
}

.fw-card--thumb {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 170px;
  display: flex;
}
.fw-card--thumb .fw-card--thumb__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fw-card--thumb .fw-card--thumb__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.fw-card--thumb .fw-card--thumb__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 41, 50, 0.3);
  z-index: 5;
  transition: opacity 0.5s ease;
}
.fw-card--thumb .fw-card--thumb__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1f1f1f 0%, rgba(31, 31, 31, 0) 15.69%, rgba(31, 31, 31, 0) 72.82%, #1f1f1f 100%);
}
.fw-card--thumb .fw-card--thumb__content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 16px;
}
.fw-card--thumb .fw-card--thumb__content .subheading {
  font-size: 12px;
}
.fw-card--thumb .fw-card--thumb__content .text-body--small {
  font-size: 10px;
}
.fw-card--thumb .fw-card--thumb__content .text-body--normal, .fw-card--thumb .fw-card--thumb__content ul, .fw-card--thumb .fw-card--thumb__content ol {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.24;
  max-width: 450px;
}
.fw-card--thumb:hover .fw-card--thumb__image img {
  transform: scale(1.1);
}
.fw-card--thumb:hover::before {
  opacity: 0;
}

.fw-card-shadow {
  box-shadow: 0px 2px 20px rgba(141, 141, 141, 0.1);
}

@media screen and (min-width: 576px) {
  .fw-card {
    padding: 2.6rem 8px;
    min-height: 280px;
  }
  .fw-card .fw-card__content .heading-2 {
    font-size: 1.9rem;
  }
  .fw-card .fw-card__content .text-body--normal, .fw-card .fw-card__content ul, .fw-card .fw-card__content ol {
    font-size: 16px;
  }

  .fw-article--link {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
  .fw-article--link figure {
    padding-top: 100%;
    margin-bottom: 16px;
  }
  .fw-article--link .fw-article--link--block__content {
    padding: 0;
    padding-bottom: 40px;
  }

  .fw-article--featured figure {
    padding-top: 100%;
    margin-bottom: 16px;
  }
  .fw-article--featured .fw-article--link--block__content {
    padding: 0;
    padding-bottom: 40px;
  }

  .fw-card--thumb--1-1 .fw-card--thumb__content {
    padding: 28px 48px 60px 48px;
    padding: 24px 60px 32px 32px;
  }

  .fw-card--thumb {
    min-height: 400px;
  }
  .fw-card--thumb .fw-card--thumb__content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 22px 30px 30px 30px;
  }
  .fw-card--thumb .fw-card--thumb__content .subheading,
.fw-card--thumb .fw-card--thumb__content .text-body--small,
.fw-card--thumb .fw-card--thumb__content .text-body--normal,
.fw-card--thumb .fw-card--thumb__content ul,
.fw-card--thumb .fw-card--thumb__content ol {
    color: var(--offwhite);
  }
  .fw-card--thumb .fw-card--thumb__content .subheading,
.fw-card--thumb .fw-card--thumb__content .text-body--small {
    font-size: 16px;
  }
  .fw-card--thumb .fw-card--thumb__content .text-body--normal, .fw-card--thumb .fw-card--thumb__content ul, .fw-card--thumb .fw-card--thumb__content ol {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .fw-card {
    padding: 2.6rem 16px;
    width: 100%;
    min-height: 350px;
  }

  .fw-card--full .fw-card__img {
    flex: 50% 0 0;
    order: 1;
  }
  .fw-card--full .fw-card__content {
    padding: 30px 24px 80px 0;
    flex: 50% 0 0;
  }

  .fw-article--link--noimg {
    padding: 40px;
    background-color: var(--lightgrey);
  }
}
@media screen and (min-width: 1200px) {
  .fw-card--full .fw-card__content {
    padding: 30px 95px 80px 0;
  }
}
.newsroom-card-top {
  opacity: 0;
  transform: translateY(50px);
}

.fw-footer {
  position: relative;
  background-color: #6d6e71;
  padding-top: 4.3rem;
  z-index: 3;
  overflow: hidden;
}
.fw-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(284.13deg, #cecece -30.02%, rgba(206, 206, 206, 0) 44.29%);
  z-index: 0;
  opacity: 0.4;
}
.fw-footer::after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: -180px;
  width: 600px;
  height: 600px;
  background-image: url("assets/images/ui/footer-bg-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.1;
}
.fw-footer .footer-divider-vertical {
  position: relative;
}
.fw-footer .footer-divider-vertical::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #87898c;
}
.fw-footer .fw-footer-logo {
  width: 85px;
}
.fw-footer .fw-footer-logo img {
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  object-position: top left;
}
.fw-footer .text-body--extra-small {
  font-size: 14px;
  color: #eaeaea;
}
.fw-footer .text-body--small {
  color: var(--empress);
  font-size: 15px;
}
.fw-footer .text-body--big {
  color: var(--footerlinks);
  font-size: 21px;
}
.fw-footer a {
  color: var(--footerlinks);
}
.fw-footer a:hover,
.fw-footer a.text-body--big:hover {
  color: var(--carrotorange);
}

.fw-footer-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fw-footer-list .fw-footer-link {
  margin-bottom: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: var(--footerlinks);
}
.fw-footer-list .fw-footer-link a {
  font-weight: 400;
  display: inline-block;
}
.fw-footer-list .fw-footer-link a:hover {
  text-decoration: none;
  color: var(--carrotorange);
}

.fw-footer-list-mobile {
  column-count: 2;
}

.fw-footer-list-vertical {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.fw-footer-list-vertical .fw-footer-link-vertical {
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.21;
  font-weight: 600;
  color: var(--casal);
  display: inline-block;
  margin-left: 16px;
}
.fw-footer-list-vertical .fw-footer-link-vertical a {
  color: var(--casal);
  display: inline-block;
}
.fw-footer-list-vertical .fw-footer-link-vertical a:hover {
  text-decoration: none;
  color: var(--carrotorange);
}

.fw-footer-border {
  border: 0;
  height: 1px;
  background-color: #87898c;
  width: 100%;
}

@media screen and (max-width: 576px) {
  .fw-footer .fw-footer-logo {
    width: 70px;
  }

  .mb-42--footer {
    margin-bottom: 20px !important;
  }

  .fw-footer-text-width {
    width: 50%;
    margin: 0 auto;
  }
}
.fw-table {
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--eastbay);
}
.fw-table tr {
  margin-bottom: 8px;
}
.fw-table td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 16px;
  vertical-align: top;
}
.fw-table td:first-child {
  width: 37.5%;
}
.fw-table td:nth-child(2) {
  font-weight: 600;
  width: 62.5%;
}

.input-text,
.input-textarea {
  border: 1px solid var(--blue-whale);
  outline: 0;
  padding: 8px;
  height: 32px;
  width: 100%;
  margin-bottom: 14px;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--nordic);
}
.input-text::placeholder,
.input-textarea::placeholder {
  color: var(--suvagrey);
}
.input-text:focus,
.input-textarea:focus {
  border-color: var(--denim);
}
.input-text:invalid,
.input-textarea:invalid {
  border-color: var(--cinnabar);
}

.input-textarea {
  height: auto;
}

.label {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--blue-whale);
  margin-bottom: 10px;
  display: block;
}

.form-info {
  margin-bottom: 20px;
  display: block;
  font-weight: 400;
}

.fw-search {
  position: relative;
}
.fw-search .fw-search-input {
  border: 1px solid var(--dimgrey);
  border-radius: 4px;
  height: 40px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  outline: 0;
  padding: 8px 38px 8px 16px;
  color: var(--dimgrey);
}
.fw-search .fw-search-input::placeholder {
  color: var(--suvagrey);
}
.fw-search .fw-search-input:focus {
  border-color: var(--denim);
}
.fw-search .fw-search-input:invalid {
  border-color: var(--cinnabar);
}
.fw-search .fw-search-icon {
  position: absolute;
  right: 8px;
  top: 8px;
  max-width: 24px;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

textarea {
  resize: none;
}

.fw-input-text {
  background-color: var(--whitesmokedark);
  opacity: 0.7;
  border-color: var(--whitesmokedark);
  border-radius: 4px;
  padding: 16px 25px 16px 25px;
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--nordic);
}
.fw-input-text::placeholder {
  color: var(--grey);
}

.fw-input-text--outline {
  background-color: transparent;
  border-color: var(--silver);
  border-radius: 4px;
  padding: 12px 25px 12px 22px;
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.18;
  font-weight: 400;
  color: var(--nordic);
}
.fw-input-text--outline::placeholder {
  color: var(--silver);
}

.fw-input-group {
  display: flex;
}

.fw-button-append a,
.fw-button-append button {
  border-radius: 0 4px 4px 0;
}

.fw-input-prepend {
  border-radius: 4px 0 0 4px;
}

.material-textfield {
  position: relative;
}
.material-textfield label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: var(--silver);
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.material-textfield input {
  font-size: 1rem;
  outline: none;
  border: 1px solid var(--silver);
  border-radius: 4px;
  padding: 1rem 0.7rem;
  color: var(--offblack);
  transition: 0.1s ease-out;
  width: 100%;
  height: 40px;
  background-color: #fff;
}
.material-textfield input:focus + label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.material-textfield input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.material-textfield input:invalid {
  border-color: var(--cinnabar);
  margin-bottom: 10px;
}
.material-textfield input:invalid + label {
  color: var(--cinnabar);
}
.material-textfield input:invalid ~ .fw-form-error {
  opacity: 1;
}
.material-textfield .fw-form-error {
  opacity: 0;
}

.material-textarea {
  position: relative;
}
.material-textarea label {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 10px;
  background-color: var(--white);
  color: var(--silver);
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}
.material-textarea textarea {
  background-color: var(--white);
  font-size: 1rem;
  outline: none;
  border: 1px solid var(--silver);
  border-radius: 4px;
  padding: 1rem 0.7rem;
  color: var(--offblack);
  transition: 0.1s ease-out;
  width: 100%;
  height: 115px;
}
.material-textarea textarea:focus + label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.material-textarea textarea:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.fw-form-error {
  position: absolute;
  left: 0;
  top: 42px;
  font-size: 0.875rem;
  color: var(--cinnabar);
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: opacity 0.3s ease-out;
}

.material-textfield.error,
.material-textarea.error {
  margin-bottom: 34px !important;
}
.material-textfield.error .fw-form-error,
.material-textarea.error .fw-form-error {
  opacity: 1;
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  height: 40px;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  background: transparent;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 1rem 0.7rem;
}

.inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.fw-fileinput + label {
  color: var(--prussianblue);
}

.fw-fileinput + label {
  border: 1px solid var(--silver);
  border-radius: 4px;
  background-color: #fff;
  color: var(--silver);
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fw-fileinput + label span,
.fw-fileinput + label strong {
  padding: 7px 12px;
}

.fw-fileinput + label span {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  color: var(--nordic);
}

.fw-fileinput + label strong {
  height: 100%;
  display: inline-block;
  background-color: transparent;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: var(--nordic);
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--nordic);
}

.fw-fileinput:focus + label strong,
.fw-fileinput.has-focus + label strong,
.fw-fileinput + label:hover strong {
  text-decoration: none;
  box-shadow: inset 0 0 0 2px var(--primary-color);
  background-color: var(--nordic);
  color: var(--snow);
}

.upload-msg {
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #fff;
  font-size: 0.9rem;
  color: var(--silver);
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  pointer-events: none;
}

@media screen and (min-width: 576px) {
  .fw-input-text--outline {
    padding: 10px 25px 10px 22px;
    font-size: 16px;
    line-height: 1.08;
    font-weight: 400;
  }
}
.span-row-2 {
  grid-row: span 2;
}

.grid-field-container {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 16px;
}
.grid-field-container .fw-card__content h3 {
  font-size: 1.3rem;
  transition: transform 0.4s ease, color 0.4s ease;
  transform: scale(1);
}
.grid-field-container .text-accent--center::after {
  transition: opacity 0.1s ease 0.1s;
}
.grid-field-container .fw-card--link:hover .fw-card__content h3 {
  transform: scale(1.1);
  color: aliceblue;
}
.grid-field-container .fw-card--link:hover .text-accent--center::after {
  opacity: 0;
}

.fw-grid-about-info {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 12%;
  row-gap: 34px;
}

@media screen and (min-width: 576px) {
  .grid-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .fw-grid-about-info {
    display: grid;
    grid-template-columns: 52% 34%;
    column-gap: 12%;
    row-gap: 34px;
  }
}
@media screen and (min-width: 768px) {
  .span-column-md-2 {
    grid-column: span 2;
  }

  .grid-field-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}
.fw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  position: relative;
}
.fw-pagination .page-numbers {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--casal);
  text-transform: capitalize;
  padding: 12px;
}
.fw-pagination a.page-numbers {
  color: var(--carrotorange);
}
.fw-pagination .prev {
  background-image: url("assets/images/ui/arrow_left_orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
}
.fw-pagination .next {
  background-image: url("assets/images/ui/arrow_right_orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 14px;
}

.fw-tabs .fw-tab-link {
  --tablinkpadding: 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--casal);
  padding-bottom: 12px;
  position: relative;
  padding-right: var(--tablinkpadding);
  padding-left: var(--tablinkpadding);
}
.fw-tabs .fw-tab-link::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: block;
  width: calc(100% - calc(2 * var(--tablinkpadding)));
  height: 1px;
  transform: translateX(-50%);
  background-color: var(--silver);
}
.fw-tabs .fw-tab-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background-color: var(--silver);
}
.fw-tabs .fw-tab-link.active {
  color: var(--carrotorange);
}
.fw-tabs .fw-tab-link.active::before {
  height: 2px;
  background-color: var(--carrotorange);
}
.fw-tabs .fw-tab-link:first-child {
  padding-left: 0;
}
.fw-tabs .fw-tab-link:first-child::before {
  width: calc(100% - var(--tablinkpadding));
  left: 0;
  transform: translateX(0);
}
.fw-tabs .fw-tab-link:last-child {
  padding-right: 0;
}
.fw-tabs .fw-tab-link:last-child::before {
  width: calc(100% - var(--tablinkpadding));
  left: unset;
  right: 0;
  transform: translateX(0);
}
.fw-tabs .fw-tab-link:last-child::after {
  width: 0;
  height: 0;
}

@media screen and (min-width: 576px) {
  .fw-tabs .fw-tab-link {
    --tablinkpadding: 30px;
    font-size: 1.618rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.fw-section-hero-slider {
  position: relative;
}
.fw-section-hero-slider .home-hero-slider {
  height: 420px;
  margin-bottom: 38px;
}
.fw-section-hero-slider .home-hero-slider .home-hero-slider-figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.fw-section-hero-slider .home-hero-slider .home-hero-slider-figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #242932;
  opacity: 0.4;
}
.fw-section-hero-slider .home-hero-slider .home-hero-slider-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fw-section-hero-slider .home-hero-slider .home-hero-slider__content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-slider-heading {
  width: 100%;
  color: var(--offwhite);
  line-height: 1.1;
  margin-bottom: 16px;
}
.fw-section-hero-slider .fw-hero-info {
  text-align: center;
}
.fw-section-hero-slider .fw-slider-caption {
  width: 100%;
  color: var(--nordic);
  padding-left: 12px;
  border-left: 1px solid var(--nordic);
}
.fw-section-hero-slider .fw-link--icon {
  color: var(--nordic);
  margin-bottom: 28px;
}
.fw-section-hero-slider .fw-link--icon::after {
  background-color: var(--nordic);
}
.fw-section-hero-slider .fw-link--icon .fw-link__icon svg {
  color: var(--nordic);
}
.fw-section-hero-slider .fw-button--secondary, .fw-section-hero-slider .fw-button--secondary--small {
  min-width: 200px;
}
.fw-section-hero-slider .home-hero-slider-controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.fw-section-hero-slider .home-hero-slider-controls .home-slider-prev,
.fw-section-hero-slider .home-hero-slider-controls .home-slider-next {
  padding: 8px 14px;
  cursor: pointer;
}
.fw-section-hero-slider .home-hero-slider-controls .home-slider-prev svg,
.fw-section-hero-slider .home-hero-slider-controls .home-slider-next svg {
  color: #979797;
}
.fw-section-hero-slider .home-hero-slider-controls .home-slider-prev:hover svg,
.fw-section-hero-slider .home-hero-slider-controls .home-slider-next:hover svg {
  color: var(--carrotorange);
}
.fw-section-hero-slider .home-hero-slider-controls .home-hero-slider-pagination {
  padding-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw-section-hero-slider .home-hero-slider-controls .swiper-pagination-bullet {
  background: var(--silver);
  opacity: 1;
  margin-right: 8px;
  width: 14px;
  height: 4px;
  border-radius: 5px;
  transition: width 0.2s ease;
  transform-origin: center;
}
.fw-section-hero-slider .home-hero-slider-controls .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.fw-section-hero-slider .home-hero-slider-controls .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 5px;
  background: var(--carrotorange);
}

@media screen and (min-width: 576px) {
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content {
    max-width: 540px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .fw-section-hero-slider {
    height: 100vh;
    min-height: 700px;
  }
  .fw-section-hero-slider .home-hero-slider {
    height: 100%;
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content {
    max-width: 720px;
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-slider-heading {
    font-size: 3.6rem;
    width: 90%;
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-slider-caption {
    font-size: 18px;
    width: 60ch;
    color: var(--offwhite);
    border-left: 1px solid var(--offwhite);
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-link--icon {
    color: var(--offwhite);
    margin-bottom: 45px;
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-link--icon::after {
    background-color: var(--offwhite);
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-link--icon .fw-link__icon svg {
    color: var(--offwhite);
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-link--icon:hover {
    color: var(--carrotorange);
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-link--icon:hover::after {
    background-color: var(--carrotorange);
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-link--icon:hover .fw-link__icon svg {
    color: var(--carrotorange);
  }
  .fw-section-hero-slider .fw-hero-info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
  }
  .fw-section-hero-slider .home-hero-slider-controls {
    margin-bottom: 100px;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -14px;
  }
  .fw-section-hero-slider .home-hero-slider-controls .home-slider-prev svg,
.fw-section-hero-slider .home-hero-slider-controls .home-slider-next svg {
    color: var(--snow);
  }
  .fw-section-hero-slider .home-hero-slider-controls .home-hero-slider-pagination {
    order: 1;
    flex-basis: 100%;
    text-align: left;
    display: block;
  }
  .fw-section-hero-slider .home-hero-slider-controls .swiper-pagination-bullet {
    background: var(--snow);
  }
  .fw-section-hero-slider .home-hero-slider-controls .swiper-pagination-bullet-active {
    background: var(--carrotorange);
  }
}
@media screen and (min-width: 992px) {
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content {
    max-width: 960px;
  }
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content .fw-slider-heading {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .fw-section-hero-slider .home-hero-slider .home-hero-slider__content {
    max-width: 1140px;
  }
}
.fields-slider-container {
  background-color: var(--dovegrey);
  z-index: 100;
}

.fields-slider {
  z-index: 10;
  width: 100%;
}
.fields-slider .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.fields-slider .fw-card {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .fields-slider-container {
    background-color: transparent;
  }

  .fields-slider .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .fields-slider .swiper-slide .fw-card__content .heading-2 {
    font-size: 1.2rem;
  }
  .fields-slider .swiper-slide .fw-card__content .text-body--normal, .fields-slider .swiper-slide .fw-card__content ul, .fields-slider .swiper-slide .fw-card__content ol {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .fields-slider .swiper-slide .fw-card__content .heading-2 {
    font-size: 1.8rem;
  }
  .fields-slider .swiper-slide .fw-card__content .text-body--normal, .fields-slider .swiper-slide .fw-card__content ul, .fields-slider .swiper-slide .fw-card__content ol {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .fields-slider .swiper-slide .fw-card__content .heading-2 {
    font-size: 2.3rem;
  }
}
.fw-section--cookie {
  background-color: var(--offblack);
  padding: 15px;
  padding-bottom: 18px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  opacity: 0;
}
.fw-section--cookie .text-body--normal, .fw-section--cookie ul, .fw-section--cookie ol {
  color: var(--snow);
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width: 576px) {
  .fw-section--cookie {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .fw-section--cookie .text-body--normal, .fw-section--cookie ul, .fw-section--cookie ol {
    font-size: 16px;
  }
}
.fw-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}
.fw-breadcrumb .fw-breadcrumb-item {
  display: flex;
  margin-bottom: 0;
  text-transform: uppercase;
}
.fw-breadcrumb .fw-breadcrumb-item a {
  color: var(--offwhite);
}
.fw-breadcrumb .fw-breadcrumb-item a:hover {
  color: var(--carrotorange);
}
.fw-breadcrumb .fw-breadcrumb-item + .fw-breadcrumb-item {
  padding-left: 0.5rem;
}
.fw-breadcrumb .fw-breadcrumb-item + .fw-breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: url("assets/images/ui/arrow_left_small.svg");
}
.fw-breadcrumb .fw-breadcrumb-item.active {
  color: var(--offwhite);
}

.fw-breadcrumb--black .fw-breadcrumb-item a {
  color: var(--charcoallight);
}
.fw-breadcrumb--black .fw-breadcrumb-item + .fw-breadcrumb-item::before {
  content: url("assets/images/ui/arrow_left_small_black.svg");
}
.fw-breadcrumb--black .fw-breadcrumb-item.active {
  color: var(--charcoallight);
}

.fw-accordion .fw-accordion-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  color: var(--casal);
  letter-spacing: 0.02em;
  border: 0;
  background-color: transparent;
  padding: 0;
  padding-right: 16px;
  margin-bottom: 14px;
  position: relative;
}
.fw-accordion .fw-accordion-button::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transform: translateX(0%);
  background-color: var(--nordic);
}
.fw-accordion .fw-accordion-button::after {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  content: url("assets/images/ui/arrow_top.svg");
}
.fw-accordion .fw-accordion-button.collapsed::after {
  content: url("assets/images/ui/arrow_bottom.svg");
}

.fw-dropdown-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--eastbay);
  padding-right: 22px;
  position: relative;
}
.fw-dropdown-button::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  transform: translateX(0%);
  background-color: var(--eastbay);
}
.fw-dropdown-button::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  display: block;
  content: url("assets/images/ui/arrow_down_big.svg");
}
.fw-dropdown-button:hover {
  color: var(--carrotorange);
}

.fw-dropdown-button--share {
  color: var(--eastbay);
  position: relative;
}
.fw-dropdown-button--share:hover {
  color: var(--carrotorange);
}

.fw-dropdown-menu {
  min-width: 1rem;
  margin-top: 10px;
}
.fw-dropdown-menu::before {
  content: "";
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  /* position */
  transform: translatex(-50%);
}
.fw-dropdown-menu::after {
  content: "";
  border-bottom: 8px solid #ffffff;
  border-left: 9px solid rgba(0, 0, 0, 0);
  border-right: 9px solid rgba(0, 0, 0, 0);
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 50%;
  /* position */
  transform: translatex(-50%);
}
.fw-dropdown-menu .dropdown-item {
  padding: 10px 16px;
}
.fw-dropdown-menu .dropdown-item:active {
  background-color: var(--carrotorange);
}
.fw-dropdown-menu svg {
  width: 24px;
  height: 24px;
  color: var(--empress);
}

.fw-alert {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 10;
}
.fw-alert ul {
  padding-left: 24px;
  list-style: none;
}
.fw-alert ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--eastbay);
  margin-bottom: 1.5rem;
  position: relative;
}
.fw-alert ul li:last-child {
  margin-bottom: 0;
}
.fw-alert ul li::before {
  content: "";
  width: 5px;
  height: 11px;
  background-color: var(--carrotorange);
  position: absolute;
  top: 7px;
  left: -24px;
}
.fw-alert .alert-warning, .fw-alert .alert-success {
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-bottom: 1.5rem;
}
.fw-alert .alert-warning {
  border-top: 5px solid var(--carrotorange);
}
.fw-alert .alert-success {
  border-top: 5px solid #0ea82f;
}

/* spacing */
.mb-6 {
  margin-bottom: 6px;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-18 {
  margin-bottom: 1.125rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 1.4rem;
}

.mb-26 {
  margin-bottom: 1.625rem;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 2.125rem !important;
}

.mb-36 {
  margin-bottom: 2.25rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-42 {
  margin-bottom: 2.625rem !important;
}

.mb-45 {
  margin-bottom: 2.812rem !important;
}

.mb-56 {
  margin-bottom: 3.5rem !important;
}

.mb-64 {
  margin-bottom: 4rem !important;
}

.mb-68 {
  margin-bottom: 4.25rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

.mb-72 {
  margin-bottom: 4.5rem;
}

.mb-220 {
  margin-bottom: 13.75rem;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pt-220 {
  padding-top: 13.75rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mt-28 {
  margin-top: 1.75rem !important;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-120 {
  margin-top: 7.5rem !important;
}

.mt-176 {
  margin-top: 11rem;
}

.mt-5vh {
  margin-top: 5vh;
}

.mx-15-n {
  margin-left: -15px;
  margin-right: -15px;
}

.fw-width--200 {
  max-width: 200px;
}

.fw-height--300 {
  height: 300px;
}

@media screen and (min-width: 768px) {
  .mb-md-22 {
    margin-bottom: 22px !important;
  }

  .mb-md-32 {
    margin-bottom: 32px !important;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .mb-md-56 {
    margin-bottom: 3.5rem !important;
  }

  .mb-md-68 {
    margin-bottom: 4.25rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }

  .pt-md-72 {
    padding-top: 4.5rem !important;
  }

  .pl-md-80 {
    padding-left: 80px;
  }

  .px-md-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .py-md-88 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }

  .py-md-104 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .pr-lg-70 {
    padding-right: 70px;
  }

  .mb-lg-68 {
    margin-bottom: 4.25rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .fw-mheight-lg--550 {
    min-height: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
}
@media only screen and (max-width: 576px) and (min-width: 0) {
  .fw-px-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg-offwhite {
  background-color: var(--whitesmoke);
}

.bg-light-white {
  background-color: var(--alabaster);
}

.bg-primary-brand {
  background-color: #ffdebc;
}

.bg-haze {
  background-color: var(--haze);
}

.bg-wildsand {
  background-color: var(--wildsand);
}

.bg-lilywhite {
  background-color: var(--lilywhite);
}

.bg-blue {
  background-color: var(--linkedinblue);
}

.bg-grey {
  background-color: #6D6E71;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.fw-border-top {
  border-top: 1px solid var(--silver);
}

.fw-overflow-x-hidden {
  overflow-x: hidden;
}

.fw-figure-contain img {
  object-fit: contain !important;
}

.fw-figure-contain-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fw-figure-contain-center img {
  object-fit: contain;
}

.hidden {
  opacity: 0;
}

@media screen and (min-width: 576px) {
  .grid-field-container .fw-card .heading-2 {
    font-size: 1.5rem;
  }
  .grid-field-container .fw-card .text-body--normal, .grid-field-container .fw-card ul, .grid-field-container .fw-card ol {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fw-input-group.fw-newsletter {
    flex-direction: column;
  }
  .fw-input-group.fw-newsletter .fw-input-prepend {
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .fw-input-group.fw-newsletter .fw-button-append a {
    width: 100%;
    border-radius: 4px;
  }
}
@media screen and (min-width: 992px) {
  .fw-input-group.fw-newsletter {
    flex-direction: row;
  }
  .fw-input-group.fw-newsletter .fw-input-prepend {
    border-radius: 4px 0 0 4px;
    margin-bottom: 0;
  }
  .fw-input-group.fw-newsletter .fw-button-append a {
    width: auto;
    border-radius: 0 4px 4px 0;
  }
}
@media screen and (min-width: 1200px) {
  .grid-field-container .fw-card .heading-2 {
    font-size: 2.625rem;
  }
  .grid-field-container .fw-card .text-body--normal, .grid-field-container .fw-card ul, .grid-field-container .fw-card ol {
    font-size: 16px;
  }
}
.st-index-about-h5,
.st-index-about-h2,
.st-index-about-p,
.st-index-about-a {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.st-index-about-h5.active,
.st-index-about-h2.active,
.st-index-about-p.active,
.st-index-about-a.active {
  opacity: 1;
  transform: translateY(0);
}

.fw-section-business {
  padding-top: 9rem;
  padding-bottom: 6rem;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}
.fw-section-business .fw-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 0;
  pointer-events: none;
}
.fw-section-business .fw-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: soft-light;
}
.fw-section-business .fw-section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--headergrey);
  z-index: -1;
  opacity: 0.5;
}

.fw-brand-item {
  position: relative;
  display: block;
  cursor: pointer;
}
.fw-brand-item .fw-figure--1-1 {
  border: 1px solid var(--silver);
  border-radius: 4px;
  background-color: #fff;
}
.fw-brand-item .fw-figure--1-1 img {
  object-fit: contain;
  transform: scale(0.8);
}
.fw-brand-item:hover .fw-figure--1-1 {
  border: 1px solid var(--carrotorange);
}

.fw-company-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 6;
}

.fw-company-detail {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  z-index: 5;
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  padding: 20px;
  padding-top: 140px;
  display: none;
  opacity: 0;
}

.fw-company-close {
  position: absolute;
  right: 26px;
  top: 24px;
  z-index: 12;
  cursor: pointer;
}

.fw-business-container {
  margin-bottom: 30px;
}

.fw-business-container:first-child {
  margin-top: -62px;
}

.fw-card--business {
  background-color: var(--whitesmokelight);
  position: relative;
  overflow: hidden;
  min-height: 215px;
  height: 450px;
  padding: 40px 38px;
  opacity: 0;
  cursor: pointer;
}
.fw-card--business .fw-card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.fw-card--business .fw-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fw-card--business .fw-card__content {
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 5;
}
.fw-card--business .fw-card__content .heading-3 {
  margin-bottom: 28px;
}
.fw-card--business .fw-card__content a {
  margin-top: auto;
}
.fw-card--business::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
  background: #f0f0f0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fw-card--business::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-image: radial-gradient(174.36% 65.38% at 49.91% 100.05%, rgba(240, 240, 240, 0) 0.58%, rgba(240, 240, 240, 0.6144) 50.12%, rgba(240, 240, 240, 0.96) 100%);
}
.fw-card--business:hover {
  text-decoration: none;
}
.fw-card--business:hover::before {
  opacity: 0.6;
}

.card-background.fw-card--business {
  cursor: default;
}

.card-background.fw-card--business::before {
  opacity: 1;
}

.brand-scroll-container {
  margin-top: 95px;
}

.grid-brand-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
  height: 235px;
  padding-right: 12px;
}

@media screen and (min-width: 576px) {
  .fw-section-business {
    padding-bottom: 6rem;
  }

  .fw-business-container:nth-child(odd) {
    margin-top: -62px;
  }

  .fw-card--business {
    height: 500px;
    padding: 50px 64px;
    padding-bottom: 50px;
  }

  .fw-company-detail {
    top: -32px;
    left: -16px;
    width: calc(100% + 32px);
    z-index: 5;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 48px;
    padding-right: 64px;
    padding-top: 218px;
  }
}
.fw-ooverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  opacity: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .fw-section-business {
    padding-top: 10rem;
    padding-bottom: 6rem;
    min-height: 350px;
  }
  .fw-section-business .fw-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: 0;
    pointer-events: none;
  }
  .fw-section-business .fw-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: soft-light;
  }
  .fw-section-business .fw-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fw-card--business {
    height: 520px;
    padding: 40px 54px;
    padding-bottom: 50px;
  }
  .fw-card--business .fw-card__content {
    align-items: flex-start;
  }
  .fw-card--business .fw-card__content .heading-3 {
    margin-bottom: 28px;
  }
  .fw-card--business .fw-card__content a {
    margin-top: 24px;
  }
  .fw-card--business .fw-card__content .heading-3 {
    margin-bottom: 38px;
  }

  .brand-scroll-container {
    margin-top: 78px;
  }
}
@media screen and (min-width: 992px) {
  .fw-section-business {
    padding-top: 12rem;
    padding-bottom: 7rem;
    min-height: 450px;
  }

  .fw-card--business {
    height: 670px;
    padding: 50px 64px;
  }

  .brand-scroll-container {
    margin-top: 118px;
  }

  .grid-brand-container {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 32px;
    column-gap: 20px;
    height: 400px;
  }
}
.fw-section-brand {
  background: var(--woodburn);
  padding-top: 8rem;
  padding-bottom: 4.75rem;
  z-index: 5;
  margin-bottom: 18rem;
  position: relative;
}
.fw-section-brand .fw-section-bg--brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.fw-section-brand .fw-section-bg--brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.fw-section-brand .fw-section-bg--brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 35, 38, 0.8);
  z-index: 1;
}

.fw-brand-title {
  margin-bottom: 24px;
}

.fw-brand-logo {
  border-radius: 4px;
  width: 100%;
  max-width: 250px;
  padding: 12px;
  box-shadow: -2px 4px 4px rgba(198, 198, 198, 0.37);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -290px;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.fw-related-brands {
  background-color: #ffdebc;
}

.fw-related-brands__title .heading-3 {
  margin-bottom: 28px;
}

.similar-slider-controls {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 4px;
  bottom: -27px;
  z-index: 100;
}
.similar-slider-controls .similar-prev,
.similar-slider-controls .similar-next {
  padding-left: 12px;
  padding-right: 12px;
}
.similar-slider-controls .similar-prev svg,
.similar-slider-controls .similar-next svg {
  color: var(--nobel);
}
.similar-slider-controls .similar-prev:hover svg,
.similar-slider-controls .similar-next:hover svg {
  color: var(--carrotorange);
}

@media screen and (min-width: 576px) {
  .fw-section-brand {
    margin-bottom: 12rem;
  }

  .fw-related-brands {
    background-color: transparent;
  }

  .fw-brand-logo {
    top: -270px;
  }

  .fw-related-brands__title {
    background-color: #ffdebc;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fw-related-brands__title .heading-3 {
    width: min-content;
    margin-bottom: 0;
  }

  .similar-slider-controls {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .fw-section-brand {
    padding-top: 8rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .fw-brand-logo {
    max-width: 150px;
    top: -90px;
  }

  .fw-brand-title {
    margin-bottom: 20px;
  }

  .fw-related-brands__title {
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .fw-section-brand {
    padding-top: 18rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }

  .fw-brand-logo {
    max-width: 208px;
    top: -148px;
  }

  .fw-brand-title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .fw-brand-logo {
    max-width: 254px;
    top: -178px;
  }
}
.fw-section-contact {
  padding-top: 15.125rem;
  padding-bottom: 6.25rem;
  position: relative;
}
.fw-section-contact .fw-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.fw-section-contact .fw-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: soft-light;
}
.fw-section-contact .fw-section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--headergrey);
  z-index: -1;
  opacity: 0.5;
}

.contact-box {
  position: relative;
  top: -50px;
  left: 0;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 45px 26px;
}

.social-links.social-links-icons a {
  vertical-align: text-bottom;
}
.social-links.social-links-icons a svg {
  width: 24px;
}
.social-links.social-links-icons a:hover svg {
  color: var(--carrotorange);
}

@media screen and (min-width: 576px) {
  .contact-box {
    padding: 78px 95px;
  }
}
@media screen and (min-width: 768px) {
  .fw-section-contact {
    padding-bottom: 12rem;
  }

  .contact-box {
    padding: 50px 40px;
    top: -140px;
    margin-bottom: -120px;
  }
}
@media screen and (min-width: 992px) {
  .contact-box {
    position: absolute;
  }
}
.fw-section-hero-career {
  padding-top: 8rem;
  padding-bottom: 5rem;
}

.fw-card-list {
  list-style: none;
  padding: 0;
}
.fw-card-list .fw-card-list-item {
  margin-bottom: 16px;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.1);
}
.fw-card-list .fw-card-list-item .fw-card-list-link {
  padding: 22px 8px;
  width: 100%;
  display: flex;
  align-items: center;
  background: var(--white);
  border-radius: 4px;
  transition: box-shadow 0.5s ease;
  color: var(--casal);
}
.fw-card-list .fw-card-list-item .fw-card-list-link .heading-4--normal {
  width: 140px;
  border-right: 1px solid var(--nordic);
  margin-right: 16px;
  color: var(--casal);
  font-size: 16px;
  line-height: 2;
}
.fw-card-list .fw-card-list-item .fw-card-list-link .text-body--normal, .fw-card-list .fw-card-list-item .fw-card-list-link ul, .fw-card-list .fw-card-list-item .fw-card-list-link ol,
.fw-card-list .fw-card-list-item .fw-card-list-link .text-body--small,
.fw-card-list .fw-card-list-item .fw-card-list-link .text-body--extra-small {
  color: var(--casal);
  font-size: 10px;
}
.fw-card-list .fw-card-list-item .fw-card-list-link .fw-card-career--info {
  display: flex;
  flex-direction: column;
  flex-basis: calc(100% - 156px);
  position: relative;
}
.fw-card-list .fw-card-list-item .fw-card-list-link .fw-card-career--info::after {
  content: "";
  background-image: url("assets/images/ui/arrow_right_big.svg");
  background-repeat: no-repeat;
  background-size: 16px 28px;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 16px;
  height: 28px;
  transition: transform 0.3s ease;
  transform: translate(0, -50%);
}
.fw-card-list .fw-card-list-item .fw-card-list-link .fw-card-career--date {
  padding-right: 32px;
  display: flex;
  align-items: center;
}
.fw-card-list .fw-card-list-item .fw-card-list-link:hover {
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.05);
}
.fw-card-list .fw-card-list-item .fw-card-list-link:hover .heading-4--normal,
.fw-card-list .fw-card-list-item .fw-card-list-link:hover .text-body--normal,
.fw-card-list .fw-card-list-item .fw-card-list-link:hover ul,
.fw-card-list .fw-card-list-item .fw-card-list-link:hover ol,
.fw-card-list .fw-card-list-item .fw-card-list-link:hover .text-body--small,
.fw-card-list .fw-card-list-item .fw-card-list-link:hover .text-body--extra-small {
  color: var(--nordic);
}
.fw-card-list .fw-card-list-item .fw-card-list-link:hover .fw-card-career--info::after {
  transform: translate(5px, -50%);
}

.apply-box {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--offwhite);
  box-shadow: none;
  border-radius: 0;
  padding: 45px 26px;
  margin-left: -15px;
  margin-right: -15px;
}

.career-requirements {
  min-height: 470px;
}

.fw-gallery-scroller-container {
  display: flex;
}

.fw-gallery-scroller {
  display: grid;
  grid-template-columns: 160px 92px 160px;
  grid-template-rows: 92px 92px;
  grid-gap: 16px;
  margin-right: 16px;
}

@media screen and (min-width: 576px) {
  .fw-section-hero-career {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .fw-section-hero-career {
    padding-top: 12rem;
  }

  .fw-gallery-scroller {
    grid-template-columns: 324px 185px 322px;
    grid-template-rows: 185px 185px;
  }
}
@media screen and (min-width: 992px) {
  .apply-box {
    position: absolute;
    top: -210px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 60px 68px;
  }

  .fw-card-list .fw-card-list-item .fw-card-list-link {
    padding: 20px 70px;
  }
  .fw-card-list .fw-card-list-item .fw-card-list-link .heading-4--normal {
    width: 250px;
    font-size: 1.618rem;
    line-height: 1.2;
  }
  .fw-card-list .fw-card-list-item .fw-card-list-link .text-body--normal, .fw-card-list .fw-card-list-item .fw-card-list-link ul, .fw-card-list .fw-card-list-item .fw-card-list-link ol {
    font-size: 16px;
  }
  .fw-card-list .fw-card-list-item .fw-card-list-link .text-body--small {
    font-size: 14px;
  }
  .fw-card-list .fw-card-list-item .fw-card-list-link .text-body--extra-small {
    font-size: 12px;
  }
  .fw-card-list .fw-card-list-item .fw-card-list-link .fw-card-career--info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-basis: calc(100% - 266px);
  }
  .fw-card-list .fw-card-list-item .fw-card-list-link .fw-card-career--date {
    flex-direction: column;
    align-items: start;
  }
}
.community-intro .subheading,
.community-intro .heading-2,
.community-intro .text-body--normal,
.community-intro ul,
.community-intro ol,
.community-intro .fw-link--icon {
  opacity: 0;
  transform: translateY(50px);
}

.fw-section-hero-community .fw-card--thumb--1-1 {
  opacity: 0;
  transform: translateY(50px);
}

.fw-community-hero-image {
  position: absolute;
  top: -165px;
  left: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.fw-community-hero-image .text-body--small {
  font-size: 11px;
}

.fw-community-hero-image + .editor-content {
  margin-top: 80px;
  margin-top: 100px;
}

.fw-word-break {
  overflow-wrap: anywhere;
}

@media screen and (min-width: 576px) {
  .fw-community-hero-image {
    top: -258px;
  }
  .fw-community-hero-image .text-body--small {
    font-size: 14px;
  }

  .fw-community-hero-image + .editor-content {
    margin-top: 210px;
  }
}
.fw-about-hero-text {
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

.fw-section-about {
  padding-top: 9rem;
  padding-bottom: 2rem;
  min-height: 328px;
  position: relative;
  overflow: hidden;
}
.fw-section-about::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 3rem;
  background-color: var(--white);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 1;
}
.fw-section-about .heading-1 {
  font-size: 3.25rem;
}
.fw-section-about .fw-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.fw-section-about .fw-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: soft-light;
}
.fw-section-about .fw-section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--headergrey);
  z-index: -1;
  opacity: 0.5;
}

.fw-about-logo {
  width: 80px;
}

.journey-slider-date .text-body--normal, .journey-slider-date ul, .journey-slider-date ol {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.journey-slider-content .text-body--normal, .journey-slider-content ul, .journey-slider-content ol {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.journey-slider-image-desktop .fw-figure {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.fw-about-bg-right {
  position: relative;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.fw-about-bg-left {
  position: relative;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.fw-quote-container {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 58px;
}

.journey-slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.journey-slider-controls .journey-prev svg,
.journey-slider-controls .journey-next svg {
  color: var(--nobel);
}
.journey-slider-controls .journey-prev:hover svg,
.journey-slider-controls .journey-next:hover svg {
  color: var(--carrotorange);
}
.journey-slider-controls .journey-prev {
  margin-right: 20px;
}
.journey-slider-controls .journey-next {
  margin-left: 20px;
}
.journey-slider-controls .swiper-pagination-bullet {
  background: var(--silver);
  opacity: 1;
  margin-right: 8px;
  width: 14px;
  height: 4px;
  border-radius: 5px;
  transition: width 0.2s ease;
  transform-origin: center;
}
.journey-slider-controls .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.journey-slider-controls .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 5px;
  background: var(--carrotorange);
}

.journey-slider-date {
  width: 100%;
  margin-left: unset;
  z-index: 10;
  position: relative;
}
.journey-slider-date .text-body--normal, .journey-slider-date ul, .journey-slider-date ol {
  background-color: #fff;
  z-index: 5;
  width: 100%;
  text-align: center;
  color: var(--silver);
}
.journey-slider-date::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: var(--silver);
  z-index: 1;
}
.journey-slider-date .swiper-wrapper {
  align-items: center;
  pointer-events: none;
}
.journey-slider-date .swiper-slide {
  display: flex;
  justify-content: center;
}
.journey-slider-date .swiper-slide-thumb-active .text-body--normal, .journey-slider-date .swiper-slide-thumb-active ul, .journey-slider-date .swiper-slide-thumb-active ol {
  color: var(--carrotorange);
  font-weight: 600;
}

@media screen and (min-width: 576px) {
  .fw-section-about {
    padding-top: 20rem;
    padding-bottom: 12rem;
    height: auto;
  }
  .fw-section-about::before {
    height: 11rem;
  }
  .fw-section-about .fw-section-bg {
    width: 100%;
    height: 120%;
  }
  .fw-section-about .heading-1 {
    font-size: 4.25rem;
  }

  .fw-about-logo {
    width: 110px;
  }

  .fw-about-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50vw);
    height: 100%;
  }

  .fw-about-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw);
    height: 100%;
  }

  .journey-slider-controls {
    max-width: 400px;
  }

  .journey-slider-date {
    max-width: 400px;
  }
}
.team-slider {
  padding-bottom: 15px;
  width: calc(100vw - (100vw - 100%) / 2);
  cursor: grab;
}
.team-slider .swiper-slide {
  height: auto;
}

.team-slider-controls {
  display: flex;
  justify-content: space-between;
  width: 56px;
}
.team-slider-controls .team-prev svg,
.team-slider-controls .team-next svg {
  color: var(--nobel);
}
.team-slider-controls .team-prev:hover svg,
.team-slider-controls .team-next:hover svg {
  color: var(--carrotorange);
}
.team-slider-controls .swiper-pagination-bullet {
  background: var(--silver);
  opacity: 1;
  margin-right: 8px;
  width: 14px;
  height: 4px;
  border-radius: 5px;
  transition: width 0.2s ease;
  transform-origin: center;
}
.team-slider-controls .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.team-slider-controls .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 5px;
  background: var(--carrotorange);
}

@media screen and (min-width: 768px) {
  .about-image-container .about-image-caption--2 {
    top: 50%;
    left: 15%;
  }
}
@media screen and (min-width: 992px) {
  .about-image-container .about-image-caption .about-image-title {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
  }
  .about-image-container .about-image-caption .about-image-subtitle {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
  }

  .journey-slider-controls {
    margin: 0;
  }
}
.fw-section-team {
  background: var(--woodburn);
  padding-top: 8rem;
  padding-bottom: 3.75rem;
  position: relative;
  z-index: 5;
}
.fw-section-team .fw-section-bg--team {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  transform: translateY(-10%) scale(1.9);
}
.fw-section-team .fw-section-bg--team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: soft-light;
}
.fw-section-team .fw-section-bg--team::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--headergrey);
  z-index: -1;
  opacity: 0.5;
}

.fw-team-col-sm .heading-3 {
  display: flex;
  align-items: flex-end;
  min-height: 90px;
}

@media screen and (min-width: 992px) {
  .fw-section-team {
    padding-top: 13.75rem;
  }
}
.fw-section-hero--tertiary--img {
  background-color: var(--blackpearl);
  padding-top: 6.25rem;
  padding-bottom: 2.375rem;
  z-index: 5;
  position: relative;
  overflow: hidden;
}
.fw-section-hero--tertiary--img .fw-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 0;
  pointer-events: none;
}
.fw-section-hero--tertiary--img .fw-section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: soft-light;
}
.fw-section-hero--tertiary--img .fw-section-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--headergrey);
  z-index: -1;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .fw-section-hero--tertiary--img .fw-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    z-index: 0;
    pointer-events: none;
  }
  .fw-section-hero--tertiary--img .fw-section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: soft-light;
  }
  .fw-section-hero--tertiary--img .fw-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .fw-section-hero--tertiary--img {
    padding-top: 10rem;
    padding-bottom: 1.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
