/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.link--primary {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  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";
  line-height: 1.45;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #000;
  padding-right: 2.8125rem;
  margin-right: 1.25rem;
}
.link--primary:after {
  position: absolute;
  content: "";
  right: 0.9375rem;
  top: calc(50% - 8.5px);
  width: 1.1875rem;
  height: 1.0625rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.42002H13.4211' stroke='black' stroke-width='2.5'/><path d='M9.3877 1.64587L14.5851 8.60529L9.3877 15.5647' stroke='black' stroke-width='2.5'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.36s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.link--primary:hover {
  color: #000;
  text-decoration: none;
}
.link--primary:hover:after {
  transform: translateX(15px);
}
.link--primary.inverse {
  color: #fff;
}
.link--primary.inverse:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0 8.42002H13.4211' stroke='white' stroke-width='2.5'/><path d='M9.3877 1.64587L14.5851 8.60529L9.3877 15.5647' stroke='white' stroke-width='2.5'/></svg>");
}

.link--secondary {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 1.5625rem;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  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";
  line-height: 2;
  color: #f07f00;
}
.link--secondary:after {
  position: absolute;
  content: "";
  right: 0.625rem;
  top: 0.9375rem;
  width: 0.3125rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.05176 3.81445L1.02832 7.3916L0 6.76758L2.52246 3.68262L0 0.606445L1.02832 0L4.05176 3.57715V3.81445Z' fill='%23F07D00'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.32s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.link--secondary:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f07f00;
  transition: transform 0.36s cubic-bezier(0.39, 0.575, 0.28, 0.995);
  transform-origin: 0 0;
  transform: scaleX(0);
}
.link--secondary:hover {
  color: #f07f00;
  text-decoration: none;
}
.link--secondary:hover:before {
  transform: scaleX(1);
}
.link--secondary:hover:after {
  transform: translateX(10px);
}
.link--secondary.inverse {
  color: #fff;
}

.link--external {
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  padding-right: 1.5625rem;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  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";
  line-height: 2;
  color: #f07f00;
  padding-right: 1.375rem;
}
.link--external:after {
  position: absolute;
  content: "";
  right: 0.625rem;
  top: 0.9375rem;
  width: 0.3125rem;
  height: 0.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.05176 3.81445L1.02832 7.3916L0 6.76758L2.52246 3.68262L0 0.606445L1.02832 0L4.05176 3.57715V3.81445Z' fill='%23F07D00'/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.32s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.link--external:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f07f00;
  transition: transform 0.36s cubic-bezier(0.39, 0.575, 0.28, 0.995);
  transform-origin: 0 0;
  transform: scaleX(0);
}
.link--external:hover {
  color: #f07f00;
  text-decoration: none;
}
.link--external:hover:before {
  transform: scaleX(1);
}
.link--external:hover:after {
  transform: translateX(10px);
}
.link--external.inverse {
  color: #fff;
}
.link--external:after {
  top: 0.625rem;
  right: 0;
  width: 0.75rem;
  height: 0.8125rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.5 3H5.25V4.5H1.5V10.5H7.5V6.75H9V10.5C9 10.8978 8.84196 11.2794 8.56066 11.5607C8.27936 11.842 7.89782 12 7.5 12H1.5C1.10218 12 0.720644 11.842 0.43934 11.5607C0.158035 11.2794 0 10.8978 0 10.5V4.5C0 4.10218 0.158035 3.72064 0.43934 3.43934C0.720644 3.15804 1.10218 3 1.5 3ZM9.4605 1.5H6V0H12V6H10.5V2.5815L6.498 6.5835L5.4375 5.523L9.4605 1.5Z' fill='%23F07D00'/></svg>");
  background-size: 100% auto;
}
.link--external:hover:after {
  transform: translateX(0);
}
.link--external.inverse {
  color: #fff;
}

.link--download {
  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.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #8C8C8C;
  font-weight: 700;
}
.link--download:hover {
  color: #f07f00;
  text-decoration: none;
}
.link--download.inverse {
  color: #fff;
}

.link--external-article {
  position: relative;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  font-weight: 400;
  color: #8C8C8C;
  padding-right: 1.5rem;
}
.link--external-article:after {
  position: absolute;
  content: "";
  top: 0.125rem;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.5 3H5.25V4.5H1.5V10.5H7.5V6.75H9V10.5C9 10.8978 8.84196 11.2794 8.56066 11.5607C8.27936 11.842 7.89782 12 7.5 12H1.5C1.10218 12 0.720644 11.842 0.43934 11.5607C0.158035 11.2794 0 10.8978 0 10.5V4.5C0 4.10218 0.158035 3.72064 0.43934 3.43934C0.720644 3.15804 1.10218 3 1.5 3ZM9.4605 1.5H6V0H12V6H10.5V2.5815L6.498 6.5835L5.4375 5.523L9.4605 1.5Z' fill='%23F07D00'/></svg>");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.link--external-article:hover {
  color: #f07f00;
  text-decoration: none;
}
.link--external-article.inverse {
  color: #fff;
}

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