/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
@charset "UTF-8";
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wp-block-media-text {
  display: block;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 1.25rem;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
@media (min-width: 576px) {
  .wp-block-media-text {
    display: grid;
  }
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 0;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 2.5rem;
    padding-right: 8%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 2.5rem;
    padding-left: 8%;
  }
}
@media (min-width: 768px) {
  .wp-block-media-text {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 5rem;
    padding-right: 8%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 5rem;
    padding-left: 8%;
  }
}
@media (min-width: 992px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 10rem;
    padding-right: 8%;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 10rem;
    padding-left: 8%;
  }
}

div[class^=col] .link--primary,
.wp-block-column .link--primary {
  margin-right: 0;
}

/* Paragraph styles */
p {
  font-size: 0.9375rem;
  max-width: 32.5rem;
}
p.is-style-small {
  font-size: 0.8125rem;
  line-height: 1.923;
}
p.is-style-small-title {
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
p.is-style-lead {
  font-size: 1.125rem;
  line-height: 2;
  max-width: 38.125rem;
}
p.is-style-notes {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  line-height: 1.7142;
}
p.is-style-legend {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.75rem;
  line-height: 1.6666;
}
p.is-style-quote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.82;
  max-width: 41.25rem;
}
p.is-style-subtitle {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.875rem;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.4;
  text-transform: uppercase;
}
p.is-style-subtitle:before {
  content: "—";
  display: block;
  position: absolute;
  left: 0;
}
p.is-style-big-bold {
  max-width: 47.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.page-main li,
.editor-styles-wrapper li {
  font-size: 0.9375rem;
  max-width: 31.25rem;
}
.page-main li:not(:last-child),
.editor-styles-wrapper li:not(:last-child) {
  margin-bottom: 0.875rem;
}

.local-tasks-popover li {
  margin-bottom: 0;
}

/* Heading styles */
h1.is-style-subtitle,
h2.is-style-subtitle,
h3.is-style-subtitle,
h4.is-style-subtitle,
h5.is-style-subtitle,
h6.is-style-subtitle,
div.is-style-subtitle,
p.is-style-subtitle {
  position: relative;
  margin-top: 2.5rem;
  padding-left: 1.875rem;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
h1.is-style-subtitle:before,
h2.is-style-subtitle:before,
h3.is-style-subtitle:before,
h4.is-style-subtitle:before,
h5.is-style-subtitle:before,
h6.is-style-subtitle:before,
div.is-style-subtitle:before,
p.is-style-subtitle:before {
  position: absolute;
  content: "—";
  left: 0;
  top: -0.0625rem;
  display: block;
}
h1.is-style-h1,
h2.is-style-h1,
h3.is-style-h1,
h4.is-style-h1,
h5.is-style-h1,
h6.is-style-h1,
div.is-style-h1,
p.is-style-h1 {
  font-size: 5rem;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1200px) {
  h1.is-style-h1,
h2.is-style-h1,
h3.is-style-h1,
h4.is-style-h1,
h5.is-style-h1,
h6.is-style-h1,
div.is-style-h1,
p.is-style-h1 {
    font-size: calc(1.625rem + 4.5vw);
  }
}
h1.is-style-h2,
h2.is-style-h2,
h3.is-style-h2,
h4.is-style-h2,
h5.is-style-h2,
h6.is-style-h2,
div.is-style-h2,
p.is-style-h2 {
  font-size: 3.4375rem;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
@media (max-width: 1200px) {
  h1.is-style-h2,
h2.is-style-h2,
h3.is-style-h2,
h4.is-style-h2,
h5.is-style-h2,
h6.is-style-h2,
div.is-style-h2,
p.is-style-h2 {
    font-size: calc(1.46875rem + 2.625vw);
  }
}
h1.is-style-h3,
h2.is-style-h3,
h3.is-style-h3,
h4.is-style-h3,
h5.is-style-h3,
h6.is-style-h3,
div.is-style-h3,
p.is-style-h3 {
  font-size: 2.1875rem;
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
@media (max-width: 1200px) {
  h1.is-style-h3,
h2.is-style-h3,
h3.is-style-h3,
h4.is-style-h3,
h5.is-style-h3,
h6.is-style-h3,
div.is-style-h3,
p.is-style-h3 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
h1.is-style-h4,
h2.is-style-h4,
h3.is-style-h4,
h4.is-style-h4,
h5.is-style-h4,
h6.is-style-h4,
div.is-style-h4,
p.is-style-h4 {
  font-size: 1.875rem;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  letter-spacing: 0.0625rem;
}
@media (max-width: 1200px) {
  h1.is-style-h4,
h2.is-style-h4,
h3.is-style-h4,
h4.is-style-h4,
h5.is-style-h4,
h6.is-style-h4,
div.is-style-h4,
p.is-style-h4 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
h1.is-style-h5,
h2.is-style-h5,
h3.is-style-h5,
h4.is-style-h5,
h5.is-style-h5,
h6.is-style-h5,
div.is-style-h5,
p.is-style-h5 {
  margin-top: 2.5rem;
  font-size: 1.5625rem;
  font-family: "WWF", "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  h1.is-style-h5,
h2.is-style-h5,
h3.is-style-h5,
h4.is-style-h5,
h5.is-style-h5,
h6.is-style-h5,
div.is-style-h5,
p.is-style-h5 {
    font-size: calc(1.28125rem + 0.375vw);
  }
}
h1.is-style-h6,
h2.is-style-h6,
h3.is-style-h6,
h4.is-style-h6,
h5.is-style-h6,
h6.is-style-h6,
div.is-style-h6,
p.is-style-h6 {
  font-size: 1.25rem;
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
h1.is-style-small,
h2.is-style-small,
h3.is-style-small,
h4.is-style-small,
h5.is-style-small,
h6.is-style-small,
div.is-style-small,
p.is-style-small {
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

p[class^=is-style-h], p[class*=" is-style-h"] {
  line-height: 1;
}
p.is-style-h2 {
  line-height: 1.1;
}

@media (max-width: 1200px) {
  h1,
.h1,
.is-style-h1 {
    font-size: 3.75rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

h2, .h2 {
  line-height: 1.1;
}

.is-style-text-right {
  text-align: right;
}

.is-style-text-center {
  text-align: center;
}
.is-style-text-center > * {
  margin-left: auto;
  margin-right: auto;
}
.is-style-text-center.wp-block-wwf-wwf-buttonset {
  justify-content: center;
}

a:focus {
  outline: 2px solid rgba(240, 127, 0, 0.5);
}

/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Lists variations */
.is-style-list-check {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.is-style-list-check li {
  position: relative;
  padding-left: 3.125rem;
  color: #8CC63F;
  font-size: 0.9375rem;
}
.is-style-list-check li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.is-style-list-check li:before {
  position: absolute;
  content: "";
  top: 0.1875rem;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="13" cy="13" r="13" fill="%238CC63F"/><path d="M8 13.5L11 16.5L17.5 10" stroke="white" stroke-width="2"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.is-style-list-arrow {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .is-style-list-arrow {
    padding-left: 2.5rem;
  }
}
.is-style-list-arrow li {
  position: relative;
  max-width: 23.75rem;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.is-style-list-arrow li:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.is-style-list-arrow li:before {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url('data:image/svg+xml;utf8,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 9.29285H15" stroke="black" stroke-width="2.5"/><path d="M10.4922 1.7218L16.3011 9.49998L10.4922 17.2782" stroke="black" stroke-width="2.5"/></svg>');
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Gallery */
.wp-block-gallery {
  position: relative;
  margin: 3.75rem 0;
}
.wp-block-gallery .btn-gallery-more {
  margin: 20px auto 0 auto;
}

.wp-block-gallery .blocks-gallery-grid {
  position: relative;
  width: 100%;
}
.wp-block-gallery .blocks-gallery-grid img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-gallery .blocks-gallery-grid {
    display: grid;
    grid-template-columns: 28.05% 28.05% 21.95% 21.95%;
    grid-template-rows: 50% 50%;
    width: 100%;
    min-height: 33.875rem;
  }
  .wp-block-gallery .blocks-gallery-grid img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: block;
  /* two items */
  /* three items */
  /* four items */
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(1) {
  /* -or- &:only-child { */
  grid-column: 1/5;
  grid-row: 1/3;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(2):nth-child(1), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(2) ~ .blocks-gallery-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(2):nth-child(2), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(2) ~ .blocks-gallery-item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(3):nth-child(1), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(3) ~ .blocks-gallery-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(3):nth-child(2), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(3) ~ .blocks-gallery-item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(3):nth-child(3), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:first-child:nth-last-child(3) ~ .blocks-gallery-item:nth-child(3) {
    grid-column: 3/5;
    grid-row: 2/3;
  }
}
@media (min-width: 768px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(1), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item ~ .blocks-gallery-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(2), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item ~ .blocks-gallery-item:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(3), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item ~ .blocks-gallery-item:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(4), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item ~ .blocks-gallery-item:nth-child(4) {
    grid-column: 3/5;
    grid-row: 2/3;
  }
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item:nth-child(n+5), .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item ~ .blocks-gallery-item:nth-child(n+5) {
    display: none;
  }
}

/* LS lightbox */
.fslightbox-container {
  background-color: rgba(0, 0, 0, 0.7);
}
.fslightbox-container img {
  border: 5px solid white;
}

.fslightbox-slide-btn {
  border: 1px solid white;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color linear 0.2s;
}
.fslightbox-slide-btn:hover, .fslightbox-slide-btn:active, .fslightbox-slide-btn:focus {
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color linear 0.2s;
}

.fslightbox-toolbar {
  background: transparent !important;
}
.fslightbox-toolbar .fslightbox-toolbar-button:nth-child(1) {
  display: none;
}
.fslightbox-toolbar svg {
  width: 40px;
  height: 40px;
}

.fslightbox-slide-number-container,
.fslightbox-slide-number-container .fslightbox-slash {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: lighter;
}

@media screen and (min-width: 992px) {
  .fslightbox-nav {
    top: 10% !important;
    left: 10% !important;
    width: 80% !important;
  }
  .fslightbox-slide-btn-container-previous {
    left: 10% !important;
  }
  .fslightbox-slide-btn-container-next {
    right: 10% !important;
  }
}
.newsletter-section .btn--secondary {
  background-color: #f07f00;
  color: white;
}

.newsletter-section .btn--secondary:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='147px' height='14px' viewBox='0 0 147 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path fill='%23F07D00' d='M0 7.60005053 5.28431 5.70287061 13.3934 3.88353068 20.7261 6.23663059 24.5 4.80000064 35.748 3.88353068 39.0527 2.57756073 47.3233 2.75439073 52.3627 0.899999799 56.4265 0 62.451 2.75439073 68.2157 4.50000066 77.432 2.75439073 86.4706 2.75439073 92.2353 1.55552077 103.645 6.23663059 109.276 6.92559056 114.517 5.70287061 118.91 5.70287061 122.254 7.94039052 126.833 9.26710047 135.951 8.70000049 147 9.60000045 147 21 0 21z'></path></svg>");
}

.wp-block-column.is-style-align-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-column.is-style-align-full > * {
  height: 100%;
}

.wp-block-columns.is-style-align-full .wp-block-column > * {
  height: 100%;
}
@media (min-width: 782px) {
  .wp-block-columns.is-style-padding-large .wp-block-column:not(:first-child) {
    margin-left: 5.625rem;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-padding-large .wp-block-column:not(:first-child) {
    margin-left: 7.5rem;
  }
}

.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}

.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}

.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}

.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}

.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}

.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

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