@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1120px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .container {
    max-width: 1120px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 950px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

.container-fluid-right {
  padding-left: calc((100% - 1360px + 80px) / 2);
}
@media (max-width: 1366px) {
  .container-fluid-right {
    padding-left: calc((100% - 1170px + 80px) / 2);
  }
}
@media (max-width: 1199px) {
  .container-fluid-right {
    padding-left: calc((100% - 1010px + 80px) / 2);
  }
}
@media (max-width: 991px) {
  .container-fluid-right {
    padding-left: calc((100% - 800px + 80px) / 2);
  }
}
@media (max-width: 767px) {
  .container-fluid-right {
    padding-left: 15px;
  }
}

.container-small {
  max-width: 798px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-small {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container-small {
    max-width: 100%;
    padding: 0 15px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-section-large {
  padding-top: 112px;
  padding-bottom: 112px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.padding-section-small {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.max-width-large {
  max-width: 768px;
}

em {
  font-style: normal;
}

.entry-content,
p,
.dec {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-family: "Halyard Text";
}

.margin-top {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-xxlarge {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.margin-bottom {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xlarge, .margin-bottom.margin-xxlarge {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.margin-xsmall {
  margin: 15px;
}

.margin-small {
  margin: 24px;
}
@media (max-width: 767px) {
  .margin-small {
    margin: 20px;
  }
}

.margin-medium {
  margin: 32px;
}
@media (max-width: 767px) {
  .margin-medium {
    margin: 24px;
  }
}

.margin-xlarge {
  margin: 60px;
}
@media (max-width: 991px) {
  .margin-xlarge {
    margin: 50px;
  }
}
@media (max-width: 767px) {
  .margin-xlarge {
    margin: 38px;
  }
}

.margin-xxlarge {
  margin: 80px;
}
@media (max-width: 991px) {
  .margin-xxlarge {
    margin: 72px;
  }
}
@media (max-width: 767px) {
  .margin-xxlarge {
    margin: 48px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.text-weight-extrabold {
  font-weight: 900;
}

.text-size-medium {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-size-medium {
    font-size: 16px;
  }
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .horizontal-line {
    margin-bottom: 20px;
  }
}

.text-size-small {
  font-size: 14px;
}

.text-size-tiny {
  font-size: 12px;
}

a {
  border-color: #000000;
  color: #000000;
}
a:hover {
  text-decoration: none !important;
}

strong,
b {
  font-weight: 600;
}

.text-link {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  border: 1px solid rgba(80, 80, 80, 0.2);
  padding: 15px 20px;
  font-size: 16px;
  color: #505050;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #505050;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #505050;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}

.w-form {
  margin: 0 0 15px;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
}

.form-input {
  height: auto;
  min-height: 44px;
  margin-bottom: 0px;
  padding: 8px 12px;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.w-button:hover {
  background-color: transparent;
  color: #000000;
}

.button {
  padding: 10px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

input.w-button {
  -webkit-appearance: button;
}

.w-layout-grid {
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .w-layout-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .w-layout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .w-layout-grid {
    grid-template-columns: 1fr;
  }
}

.w-layout-grid-three {
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .w-layout-grid-three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .w-layout-grid-three {
    grid-template-columns: 1fr;
  }
}

.text-color-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.heading-style-h1 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: 40px;
  }
}

.heading-style-h2 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .heading-style-h2 {
    font-size: 36px;
  }
}

.heading-style-h3 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h3 {
    font-size: 32px;
  }
}

.heading-style-h4 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading-style-h4 {
    font-size: 24px;
  }
}

.heading-style-h5 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h5 {
    font-size: 20px;
  }
}

.heading-style-h6 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h6 {
    font-size: 18px;
  }
}

.cookies-wrapper {
  position: fixed;
  bottom: 0;
  padding: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 15px;
  background-color: #ffffff;
  max-width: 480px;
  bottom: 58px;
  right: 10%;
}
@media (max-width: 767px) {
  .cookies-wrapper {
    max-width: 100%;
    right: 15px;
    bottom: 0;
    position: sticky;
    margin: 0 auto;
    border-radius: 0;
  }
}
.cookies-wrapper .cookies-inner {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 479px) {
  .cookies-wrapper .cookies-inner {
    gap: 15px 5px;
  }
}
.cookies-wrapper .cookies-inner .content-box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cookies-wrapper .cookies-inner .content-box .img-box {
  width: 36px;
  height: 36px;
  position: relative;
}
@media (max-width: 479px) {
  .cookies-wrapper .cookies-inner .content-box .img-box {
    width: 24px;
    height: 24px;
  }
}
.cookies-wrapper .cookies-inner .content-box .img-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/awesome-cookie-bite.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.cookies-wrapper .cookies-inner .content-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.cookies-wrapper .cookies-inner .content-box .content {
  width: calc(100% - 48px);
}
.cookies-wrapper .cookies-inner .content-box .content p {
  font-size: 14px;
  color: #151515;
  line-height: 17px;
  text-align: left;
}
@media (max-width: 479px) {
  .cookies-wrapper .cookies-inner .content-box .content p {
    font-size: 12px;
    line-height: 16px;
  }
}
.cookies-wrapper .cookies-inner .button-group {
  gap: 5px;
  width: 215px;
  justify-content: end;
}
@media (max-width: 479px) {
  .cookies-wrapper .cookies-inner .button-group {
    width: auto;
  }
}
.cookies-wrapper .cookies-inner .button-group a {
  border: 1px solid #151515 !important;
  border-radius: 5px !important;
  padding: 5px 10px;
  letter-spacing: 0px !important;
  color: #151515 !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.cookies-wrapper .cookies-inner .button-group a:hover {
  cursor: pointer;
  background: #151515;
  color: #ffffff !important;
}
.cookies-wrapper .cookies-inner .button-group .btn {
  font-size: 14px;
}

.wt-cli-cookie-bar-container .wt-cli-cookie-bar {
  padding: 30px 30px 20px !important;
}

article {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

blockquote {
  font-size: 20px;
  font-style: italic;
  border-left: 2px solid #787878 !important;
  padding-left: 20px !important;
  margin: 15px 0 !important;
}
@media only screen and (max-width: 767px) {
  blockquote {
    font-size: 16px;
  }
}

.site-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .site-main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

figure {
  background-color: #f5f5f5;
  margin-bottom: 20px !important;
}
figure figcaption {
  margin: 0 !important;
  padding: 7px !important;
  font-size: 14px;
}

.wt-cli-cookie-bar-container #cookie-law-info-bar a {
  text-decoration: none !important;
  border: 1px solid #151515 !important;
  color: #151515 !important;
  opacity: 0.5 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a {
  border-radius: 5px !important;
  font-size: 14px !important;
  padding: 5px 8px !important;
  border: 1px solid #151515 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  background: #000000 !important;
  text-decoration: none !important;
  margin: 0 10px 10px 0 !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a:hover {
  color: #000000 !important;
  background-color: transparent !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a:nth-child(1), .wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a:nth-child(2) {
  background: transparent !important;
  border: none !important;
  color: #000 !important;
  opacity: 1 !important;
  font-weight: 500;
  position: relative;
  padding: 0 0 2px 0 !important;
  margin: 5px 10px !important;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a:nth-child(1):after, .wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a:nth-child(2):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  transition: all 0.3s linear;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a:nth-child(1):hover:after, .wt-cli-cookie-bar-container #cookie-law-info-bar #wt-cli-cookie-banner a:nth-child(2):hover:after {
  width: 0;
}

main article .entry-content figure {
  background: transparent;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: underline;
}

menu {
  list-style: none;
}

ol,
ul {
  list-style: revert;
  list-style-position: outside;
  margin-bottom: 20px;
  padding-left: 17px;
}
ol li,
ul li {
  padding-bottom: 15px;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Monserrat/Montserrat-Light.eot");
  src: url("/fonts/Monserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Monserrat/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Monserrat/Montserrat-Medium.eot");
  src: url("/fonts/Monserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Monserrat/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Monserrat/Montserrat-Regular.eot");
  src: url("/fonts/Monserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Monserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Monserrat/Montserrat-SemiBold.eot");
  src: url("/fonts/Monserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Monserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Monserrat/Montserrat-Thin.eot");
  src: url("/fonts/Monserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Monserrat/Montserrat-Thin.woff2") format("woff2"), url("/fonts/Monserrat/Montserrat-Thin.woff") format("woff"), url("/fonts/Monserrat/Montserrat-Thin.ttf") format("truetype"), url("/fonts/Monserrat/Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Monserrat/Montserrat-Black.eot");
  src: url("/fonts/Monserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Monserrat/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Monserrat/Montserrat-Bold.eot");
  src: url("/fonts/Monserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Monserrat/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("/fonts/open/OpenSansCondensed-Medium.eot");
  src: url("/fonts/open/OpenSansCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansCondensed-Medium.woff2") format("woff2"), url("/fonts/open/OpenSansCondensed-Medium.woff") format("woff"), url("/fonts/open/OpenSansCondensed-Medium.ttf") format("truetype"), url("/fonts/open/OpenSansCondensed-Medium.svg#OpenSansCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("/fonts/open/OpenSansCondensed-Regular.eot");
  src: url("/fonts/open/OpenSansCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansCondensed-Regular.woff2") format("woff2"), url("/fonts/open/OpenSansCondensed-Regular.woff") format("woff"), url("/fonts/open/OpenSansCondensed-Regular.ttf") format("truetype"), url("/fonts/open/OpenSansCondensed-Regular.svg#OpenSansCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("/fonts/open/OpenSansCondensed-SemiBold.eot");
  src: url("/fonts/open/OpenSansCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansCondensed-SemiBold.woff2") format("woff2"), url("/fonts/open/OpenSansCondensed-SemiBold.woff") format("woff"), url("/fonts/open/OpenSansCondensed-SemiBold.ttf") format("truetype"), url("/fonts/open/OpenSansCondensed-SemiBold.svg#OpenSansCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("/fonts/open/OpenSansSemiCondensed-Bold.eot");
  src: url("/fonts/open/OpenSansSemiCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansSemiCondensed-Bold.woff2") format("woff2"), url("/fonts/open/OpenSansSemiCondensed-Bold.woff") format("woff"), url("/fonts/open/OpenSansSemiCondensed-Bold.ttf") format("truetype"), url("/fonts/open/OpenSansSemiCondensed-Bold.svg#OpenSansSemiCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("/fonts/open/OpenSansSemiCondensed-ExtraBold.eot");
  src: url("/fonts/open/OpenSansSemiCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansSemiCondensed-ExtraBold.woff2") format("woff2"), url("/fonts/open/OpenSansSemiCondensed-ExtraBold.woff") format("woff"), url("/fonts/open/OpenSansSemiCondensed-ExtraBold.ttf") format("truetype"), url("/fonts/open/OpenSansSemiCondensed-ExtraBold.svg#OpenSansSemiCondensed-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("/fonts/open/OpenSansSemiCondensed-Light.eot");
  src: url("/fonts/open/OpenSansSemiCondensed-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansSemiCondensed-Light.woff2") format("woff2"), url("/fonts/open/OpenSansSemiCondensed-Light.woff") format("woff"), url("/fonts/open/OpenSansSemiCondensed-Light.ttf") format("truetype"), url("/fonts/open/OpenSansSemiCondensed-Light.svg#OpenSansSemiCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("/fonts/open/OpenSansSemiCondensed-Medium.eot");
  src: url("/fonts/open/OpenSansSemiCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansSemiCondensed-Medium.woff2") format("woff2"), url("/fonts/open/OpenSansSemiCondensed-Medium.woff") format("woff"), url("/fonts/open/OpenSansSemiCondensed-Medium.ttf") format("truetype"), url("/fonts/open/OpenSansSemiCondensed-Medium.svg#OpenSansSemiCondensed-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("/fonts/open/OpenSansCondensed-Bold.eot");
  src: url("/fonts/open/OpenSansCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansCondensed-Bold.woff2") format("woff2"), url("/fonts/open/OpenSansCondensed-Bold.woff") format("woff"), url("/fonts/open/OpenSansCondensed-Bold.ttf") format("truetype"), url("/fonts/open/OpenSansCondensed-Bold.svg#OpenSansCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("/fonts/open/OpenSansCondensed-ExtraBold.eot");
  src: url("/fonts/open/OpenSansCondensed-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansCondensed-ExtraBold.woff2") format("woff2"), url("/fonts/open/OpenSansCondensed-ExtraBold.woff") format("woff"), url("/fonts/open/OpenSansCondensed-ExtraBold.ttf") format("truetype"), url("/fonts/open/OpenSansCondensed-ExtraBold.svg#OpenSansCondensed-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("/fonts/open/OpenSansCondensed-Light.eot");
  src: url("/fonts/open/OpenSansCondensed-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansCondensed-Light.woff2") format("woff2"), url("/fonts/open/OpenSansCondensed-Light.woff") format("woff"), url("/fonts/open/OpenSansCondensed-Light.ttf") format("truetype"), url("/fonts/open/OpenSansCondensed-Light.svg#OpenSansCondensed-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open/OpenSans-ExtraBold.eot");
  src: url("/fonts/open/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSans-ExtraBold.woff2") format("woff2"), url("/fonts/open/OpenSans-ExtraBold.woff") format("woff"), url("/fonts/open/OpenSans-ExtraBold.ttf") format("truetype"), url("/fonts/open/OpenSans-ExtraBold.svg#OpenSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open/OpenSans-Light.eot");
  src: url("/fonts/open/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSans-Light.woff2") format("woff2"), url("/fonts/open/OpenSans-Light.woff") format("woff"), url("/fonts/open/OpenSans-Light.ttf") format("truetype"), url("/fonts/open/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open/OpenSans-Medium.eot");
  src: url("/fonts/open/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSans-Medium.woff2") format("woff2"), url("/fonts/open/OpenSans-Medium.woff") format("woff"), url("/fonts/open/OpenSans-Medium.ttf") format("truetype"), url("/fonts/open/OpenSans-Medium.svg#OpenSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open/OpenSans-Regular.eot");
  src: url("/fonts/open/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open/OpenSans-SemiBold.eot");
  src: url("/fonts/open/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSans-SemiBold.woff2") format("woff2"), url("/fonts/open/OpenSans-SemiBold.woff") format("woff"), url("/fonts/open/OpenSans-SemiBold.ttf") format("truetype"), url("/fonts/open/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("/fonts/open/OpenSansSemiCondensed-Regular.eot");
  src: url("/fonts/open/OpenSansSemiCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansSemiCondensed-Regular.woff2") format("woff2"), url("/fonts/open/OpenSansSemiCondensed-Regular.woff") format("woff"), url("/fonts/open/OpenSansSemiCondensed-Regular.ttf") format("truetype"), url("/fonts/open/OpenSansSemiCondensed-Regular.svg#OpenSansSemiCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans SemiCondensed";
  src: url("/fonts/open/OpenSansSemiCondensed-SemiBold.eot");
  src: url("/fonts/open/OpenSansSemiCondensed-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSansSemiCondensed-SemiBold.woff2") format("woff2"), url("/fonts/open/OpenSansSemiCondensed-SemiBold.woff") format("woff"), url("/fonts/open/OpenSansSemiCondensed-SemiBold.ttf") format("truetype"), url("/fonts/open/OpenSansSemiCondensed-SemiBold.svg#OpenSansSemiCondensed-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("/fonts/open/OpenSans-Bold.eot");
  src: url("/fonts/open/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/open/OpenSans-Bold.woff2") format("woff2"), url("/fonts/open/OpenSans-Bold.woff") format("woff"), url("/fonts/open/OpenSans-Bold.ttf") format("truetype"), url("/fonts/open/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-ExtraBold.eot");
  src: url("/fonts/poppins/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-ExtraBold.woff2") format("woff2"), url("/fonts/poppins/Poppins-ExtraBold.woff") format("woff"), url("/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype"), url("/fonts/poppins/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-ExtraLight.eot");
  src: url("/fonts/poppins/Poppins-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-ExtraLight.woff2") format("woff2"), url("/fonts/poppins/Poppins-ExtraLight.woff") format("woff"), url("/fonts/poppins/Poppins-ExtraLight.ttf") format("truetype"), url("/fonts/poppins/Poppins-ExtraLight.svg#Poppins-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Light.eot");
  src: url("/fonts/poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-Light.woff2") format("woff2"), url("/fonts/poppins/Poppins-Light.woff") format("woff"), url("/fonts/poppins/Poppins-Light.ttf") format("truetype"), url("/fonts/poppins/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Medium.eot");
  src: url("/fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("/fonts/poppins/Poppins-Medium.woff") format("woff"), url("/fonts/poppins/Poppins-Medium.ttf") format("truetype"), url("/fonts/poppins/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Regular.eot");
  src: url("/fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-SemiBold.eot");
  src: url("/fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Thin.eot");
  src: url("/fonts/poppins/Poppins-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-Thin.woff2") format("woff2"), url("/fonts/poppins/Poppins-Thin.woff") format("woff"), url("/fonts/poppins/Poppins-Thin.ttf") format("truetype"), url("/fonts/poppins/Poppins-Thin.svg#Poppins-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Black.eot");
  src: url("/fonts/poppins/Poppins-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-Black.woff2") format("woff2"), url("/fonts/poppins/Poppins-Black.woff") format("woff"), url("/fonts/poppins/Poppins-Black.ttf") format("truetype"), url("/fonts/poppins/Poppins-Black.svg#Poppins-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/Poppins-Bold.eot");
  src: url("/fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/poppins/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondBlack.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondBlack.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondBlack.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondBlack.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondBlack.svg#GeorgiaPro-CondBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondBlackItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondBlackItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondBlackItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondBlackItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondBlackItalic.svg#GeorgiaPro-CondBlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-BoldItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-BoldItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-BoldItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-BoldItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-BoldItalic.svg#GeorgiaPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondBold.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondBold.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondBold.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondBold.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondBold.svg#GeorgiaPro-CondBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondLightItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondLightItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondLightItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondLightItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondLightItalic.svg#GeorgiaPro-CondLightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-Italic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-Italic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-Italic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-Italic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-Italic.svg#GeorgiaPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondSemibold.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondSemibold.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondSemibold.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondSemibold.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondSemibold.svg#GeorgiaPro-CondSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondLight.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondLight.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondLight.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondLight.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondLight.svg#GeorgiaPro-CondLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-LightItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-LightItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-LightItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-LightItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-LightItalic.svg#GeorgiaPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondBoldItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondBoldItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondBoldItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondBoldItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondBoldItalic.svg#GeorgiaPro-CondBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondRegular.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondRegular.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondRegular.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondRegular.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondRegular.svg#GeorgiaPro-CondRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondItalic.svg#GeorgiaPro-CondItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-Semibold.eot");
  src: url("../fonts/Georgia/GeorgiaPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-Semibold.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-Semibold.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-Semibold.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-Semibold.svg#GeorgiaPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-Light.eot");
  src: url("../fonts/Georgia/GeorgiaPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-Light.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-Light.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-Light.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-Light.svg#GeorgiaPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro Cond";
  src: url("../fonts/Georgia/GeorgiaPro-CondSemiboldItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-CondSemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-CondSemiboldItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-CondSemiboldItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-CondSemiboldItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-CondSemiboldItalic.svg#GeorgiaPro-CondSemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-BlackItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-BlackItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-BlackItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-BlackItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-BlackItalic.svg#GeorgiaPro-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-SemiboldItalic.eot");
  src: url("../fonts/Georgia/GeorgiaPro-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-SemiboldItalic.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-SemiboldItalic.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-SemiboldItalic.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-SemiboldItalic.svg#GeorgiaPro-SemiboldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-Bold.eot");
  src: url("../fonts/Georgia/GeorgiaPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-Bold.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-Bold.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-Bold.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-Bold.svg#GeorgiaPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia Pro";
  src: url("../fonts/Georgia/GeorgiaPro-Black.eot");
  src: url("../fonts/Georgia/GeorgiaPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Georgia/GeorgiaPro-Black.woff2") format("woff2"), url("../fonts/Georgia/GeorgiaPro-Black.woff") format("woff"), url("../fonts/Georgia/GeorgiaPro-Black.ttf") format("truetype"), url("../fonts/Georgia/GeorgiaPro-Black.svg#GeorgiaPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextMedium.eot");
  src: url("../fonts/halyardtext/HalyardTextMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextMedium.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextMedium.woff") format("woff"), url("../fonts/halyardtext/HalyardTextMedium.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextMedium.svg#HalyardTextMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextMedium-Italic.eot");
  src: url("../fonts/halyardtext/HalyardTextMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextMedium-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextMedium-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardTextMedium-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextMedium-Italic.svg#HalyardTextMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextLight.eot");
  src: url("../fonts/halyardtext/HalyardTextLight.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextLight.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextLight.woff") format("woff"), url("../fonts/halyardtext/HalyardTextLight.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextLight.svg#HalyardTextLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextLight-Italic.eot");
  src: url("../fonts/halyardtext/HalyardTextLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextLight-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextLight-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardTextLight-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextLight-Italic.svg#HalyardTextLight-Italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroSemiBold-Italic.eot");
  src: url("HalyardMicroSemiBold-Italic.eot?#iefix") format("embedded-opentype"), url("HalyardMicroSemiBold-Italic.woff2") format("woff2"), url("HalyardMicroSemiBold-Italic.woff") format("woff"), url("HalyardMicroSemiBold-Italic.ttf") format("truetype"), url("HalyardMicroSemiBold-Italic.svg#HalyardMicroSemiBold-Italic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextSemiBold-Italic.eot");
  src: url("../fonts/halyardtext/HalyardTextSemiBold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextSemiBold-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextSemiBold-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardTextSemiBold-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextSemiBold-Italic.svg#HalyardTextSemiBold-Italic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "../fonts/halyardtext/HalyardText";
  src: url("../fonts/halyardtext/HalyardTextBlack-Italic.eot");
  src: url("../fonts/halyardtext/HalyardTextBlack-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextBlack-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextBlack-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardTextBlack-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextBlack-Italic.svg#HalyardTextBlack-Italic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicro-Regular.eot");
  src: url("HalyardMicro-Regular.eot?#iefix") format("embedded-opentype"), url("HalyardMicro-Regular.woff2") format("woff2"), url("HalyardMicro-Regular.woff") format("woff"), url("HalyardMicro-Regular.ttf") format("truetype"), url("HalyardMicro-Regular.svg#HalyardMicro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextSemiBold.eot");
  src: url("../fonts/halyardtext/HalyardTextSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextSemiBold.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextSemiBold.woff") format("woff"), url("../fonts/halyardtext/HalyardTextSemiBold.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextSemiBold.svg#HalyardTextSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardText-Regular.eot");
  src: url("../fonts/halyardtext/HalyardText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardText-Regular.woff2") format("woff2"), url("../fonts/halyardtext/HalyardText-Regular.woff") format("woff"), url("../fonts/halyardtext/HalyardText-Regular.ttf") format("truetype"), url("../fonts/halyardtext/HalyardText-Regular.svg#HalyardText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "../fonts/halyardtext/HalyardText";
  src: url("../fonts/halyardtext/HalyardTextBlack.eot");
  src: url("../fonts/halyardtext/HalyardTextBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextBlack.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextBlack.woff") format("woff"), url("../fonts/halyardtext/HalyardTextBlack.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextBlack.svg#HalyardTextBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroMedium.eot");
  src: url("HalyardMicroMedium.eot?#iefix") format("embedded-opentype"), url("HalyardMicroMedium.woff2") format("woff2"), url("HalyardMicroMedium.woff") format("woff"), url("HalyardMicroMedium.ttf") format("truetype"), url("HalyardMicroMedium.svg#HalyardMicroMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroSemiBold.eot");
  src: url("HalyardMicroSemiBold.eot?#iefix") format("embedded-opentype"), url("HalyardMicroSemiBold.woff2") format("woff2"), url("HalyardMicroSemiBold.woff") format("woff"), url("HalyardMicroSemiBold.ttf") format("truetype"), url("HalyardMicroSemiBold.svg#HalyardMicroSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardText-Bold.eot");
  src: url("../fonts/halyardtext/HalyardText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardText-Bold.woff2") format("woff2"), url("../fonts/halyardtext/HalyardText-Bold.woff") format("woff"), url("../fonts/halyardtext/HalyardText-Bold.ttf") format("truetype"), url("../fonts/halyardtext/HalyardText-Bold.svg#HalyardText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text Book";
  src: url("../fonts/halyardtext/HalyardTextBook-Regular.eot");
  src: url("../fonts/halyardtext/HalyardTextBook-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextBook-Regular.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextBook-Regular.woff") format("woff"), url("../fonts/halyardtext/HalyardTextBook-Regular.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextBook-Regular.svg#HalyardTextBook-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextExtraLight.eot");
  src: url("../fonts/halyardtext/HalyardTextExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextExtraLight.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextExtraLight.woff") format("woff"), url("../fonts/halyardtext/HalyardTextExtraLight.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextExtraLight.svg#HalyardTextExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardText-Italic.eot");
  src: url("../fonts/halyardtext/HalyardText-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardText-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardText-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardText-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardText-Italic.svg#HalyardText-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardTextExtraLight-Italic.eot");
  src: url("../fonts/halyardtext/HalyardTextExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextExtraLight-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextExtraLight-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardTextExtraLight-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextExtraLight-Italic.svg#HalyardTextExtraLight-Italic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text Book";
  src: url("../fonts/halyardtext/HalyardTextBook-Italic.eot");
  src: url("../fonts/halyardtext/HalyardTextBook-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardTextBook-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardTextBook-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardTextBook-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardTextBook-Italic.svg#HalyardTextBook-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Text";
  src: url("../fonts/halyardtext/HalyardText-BoldItalic.eot");
  src: url("../fonts/halyardtext/HalyardText-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardText-BoldItalic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardText-BoldItalic.woff") format("woff"), url("../fonts/halyardtext/HalyardText-BoldItalic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardText-BoldItalic.svg#HalyardText-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayExtraLight-Italic.eot");
  src: url("../fonts/halyardtext/HalyardDisplayExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayExtraLight-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayExtraLight-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayExtraLight-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayExtraLight-Italic.svg#HalyardDisplayExtraLight-Italic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplay-Bold.eot");
  src: url("../fonts/halyardtext/HalyardDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplay-Bold.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplay-Bold.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplay-Bold.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplay-Bold.svg#HalyardDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroMedium-Italic.eot");
  src: url("HalyardMicroMedium-Italic.eot?#iefix") format("embedded-opentype"), url("HalyardMicroMedium-Italic.woff2") format("woff2"), url("HalyardMicroMedium-Italic.woff") format("woff"), url("HalyardMicroMedium-Italic.ttf") format("truetype"), url("HalyardMicroMedium-Italic.svg#HalyardMicroMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayBlack-Italic.eot");
  src: url("../fonts/halyardtext/HalyardDisplayBlack-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayBlack-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayBlack-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayBlack-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayBlack-Italic.svg#HalyardDisplayBlack-Italic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayBlack.eot");
  src: url("../fonts/halyardtext/HalyardDisplayBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayBlack.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayBlack.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayBlack.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayBlack.svg#HalyardDisplayBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display Book";
  src: url("../fonts/halyardtext/HalyardDisplayBook.eot");
  src: url("../fonts/halyardtext/HalyardDisplayBook.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayBook.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayBook.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayBook.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayBook.svg#HalyardDisplayBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplay-BoldItalic.eot");
  src: url("../fonts/halyardtext/HalyardDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplay-BoldItalic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplay-BoldItalic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplay-BoldItalic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplay-BoldItalic.svg#HalyardDisplay-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display Book";
  src: url("../fonts/halyardtext/HalyardDisplayBook-Italic.eot");
  src: url("../fonts/halyardtext/HalyardDisplayBook-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayBook-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayBook-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayBook-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayBook-Italic.svg#HalyardDisplayBook-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplaySemiBold-Italic.eot");
  src: url("../fonts/halyardtext/HalyardDisplaySemiBold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplaySemiBold-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplaySemiBold-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplaySemiBold-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplaySemiBold-Italic.svg#HalyardDisplaySemiBold-Italic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplay-Italic.eot");
  src: url("../fonts/halyardtext/HalyardDisplay-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplay-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplay-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplay-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplay-Italic.svg#HalyardDisplay-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayLight-Italic.eot");
  src: url("../fonts/halyardtext/HalyardDisplayLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayLight-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayLight-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayLight-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayLight-Italic.svg#HalyardDisplayLight-Italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayLight.eot");
  src: url("../fonts/halyardtext/HalyardDisplayLight.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayLight.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayLight.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayLight.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayLight.svg#HalyardDisplayLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayMedium.eot");
  src: url("../fonts/halyardtext/HalyardDisplayMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayMedium.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayMedium.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayMedium.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayMedium.svg#HalyardDisplayMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayExtraLight.eot");
  src: url("../fonts/halyardtext/HalyardDisplayExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayExtraLight.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayExtraLight.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayExtraLight.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayExtraLight.svg#HalyardDisplayExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplay-Regular.eot");
  src: url("../fonts/halyardtext/HalyardDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplay-Regular.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplay-Regular.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplay-Regular.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplay-Regular.svg#HalyardDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplayMedium-Italic.eot");
  src: url("../fonts/halyardtext/HalyardDisplayMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplayMedium-Italic.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplayMedium-Italic.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplayMedium-Italic.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplayMedium-Italic.svg#HalyardDisplayMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro Book";
  src: url("HalyardMicroBook.eot");
  src: url("HalyardMicroBook.eot?#iefix") format("embedded-opentype"), url("HalyardMicroBook.woff2") format("woff2"), url("HalyardMicroBook.woff") format("woff"), url("HalyardMicroBook.ttf") format("truetype"), url("HalyardMicroBook.svg#HalyardMicroBook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroBlack.eot");
  src: url("HalyardMicroBlack.eot?#iefix") format("embedded-opentype"), url("HalyardMicroBlack.woff2") format("woff2"), url("HalyardMicroBlack.woff") format("woff"), url("HalyardMicroBlack.ttf") format("truetype"), url("HalyardMicroBlack.svg#HalyardMicroBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicro-Bold.eot");
  src: url("HalyardMicro-Bold.eot?#iefix") format("embedded-opentype"), url("HalyardMicro-Bold.woff2") format("woff2"), url("HalyardMicro-Bold.woff") format("woff"), url("HalyardMicro-Bold.ttf") format("truetype"), url("HalyardMicro-Bold.svg#HalyardMicro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicro-BoldItalic.eot");
  src: url("HalyardMicro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("HalyardMicro-BoldItalic.woff2") format("woff2"), url("HalyardMicro-BoldItalic.woff") format("woff"), url("HalyardMicro-BoldItalic.ttf") format("truetype"), url("HalyardMicro-BoldItalic.svg#HalyardMicro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroExtraLight.eot");
  src: url("HalyardMicroExtraLight.eot?#iefix") format("embedded-opentype"), url("HalyardMicroExtraLight.woff2") format("woff2"), url("HalyardMicroExtraLight.woff") format("woff"), url("HalyardMicroExtraLight.ttf") format("truetype"), url("HalyardMicroExtraLight.svg#HalyardMicroExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro Book";
  src: url("HalyardMicroBook-Italic.eot");
  src: url("HalyardMicroBook-Italic.eot?#iefix") format("embedded-opentype"), url("HalyardMicroBook-Italic.woff2") format("woff2"), url("HalyardMicroBook-Italic.woff") format("woff"), url("HalyardMicroBook-Italic.ttf") format("truetype"), url("HalyardMicroBook-Italic.svg#HalyardMicroBook-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroBlack-Italic.eot");
  src: url("HalyardMicroBlack-Italic.eot?#iefix") format("embedded-opentype"), url("HalyardMicroBlack-Italic.woff2") format("woff2"), url("HalyardMicroBlack-Italic.woff") format("woff"), url("HalyardMicroBlack-Italic.ttf") format("truetype"), url("HalyardMicroBlack-Italic.svg#HalyardMicroBlack-Italic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../fonts/halyardtext/HalyardDisplaySemiBold.eot");
  src: url("../fonts/halyardtext/HalyardDisplaySemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/halyardtext/HalyardDisplaySemiBold.woff2") format("woff2"), url("../fonts/halyardtext/HalyardDisplaySemiBold.woff") format("woff"), url("../fonts/halyardtext/HalyardDisplaySemiBold.ttf") format("truetype"), url("../fonts/halyardtext/HalyardDisplaySemiBold.svg#HalyardDisplaySemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroExtraLight-Italic.eot");
  src: url("HalyardMicroExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("HalyardMicroExtraLight-Italic.woff2") format("woff2"), url("HalyardMicroExtraLight-Italic.woff") format("woff"), url("HalyardMicroExtraLight-Italic.ttf") format("truetype"), url("HalyardMicroExtraLight-Italic.svg#HalyardMicroExtraLight-Italic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroLight.eot");
  src: url("HalyardMicroLight.eot?#iefix") format("embedded-opentype"), url("HalyardMicroLight.woff2") format("woff2"), url("HalyardMicroLight.woff") format("woff"), url("HalyardMicroLight.ttf") format("truetype"), url("HalyardMicroLight.svg#HalyardMicroLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicro-Italic.eot");
  src: url("HalyardMicro-Italic.eot?#iefix") format("embedded-opentype"), url("HalyardMicro-Italic.woff2") format("woff2"), url("HalyardMicro-Italic.woff") format("woff"), url("HalyardMicro-Italic.ttf") format("truetype"), url("HalyardMicro-Italic.svg#HalyardMicro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Micro";
  src: url("HalyardMicroLight-Italic.eot");
  src: url("HalyardMicroLight-Italic.eot?#iefix") format("embedded-opentype"), url("HalyardMicroLight-Italic.woff2") format("woff2"), url("HalyardMicroLight-Italic.woff") format("woff"), url("HalyardMicroLight-Italic.ttf") format("truetype"), url("HalyardMicroLight-Italic.svg#HalyardMicroLight-Italic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #151515;
  font-family: "Halyard Text";
}

p {
  margin-bottom: 20px;
  line-height: 1.5;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none !important;
}

h1 {
  font-family: "Georgia Pro";
  font-size: 54px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  font-style: normal;
  color: #3A1300;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-family: "Georgia Pro";
  color: #3A1300;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.header-wrapper {
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 991px) {
  .header-wrapper.fixed-header, .header-wrapper.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 99999;
  }
}
.header-wrapper .header-main-wrapper {
  padding: 0px 0;
  background-color: #ffffff;
  position: relative;
}
.header-wrapper .header-main-wrapper .container {
  max-width: 1300px;
}
.header-wrapper .header-main-wrapper .header-main-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .header-wrapper .header-main-wrapper .header-main-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner {
    flex-flow: wrap;
    padding-top: 0px;
    gap: 15px;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .side-branding .logo-box {
  width: 100%;
  height: auto;
  max-width: 283px;
  line-height: 0;
}
@media (max-width: 479px) {
  .header-wrapper .header-main-wrapper .header-main-inner .side-branding .logo-box {
    gap: 15px;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .side-branding .logo-box img {
  width: auto;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1300px) {
  .header-wrapper .header-main-wrapper .header-main-inner .side-branding .logo-box img {
    min-width: 195px;
  }
}
@media (max-width: 479px) {
  .header-wrapper .header-main-wrapper .header-main-inner .side-branding .logo-box img {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main-wrapper .header-main-inner .side-branding .logo-box img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-left-col {
    width: 100%;
    order: 2;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col {
    width: 100%;
    order: 1;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 30px;
  width: 100%;
  justify-content: flex-end;
  z-index: 1;
  height: 50px;
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top {
    gap: 5px;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-right-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 50px;
  background: #000000;
  z-index: -1;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1080px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-right-shape {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-right-shape {
    width: 62%;
    height: 80px;
  }
}
@media (max-width: 830px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-right-shape {
    width: 70%;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-right-shape {
    height: 50px;
    width: 99%;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-right-shape {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-left-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 42.5%;
  height: 50px;
  background: rgb(186, 122, 87);
  z-index: -1;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1080px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-left-shape {
    width: 48.5%;
  }
}
@media (max-width: 991px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-left-shape {
    width: 62.5%;
    height: 80px;
  }
}
@media (max-width: 830px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-left-shape {
    width: 70.5%;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-left-shape {
    height: 50px;
    width: 99.5%;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li {
  padding: 0 16px;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li {
    padding: 0 5px;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li:last-child {
  border: none;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li:first-child {
  padding-left: 0;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li.current-menu-item a {
  transition: all 0.4s ease-in-out;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li.current-menu-item a::after {
  width: 100%;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li.current-menu-item a span {
  background-color: #ffffff;
  width: 100%;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li a {
  text-decoration: none;
  color: #fff;
  font-family: "Halyard Text";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 360px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li a {
    font-size: 13px;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li a span {
  display: block;
  height: 2px;
  background: transparent;
  width: 0;
  transition: all 0.3s linear;
  position: relative;
  top: -3px;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li a:hover span {
  width: 100%;
  background-color: #ffffff;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-top .top-inner .menu-top-menu-container ul.menu li a:hover::after {
  width: 100%;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .header-bottom {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .select-button .select2-container {
  width: 100% !important;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .select-button .select2-container .select2-selection--single {
  border: 1px solid #151515;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #151515;
}
@media (max-width: 479px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .select-button .select2-container .select2-selection--single {
    font-size: 12px;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .select-button .select2-container .select2-selection--single .select2-selection__rendered {
  color: #151515;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .wpml-ls-legacy-dropdown-click {
  width: 100%;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  background-color: #000000 !important;
  text-transform: uppercase;
  color: #ffffff !important;
  line-height: normal;
  font-family: "Halyard Text";
  opacity: 1;
  text-decoration: none !important;
  background-image: url(../images/caret-downwhite.png);
  background-size: 10px 6px;
  background-position: 94% 55%;
  background-repeat: no-repeat;
}
@media (max-width: 480px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 15px;
  }
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  content: none !important;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle span {
  display: block;
  background-color: #000000;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  background-color: #000000;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #ffffff !important;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  background-color: #000000;
}
.header-wrapper .header-main-wrapper .header-main-inner .header-right-col .humbergar-menu {
  display: none;
}
@media (max-width: 991px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .humbergar-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-wrapper .header-main-wrapper .header-main-inner .header-right-col .humbergar-menu {
    position: absolute;
    bottom: 35px;
  }
}
.header-wrapper .main-navigation {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .header-wrapper .main-navigation {
    position: fixed;
    top: 80px;
    width: 100%;
    height: calc(100% - 70px);
    overflow-x: scroll;
    z-index: 999;
    padding: 50px 0;
    transition: all 0.4s ease-in-out;
    left: 100%;
    background: #3A1300;
  }
}
@media (max-width: 767px) {
  .header-wrapper .main-navigation {
    top: 125px;
  }
}
.header-wrapper .main-navigation.is-active {
  transition: all 0.4s ease-in-out;
  left: 0;
}
.header-wrapper .main-navigation .container {
  padding: 0;
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu {
  display: flex;
  justify-content: end;
  gap: 30px;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu {
    gap: 18px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu {
    gap: 9px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu {
    flex-direction: column;
    gap: 30px;
  }
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item {
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 991px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #3a1300;
  transition: all 0.3s linear;
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item:hover::after {
  width: 100%;
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item.current-menu-item a {
  color: #7B4D32;
  transition: all 0.4s ease-in-out;
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item.current-menu-item::after {
  width: 100%;
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item a {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  letter-spacing: 0px;
  text-decoration: none !important;
  transition: all 0.4s ease-in-out;
  line-height: 100%;
  font-style: normal;
  font-family: "Halyard Text";
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item a {
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item a {
    font-size: 16px;
  }
}
.header-wrapper .main-navigation .primary-inner .menu-wrapper .menu-primary-menu-container .menu .menu-item a:hover {
  color: #BA7A57;
  transition: all 0.4s ease-in-out;
}

.burger {
  position: relative;
  justify-self: end;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 10;
  width: 20.11px;
  height: 13.71px;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
}
.burger .burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background: #fff;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .burger .burger-line {
    background-color: #000;
  }
}
.burger .burger-line:nth-child(1) {
  top: 0px;
}
.burger .burger-line:nth-child(2) {
  top: 0.5rem;
}
.burger .burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.select2-container .select2-dropdown .select2-search {
  display: none;
}
.select2-container .select2-dropdown .select2-results ul li {
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 479px) {
  .select2-container .select2-dropdown .select2-results ul li {
    font-size: 12px;
  }
}

footer.footer {
  background-color: #3a1300;
  padding: 60px 0;
  margin-top: 8px;
  position: relative;
}
footer.footer::after {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  content: "";
  bottom: auto;
  border-bottom: 6px solid #ba7a57;
}
@media (max-width: 1199px) {
  footer.footer {
    padding: 40px 0;
  }
}
footer.footer .container {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
  justify-content: space-between;
  max-width: 1300px;
}
@media (max-width: 991px) {
  footer.footer .container {
    flex-flow: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  footer.footer .container .logo-box {
    text-align: center;
  }
}
footer.footer .container .logo-box a img {
  min-width: auto;
  width: auto;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  footer.footer .container .logo-box a img {
    min-width: 140px;
  }
}
@media (max-width: 991px) {
  footer.footer .container .logo-box a img {
    max-width: 160px;
  }
}
footer .scrollToTop {
  position: fixed;
  right: 3.94rem;
  top: calc(100% - 140px);
  display: none;
  z-index: 999;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  footer .scrollToTop {
    top: calc(100% - 70px);
    width: 36px;
    right: 1.5rem;
  }
}
footer .row {
  padding: 0 !important;
}
@media (max-width: 991px) {
  footer .row {
    width: 100%;
  }
}
footer .row .col {
  display: flex;
  flex-flow: column;
  gap: 18px;
}
footer .row .col .footer-menu-items .menu {
  display: flex;
  justify-content: flex-end !important;
  list-style: none;
  margin-bottom: 0;
  gap: 13px;
  padding: 0;
}
@media (max-width: 1199px) {
  footer .row .col .footer-menu-items .menu {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  footer .row .col .footer-menu-items .menu {
    justify-content: center !important;
    gap: 0px;
    flex-flow: wrap;
  }
}
footer .row .col .footer-menu-items .menu .menu-item {
  line-height: 1;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  footer .row .col .footer-menu-items .menu .menu-item {
    text-align: center;
    width: 100%;
  }
}
footer .row .col .footer-menu-items .menu .menu-item.current-menu-item a {
  transition: all 0.4s ease-in-out;
}
footer .row .col .footer-menu-items .menu .menu-item.current-menu-item a:after {
  width: 100%;
}
@media (max-width: 991px) {
  footer .row .col .footer-menu-items .menu .menu-item {
    padding: 0 10px;
    margin: 10px 0px;
  }
}
footer .row .col .footer-menu-items .menu .menu-item:last-child {
  border-right: none;
  padding-right: 0;
}
footer .row .col .footer-menu-items .menu .menu-item a {
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0px;
  text-decoration: none !important;
  font-family: "Halyard Text";
  color: #fff;
  position: relative;
  padding: 3px 0;
}
@media (max-width: 1300px) {
  footer .row .col .footer-menu-items .menu .menu-item a {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  footer .row .col .footer-menu-items .menu .menu-item a {
    font-size: 13px;
  }
}
footer .row .col .footer-menu-items .menu .menu-item a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ba7a57;
  content: "";
  transition: all 0.3s linear;
}
footer .row .col .footer-menu-items .menu .menu-item a:hover:after {
  width: 100%;
}
footer .row .col .footer-menu-items .menu .menu-item a:hover {
  transition: all 0.4s ease-in-out;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.button-group.is-center {
  justify-content: center;
}

.btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #151515;
  padding: 10px 24px;
  line-height: 20px;
  border-radius: 5px;
  text-decoration: none !important;
}
.btn.is-alternate {
  background-color: transparent;
  color: #151515;
  border-color: #151515;
}
.btn.is-alternate:hover {
  background-color: #151515;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-small {
  padding: 2px 10px;
}
.btn.left-icon {
  padding: 10px 24px 12px 52px;
}
.btn.left-icon.btn-small {
  padding: 8px 24px 8px 52px;
}
.btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn.svg);
  background-repeat: no-repeat;
  background-position: 24px;
  background-size: auto;
  transition: all 0.4s ease-in-out;
}
.btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn-icon.svg);
}
.btn.left-icon.link {
  background-color: transparent;
  border: none;
  color: #000000;
}
.btn.left-icon.link::before {
  background-image: url(../images/btn-icon.svg);
}
.btn.left-icon.link:hover {
  background-color: transparent;
  border: none;
}
.btn:active, .btn:focus, .btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #000000;
}

.primary-btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000000;
  padding: 10px 24px;
  line-height: 22px;
  background-color: transparent;
  color: #000000;
}
.primary-btn.is-alternate {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.primary-btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.primary-btn.left-icon {
  padding: 10px 24px 12px 52px;
}
.primary-btn.left-icon.btn-small {
  padding: 8px 24px 8px 52px;
}
.primary-btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-position: 24px;
  background-size: auto;
  transition: all 0.4s ease-in-out;
}
.primary-btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn.svg);
}
.primary-btn.link {
  background-color: transparent;
  border: none;
}
.primary-btn.link::before {
  background-image: url(../images/btn-icon.svg);
}
.primary-btn.link:hover::before {
  background-image: url(../images/btn-icon.svg);
}
.primary-btn.link:hover {
  background-color: transparent;
  border: none;
  color: #000000;
}
.primary-btn:active, .primary-btn:focus, .primary-btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.secondary-btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000000;
  padding: 10px 24px;
  line-height: 22px;
  background-color: #ffffff;
  color: #000000;
}
.secondary-btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.secondary-btn.left-icon {
  padding: 12px 52px 10px 24px;
}
.secondary-btn.left-icon.btn-small {
  padding: 8px 52px 8px 24px;
}
.secondary-btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  transition: all 0.4s ease-in-out;
  right: 24px;
}
.secondary-btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn.svg);
}
.secondary-btn.link {
  background-color: transparent;
  border: none;
}
.secondary-btn.link::before {
  background-image: url(../images/btn-icon.svg);
}
.secondary-btn.link:hover::before {
  background-image: url(../images/btn-icon.svg);
}
.secondary-btn.link:hover {
  background-color: transparent;
  border: none;
  color: #000000;
}
.secondary-btn:active, .secondary-btn:focus, .secondary-btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}

.section-content_with_image_slider.padding-section-large {
  padding-top: 80px;
  padding-bottom: 127px;
}
.section-content_with_image_slider .row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .section-content_with_image_slider .row {
    flex-wrap: wrap;
  }
}
.section-content_with_image_slider .row .col-1 {
  max-width: 425px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-content_with_image_slider .row {
    max-width: 100%;
  }
}
.section-content_with_image_slider .dec p strong,
.section-content_with_image_slider .dec p span {
  font-size: 22px;
  font-weight: 600 !important;
  font-family: "Georgia Pro";
  color: #3A1300;
}
.section-content_with_image_slider .dec div + p {
  font-size: 22px;
  margin-top: 40px;
}
.section-content_with_image_slider .hero-section-gallery .hero-section-gallery-inner .slick-list {
  padding-left: 0 !important;
}
.section-content_with_image_slider .hero-section-gallery .hero-section-gallery-inner .slick-list .slick-track {
  display: flex;
  align-items: center;
}
.section-content_with_image_slider .hero-section-gallery .hero-section-gallery-inner .hero-section-gallery-items:nth-child(even) .gallery-img-box a {
  padding-bottom: 120%;
  margin-top: auto;
  margin-bottom: auto;
}
.section-content_with_image_slider .hero-section-gallery .hero-section-gallery-inner .hero-section-gallery-items .gallery-img-box a {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  display: block;
  overflow: hidden;
  margin-right: 28px;
  border-radius: 20px;
}
.section-content_with_image_slider .hero-section-gallery .hero-section-gallery-inner .hero-section-gallery-items .gallery-img-box a img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.faq_section .faq-section ul {
  padding-left: 17px;
  margin-bottom: 0;
}
.faq_section .faq-section ul li {
  list-style: disc;
  padding-bottom: 15px;
}
.faq_section .faq-section ul ol {
  padding-left: 17px;
  margin-bottom: 0;
}
.faq_section .faq-section ul ol li {
  padding-bottom: 15px;
}
.faq_section .faq-section .accordion-sec .accordion {
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .faq_section .faq-section .accordion-sec .accordion {
    max-width: 100%;
  }
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #787878;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title.active .heading-style-h6 {
  color: #BA7A57;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title .heading-style-h6 {
  font-size: 20px;
  padding-right: 80px;
  width: calc(100% - 40px);
  transition: all 0.5s;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title .heading-style-h6:hover {
  color: #ba7a57;
}
@media only screen and (max-width: 991px) {
  .faq_section .faq-section .accordion-sec .accordion .accordion-title .heading-style-h6 {
    padding-right: 40px;
  }
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title span.arrow-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  top: 7px;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title span.arrow-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title span.arrow-icon::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title.active {
  border-bottom: 0px solid #787878;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-title.active span.arrow-icon::after {
  opacity: 0;
}
.faq_section .faq-section .accordion-sec .accordion .accordion-content {
  padding: 0px 0 25px;
  border-bottom: 1px solid #787878;
}

.news_section .news-wrap .news-grid-row .news-list {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  transition: all 0.5s;
  position: relative;
  height: 100%;
  padding-bottom: 78px;
}
.news_section .news-wrap .news-grid-row .news-list:hover {
  background-color: #FAFAFA;
}
.news_section .news-wrap .news-grid-row .news-list:hover .img-wrap img {
  transform: scale(1.1);
}
.news_section .news-wrap .news-grid-row .news-list .news-col .img-wrap {
  line-height: 0;
  height: 260px;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.news_section .news-wrap .news-grid-row .news-list .news-col .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.news_section .news-wrap .news-grid-row .news-list .news-col .img-wrap img:hover {
  transform: scale(1.15);
}
.news_section .news-wrap .news-grid-row .news-list .news-col .content-wrap {
  padding: 30px;
  padding-bottom: 0px;
}
.news_section .news-wrap .news-grid-row .news-list .news-col .content-wrap .btn-group {
  position: absolute;
  bottom: 30px;
}
.news_section .news-wrap .news-grid-row .news-list .news-col .content-wrap .heading-style-h5 {
  color: #000000;
  transition: all 0.5s;
  display: block;
  margin-bottom: 0;
}
.news_section .news-wrap .news-grid-row .news-list .news-col .content-wrap .heading-style-h5:hover {
  color: #787878;
}
.news_section .ajexloader-img {
  display: none;
}
.news_section .btn-group.loadMore-wrap {
  justify-content: center !important;
}

.bgloader .ajexloader-img {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 250, 250, 0.7);
}
.bgloader .ajexloader-img img {
  max-width: 50px;
}

.news_detail_section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news_detail_section .news_detail-wrap .news-heade .back-news-post a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1;
  transition: all 0.5s;
}
.news_detail_section .news_detail-wrap .news-heade .back-news-post a:hover {
  text-decoration: underline;
}
.news_detail_section .news_detail-wrap .news-heade .back-news-post a::after {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  width: 15px;
  height: 100%;
  background-image: url(../images/back-arrow.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.news_detail_section .news_detail-wrap .news-heade .news-featur-wrap .img-wrap {
  line-height: 1;
  margin-bottom: 20px;
}
.news_detail_section .news_detail-wrap .news-heade .news-featur-wrap .img-wrap img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_detail_section .news_detail-wrap .news-center-sec .auther-wraper {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
.news_detail_section .news_detail-wrap .news-center-sec .auther-wraper .auther-box .auther-title {
  font-weight: 600;
  color: #000000;
}
.news_detail_section .news_detail-wrap .news-center-sec .auther-wraper .publish-box .publish-title {
  font-weight: 600;
  color: #000000;
}
.news_detail_section .news_detail-wrap .news-center-sec .auther-wraper .ul-social-icon {
  margin-left: auto;
  display: flex;
  flex-flow: wrap;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .news_detail_section .news_detail-wrap .news-center-sec .auther-wraper .ul-social-icon {
    margin-left: 0;
  }
}
.news_detail_section .news_detail-wrap .news-center-sec .auther-wraper .ul-social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #000000;
  border-radius: 40px;
  transition: all 0.5s;
}
.news_detail_section .news_detail-wrap .news-center-sec .auther-wraper .ul-social-icon li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.news_detail_section .news_detail-wrap .news-center-sec .auther-wraper .ul-social-icon li a img {
  max-width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_detail_section .news_detail-wrap .news_content-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content {
  width: 100%;
  flex-grow: 1;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content h1,
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content h2,
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content h3,
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content h4,
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content h5,
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content h6 {
  margin-bottom: 20px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content a {
  text-decoration: underline;
  transition: all 0.5s;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content a:hover {
  text-decoration: none;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content figure {
  margin-bottom: 20px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content figure img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content figure div {
  line-height: 0;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content figure figcaption {
  background-color: #f4f4f4;
  font-style: italic;
  padding: 7px 10px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content ul {
  padding-left: 15px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content ul li {
  list-style: disc;
  margin-bottom: 15px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content ol {
  padding-left: 15px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .news_content ol li {
  list-style: decimal;
  margin-bottom: 15px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col {
  width: 100%;
  max-width: 35%;
  flex-grow: 1;
}
@media only screen and (max-width: 1199px) {
  .news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col {
    max-width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col {
    display: none;
  }
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .recent-news-list {
  border: 1px solid #f4f4f4;
  padding: 20px;
  position: sticky;
  top: 0;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .redent-news-col {
  display: flex;
  flex-flow: wrap;
  gap: 25px;
  margin-bottom: 25px;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .redent-news-col .news-img {
  line-height: 0;
  width: 100%;
  max-width: 40%;
  flex-grow: 1;
  overflow: hidden;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .redent-news-col .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
  transform: scale(1);
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .redent-news-col .news-img img:hover {
  transform: scale(1.2);
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .redent-news-col .right-col {
  width: 100%;
  max-width: calc(60% - 25px);
  flex-grow: 1;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .redent-news-col .right-col .heading-style-h6 {
  transition: all 0.5s;
}
.news_detail_section .news_detail-wrap .news_content-wrapper .recent_news_col .redent-news-col .right-col .heading-style-h6:hover {
  color: #787878;
}

.publication_section .news-wrap .publication-filter {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.publication_section .news-wrap .publication-filter .col {
  width: 100%;
  max-width: calc((100% - 30px) / 2);
  display: flex;
  flex-flow: wrap;
  gap: 15px;
  align-items: center;
}
@media only screen and (max-width: 639px) {
  .publication_section .news-wrap .publication-filter .col {
    max-width: 100%;
  }
}
.publication_section .news-wrap .publication-filter .col label {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
.publication_section .news-wrap .publication-filter .col select {
  width: 100%;
  height: 48px;
  padding: 9px 15px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  background-image: url(../images/down__icons.png);
  background-size: 18px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 767px) {
  .publication_section .news-wrap .publication-filter .col select {
    font-size: 16px;
    background-size: 16px;
    padding-right: 22px;
  }
}
.publication_section .news-wrap .header h2 {
  font-size: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .publication_section .news-wrap .header h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.publication_section .news-wrap .news-grid-row.w-layout-grid-three {
  grid-template-columns: 1fr;
}
.publication_section .news-wrap .news-grid-row .publication-list {
  border-bottom: 1px solid #ededed;
}
.publication_section .news-wrap .news-grid-row .publication-list .news-col .img-wrap a {
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
  padding-left: 55px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .publication_section .news-wrap .news-grid-row .publication-list .news-col .img-wrap a {
    padding-left: 45px;
  }
}
.publication_section .news-wrap .news-grid-row .publication-list .news-col .img-wrap a:hover {
  text-decoration: underline !important;
}
.publication_section .news-wrap .news-grid-row .publication-list .news-col .img-wrap a::before {
  content: "";
  background-image: url(../images/pdf-icon.png);
  position: absolute;
  left: 0;
  top: 4px;
  background-size: 36px;
  width: 36px;
  background-repeat: no-repeat;
  height: 36px;
}
.publication_section .news-wrap .news-grid-row .publication-list .news-col .content-wrap .content {
  display: flex;
  flex-flow: wrap;
  font-size: 16px;
  gap: 5px 15px;
  padding-left: 55px;
  opacity: 0.7;
}
@media only screen and (max-width: 1199px) {
  .publication_section .news-wrap .news-grid-row .publication-list .news-col .content-wrap .content {
    padding-left: 45px;
  }
}
.publication_section .news-wrap .news-grid-row .publication-list .news-col .content-wrap .content .col {
  padding-left: 0;
  padding-right: 0;
}

.section-embaded_form {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .section-embaded_form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-embaded_form #mc_embed_signup div.mce_inline_error {
  padding: 5px 0 0 !important;
  background-color: transparent !important;
  color: red;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll {
  font-family: "Montserrat", sans-serif;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll > div {
  background: #FAFAFA !important;
  padding: 60px 40px !important;
}
@media only screen and (max-width: 767px) {
  .section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll > div {
    padding: 40px 20px !important;
  }
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll > div > p {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll > div > p {
    font-size: 30px;
  }
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .indicates-required {
  margin-bottom: 20px;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .content__gdpr {
  margin-bottom: 15px;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group {
  margin-bottom: 20px;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group label {
  font-size: 18px;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group input,
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group select {
  height: 50px !important;
  width: 100%;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group h2 {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group h2 {
    font-size: 22px;
  }
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll .mc-field-group h2 label {
  font-size: inherit;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll p {
  font-size: 16px;
  font-weight: 300;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll fieldset .checkbox {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll fieldset .checkbox input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  position: relative;
  margin: 0;
  margin-right: 5px;
  top: 4px;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll fieldset .checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll fieldset .checkbox input[type=checkbox]:checked::before {
  background: #000000;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll fieldset .checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../images/check-icon01.png);
  width: 20px;
  height: 20px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll input[type=submit].button {
  background: transparent !important;
  color: #000000 !important;
  font-family: "Archivo" !important;
  font-size: 18px !important;
  border-radius: 5px !important;
  border: 1px solid #000000 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto !important;
  padding: 10px 30px !important;
  line-height: 1;
  cursor: pointer;
  transition: all 0.5s;
}
.section-embaded_form #mc_embed_signup form #mc_embed_signup_scroll input[type=submit].button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}/*# sourceMappingURL=style.css.map */