@import url("https://use.typekit.net/gqx6way.css");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

/* Preload images */
body:after {
  content: url(../img/graphics/close.png) url(../img/graphics/loading.gif) url(../img/graphics/prev.png) url(../img/graphics/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #222;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 0px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../../assets/img/graphics/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../../assets/img/graphics/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../../assets/img/graphics/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*-----Helpers-----*/
.background-contrast {
  background-color: #eee;
}

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

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

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

p.big {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.last {
  margin-right: 0 !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.site-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.site-container--narrow {
  max-width: 1200px;
}
@media (max-width: 1400px) {
  .site-container {
    padding: 0 30px;
  }
}

.genesis-block {
  position: relative;
  padding: 80px 0;
}
.genesis-block.light-top-padding {
  padding-top: 45px;
}
.genesis-block.no-top-padding {
  padding-top: 0;
}
.genesis-block.light-bottom-padding {
  padding-bottom: 45px;
}
.genesis-block.no-bottom-padding {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .genesis-block {
    padding: 45px 0 30px;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #1D232C;
}

.outer-wrapper {
  position: relative;
}
.outer-wrapper.modal-open::after {
  content: "";
  position: absolute;
  background-color: rgba(29, 35, 44, 0.98);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 15px;
}
h1.fancy,
h2.fancy,
h3.fancy,
h4.fancy,
h5.fancy,
h6.fancy {
  position: relative;
  margin-bottom: 35px;
}
h1.fancy::after,
h2.fancy::after,
h3.fancy::after,
h4.fancy::after,
h5.fancy::after,
h6.fancy::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  height: 2px;
  width: 100px;
  bottom: -20px;
  left: 6px;
}
h1.fancy--center,
h2.fancy--center,
h3.fancy--center,
h4.fancy--center,
h5.fancy--center,
h6.fancy--center {
  text-align: center;
}
h1.fancy--center::after,
h2.fancy--center::after,
h3.fancy--center::after,
h4.fancy--center::after,
h5.fancy--center::after,
h6.fancy--center::after {
  left: 50%;
  transform: translateX(-50%);
}

h1 {
  font: normal normal 500 120px/1 "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

h2 {
  font: normal normal 400 90px/1 "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

h3 {
  font: normal normal 400 60px/1 "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

h4 {
  font: normal normal 400 32px/1 "Didact Gothic", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

h5 {
  font: normal normal 400 28px/1 "Didact Gothic", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

h6 {
  font: normal normal 400 22px/1 "Didact Gothic", sans-serif;
  text-transform: uppercase;
  color: #fff;
}

p {
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  line-height: 1.87;
}

.button {
  appearance: none;
  padding: 18px 45px;
  transition: all 0.35s ease;
  background-color: #ED6D31;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
}
.button--primary {
  padding: 12px 45px;
}
.button--arrow {
  position: relative;
  padding: 18px 80px 18px 60px;
}
.button--arrow::after {
  content: url("data:image/svg+xml,%3Csvg width='23' height='14' viewBox='0 0 23 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2648 1.00671L21.3267 7.06859M21.3267 7.06859L15.2648 13.1304M21.3267 7.06859H0.673453' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  transition: all 0.35s ease;
}
.button--arrow:hover::after {
  right: 20px;
  transition: all 0.35s ease;
}
.button:hover {
  background-color: #EFAE2D;
  transition: all 0.35s ease;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  h1 {
    font: normal normal 500 100px/1.25 "din-condensed", sans-serif;
  }
  h2 {
    font: normal normal 400 75px/1.25 "din-condensed", sans-serif;
  }
  h3 {
    font: normal normal 400 45px/1.25 "din-condensed", sans-serif;
  }
  h4 {
    font: normal normal 400 25px/1.25 "Didact Gothic", sans-serif;
  }
  h5 {
    font: normal normal 400 22px/1.25 "Didact Gothic", sans-serif;
  }
  h6 {
    font: normal normal 400 18px/1.25 "Didact Gothic", sans-serif;
  }
}
@media (max-width: 480px) {
  .button {
    display: block;
    text-align: center;
  }
  h1 {
    font: normal normal 500 60px/1.25 "din-condensed", sans-serif;
  }
  h2 {
    font: normal normal 500 60px/1 "din-condensed", sans-serif;
  }
  h3 {
    font: normal normal 400 32px/1.25 "din-condensed", sans-serif;
  }
  h4 {
    font: normal normal 400 20px/1.25 "Didact Gothic", sans-serif;
  }
}
/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Didact Gothic", sans-serif;
  display: block !important;
  padding: 15px 20px !important;
  width: 100% !important;
  border: none;
  margin-top: 15px !important;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gform_description {
  color: #fff !important;
}
.gform_wrapper .gform-field-label {
  color: #fff !important;
}
.gform_wrapper .gform_confirmation_message {
  color: #fff !important;
}
.gform_wrapper .ginput_container_address span {
  padding-left: 0 !important;
}
.gform_wrapper .ginput_container_fileupload span,
.gform_wrapper .ginput_container_fileupload input {
  color: #fff !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer.top_label {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button {
  margin-top: 15px !important;
  text-decoration: none;
  display: inline-block;
  padding: 8px 20px;
  background: #1D232C;
  color: #fff;
  font-weight: 700;
  font-family: "Didact Gothic", sans-serif;
  -webkit-appearance: none !important;
}
.gform_wrapper .button:hover {
  background: #fff;
  color: #1D232C;
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "Didact Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ED6D31 !important;
}

.gform_confirmation_message_2 {
  color: #fff !important;
}

.gform_description {
  font-size: 25px;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.35s ease;
}
.header.scrolled {
  background-color: #1d232c;
  transition: all 0.35s ease;
}
.header.scrolled .search-form {
  top: 0;
}
.header.scrolled.search-open .header__search::after {
  top: -6px;
}
.header.scrolled .header__logo {
  max-width: 95px;
  transition: all 0.35s ease;
}
.header.scrolled .header__nav ul {
  top: 6px;
}
.header.scrolled .header__nav ul li .sub-menu::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M11.8906 0L23.0541 15.1042H0.727009L11.8906 0Z' fill='%23ED6D31'/%3E%3C/svg%3E");
}
.header.scrolled .header__search::after {
  top: 0;
}
.header.search-open .header__search {
  z-index: 2;
  right: 8%;
  top: 0;
}
.header.search-open .header__search::after {
  top: -2px;
}
.header.search-open .search-form {
  transform: scaleX(1);
  transition: all 0.4s ease;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 4%;
  align-items: baseline;
}
.header__logo {
  max-width: 175px;
  transition: all 0.35s ease;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__nav .menu {
  display: flex;
  align-items: baseline;
  column-gap: 25px;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  align-items: center;
}
.header__nav .menu li:not(:last-of-type) {
  padding-bottom: 25px;
}
.header__nav .menu li a {
  color: #fff;
  font-family: "din-condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.header__nav .menu li a:hover {
  text-decoration: none;
}
.header__nav .menu li svg {
  transition: all 0.2s ease;
}
.header__nav .menu li .sub-menu {
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #1D232C;
  color: #fff;
  padding: 20px;
  min-width: 225px;
  list-style: none;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  transition: all 0.35s ease;
}
.header__nav .menu li .sub-menu::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='16' viewBox='0 0 24 16' fill='none'%3E%3Cpath d='M11.8906 0L23.0541 15.1042H0.727009L11.8906 0Z' fill='%231D232C'/%3E%3C/svg%3E");
  position: absolute;
  top: -16px;
  left: 25px;
  width: 24px;
  height: auto;
}
.header__nav .menu li .sub-menu li {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #6f6f6f;
  position: relative;
}
.header__nav .menu li .sub-menu li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.header__nav .menu li .sub-menu li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.header__nav .menu li .sub-menu li a {
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  text-transform: capitalize;
  line-height: 1.25;
  transition: all 0.35s ease;
}
.header__nav .menu li .sub-menu li a:hover {
  color: #ED6D31;
  transition: all 0.35s ease;
}
.header__nav .menu li .sub-menu li.structural::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M12.3634 0H13.2423V10.3746H15V15H0C0 13.4569 0 11.9142 0 10.3711H1.75773V0H2.63659V1.07754H3.83777V0C4.13102 0 4.42397 0 4.71693 0C4.7137 0.0386719 4.70753 0.0773437 4.70753 0.116016C4.70695 3.48516 4.70695 6.8543 4.70753 10.2234C4.70753 10.2697 4.7134 10.316 4.71663 10.3611H6.02906C6.02906 10.2902 6.02906 10.2278 6.02906 10.1654C6.02906 6.84023 6.02906 3.51504 6.02906 0.189844C6.02906 0.126562 6.03288 0.0632813 6.03493 0H6.9138V1.07725H8.08562V0C8.37887 0 8.67182 0 8.96478 0C8.96683 0.0583008 8.97065 0.116895 8.97065 0.175195C8.97065 3.51006 8.97065 6.84492 8.97065 10.1801C8.97065 10.241 8.97065 10.302 8.97065 10.3611H10.2928C10.2928 10.2946 10.2928 10.2372 10.2928 10.1795C10.2928 6.84463 10.2928 3.50977 10.2925 0.174609C10.2925 0.116309 10.2863 0.0583008 10.2831 0H11.1619V1.07812H12.3631V0H12.3634ZM0.885029 14.1111H14.1097V11.2573H13.239V12.997H10.291V11.2588H8.96595V12.999H6.02319V11.257H4.70431V12.9979H1.75039V11.2576H0.885029V14.1111ZM11.1822 3.69346V6.14297C11.5418 5.81982 11.8799 5.51602 12.2225 5.2084C11.8785 4.70713 11.5409 4.21582 11.1822 3.69375V3.69346ZM3.68542 5.20811C3.33611 4.7001 2.99912 4.20937 2.64951 3.70078V6.13945C3.00382 5.8207 3.34051 5.51807 3.68542 5.20811ZM2.7816 7.20352C3.1274 7.69453 3.46233 8.16973 3.8181 8.6748V6.27246C3.46204 6.59238 3.12622 6.89414 2.7816 7.20381V7.20352ZM6.91556 6.1418C7.27603 5.81748 7.61389 5.51367 7.95382 5.20781C7.60832 4.70508 7.27397 4.21816 6.91556 3.69668V6.1418ZM11.319 7.20352C11.6636 7.69277 12 8.1709 12.3508 8.66924V6.27568C12.0009 6.59033 11.6677 6.88975 11.319 7.20381V7.20352ZM2.61194 1.97402C2.64423 2.06777 2.65421 2.14688 2.69413 2.20576C3.04051 2.71787 3.39188 3.22617 3.74207 3.73535C3.76027 3.76172 3.78141 3.78574 3.81605 3.83027V1.97402H2.61164H2.61194ZM7.05059 7.20352C7.3908 7.68662 7.72515 8.16152 8.08209 8.66895V6.27598C7.72661 6.59561 7.39227 6.89619 7.05059 7.20352ZM12.3552 3.84697V1.97842H11.149C11.1828 2.07187 11.1966 2.15303 11.238 2.21602C11.3979 2.46064 11.5664 2.69971 11.732 2.94053C11.9328 3.23262 12.1336 3.52441 12.3552 3.84697ZM12.3889 10.3641C12.3578 10.2741 12.3484 10.1994 12.3106 10.1446C11.961 9.64014 11.6064 9.13916 11.2529 8.6376C11.2371 8.61533 11.2174 8.5957 11.1851 8.55791V10.3641H12.3889ZM8.08327 3.84375V1.98018H6.89706C6.91292 2.05488 6.9091 2.1252 6.94051 2.17178C7.31037 2.71963 7.68581 3.26426 8.08327 3.84404V3.84375ZM2.64834 8.55732V10.3623H3.84364C3.81957 10.2817 3.81517 10.2062 3.77847 10.1531C3.42035 9.63574 3.05665 9.12187 2.69442 8.60713C2.68474 8.59336 2.67123 8.58193 2.64834 8.55732ZM8.11468 10.3626C8.08297 10.2724 8.07153 10.1889 8.02896 10.1271C7.68845 9.63398 7.34207 9.14473 6.99687 8.65488C6.97691 8.62646 6.95049 8.60215 6.91937 8.56728V10.3623H8.11468V10.3626ZM2.64423 11.2547V12.1201H3.81693V11.2547H2.64423ZM12.3564 12.123V11.2573H11.1831V12.123H12.3564ZM8.08063 12.1242V11.2582H6.91996V12.1242H8.08063Z' fill='%23ED6D31'/%3E%3C/svg%3E");
}
.header__nav .menu li .sub-menu li.mechanical::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M11.8068 15H11.4261C11.419 14.9935 11.4129 14.9829 11.4049 14.9814C10.9376 14.8848 10.608 14.6178 10.4104 14.1817C10.3969 14.1519 10.3496 14.1251 10.315 14.1207C10.2431 14.1112 10.1694 14.1177 10.0963 14.1177C9.76222 14.1177 9.42787 14.1177 9.08411 14.1177C9.07178 14.4578 9.16778 14.8267 8.76003 15H6.18175C5.92841 14.8827 5.83506 14.6814 5.85708 14.4077C5.87 14.2474 5.85943 14.0853 5.85943 13.9648C5.25001 13.7128 4.66261 13.4697 4.07492 13.2266C4.08314 13.1977 4.07785 13.1986 4.07462 13.2018C3.93548 13.3392 3.7978 13.478 3.65748 13.6141C3.44994 13.8157 3.2013 13.8174 2.99669 13.6132C2.46008 13.0778 1.92552 12.5409 1.39184 12.0025C1.17402 11.7826 1.17431 11.5389 1.39007 11.3185C1.52658 11.1791 1.66895 11.0456 1.77845 10.939C1.52394 10.3198 1.28146 9.73017 1.02959 9.11782C0.910996 9.11782 0.749541 9.10721 0.589848 9.12017C0.317137 9.14227 0.11664 9.04827 -0.000488281 8.79425V6.20604C0.116346 5.95144 0.317137 5.85773 0.589848 5.88012C0.749541 5.89309 0.910996 5.88248 1.0293 5.88248C1.28146 5.26954 1.52394 4.67958 1.77815 4.06104C1.66455 3.95024 1.51836 3.81321 1.37863 3.67029C1.17725 3.4643 1.17813 3.21353 1.38244 3.00754C1.91612 2.46886 2.45127 1.93195 2.98759 1.39562C3.20394 1.17932 3.45053 1.18109 3.66923 1.39828C3.80749 1.53589 3.94164 1.67793 4.04585 1.7852C4.66408 1.5297 5.25177 1.28659 5.86002 1.03522C5.85356 1.06381 5.85767 1.05438 5.85767 1.04495C5.85855 0.858709 5.85796 0.672469 5.85943 0.486228C5.86178 0.180936 6.03879 0.00117874 6.34203 0.000884052C7.09382 -0.000294684 7.84591 -0.000294684 8.5977 0.000884052C8.90152 0.00117874 9.07942 0.180347 9.08206 0.484166C9.08323 0.614416 9.08206 0.744666 9.08206 0.882873C9.47278 0.882873 9.84324 0.876979 10.2137 0.886115C10.3364 0.889061 10.3989 0.856646 10.4541 0.740541C10.7133 0.196259 11.2925 -0.084869 11.8908 0.0282897C12.4556 0.13526 12.8959 0.630034 12.9455 1.21351C12.9954 1.8017 12.6408 2.35953 12.0878 2.56287C11.5221 2.77091 10.8686 2.59764 10.5683 2.0787C10.4025 1.79197 10.2178 1.73952 9.93542 1.76162C9.69764 1.78019 9.45722 1.76516 9.21797 1.76575C9.1757 1.76575 9.13373 1.77076 9.09321 1.77341V5.00049C9.80714 5.00049 10.5105 4.98016 11.2121 5.00845C11.5966 5.02407 11.9195 4.95865 12.1764 4.65807C12.2234 4.60296 12.2836 4.5567 12.3446 4.51721C12.4286 4.46328 12.4362 4.40405 12.4107 4.30828C12.1949 3.49672 12.7861 2.68487 13.6128 2.6495C14.1726 2.62563 14.6757 2.94183 14.8941 3.45487C15.1072 3.95554 14.9907 4.53577 14.6003 4.91769C14.2019 5.30726 13.6186 5.4048 13.1105 5.15933C13.0321 5.12161 12.9843 5.12367 12.9188 5.18084C12.7051 5.36708 12.4829 5.54359 12.2686 5.72954C12.1438 5.83798 12.0067 5.88543 11.8409 5.88454C10.9767 5.88042 10.1124 5.88277 9.24821 5.88277H9.09263V7.05915H9.26318C10.2592 7.05915 11.2552 7.05621 12.2513 7.06269C12.386 7.06357 12.4515 7.02674 12.5122 6.90238C12.7797 6.35309 13.3923 6.07314 13.9862 6.21253C14.5718 6.34985 14.9975 6.88794 14.9995 7.49411C15.0019 8.10734 14.5759 8.65015 13.9838 8.78836C13.3905 8.92686 12.7823 8.64249 12.5072 8.09762C12.4814 8.04634 12.4568 7.99477 12.4356 7.95116H9.09351V9.11782H9.26553C10.1248 9.11782 10.9843 9.12017 11.8435 9.11575C12.0097 9.11487 12.1459 9.16408 12.2706 9.27223C12.4773 9.45199 12.6925 9.62172 12.8986 9.80178C12.9734 9.8672 13.028 9.88016 13.1261 9.8336C13.9568 9.43873 14.9387 10.0128 14.9942 10.9304C15.028 11.4903 14.7929 11.9282 14.3 12.1923C13.8012 12.4595 13.3022 12.4121 12.861 12.0567C12.4253 11.7057 12.2786 11.236 12.4124 10.6894C12.4365 10.5912 12.4195 10.54 12.3434 10.481C12.1814 10.3552 12.0317 10.2129 11.8676 10.0903C11.8033 10.0422 11.7135 10.0042 11.6348 10.0036C10.834 9.99745 10.0335 9.9998 9.23265 10.0001C9.18568 10.0001 9.13842 10.0042 9.09321 10.0066V13.2351C9.47483 13.2351 9.84589 13.2292 10.2164 13.2384C10.3405 13.2416 10.4004 13.206 10.4556 13.0904C10.7007 12.5762 11.2708 12.2771 11.8071 12.3652C12.4192 12.4657 12.8439 12.8954 12.9388 13.5101C13.0218 14.0476 12.7165 14.6178 12.2052 14.8624C12.0792 14.9225 11.9401 14.9549 11.8068 15ZM6.73833 0.889651C6.73833 1.06882 6.7395 1.23031 6.73833 1.39209C6.73598 1.66379 6.61327 1.82439 6.34643 1.87949C5.61138 2.03096 4.93121 2.31091 4.30477 2.72612C4.07345 2.87936 3.88146 2.85431 3.68566 2.65834C3.56883 2.54135 3.45816 2.41759 3.35571 2.30826C2.99699 2.66925 2.65735 3.01108 2.2998 3.37089C2.4046 3.46961 2.52114 3.57363 2.63181 3.68384C2.84933 3.90044 2.87105 4.08167 2.70343 4.33922C2.29862 4.9613 2.0221 5.63554 1.87385 6.3634C1.81778 6.63864 1.65985 6.763 1.38009 6.76476C1.216 6.76594 1.05219 6.76476 0.89074 6.76476V8.23524C1.06306 8.23524 1.22392 8.23435 1.38479 8.23524C1.65662 8.2373 1.81808 8.36166 1.8718 8.62687C2.02122 9.36506 2.30156 10.0475 2.714 10.677C2.86959 10.9142 2.84346 11.1046 2.63856 11.3091C2.52466 11.4225 2.4046 11.5298 2.29892 11.6288C2.65852 11.9904 2.99816 12.3325 3.35542 12.692C3.46139 12.5792 3.57177 12.4554 3.68889 12.3381C3.87941 12.1478 4.07198 12.1212 4.29596 12.2689C4.9271 12.6856 5.61108 12.9693 6.35113 13.1211C6.61592 13.1753 6.73657 13.3374 6.73833 13.612C6.7395 13.7768 6.73833 13.9418 6.73833 14.1059H8.19318V11.411C5.87704 11.8905 3.53243 10.0555 3.51775 7.53389C3.51129 6.42175 3.90201 5.4599 4.69373 4.68194C5.66774 3.7248 6.84636 3.38444 8.19318 3.58954V0.889651H6.73862H6.73833ZM8.19876 4.50925C7.00575 4.16182 5.61079 4.71553 4.89716 5.81087C4.15564 6.94865 4.244 8.43238 5.10911 9.47615C5.98389 10.5317 7.35567 10.7595 8.19905 10.4784V4.50925H8.19876ZM14.1209 3.97558C14.1235 3.73777 13.9277 3.53473 13.6906 3.53002C13.4537 3.5253 13.2499 3.72038 13.2432 3.95819C13.2361 4.2016 13.4381 4.41053 13.6806 4.41112C13.9172 4.41171 14.1183 4.2131 14.1209 3.97529V3.97558ZM13.6873 11.47C13.9242 11.4667 14.1218 11.2652 14.1209 11.0274C14.1197 10.7896 13.9207 10.5895 13.6838 10.5886C13.4407 10.5874 13.2379 10.7946 13.2432 11.0383C13.2482 11.2758 13.4513 11.4729 13.6876 11.47H13.6873ZM11.6272 14.1168C11.8641 14.1189 12.0657 13.9215 12.0698 13.6834C12.074 13.4458 11.8787 13.2416 11.6418 13.2354C11.3994 13.2292 11.1921 13.4323 11.1921 13.676C11.1921 13.9138 11.3906 14.1148 11.6275 14.1168H11.6272ZM12.0698 1.31812C12.0669 1.08031 11.8661 0.881989 11.6292 0.882873C11.3923 0.883757 11.193 1.08355 11.1921 1.32166C11.1909 1.56536 11.3976 1.76958 11.6401 1.76427C11.8773 1.75926 12.0731 1.55593 12.0701 1.31812H12.0698ZM14.1206 7.49971C14.1206 7.2616 13.9225 7.06122 13.6853 7.05915C13.4484 7.05709 13.2467 7.25482 13.2429 7.49234C13.2388 7.73575 13.4434 7.94262 13.6856 7.94026C13.9225 7.9382 14.1209 7.73722 14.1209 7.49941L14.1206 7.49971Z' fill='%23ED6D31'/%3E%3C/svg%3E");
}
.header__nav .menu li .sub-menu li.electrical::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M3.54486 0C3.67167 0 3.79878 0 3.9256 0C3.93323 0.00585938 3.93998 0.0146484 3.94879 0.0169922C4.73375 0.211816 5.11684 0.699316 5.11713 1.50645C5.11742 2.51221 5.11713 3.51826 5.11713 4.52402C5.11713 4.58086 5.11713 4.6374 5.11713 4.69688H9.88297C9.88297 4.62598 9.88297 4.56797 9.88297 4.50996C9.88297 3.48955 9.88268 2.46885 9.88297 1.44844C9.88297 0.88418 10.1146 0.446777 10.6125 0.170801C10.7542 0.0922851 10.9198 0.055957 11.0742 0.000292969C11.201 0.000292969 11.3281 0.000292969 11.455 0.000292969C11.4626 0.00585938 11.4696 0.0149414 11.4781 0.0169922C12.2687 0.212988 12.6485 0.699609 12.6488 1.51816C12.6488 2.51836 12.6488 3.51885 12.6488 4.51904C12.6488 4.57646 12.6488 4.63389 12.6488 4.70977C12.7161 4.70977 12.7683 4.70977 12.8206 4.70977C13.1132 4.71094 13.4065 4.7042 13.6989 4.71504C14.3876 4.74082 14.9609 5.31416 14.9976 6.00439C15.0351 6.7125 14.5387 7.33652 13.8506 7.4458C13.7658 7.45928 13.681 7.47041 13.5832 7.48418C13.6601 8.89658 13.3055 10.171 12.3929 11.2597C11.4793 12.3492 10.3004 12.9521 8.87902 13.1036C8.87902 13.551 8.86874 13.9898 8.88284 14.4275C8.89164 14.6971 8.80387 14.8896 8.55435 15.0003H8.32009C8.07204 14.8799 7.98456 14.6812 7.9963 14.4091C8.01157 14.0543 8.00012 13.6983 8.00012 13.3427V13.1303H6.9994C6.9994 13.5636 6.98883 13.9866 7.00321 14.4091C7.01261 14.6807 6.92806 14.8802 6.67942 15.0003H6.44517C6.19653 14.889 6.10611 14.6979 6.11668 14.4275C6.13194 14.0376 6.1205 13.6468 6.1205 13.2565C6.1205 13.2053 6.1205 13.1537 6.1205 13.1027C4.69177 12.9478 3.51726 12.3457 2.60578 11.2594C1.68989 10.1675 1.33763 8.8875 1.41571 7.47627C1.35407 7.47158 1.3159 7.47041 1.27774 7.46572C0.685058 7.39453 0.279074 7.0834 0.0706505 6.52178C0.0404145 6.44033 0.0228013 6.35391 -0.000976562 6.27012C-0.000976562 6.14326 -0.000976562 6.01611 -0.000976562 5.88926C0.00959137 5.85791 0.0228013 5.82744 0.0301401 5.79551C0.157542 5.23828 0.598166 4.80703 1.16032 4.73027C1.41924 4.69482 1.68578 4.71445 1.94881 4.71035C2.07885 4.7083 2.2086 4.71006 2.35039 4.71006C2.35039 4.63125 2.35039 4.57324 2.35039 4.51553C2.35039 3.4916 2.34892 2.46797 2.35097 1.44404C2.35244 0.821777 2.67418 0.322852 3.21285 0.104883C3.32058 0.0612305 3.43448 0.0342773 3.54486 0ZM12.7034 7.48213H2.29637C2.25205 8.29043 2.33806 9.06768 2.7006 9.78721C3.43125 11.2365 4.60312 12.0782 6.22764 12.2121C6.97444 12.2736 7.72976 12.2402 8.48125 12.2373C9.06308 12.235 9.62259 12.1131 10.1566 11.877C11.8557 11.1255 12.8502 9.41602 12.7031 7.48213H12.7034ZM7.50724 5.58838C5.51108 5.58838 3.51491 5.58838 1.51875 5.58838C1.45534 5.58838 1.39164 5.58691 1.32853 5.59219C1.01824 5.61885 0.810406 5.9291 0.901114 6.22793C0.975089 6.47139 1.16061 6.59033 1.46797 6.59033C5.48965 6.59033 9.51104 6.59033 13.5327 6.59033C13.5768 6.59033 13.6208 6.59209 13.6645 6.5877C13.9029 6.56338 14.0931 6.37588 14.1189 6.14209C14.1451 5.90713 13.9998 5.67803 13.7708 5.6127C13.6883 5.58926 13.5973 5.58896 13.5104 5.58896C11.5093 5.58779 9.5084 5.58809 7.50724 5.58809V5.58838ZM10.7622 4.69893H11.7611C11.7647 4.65586 11.7699 4.62275 11.7699 4.58965C11.7702 3.53643 11.7705 2.48291 11.7696 1.42969C11.7696 1.37637 11.7635 1.32246 11.7523 1.27031C11.7056 1.05234 11.5195 0.893555 11.2985 0.880078C11.073 0.866016 10.8558 1.00781 10.7921 1.22197C10.7689 1.2999 10.7633 1.38545 10.763 1.46748C10.7613 2.4917 10.7619 3.51563 10.7619 4.53984V4.69922L10.7622 4.69893ZM4.22825 4.70039C4.23207 4.65029 4.23794 4.60781 4.23794 4.56533C4.23852 3.52676 4.23852 2.48789 4.23794 1.44932C4.23794 1.396 4.23441 1.3418 4.22443 1.28936C4.18656 1.08867 4.06621 0.958594 3.87158 0.900879C3.68107 0.844336 3.5155 0.895898 3.37577 1.03301C3.26422 1.14287 3.23017 1.28174 3.23017 1.4335C3.23046 2.48203 3.23017 3.53057 3.23075 4.57881C3.23075 4.6166 3.23663 4.6541 3.24044 4.7001H4.22854L4.22825 4.70039Z' fill='%23ED6D31'/%3E%3Cpath d='M7.48955 9.34917C7.18748 9.34917 6.88542 9.35122 6.58335 9.34858C6.31064 9.34624 6.12012 9.16255 6.12159 8.90854C6.12276 8.66392 6.31328 8.47349 6.57513 8.47202C7.19394 8.46792 7.81275 8.46763 8.43156 8.47231C8.69253 8.47437 8.88011 8.6689 8.87865 8.91499C8.87718 9.16343 8.6896 9.34595 8.42511 9.34858C8.11335 9.35181 7.8013 9.34917 7.48955 9.34946V9.34917Z' fill='%23ED6D31'/%3E%3Cpath d='M7.49306 11.2328C7.18072 11.2328 6.86809 11.2377 6.55575 11.231C6.33 11.226 6.15798 11.0716 6.1254 10.8642C6.09428 10.6653 6.2029 10.4666 6.39283 10.3928C6.45506 10.3688 6.52551 10.3565 6.59244 10.3562C7.19775 10.3536 7.80335 10.3503 8.40866 10.3562C8.78235 10.3597 8.99635 10.7089 8.81934 11.0139C8.7301 11.1674 8.59007 11.2331 8.4157 11.2331C8.10806 11.2331 7.80071 11.2331 7.49306 11.2331V11.2325V11.2328Z' fill='%23ED6D31'/%3E%3C/svg%3E");
}
.header__nav .menu li .sub-menu li.plumbing-fire::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M15 0V0.881627H14.8209C13.1372 0.881627 11.4534 0.882802 9.76937 0.878984C9.65871 0.878984 9.59618 0.908352 9.53924 1.00732C9.3135 1.39938 9.07661 1.78499 8.82887 2.19849H11.0172V3.96262H3.98278V2.20701H6.16526C6.13444 2.1468 6.11712 2.10862 6.09569 2.07279C5.88552 1.72096 5.67094 1.37178 5.46634 1.01701C5.40851 0.916869 5.3457 0.878397 5.2271 0.87869C3.54335 0.883096 1.85959 0.881627 0.175538 0.881627C0.117123 0.881627 0.0584149 0.880159 0 0.879571V0H15Z' fill='%23ED6D31'/%3E%3Cpath d='M11.0289 4.86897C11.0289 4.9283 11.0289 4.98057 11.0289 5.03285C11.0289 6.17086 11.0271 7.30887 11.0315 8.44688C11.0321 8.56288 10.9919 8.63248 10.9038 8.70238C10.2492 9.22043 9.6005 9.74553 8.94531 10.2627C8.85079 10.3373 8.81146 10.4137 8.81939 10.5329C8.82966 10.6924 8.82203 10.853 8.82203 11.0336C8.89306 11.0336 8.94972 11.0336 9.00637 11.0336C9.69972 11.0336 10.3928 11.031 11.0861 11.0374C11.1586 11.038 11.2476 11.0759 11.3004 11.1261C11.6104 11.423 11.9119 11.7287 12.2048 12.0201C11.9943 12.2301 11.7921 12.4321 11.5757 12.6477C11.3826 12.4538 11.1668 12.2442 10.9599 12.026C10.8824 11.944 10.8011 11.9161 10.6907 11.917C10.1295 11.9217 9.56792 11.9191 9.00637 11.9191H8.82819V12.793H6.18367V11.9305C6.12496 11.9261 6.07858 11.9196 6.0325 11.9196C5.44659 11.9191 4.86068 11.9161 4.27506 11.9232C4.20314 11.924 4.11625 11.9646 4.06312 12.0151C3.8412 12.2262 3.62956 12.4483 3.42232 12.658C3.20745 12.4427 3.00549 12.2403 2.79443 12.0289C3.10911 11.7138 3.43083 11.3881 3.75901 11.0691C3.79336 11.036 3.86733 11.0345 3.9231 11.0342C4.61146 11.0318 5.29982 11.0327 5.98817 11.0327C6.04571 11.0327 6.10324 11.0327 6.17868 11.0327C6.17868 10.8142 6.18396 10.6101 6.17428 10.4069C6.17222 10.3655 6.12085 10.3191 6.08181 10.2877C5.41254 9.74935 4.74032 9.21397 4.07281 8.6733C4.02379 8.63366 3.97682 8.55671 3.97653 8.49709C3.97095 7.31503 3.97242 6.13326 3.973 4.9512C3.973 4.92741 3.97741 4.90333 3.98093 4.86868H4.85627C4.85627 4.93006 4.85627 4.98703 4.85627 5.0443C4.85627 6.04076 4.85803 7.03692 4.85392 8.03337C4.85363 8.13734 4.88621 8.20312 4.96665 8.26626C5.33152 8.55231 5.69199 8.84422 6.05451 9.1335C6.08739 9.15993 6.1232 9.18284 6.17545 9.22014V7.5071H7.05167V6.57085C6.2459 6.29714 5.79502 5.74443 5.73132 4.86927H9.2553C9.27584 5.07308 9.2277 5.27043 9.15578 5.46015C8.95735 5.98408 8.59013 6.34207 8.06117 6.52503C7.96312 6.5591 7.93641 6.60168 7.93876 6.69948C7.94551 6.96174 7.94111 7.22458 7.94111 7.4977H8.81586V9.21485C8.85344 9.19752 8.87164 9.19282 8.88485 9.18225C9.28171 8.86566 9.68034 8.55113 10.0716 8.22808C10.1171 8.19049 10.1421 8.10415 10.1424 8.04013C10.1468 7.04367 10.1453 6.04751 10.1453 5.05105C10.1453 4.99349 10.1453 4.93564 10.1453 4.8678H11.0292L11.0289 4.86897Z' fill='%23ED6D31'/%3E%3Cpath d='M2.21533 13.6919H3.07688V14.5588H2.21533V13.6919Z' fill='%23ED6D31'/%3E%3Cpath d='M12.7861 14.5587H11.9219V13.6964H12.7861V14.5587Z' fill='%23ED6D31'/%3E%3Cpath d='M5.28988 14.1375V14.9979H4.42188V14.1375H5.28988Z' fill='%23ED6D31'/%3E%3Cpath d='M7.06641 14.997V14.1339H7.92883V14.997H7.06641Z' fill='%23ED6D31'/%3E%3Cpath d='M10.5752 15H9.71191V14.1383H10.5752V15Z' fill='%23ED6D31'/%3E%3C/svg%3E");
}
.header__nav .menu li .sub-menu li.team-culture::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='15' viewBox='0 0 23 15' fill='none'%3E%3Cpath d='M9.12513 6.795C7.11363 5.09302 7.31935 2.55215 8.81818 1.09861C10.3186 -0.358154 12.6648 -0.367833 14.1735 1.07764C15.6886 2.53118 15.909 5.08173 13.8926 6.79177C14.1555 6.88695 14.4118 6.98214 14.6714 7.06764C14.7123 7.08054 14.7874 7.05796 14.8168 7.02569C15.2609 6.53849 15.8062 6.20455 16.4413 5.99967C14.9262 4.4574 15.3768 2.59893 16.4315 1.63905C17.6218 0.558172 19.3753 0.571079 20.5345 1.6697C21.6268 2.7038 21.9272 4.55903 20.5215 5.95933C20.8839 6.16422 21.2774 6.33683 21.6121 6.58689C22.5117 7.26284 22.9689 8.18078 22.9966 9.29715C23.0097 9.79887 22.9934 10.3006 23.0015 10.8007C23.0048 11.0282 22.9052 11.1782 22.7077 11.275C21.8211 11.7122 20.8937 12.0284 19.9141 12.1881C19.6496 12.2317 19.4063 12.2155 19.279 11.9397C19.1418 11.6428 19.3426 11.3863 19.7084 11.2895C20.4268 11.0992 21.1337 10.8749 21.8472 10.67C22.035 10.6152 22.0938 10.5055 22.0823 10.3135C22.0546 9.84243 22.0954 9.36329 22.0252 8.89868C21.8505 7.75972 20.9411 6.88373 19.7835 6.80306C18.8708 6.74015 17.9483 6.77241 17.0323 6.81113C16.4838 6.83533 15.9564 7.15475 15.5776 7.57258C15.6527 7.63873 15.7278 7.70487 15.8045 7.77101C16.9083 8.7309 17.4209 9.94245 17.3997 11.3879C17.3915 11.9461 17.3948 12.5043 17.4095 13.0625C17.416 13.3432 17.3132 13.519 17.0552 13.6449C13.3441 15.4501 9.6378 15.442 5.92991 13.6303C5.72746 13.5319 5.60174 13.3884 5.60174 13.1738C5.60337 12.4091 5.59194 11.6412 5.63439 10.8781C5.70623 9.58108 6.29074 8.52763 7.29323 7.6968C7.33731 7.66131 7.37976 7.6226 7.44344 7.56774C6.95852 7.0628 6.37401 6.79338 5.6899 6.77241C4.9258 6.74983 4.15842 6.74983 3.39431 6.77564C2.06365 6.8192 0.974635 7.91782 0.935449 9.23423C0.92402 9.60367 0.94198 9.9731 0.927286 10.3409C0.920755 10.5103 0.974635 10.6087 1.13791 10.6571C1.84977 10.8668 2.55836 11.0911 3.27512 11.2847C3.6033 11.3734 3.77473 11.5073 3.76494 11.7735C3.75351 12.0848 3.50534 12.2494 3.12165 12.1881C2.22856 12.0461 1.37465 11.7799 0.558293 11.3928C0.463596 11.3476 0.350939 11.3218 0.2791 11.254C0.174606 11.1556 0.0276621 11.0282 0.0243967 10.9104C0.00806961 10.2393 -0.0343809 9.56011 0.0521528 8.89868C0.233384 7.51612 1.03015 6.57237 2.34774 6.0642C2.40162 6.04322 2.45387 6.02064 2.53061 5.98837C1.78936 5.27048 1.43669 4.41384 1.57057 3.39911C1.67017 2.64572 2.04079 2.02784 2.62367 1.5358C3.79106 0.548493 5.50378 0.61141 6.62055 1.67454C7.64263 2.64894 8.06387 4.4703 6.56994 5.99644C7.20343 6.20293 7.74875 6.53688 8.19448 7.02408C8.2255 7.05796 8.3153 7.06764 8.36592 7.0515C8.61082 6.97407 8.85247 6.88534 9.12186 6.79177L9.12513 6.795ZM11.5285 7.55645L11.5252 7.60808C11.0272 7.60808 10.5293 7.5984 10.0329 7.60969C8.4051 7.64518 6.90791 8.8406 6.63688 10.4264C6.50463 11.2008 6.55851 12.0074 6.54381 12.7995C6.54381 12.8673 6.65484 12.9657 6.73647 13.0028C9.9121 14.4483 13.091 14.445 16.2731 13.0157C16.425 12.9463 16.4887 12.8624 16.4838 12.6947C16.4691 12.1752 16.4642 11.6557 16.4642 11.1363C16.4609 9.53107 15.3392 8.06624 13.7522 7.73552C13.0306 7.58388 12.273 7.6113 11.5301 7.55806L11.5285 7.55645ZM14.438 3.80081C14.438 2.23273 13.1008 0.906634 11.5154 0.903408C9.92679 0.900181 8.58144 2.21821 8.5749 3.78467C8.56837 5.36727 9.91209 6.6982 11.5122 6.69659C13.0991 6.69498 14.438 5.3705 14.438 3.80242V3.80081ZM4.52415 5.84641C5.68174 5.84802 6.62055 4.93976 6.62708 3.81371C6.63198 2.68282 5.6948 1.74875 4.55354 1.74552C3.41064 1.7423 2.46693 2.67153 2.46693 3.79919C2.46693 4.91717 3.39758 5.84479 4.52415 5.84641ZM18.4381 5.84641C19.599 5.84963 20.5345 4.95105 20.5459 3.82016C20.5574 2.6925 19.6186 1.75198 18.4789 1.74714C17.336 1.7423 16.3874 2.66992 16.3842 3.79435C16.3825 4.91395 17.3132 5.84318 18.4381 5.84641Z' fill='%23ED6D31'/%3E%3C/svg%3E");
}
.header__nav .menu li .sub-menu li.approach::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='none'%3E%3Cpath d='M4.47435 3.46757H7.50302C7.50302 3.39356 7.50302 3.32235 7.50302 3.25113C7.50302 2.58508 7.50023 1.92042 7.50302 1.25436C7.50442 0.910857 7.61613 0.599473 7.89679 0.399795C8.05318 0.288088 8.26263 0.208496 8.45254 0.195929C8.91193 0.166606 9.37552 0.184758 9.83771 0.186154C10.4479 0.186154 10.8752 0.59668 10.885 1.21386C10.8961 1.88551 10.8878 2.55854 10.8892 3.23019C10.8892 3.3028 10.8892 3.3768 10.8892 3.47734C10.9869 3.47734 11.0665 3.47734 11.1461 3.47734C12.2255 3.47734 13.3048 3.47734 14.3856 3.47734C14.8338 3.47734 15 3.64351 15 4.09173C15 7.53372 15 10.9771 15 14.4191C15 14.8101 14.8129 15.0139 14.4401 15.0139C10.3865 15.0167 6.33289 15.0209 2.27929 15.0139C1.27393 15.0125 0.461253 14.475 0.15685 13.5953C0.0465385 13.2755 0.00604446 12.918 0.00464812 12.5773C-0.00372996 9.15069 0.000459079 5.72127 0.00744081 2.29184C0.0102335 1.14824 0.832681 0.169398 1.89809 0.022782C3.10174 -0.141987 4.17693 0.600869 4.39895 1.80173C4.48133 2.24995 4.4534 2.72052 4.47435 3.17992C4.47854 3.26649 4.47435 3.35446 4.47435 3.46757ZM4.47435 4.43104V4.7145C4.47435 6.94167 4.47435 9.16884 4.47435 11.3946C4.47435 11.4896 4.47435 11.5859 4.45759 11.6781C4.42129 11.8875 4.2649 12.0369 4.04567 12.0746C3.84599 12.1095 3.68681 12.0411 3.57231 11.8694C3.51506 11.7856 3.462 11.6976 3.39637 11.6194C2.78617 10.885 1.67049 10.8836 1.08682 11.6166C1.03934 11.6767 0.993261 11.7549 0.986279 11.8289C0.963937 12.0579 0.948578 12.2897 0.949974 12.5201C0.959748 13.5631 1.40379 14.0002 2.44965 14.0002C6.23095 14.0002 10.0137 14.0002 13.795 14.0002C13.8662 14.0002 13.9388 14.0002 14.0114 14.0002V4.46735H10.8906C10.8906 4.55113 10.8906 4.62374 10.8906 4.69635C10.8906 5.8232 10.8878 6.95005 10.892 8.0769C10.8933 8.40365 10.8082 8.6871 10.5987 8.94263C10.3753 9.21492 10.17 9.50397 9.95221 9.78044C9.5361 10.3083 8.85468 10.3069 8.44137 9.77765C8.22773 9.50536 8.02246 9.22609 7.80882 8.95381C7.60077 8.6871 7.50023 8.38968 7.50163 8.04897C7.50582 6.91514 7.50302 5.78131 7.50302 4.64748V4.43104H4.47435ZM3.49691 10.4088V10.1644C3.49691 7.60633 3.49691 5.04823 3.49691 2.49012C3.49691 2.34071 3.48713 2.19131 3.46898 2.04329C3.3852 1.33674 2.66748 0.831266 1.9735 0.98626C1.39122 1.11612 1.02817 1.55737 0.989072 2.24716C0.962541 2.73448 0.983486 3.22321 0.983486 3.71193C0.983486 5.8623 0.983486 8.01406 0.983486 10.1644C0.983486 10.237 0.983486 10.3097 0.983486 10.4088C1.82129 9.97034 2.64095 9.96895 3.49691 10.4088ZM9.19819 9.11159C9.40764 8.84349 9.6115 8.59774 9.79443 8.33802C9.85866 8.24726 9.90613 8.12019 9.90753 8.00988C9.91451 6.5507 9.91311 5.09152 9.91311 3.63233V3.42288H8.48186C8.48186 4.98539 8.48186 6.53254 8.48605 8.0783C8.48605 8.1523 8.52515 8.23748 8.57123 8.29892C8.76951 8.56562 8.97756 8.82534 9.19958 9.1102L9.19819 9.11159ZM9.94802 2.4217C9.94802 2.0391 9.94663 1.67326 9.94802 1.30882C9.94802 1.19013 9.88938 1.1608 9.78186 1.1622C9.46349 1.16639 9.14373 1.1622 8.82536 1.1622C8.71365 1.1622 8.60195 1.1622 8.49164 1.1622V2.4217H9.94802Z' fill='%23ED6D31'/%3E%3C/svg%3E");
}
.header__nav .menu li:hover svg {
  transform: rotate(180deg);
  transition: all 0.4s ease;
}
.header__nav .menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  top: 50px;
  transition: all 0.35s ease;
}
.header__search {
  position: relative;
  height: 20px;
  width: 20px;
  margin-left: 20px;
  cursor: pointer;
}
.header__search::after {
  content: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.58031' cy='7.60766' r='6.60766' stroke='white' stroke-width='2'/%3E%3Cpath d='M16.8321 17.707C17.2226 18.0975 17.8558 18.0975 18.2463 17.707C18.6368 17.3165 18.6368 16.6833 18.2463 16.2928L16.8321 17.707ZM11.7249 12.5999L16.8321 17.707L18.2463 16.2928L13.1391 11.1857L11.7249 12.5999Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: -2px;
  left: 0;
  height: auto;
  width: 100%;
}
.header .search-form {
  position: absolute;
  width: 100%;
  top: 30px;
  right: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.35s ease;
}
.header .search-form .search-field {
  -webkit-appearance: none;
  padding: 24px 0 24px 50px;
  height: auto;
  outline: none;
  border: none;
  width: 100%;
  background-color: #1D232C;
  color: #fff;
  font-size: 20px;
}
.header .search-form .search-field::placeholder {
  font-family: "Didact Gothic", sans-serif;
  color: #fff;
  letter-spacing: 0.05em;
}
.header .search-form .exit {
  position: absolute;
  top: 50%;
  transform: translate(-60px, -50%);
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.header .search-form .exit::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.41393 7.99998L15.707 1.70758C16.0977 1.31694 16.0977 0.68359 15.707 0.29298C15.3164 -0.0976602 14.683 -0.0976602 14.2924 0.29298L7.99998 6.58604L1.70758 0.29298C1.31694 -0.0976602 0.68359 -0.0976602 0.29298 0.29298C-0.0976289 0.683621 -0.0976602 1.31697 0.29298 1.70758L6.58604 7.99998L0.29298 14.2924C-0.0976602 14.6831 -0.0976602 15.3164 0.29298 15.707C0.683621 16.0976 1.31697 16.0977 1.70758 15.707L7.99998 9.41393L14.2924 15.707C14.683 16.0977 15.3164 16.0977 15.707 15.707C16.0976 15.3164 16.0976 14.683 15.707 14.2924L9.41393 7.99998Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 16px;
}
.header .search-form::after {
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #6f6f6f;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.header__toggle {
  display: none;
  z-index: 2;
  cursor: pointer;
  height: auto;
  width: 22.5px;
}
.header__toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 15px;
  margin: 5px 0;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__toggle {
    display: block;
    position: relative;
  }
  .header__toggle.nav-open span {
    transition: all 0.2s ease;
    position: absolute;
    right: 0;
  }
  .header__toggle.nav-open span:first-of-type {
    transform: rotate(45deg);
  }
  .header__toggle.nav-open span:nth-of-type(2) {
    display: none;
  }
  .header__toggle.nav-open span:last-of-type {
    transform: rotate(-45deg);
  }
  .header__search {
    display: none;
  }
  .header__nav {
    position: fixed;
    width: 100%;
    transform: translateX(-200%);
    background-color: #1D232C;
    top: 0;
    left: 0;
    padding: 0;
    min-height: 100vh;
    transition: all 0.2s ease-out;
  }
  .header__nav .menu {
    padding: 150px 0;
    display: block;
  }
  .header__nav .menu li {
    padding: 15px 15px 15px 0;
    display: block;
  }
  .header__nav .menu li a {
    min-width: 125px;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 0px;
  }
  .header__nav .menu li svg {
    cursor: pointer;
    position: relative;
    transform: translateY(4px);
  }
  .header__nav .menu li .sub-menu {
    position: relative;
    display: none;
    top: 0;
    margin: 10px 0 0 25px;
    padding: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
  }
  .header__nav .menu li .sub-menu::after {
    display: none;
  }
  .header__nav .menu li .sub-menu li {
    border: none;
  }
  .header__nav .menu li .sub-menu li:last-of-type {
    padding-bottom: 0;
  }
  .header__nav .menu li .sub-menu li a {
    padding-left: 0;
    font-size: 20px;
    margin: 0;
  }
  .header__nav .menu li:hover .sub-menu {
    top: 0;
  }
  .header__nav .menu li:hover svg {
    transform: none;
  }
  .header.nav-open .header__nav {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
  .header.nav-open .search-form {
    transform: none;
    top: 75px;
  }
  .header.nav-open .search-form .exit {
    display: none;
  }
  .header.nav-open .header__search {
    display: block;
    position: absolute;
    left: 0;
    top: 99px;
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .header__logo {
    max-width: 105px;
  }
  .header__inner {
    align-items: center;
  }
  .header.nav-open .search-form {
    position: fixed;
  }
  .header.nav-open .header__toggle {
    position: fixed;
    top: 50px;
    right: 25px;
  }
  .header.nav-open .header__search {
    position: fixed;
    top: 105px;
  }
  .header.nav-open .header__search::after {
    top: 0;
  }
  .header.nav-open .header__nav ul {
    top: 0;
  }
}
.footer {
  padding: 100px 0 5px;
  background: linear-gradient(180deg, rgb(47, 54, 64) 0%, rgb(5, 9, 13) 100%);
}
.footer__container {
  display: flex;
  column-gap: 100px;
  justify-content: space-between;
}
.footer__right {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__right--bottom {
  text-align: right;
}
.footer__left {
  width: 50%;
}
.footer__logo {
  margin-bottom: 50px;
  max-width: 450px;
}
.footer__locations {
  display: flex;
  column-gap: 70px;
  list-style: none;
  padding: 0;
}
.footer__locations .location {
  color: #fff;
  max-width: 300px;
}
.footer__locations .location h6 {
  color: #ED6D31;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  margin-bottom: 20px;
}
.footer__locations .location a {
  display: block;
  transition: all 0.35s ease;
  line-height: 1.65;
}
.footer__locations .location a:hover {
  text-decoration: none;
  color: #ED6D31;
  transition: all 0.35s ease;
}
.footer__text {
  text-align: right;
  color: #fff;
  max-width: 600px;
}
.footer__social {
  display: flex;
  justify-content: flex-end;
  column-gap: 20px;
  margin-bottom: 30px;
}
.footer__social .social-icon {
  max-width: 25px;
}
.footer__social .social-icon svg path {
  transition: all 0.35s ease;
}
.footer__social .social-icon:hover svg path {
  fill: #ED6D31;
  transition: all 0.35s ease;
}
.footer__email {
  color: #fff;
  transition: all 0.35s ease;
}
.footer__email:hover {
  color: #ED6D31;
  text-decoration: none;
  transition: all 0.35s ease;
}
.footer__bottom {
  margin-top: 50px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 50px 0 20px;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__right {
    width: 100%;
    margin-top: 10px;
  }
  .footer__right--bottom {
    text-align: center;
  }
  .footer__social {
    justify-content: center;
    margin-top: 20px;
  }
  .footer__left {
    width: 100%;
  }
  .footer__logo {
    text-align: center;
  }
  .footer__locations {
    column-gap: 50px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footer__locations .location {
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
  }
  .footer__locations .location h6 {
    margin-bottom: 4px;
  }
  .footer__text {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
  }
  .footer__bottom {
    margin-top: 30px;
  }
}
.portfolio-page,
.taxonomy-page {
  padding: 100px 0;
  position: relative;
}
.portfolio-page::after,
.taxonomy-page::after {
  content: "";
  position: absolute;
  background-color: #2F3640;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -11;
}
.portfolio-page h2,
.taxonomy-page h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.portfolio-page__nav,
.taxonomy-page__nav {
  margin-bottom: 80px;
}
.portfolio-page__nav ul,
.taxonomy-page__nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  padding: 0;
}
.portfolio-page__nav ul li,
.taxonomy-page__nav ul li {
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-family: "din-condensed", sans-serif;
  background-color: #2F3640;
  padding: 0;
  text-align: center;
}
.portfolio-page__nav ul li a,
.taxonomy-page__nav ul li a {
  transition: all 0.35s ease;
  padding: 5px 20px;
  display: inline-block;
  cursor: pointer;
}
.portfolio-page__nav ul li a:hover,
.taxonomy-page__nav ul li a:hover {
  text-decoration: none;
  color: #D9D9D9;
  transition: all 0.35s ease;
}
.portfolio-page__nav ul li.active,
.taxonomy-page__nav ul li.active {
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
}
.portfolio-page__nav ul li::after,
.taxonomy-page__nav ul li::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  z-index: -1;
}
.portfolio-page__container,
.taxonomy-page__container {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  position: relative;
}
.portfolio-page__container .portfolio-item,
.portfolio-page__container .taxonomy-item,
.taxonomy-page__container .portfolio-item,
.taxonomy-page__container .taxonomy-item {
  position: relative;
  background-color: #2F3640;
  transition: all 0.35s ease;
}
.portfolio-page__container .portfolio-item h6,
.portfolio-page__container .taxonomy-item h6,
.taxonomy-page__container .portfolio-item h6,
.taxonomy-page__container .taxonomy-item h6 {
  margin-bottom: 0;
  color: #ED6D31;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
}
.portfolio-page__container .portfolio-item h6:first-of-type,
.portfolio-page__container .taxonomy-item h6:first-of-type,
.taxonomy-page__container .portfolio-item h6:first-of-type,
.taxonomy-page__container .taxonomy-item h6:first-of-type {
  color: #fff;
  font-size: 28px;
}
.portfolio-page__container .portfolio-item .image,
.portfolio-page__container .taxonomy-item .image,
.taxonomy-page__container .portfolio-item .image,
.taxonomy-page__container .taxonomy-item .image {
  position: relative;
  margin-bottom: 10px;
  z-index: 0;
}
.portfolio-page__container .portfolio-item .image__text,
.portfolio-page__container .taxonomy-item .image__text,
.taxonomy-page__container .portfolio-item .image__text,
.taxonomy-page__container .taxonomy-item .image__text {
  color: #fff;
  font-size: 22px;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
}
.portfolio-page__container .portfolio-item .image__button,
.portfolio-page__container .taxonomy-item .image__button,
.taxonomy-page__container .portfolio-item .image__button,
.taxonomy-page__container .taxonomy-item .image__button {
  position: absolute;
  bottom: 25px;
  right: 50px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.35s ease;
}
.portfolio-page__container .portfolio-item .image__button::after,
.portfolio-page__container .taxonomy-item .image__button::after,
.taxonomy-page__container .portfolio-item .image__button::after,
.taxonomy-page__container .taxonomy-item .image__button::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Ccircle cx='15' cy='27' r='15' fill='%23ED6D31'/%3E%3Cpath d='M13 22L19 27.5L13 33' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  width: 43px;
  height: 43px;
  top: -10px;
  right: -50px;
}
.portfolio-page__container .portfolio-item .image img,
.portfolio-page__container .taxonomy-item .image img,
.taxonomy-page__container .portfolio-item .image img,
.taxonomy-page__container .taxonomy-item .image img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.portfolio-page__container .portfolio-item .image::before,
.portfolio-page__container .taxonomy-item .image::before,
.taxonomy-page__container .portfolio-item .image::before,
.taxonomy-page__container .taxonomy-item .image::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.33%, rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: all 0.35s ease;
}
.portfolio-page__container .portfolio-item .image::after,
.portfolio-page__container .taxonomy-item .image::after,
.taxonomy-page__container .portfolio-item .image::after,
.taxonomy-page__container .taxonomy-item .image::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  z-index: -1;
  transition: all 0.35s ease;
  opacity: 0;
}
.portfolio-page__container .portfolio-item.no-thumbnail .image,
.portfolio-page__container .taxonomy-item.no-thumbnail .image,
.taxonomy-page__container .portfolio-item.no-thumbnail .image,
.taxonomy-page__container .taxonomy-item.no-thumbnail .image {
  position: relative;
  margin-bottom: 10px;
}
.portfolio-page__container .portfolio-item.no-thumbnail .image img,
.portfolio-page__container .taxonomy-item.no-thumbnail .image img,
.taxonomy-page__container .portfolio-item.no-thumbnail .image img,
.taxonomy-page__container .taxonomy-item.no-thumbnail .image img {
  object-fit: contain;
  background-color: #2F3640;
}
.portfolio-page__container .portfolio-item:hover,
.portfolio-page__container .taxonomy-item:hover,
.taxonomy-page__container .portfolio-item:hover,
.taxonomy-page__container .taxonomy-item:hover {
  transition: all 0.35s ease;
  text-decoration: none;
}
.portfolio-page__container .portfolio-item:hover .image,
.portfolio-page__container .taxonomy-item:hover .image,
.taxonomy-page__container .portfolio-item:hover .image,
.taxonomy-page__container .taxonomy-item:hover .image {
  transition: all 0.35s ease;
}
.portfolio-page__container .portfolio-item:hover .image__button,
.portfolio-page__container .taxonomy-item:hover .image__button,
.taxonomy-page__container .portfolio-item:hover .image__button,
.taxonomy-page__container .taxonomy-item:hover .image__button {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-page__container .portfolio-item:hover .image::after,
.portfolio-page__container .taxonomy-item:hover .image::after,
.taxonomy-page__container .portfolio-item:hover .image::after,
.taxonomy-page__container .taxonomy-item:hover .image::after {
  transition: all 0.35s ease;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  z-index: -1;
  opacity: 1;
}
.portfolio-page__container .portfolio-item:hover .image::before,
.portfolio-page__container .taxonomy-item:hover .image::before,
.taxonomy-page__container .portfolio-item:hover .image::before,
.taxonomy-page__container .taxonomy-item:hover .image::before {
  opacity: 1;
  transition: all 0.35s ease;
}
.portfolio-page__container .portfolio-item.hide,
.portfolio-page__container .taxonomy-item.hide,
.taxonomy-page__container .portfolio-item.hide,
.taxonomy-page__container .taxonomy-item.hide {
  display: none;
}
.portfolio-page__pagination,
.taxonomy-page__pagination {
  display: flex;
  justify-content: center;
  column-gap: 5px;
  color: #fff;
  font-size: 22px;
  padding: 50px 0;
}
.portfolio-page__pagination .current,
.taxonomy-page__pagination .current {
  color: #ED6D31;
}
.portfolio-page .no-results,
.taxonomy-page .no-results {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  text-align: center;
  padding-top: 30px;
}
.portfolio-page .no-results span,
.taxonomy-page .no-results span {
  color: #ED6D31;
}

.taxonomy-page {
  padding-top: 175px;
}

.contact-page .locations, .apply-page .locations {
  position: relative;
  padding: 80px 0;
}
.contact-page .locations::before, .apply-page .locations::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #30363F 0%, rgba(48, 54, 63, 0.75) 52.31%, #30363F 96.58%);
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  z-index: -5;
}
.contact-page .locations::after, .apply-page .locations::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.contact-page .locations__container, .apply-page .locations__container {
  display: flex;
  align-items: flex-end;
  column-gap: 40px;
}
.contact-page .locations__container .left, .apply-page .locations__container .left {
  width: 50%;
}
.contact-page .locations__container .left h2, .apply-page .locations__container .left h2 {
  color: #fff;
}
.contact-page .locations__container .left p, .apply-page .locations__container .left p {
  color: #fff;
  margin-top: 50px;
  max-width: 85%;
  margin-bottom: 0;
}
.contact-page .locations__container .right, .apply-page .locations__container .right {
  width: 50%;
  font-size: 22px;
}
.contact-page .locations__container .right__locations, .apply-page .locations__container .right__locations {
  display: flex;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-page .locations__container .right__locations .location, .apply-page .locations__container .right__locations .location {
  color: #fff;
}
.contact-page .locations__container .right__locations .location h5, .apply-page .locations__container .right__locations .location h5 {
  color: #ED6D31;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  margin-bottom: 20px;
}
.contact-page .locations__container .right__locations .location a, .apply-page .locations__container .right__locations .location a {
  display: block;
  transition: all 0.35s ease;
  line-height: 1.25;
  font-size: 28px;
}
.contact-page .locations__container .right__locations .location a:first-of-type, .apply-page .locations__container .right__locations .location a:first-of-type {
  margin-bottom: 10px;
}
.contact-page .locations__container .right__locations .location a:hover, .apply-page .locations__container .right__locations .location a:hover {
  text-decoration: none;
  color: #ED6D31;
  transition: all 0.35s ease;
}
.contact-page .contact-form, .apply-page .contact-form {
  padding: 40px 0 2px;
  position: relative;
  color: #fff !important;
  text-align: center;
}
.contact-page .contact-form .gform_footer, .apply-page .contact-form .gform_footer {
  justify-content: center;
}
.contact-page .contact-form .email, .apply-page .contact-form .email {
  color: #fff;
  font-size: 22px;
  transition: all 0.35s ease;
  margin-bottom: 25px;
  display: block;
}
.contact-page .contact-form .email:hover, .apply-page .contact-form .email:hover {
  text-decoration: none;
  color: #ED6D31;
  transition: all 0.35s ease;
}
.contact-page .contact-form input,
.contact-page .contact-form textarea, .apply-page .contact-form input,
.apply-page .contact-form textarea {
  background-color: #2F3640;
  color: #D9D9D9;
}
.contact-page .contact-form input::placeholder,
.contact-page .contact-form textarea::placeholder, .apply-page .contact-form input::placeholder,
.apply-page .contact-form textarea::placeholder {
  color: #D9D9D9;
}
.contact-page .contact-form input[type=submit], .apply-page .contact-form input[type=submit] {
  appearance: none !important;
  padding: 18px 50px;
  transition: all 0.35s ease;
  background-color: #ED6D31;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: 22px;
  margin-top: 30px !important;
  display: inline-block;
}
.contact-page .contact-form input[type=submit]:hover, .apply-page .contact-form input[type=submit]:hover {
  background-color: #EFAE2D;
  transition: all 0.35s ease;
  text-decoration: none;
}
.contact-page .contact-form::before, .apply-page .contact-form::before {
  content: "";
  position: absolute;
  background: #2F3640;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  z-index: -5;
}
.contact-page .contact-form h3, .apply-page .contact-form h3 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
.contact-page .contact-form__container, .apply-page .contact-form__container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #1D232C;
  padding: 40px 100px;
}
.contact-page .contact-form__container::after, .apply-page .contact-form__container::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.team-page .fancy-list {
  position: relative;
  padding: 80px 0;
}
.team-page .fancy-list__header {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.team-page .fancy-list__header h2 {
  line-height: 1;
}
.team-page .fancy-list__header h5 {
  margin: 0;
}
.team-page .fancy-list__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 100px;
  grid-gap: 100px;
  margin-top: 100px;
}
.team-page .fancy-list__list .list-item {
  color: #fff;
  max-width: 92.5%;
}
.team-page .fancy-list__list .list-item__header {
  display: flex;
  align-items: center;
  column-gap: 18px;
  margin-bottom: 10px;
}
.team-page .fancy-list__list .list-item__header h5 {
  margin: 0;
  text-transform: capitalize;
}
.team-page .fancy-list::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #30363F 0%, rgba(48, 54, 63, 0.75) 52.31%, #30363F 96.58%);
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  z-index: -5;
}
.team-page .fancy-list::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.team-page .team-grid {
  background-color: #2F3640;
  position: relative;
}
.team-page .team-grid h2 {
  color: #fff;
  text-transform: uppercase;
}
.team-page .team-grid__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 70px;
}
.team-page .team-grid__container .team-modal {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  color: #fff;
  padding: 150px 0 100px;
}
.team-page .team-grid__container .team-modal__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.team-page .team-grid__container .team-modal__inner img {
  max-width: 300px;
}
.team-page .team-grid__container .team-modal__inner h5 {
  margin-top: 20px;
}
.team-page .team-grid__container .team-modal .close {
  position: absolute;
  height: 25px;
  width: 25px;
  right: 100px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.team-page .team-grid__container .team-modal .close::after {
  content: "X";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -71%);
  color: #1D232C;
  font-size: 25px;
}
.team-page .team-grid__container .team-modal p {
  color: #fff;
  margin-top: 30px;
}
.team-page .team-grid__container .team-modal.show {
  position: fixed;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.team-page .team-grid__container .team-item {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.35s ease;
}
.team-page .team-grid__container .team-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background: rgba(29, 35, 44, 0.8);
}
.team-page .team-grid__container .team-item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.team-page .team-grid__container .team-item::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(29, 35, 44, 0) 69.9%, rgba(29, 35, 44, 0.7) 84.52%, #1D232C 99.76%);
  width: 100%;
  bottom: 0;
  height: 100%;
  left: 0;
  z-index: 0;
}
.team-page .team-grid__container .team-item__content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.team-page .team-grid__container .team-item__content .name {
  position: relative;
  transform: translateY(0px);
  transition: all 0.35s ease;
  max-width: 85%;
}
.team-page .team-grid__container .team-item__content .name h5 {
  margin: 0 0 5px 0;
  color: #fff;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.team-page .team-grid__container .team-item__content .name h6 {
  margin: 0;
  color: #ED6D31;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.team-page .team-grid__container .team-item:hover {
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%) 1;
  transition: all 0.35s ease;
  cursor: pointer;
}

.search-page {
  padding-top: 200px;
  background-color: #2F3640;
  min-height: 550px;
}
.search-page h2 {
  text-decoration: underline;
}
.search-page__results {
  padding-bottom: 50px;
}
.search-page__results a {
  transition: all 0.35s ease;
  font-size: 28px;
  color: #fff;
  display: block;
}
.search-page__results a:hover {
  text-decoration: none;
  color: #ED6D31;
  transition: all 0.35s ease;
}
.search-page form input {
  border: none;
  padding: 12px;
  width: 90%;
  margin-bottom: 20px;
}
.search-page form input[type=submit] {
  width: auto;
}

.error-page {
  position: relative;
  padding: 200px 0 100px;
  min-height: 500px;
}
.error-page .bg-image {
  overflow: hidden;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 52.5%;
  transform: translateY(-50%);
  right: 100px;
  width: auto;
  height: 520px;
  z-index: -1;
}
.error-page .bg-image img {
  position: relative;
  top: 20px;
}
.error-page .bg-image::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #30363F 0%, rgba(48, 54, 63, 0.75) 52.31%, #30363F 96.58%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.error-page::after {
  content: "";
  position: absolute;
  background-color: #2F3640;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.error-page__inner .text {
  font-size: 28px;
  color: #fff;
  max-width: 60%;
}
.error-page__inner .text p {
  margin-bottom: 5px;
}
.error-page__inner .text p a {
  text-decoration: underline;
  transition: all 0.35s ease;
}
.error-page__inner .text p a:hover {
  color: #ED6D31;
  transition: all 0.35s ease;
}

@media (max-width: 1260px) {
  .portfolio-page__container, .taxonomy-page__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .portfolio-page, .taxonomy-page {
    padding: 50px 0 0;
  }
  .portfolio-page__container, .taxonomy-page__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .taxonomy-page {
    padding-top: 120px;
  }
  .contact-page .locations__container, .apply-page .locations__container {
    column-gap: 0;
  }
  .contact-page .contact-form__container, .apply-page .contact-form__container {
    padding: 0px 50px;
  }
  .team-page .team-grid__container .team-modal {
    padding: 50px 0;
  }
  .team-page .team-grid__container .team-modal__inner {
    max-width: 100%;
    width: 90%;
  }
  .search-page {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .portfolio-page__container, .taxonomy-page__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page .locations, .apply-page .locations {
    padding: 40px 0 25px;
  }
  .contact-page .locations__container, .apply-page .locations__container {
    display: block;
  }
  .contact-page .locations__container .left, .apply-page .locations__container .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page .locations__container .right, .apply-page .locations__container .right {
    width: 100%;
  }
  .team-page .fancy-list {
    padding: 40px 0;
  }
  .team-page .fancy-list__list {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin-top: 50px;
    grid-gap: 40px;
  }
  .team-page .team-grid__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 625px) {
  .team-page .team-grid__container {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .portfolio-page__container, .taxonomy-page__container {
    margin-top: 60px;
  }
  .portfolio-page__nav, .taxonomy-page__nav {
    margin-bottom: 40px;
  }
  .contact-page .locations .left p, .apply-page .locations .left p {
    max-width: 100%;
  }
  .contact-page .locations .right__locations, .apply-page .locations .right__locations {
    display: block;
  }
  .contact-page .locations .right__locations .location, .apply-page .locations .right__locations .location {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page .locations .right__locations .location h5, .apply-page .locations .right__locations .location h5 {
    margin-bottom: 10px;
  }
  .contact-page .contact-form__container, .apply-page .contact-form__container {
    padding: 15px;
  }
  .team-page .fancy-list {
    padding: 40px 0 15px;
  }
  .team-page .team-grid__container {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-page .team-grid__container .team-modal .close {
    right: 25px;
  }
  .error-page {
    padding: 65px 0 0px;
    min-height: 400px;
  }
  .error-page__inner .text {
    font-size: 20px;
    max-width: 100%;
  }
}
.home .hero {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 245px;
  overflow: hidden;
}
.home .hero .site-container {
  max-width: 1275px;
}
.home .hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(237, 109, 49, 0) 0%, #ED6D31 100%);
}
.home .hero::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.home .hero .site-container {
  height: 100%;
}
.home .hero__container {
  margin: 0 auto;
  padding-bottom: 100px;
}
.home .hero__top {
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  display: flex;
  align-items: baseline;
}
.home .hero__header {
  width: 50%;
  flex-grow: 1;
  min-width: 650px;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
}
.home .hero__header h1 {
  margin-bottom: 0px;
  line-height: 1;
}
.home .hero__header h1.hero-text {
  color: #ED6D31;
}
.home .hero__header::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  top: 0;
  left: 0;
  background-color: #ED6D31;
}
.home .hero__content {
  width: 45%;
}
.home .hero__content p {
  max-width: 500px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
.home .hero .counter {
  max-width: 75%;
  margin: 130px auto 0;
  transition: all 0.35s ease;
}
.home .hero .counter__container {
  display: flex;
  justify-content: space-between;
}
.home .hero .counter .counter-cell {
  position: relative;
  z-index: 2;
  text-align: center;
}
.home .hero .counter .counter-cell span {
  color: #fff;
  font-size: 90px;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.1;
  position: relative;
}
.home .hero .counter .counter-cell h6 {
  color: #fff;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  margin-top: 10px;
}
.home .background-image-section {
  position: relative;
}
.home .background-image-section::before {
  content: "";
  position: absolute;
  background-color: #2F3640;
  width: 100%;
  height: 100%;
  z-index: -5;
  top: 0;
  left: 0;
}
.home .background-image-section::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 125px;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 90%;
  opacity: 0.05;
}
.home .background-image-section .two-card-section__container {
  display: grid;
  column-gap: 20px;
  position: relative;
  transform: translateY(-75px);
  z-index: 2;
  grid-template-columns: repeat(2, 1fr);
}
.home .background-image-section .two-card-section__container .card {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .background-image-section .two-card-section__container .card__gradient {
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  width: 71.734px;
  height: 2px;
  margin-bottom: 30px;
}
.home .background-image-section .two-card-section__container .card__bottom {
  background-color: #1D232C;
  padding: 50px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .background-image-section .two-card-section__container .card__image {
  position: relative;
}
.home .background-image-section .two-card-section__container .card__image::after {
  content: "";
  position: absolute;
  background-color: #1D232C;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
  top: 0;
  left: 0;
}
.home .background-image-section .two-card-section__container .card__image img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}
.home .background-image-section .two-card-section__container .card__title {
  position: absolute;
  left: 50px;
  bottom: -45px;
  z-index: 1;
}
.home .background-image-section .two-card-section__container .card__title h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  line-height: 1;
}
.home .background-image-section .two-card-section__container .card__title h4 {
  color: #fff;
  margin-bottom: 0px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
}
.home .background-image-section .two-card-section__container .card__content p {
  color: #fff;
}
.home .background-image-section .two-card-section__container .card__button {
  margin-top: 50px;
}
.home .background-image-section .four-card-section {
  padding-top: 100px;
}
.home .background-image-section .four-card-section h2 {
  color: #fff;
  text-align: center;
}
.home .background-image-section .four-card-section__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  text-align: center;
  margin-top: 60px;
}
.home .background-image-section .four-card-section__container .card {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.3);
  height: 405px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease;
}
.home .background-image-section .four-card-section__container .card__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.home .background-image-section .four-card-section__container .card__inner::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.35s ease;
}
.home .background-image-section .four-card-section__container .card__icon {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.35s ease;
}
.home .background-image-section .four-card-section__container .card__label {
  color: #fff;
}
.home .background-image-section .four-card-section__container .card__label h5 {
  font-weight: 300;
  text-transform: capitalize;
}
.home .background-image-section .four-card-section__container .card::before {
  content: "";
  position: absolute;
  background-color: #1D232C;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.35s ease;
}
.home .background-image-section .four-card-section__container .card:hover {
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%) 1;
  transition: all 0.35s ease;
}
.home .background-image-section .four-card-section__container .card:hover .card__inner::after {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
  z-index: -1;
}
.home .background-image-section .four-card-section__container .card:hover .card__icon {
  transform: translateY(-10px);
  transition: all 0.35s ease;
}
.home .background-image-section .project-spotlight {
  padding: 100px 0 200px;
}
.home .background-image-section .project-spotlight__container > div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.home .background-image-section .project-spotlight__container > div:last-of-type {
  border: none;
}
.home .background-image-section .project-spotlight__container .project {
  padding: 50px 0;
  display: flex;
  column-gap: 50px;
  justify-content: space-between;
  position: relative;
  transition: all 0.35s ease;
  cursor: pointer;
}
.home .background-image-section .project-spotlight__container .project::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100px;
  width: 5px;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  opacity: 0;
}
.home .background-image-section .project-spotlight__container .project__title {
  transition: all 0.35s ease;
  width: auto;
  display: flex;
  column-gap: 30px;
  position: relative;
  max-width: 65%;
}
@media (max-width: 1275px) {
  .home .background-image-section .project-spotlight__container .project__title {
    max-width: 58%;
  }
}
.home .background-image-section .project-spotlight__container .project__title a {
  width: 50px;
  height: 100%;
  position: relative;
}
.home .background-image-section .project-spotlight__container .project__title a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Ccircle cx='21.1809' cy='21.5' r='21.1809' fill='%23ED6D31'/%3E%3Cpath d='M19 16.3191L25 21.8191L19 27.3191' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 43px;
  height: 43px;
  opacity: 0;
  transition: all 0.35s ease;
}
.home .background-image-section .project-spotlight__container .project__title h3 {
  color: #fff;
  margin-bottom: 0px;
  opacity: 0.4;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.35s ease;
  display: inline;
}
.home .background-image-section .project-spotlight__container .project__title h5 {
  margin-bottom: 10px;
  opacity: 0.4;
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 400;
  transition: all 0.35s ease;
  text-transform: capitalize;
}
.home .background-image-section .project-spotlight__container .project__image {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.35s ease;
}
.home .background-image-section .project-spotlight__container .project__image img {
  width: 100%;
}
.home .background-image-section .project-spotlight__container .project:hover::after {
  opacity: 1;
  transition: all 0.35s ease;
}
.home .background-image-section .project-spotlight__container .project:hover .project__title {
  transform: translateX(30px);
  transition: all 0.35s ease;
}
.home .background-image-section .project-spotlight__container .project:hover .project__title::after {
  opacity: 1;
  transition: all 0.35s ease;
}
.home .background-image-section .project-spotlight__container .project:hover .project__title h3,
.home .background-image-section .project-spotlight__container .project:hover .project__title h5 {
  opacity: 1;
  transition: all 0.35s ease;
}
.home .background-image-section .project-spotlight__container .project:hover .project__title a:after {
  opacity: 1;
}
.home .background-image-section .project-spotlight__container .project:hover .project__image {
  opacity: 1;
  transition: all 0.35s ease;
}

@media (max-width: 1260px) {
  .home .hero .counter {
    max-width: 95%;
    transition: all 0.35s ease;
  }
  .home .hero .counter__container {
    column-gap: 50px;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .home .hero {
    padding-top: 230px;
  }
  .home .hero__top {
    display: block;
    width: 65%;
    margin: 0 auto;
  }
  .home .hero__header {
    width: 100%;
  }
  .home .hero__content {
    width: 100%;
    margin-top: 35px;
  }
  .home .hero__content p {
    max-width: 100%;
  }
  .home .hero .counter .counter-cell span {
    font-size: 75px;
  }
  .home .background-image-section .four-card-section {
    padding-top: 25px;
  }
  .home .background-image-section .four-card-section__container {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .background-image-section .project-spotlight {
    padding: 50px 0;
  }
  .home .background-image-section .project-spotlight__container .project {
    display: block;
  }
  .home .background-image-section .project-spotlight__container .project__title {
    max-width: 100%;
    align-items: center;
    column-gap: 65px;
    margin-bottom: 30px;
  }
  .home .background-image-section .project-spotlight__container .project__title::after {
    opacity: 1;
    transition: all 0.35s ease;
  }
  .home .background-image-section .project-spotlight__container .project__title .title {
    position: relative;
    padding-left: 30px;
  }
  .home .background-image-section .project-spotlight__container .project__title .title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 90%;
    width: 5px;
    background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  }
  .home .background-image-section .project-spotlight__container .project__image {
    opacity: 1;
    position: relative;
    width: 100%;
  }
  .home .background-image-section .project-spotlight__container .project::after {
    display: none;
  }
  .home .background-image-section .project-spotlight__container .project h3,
  .home .background-image-section .project-spotlight__container .project h5 {
    opacity: 1;
    transition: all 0.35s ease;
  }
  .home .background-image-section .project-spotlight__container .project a:after {
    opacity: 1;
  }
  .home .background-image-section .project-spotlight__container .project:hover .project__title {
    transform: none;
  }
}
@media (max-width: 768px) {
  .home .hero__top {
    width: 85%;
  }
  .home .hero .counter {
    margin: 50px auto 0;
    max-width: 90%;
  }
  .home .hero .counter__container {
    flex-direction: column;
    row-gap: 20px;
  }
  .home .hero .counter__container div:nth-of-type(2) {
    position: relative;
  }
  .home .hero .counter__container div:nth-of-type(2)::after {
    font-size: 70px;
    right: -38px;
    top: 38px;
  }
  .home .hero .counter .counter-cell__text {
    font-size: 70px;
  }
  .home .background-image-section .two-card-section__container {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .home .background-image-section .four-card-section__container {
    row-gap: 8px;
    grid-gap: 8px;
  }
}
@media (max-width: 480px) {
  .home .hero {
    padding-top: 140px;
  }
  .home .hero__header {
    padding-left: 25px;
  }
  .home .hero__top {
    width: 95%;
  }
  .home .hero .counter {
    margin: 50px auto 0;
  }
  .home .hero .counter__container div:nth-of-type(2) {
    position: relative;
  }
  .home .hero .counter__container div:nth-of-type(2)::after {
    font-size: 50px;
    right: -28px;
    top: 28px;
  }
  .home .hero .counter__container .counter-cell__text {
    font-size: 50px;
  }
  .home .hero::before {
    height: 185px;
  }
  .home .background-image-section .two-card-section__container {
    transform: translateY(-100px);
  }
  .home .background-image-section .two-card-section__container .card__title {
    left: 25px;
  }
  .home .background-image-section .two-card-section__container .card__bottom {
    padding: 50px 25px;
  }
  .home .background-image-section .four-card-section {
    padding-top: 0;
    margin-top: -50px;
  }
  .home .background-image-section .four-card-section__container .card {
    height: 320px;
  }
  .home .background-image-section .four-card-section__container .card__icon {
    width: 100%;
    max-width: 65px;
    margin: 0 auto 25px auto;
  }
  .home .background-image-section .four-card-section__container .card__icon img {
    width: 100%;
  }
  .home .background-image-section .project-spotlight {
    padding: 30px 0 0;
  }
}
.project-detail {
  position: relative;
}
.project-detail::after {
  content: "";
  position: absolute;
  background-color: #2F3640;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -11;
}
.project-detail__hero {
  min-height: 550px;
  position: relative;
}
.project-detail__hero::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(48, 54, 63, 0) -10.81%, #30363F 96.58%);
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.project-detail__hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.project-detail__container {
  position: relative;
  padding-bottom: 100px;
}
.project-detail__container.add-padding {
  padding-bottom: 220px;
}
.project-detail__content {
  width: 50%;
  position: relative;
  transform: translateY(-170px);
}
.project-detail__content .badge {
  margin-bottom: 30px;
}
.project-detail__info {
  margin-top: 50px;
}
.project-detail__info h5 {
  font-family: "din-condensed", sans-serif;
  margin-bottom: 5px;
}
.project-detail__info p {
  color: #fff;
  margin-top: 30px;
}
.project-detail__slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  transform: translateY(-100px);
  transition: all 0.35s ease;
}
.project-detail__slider .slick-track {
  display: flex !important;
}
.project-detail__slider .slick-slide {
  height: inherit !important;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='25' height='25' x='0' y='0' viewBox='0 0 30.239 30.239' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M20.194 3.46c-4.613-4.613-12.121-4.613-16.734 0-4.612 4.614-4.612 12.121 0 16.735 4.108 4.107 10.506 4.547 15.116 1.34.097.459.319.897.676 1.254l6.718 6.718a2.498 2.498 0 0 0 3.535 0 2.496 2.496 0 0 0 0-3.535l-6.718-6.72a2.5 2.5 0 0 0-1.253-.674c3.209-4.611 2.769-11.008-1.34-15.118zm-2.121 14.614c-3.444 3.444-9.049 3.444-12.492 0-3.442-3.444-3.442-9.048 0-12.492 3.443-3.443 9.048-3.443 12.492 0 3.444 3.444 3.444 9.048 0 12.492z' fill='%23ed6d31' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E"), auto;
}
.project-detail__slider img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.project-detail__nav {
  position: absolute;
  bottom: -30px;
  left: 0px;
}
.project-detail__nav .project-slider-next {
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.project-detail__nav .project-slider-next::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 43 43' fill='none'%3E%3Ccircle cx='21.1809' cy='21.5' r='21.1809' fill='%23ED6D31'/%3E%3Cpath d='M19 16.3191L25 21.8191L19 27.3191' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 50px;
  width: 40px;
  height: 40px;
}
.project-detail__nav .project-slider-prev {
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.project-detail__nav .project-slider-prev::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 43 43' fill='none'%3E%3Ccircle cx='21.1809' cy='21.5' r='21.1809' fill='%23ED6D31'/%3E%3Cpath d='M19 16.3191L25 21.8191L19 27.3191' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}
.project-detail__related-posts {
  margin-bottom: 100px;
}
.project-detail__related-posts .posts-container {
  display: grid;
  column-gap: 20px;
  margin-top: 50px;
}
.project-detail__related-posts .posts-container--2 {
  grid-template-columns: repeat(2, 1fr);
}
.project-detail__related-posts .posts-container--3 {
  grid-template-columns: repeat(3, 1fr);
}
.project-detail__related-posts .posts-container--4 {
  grid-template-columns: repeat(4, 1fr);
}
.project-detail__related-posts .posts-container .portfolio-item {
  position: relative;
  background-color: #2F3640;
  transition: all 0.35s ease;
}
.project-detail__related-posts .posts-container .portfolio-item h6 {
  margin-bottom: 0;
  color: #ED6D31;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
}
.project-detail__related-posts .posts-container .portfolio-item h6:first-of-type {
  color: #fff;
  font-size: 28px;
}
.project-detail__related-posts .posts-container .portfolio-item .image {
  position: relative;
  margin-bottom: 10px;
  z-index: 0;
}
.project-detail__related-posts .posts-container .portfolio-item .image__text {
  color: #fff;
  font-size: 22px;
  font-family: "din-condensed", sans-serif;
  text-transform: uppercase;
}
.project-detail__related-posts .posts-container .portfolio-item .image__button {
  position: absolute;
  bottom: 25px;
  right: 50px;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.35s ease;
}
.project-detail__related-posts .posts-container .portfolio-item .image__button::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='43' viewBox='0 0 43 43' fill='none'%3E%3Ccircle cx='15' cy='27' r='15' fill='%23ED6D31'/%3E%3Cpath d='M13 22L19 27.5L13 33' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  position: absolute;
  width: 43px;
  height: 43px;
  top: -10px;
  right: -50px;
}
.project-detail__related-posts .posts-container .portfolio-item .image img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.project-detail__related-posts .posts-container .portfolio-item .image::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.33%, rgba(0, 0, 0, 0.7) 100%);
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: all 0.35s ease;
}
.project-detail__related-posts .posts-container .portfolio-item .image::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  z-index: -1;
  transition: all 0.35s ease;
  opacity: 0;
}
.project-detail__related-posts .posts-container .portfolio-item.no-thumbnail .image {
  position: relative;
  margin-bottom: 10px;
}
.project-detail__related-posts .posts-container .portfolio-item.no-thumbnail .image img {
  object-fit: contain;
  background-color: #2F3640;
}
.project-detail__related-posts .posts-container .portfolio-item:hover {
  transition: all 0.35s ease;
  text-decoration: none;
}
.project-detail__related-posts .posts-container .portfolio-item:hover .image {
  transition: all 0.35s ease;
}
.project-detail__related-posts .posts-container .portfolio-item:hover .image__button {
  opacity: 1;
  transform: translateY(0);
}
.project-detail__related-posts .posts-container .portfolio-item:hover .image::after {
  transition: all 0.35s ease;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  z-index: -1;
  opacity: 1;
}
.project-detail__related-posts .posts-container .portfolio-item:hover .image::before {
  opacity: 1;
  transition: all 0.35s ease;
}
.project-detail__related-posts .posts-container .portfolio-item.hide {
  display: none;
}
.project-detail__quote.decrease-padding {
  padding: 100px 0;
}

@media (max-width: 1024px) {
  .project-detail__hero {
    min-height: 185px;
  }
  .project-detail__content {
    width: 100%;
    transform: none;
  }
  .project-detail__container {
    padding-bottom: 50px;
  }
  .project-detail__container.add-padding {
    padding-bottom: 50px;
  }
  .project-detail__slider {
    position: relative;
    width: 94%;
    margin: 0 auto;
    transform: none;
  }
  .project-detail__nav {
    position: relative;
    bottom: 0;
    text-align: center;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    column-gap: 20px;
  }
  .project-detail__nav .project-slider-next {
    height: 40px;
    width: 40px;
  }
  .project-detail__nav .project-slider-next::after {
    left: 0;
  }
  .project-detail__nav .project-slider-prev {
    height: 40px;
    width: 40px;
  }
  .project-detail__related-posts .posts-container {
    row-gap: 20px;
  }
  .project-detail__related-posts .posts-container--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .project-detail__related-posts .posts-container {
    row-gap: 20px;
  }
  .project-detail__related-posts .posts-container--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .project-detail__related-posts .posts-container {
    display: block;
  }
  .project-detail__related-posts .posts-container .portfolio-item {
    margin-bottom: 20px;
    display: block;
  }
}
.tabs-content-block {
  position: relative;
  padding: 120px 0;
}
.tabs-content-block::after {
  content: "";
  position: absolute;
  background-color: #1D232C;
  width: 42.5%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.tabs-content-block__nav {
  padding: 0;
  max-width: 42.5%;
  margin: auto 0 0 0;
}
.tabs-content-block__nav h2 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
.tabs-content-block__nav .nav-wrapper {
  max-width: 60%;
  margin: 0 auto;
}
.tabs-content-block__nav .nav-wrapper .label {
  align-items: center;
  column-gap: 30px;
  cursor: pointer;
}
.tabs-content-block__nav .nav-wrapper .label--desktop {
  display: flex;
}
.tabs-content-block__nav .nav-wrapper .label--mob {
  display: none;
}
.tabs-content-block__nav .nav-wrapper .label span {
  transition: all 0.35s ease;
  width: auto;
  height: 90px;
  position: relative;
}
.tabs-content-block__nav .nav-wrapper .label span:first-of-type {
  color: rgba(255, 255, 255, 0.15);
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
  background-color: transparent;
  border-radius: none;
  width: auto;
  height: auto;
  display: none;
}
.tabs-content-block__nav .nav-wrapper .label span:first-of-type::after, .tabs-content-block__nav .nav-wrapper .label span:first-of-type::before {
  display: none;
}
.tabs-content-block__nav .nav-wrapper .label span::before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  background-color: #fff;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tabs-content-block__nav .nav-wrapper .label span::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0.15;
}
.tabs-content-block__nav .nav-wrapper .label h5 {
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 0;
  line-height: 1.1;
  text-transform: capitalize;
}
.tabs-content-block__nav .nav-wrapper .label.show span {
  transition: all 0.35s ease;
}
.tabs-content-block__nav .nav-wrapper .label.show span::before {
  opacity: 1;
}
.tabs-content-block__nav .nav-wrapper .label.show h5 {
  color: #fff;
}
.tabs-content-block__nav .nav-wrapper .label.show span {
  color: #fff;
}
.tabs-content-block__nav .nav-wrapper .label .button-wrapper--mob {
  display: none;
}
.tabs-content-block__content .content {
  position: absolute;
  width: 57.5%;
  right: 0;
  top: 0;
  z-index: -999;
  opacity: 0;
  height: 100%;
  background-color: #2F3640;
  transition: all 0.35s ease;
}
.tabs-content-block__content .content__inner {
  padding: 0 70px;
  color: #fff;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.tabs-content-block__content .content__inner p {
  max-width: 75%;
}
.tabs-content-block__content .content__inner h3 {
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tabs-content-block__content .content__inner h6 {
  text-transform: uppercase;
  color: #ED6D31;
  font-family: "din-condensed", sans-serif;
  margin-bottom: 50px;
}
.tabs-content-block__content .content__inner .button-wrapper {
  margin-top: 30px;
  display: flex;
  column-gap: 20px;
}
.tabs-content-block__content .content .image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.tabs-content-block__content .content.show {
  transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 1;
  z-index: 1;
}
.tabs-content-block.home .tabs-content-block__nav .nav-wrapper {
  max-width: 325px;
}
.tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label span:first-of-type {
  display: block;
}
.tabs-content-block.home .tabs-content-block__nav .view-all {
  display: none;
}
.tabs-content-block.home .tabs-content-block__content .content .image {
  position: relative;
}
.tabs-content-block.home .tabs-content-block__content .content .image::after {
  content: "";
  position: absolute;
  background-color: #1D232C;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tabs-content-block.home .tabs-content-block__content .content__inner {
  top: 0;
  transform: translateY(-35px);
}

@media (max-width: 1024px) {
  .tabs-content-block {
    padding: 75px 0;
  }
  .tabs-content-block::after {
    width: 100%;
  }
  .tabs-content-block__nav {
    padding: 0;
    max-width: 100%;
  }
  .tabs-content-block__nav .nav-wrapper {
    max-width: 80%;
  }
  .tabs-content-block__nav .nav-wrapper .label {
    row-gap: 10px;
    align-items: center;
  }
  .tabs-content-block__nav .nav-wrapper .label--desktop {
    display: none;
  }
  .tabs-content-block__nav .nav-wrapper .label--mob {
    display: flex;
  }
  .tabs-content-block__nav .nav-wrapper .label h5 {
    color: white;
  }
  .tabs-content-block__nav .nav-wrapper .label span {
    height: 70px;
  }
  .tabs-content-block__nav .nav-wrapper .label .button-wrapper--mob {
    display: block;
    margin-bottom: 40px;
  }
  .tabs-content-block__nav .nav-wrapper .label .button-wrapper--mob .button {
    display: block;
  }
  .tabs-content-block__content {
    display: none;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper {
    max-width: 80%;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label {
    padding: 15px 0;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--multi-family::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M1.00132 2.90264V2.17045C1.10195 1.94801 1.2754 1.87254 1.51637 1.87386C2.74243 1.88181 3.96716 1.87784 5.19322 1.87784H5.37991C5.37991 1.73087 5.37726 1.60111 5.37991 1.47003C5.38785 1.16418 5.55336 1 5.85524 1C7.61753 1 9.38115 1 11.1434 1C11.4546 1 11.6214 1.16683 11.6254 1.4793C11.6267 1.60906 11.6254 1.73881 11.6254 1.87916C11.7048 1.87916 11.7618 1.87916 11.82 1.87916C13.0646 1.87916 14.3105 1.87916 15.5551 1.87916C15.8438 1.87916 16 2.0354 16.004 2.32006C16.0053 2.46703 16.0053 2.61268 16.004 2.75964C16.0013 3.03637 15.8438 3.19393 15.567 3.1979C15.4227 3.19922 15.2784 3.1979 15.1367 3.1979V4.94827C15.1526 4.95092 15.1579 4.95357 15.1619 4.95357C15.3181 4.95357 15.4744 4.95357 15.6306 4.95622C15.8676 4.96019 16.0013 5.09259 16.004 5.3296C16.0066 5.65663 16.0066 5.98367 16.004 6.31071C16.0026 6.54903 15.8689 6.68144 15.6306 6.68409C15.4664 6.68673 15.3022 6.68409 15.1328 6.68409V8.65293C15.3009 8.65293 15.4611 8.65028 15.6213 8.65293C15.8689 8.6569 16.0013 8.78798 16.004 9.03425C16.0066 9.35202 16.0053 9.66846 16.004 9.98623C16.004 10.255 15.8795 10.3781 15.6094 10.3808C15.4505 10.3821 15.2916 10.3808 15.1354 10.3808V12.3549C15.3062 12.3549 15.4664 12.3523 15.6266 12.3549C15.8795 12.3589 16.0026 12.4847 16.004 12.7376C16.0053 13.05 16.004 13.3625 16.004 13.675C16.004 13.953 15.8822 14.0775 15.6041 14.0828C15.4492 14.0854 15.2943 14.0828 15.1341 14.0828V14.5237C15.195 14.5263 15.2466 14.529 15.2996 14.5316C15.8464 14.5555 16.1748 15.1381 15.9139 15.6174C15.804 15.8199 15.62 15.9192 15.4187 16H1.58787C1.29261 15.9033 1.09665 15.7087 1.00132 15.4135C1.00132 15.3155 1.00132 15.2188 1.00132 15.1208C1.01192 15.0997 1.02383 15.0785 1.03045 15.0573C1.14167 14.7276 1.39191 14.5422 1.73749 14.5303C1.77986 14.529 1.82223 14.5263 1.87122 14.5224V14.0828C1.72425 14.0828 1.58522 14.0762 1.4462 14.0841C1.24097 14.096 1.08739 14.0245 1 13.8312V12.6012C1.08474 12.4158 1.22906 12.3377 1.43296 12.3523C1.57728 12.3616 1.72292 12.3536 1.86989 12.3536V10.3795C1.72425 10.3795 1.58787 10.3702 1.45282 10.3821C1.24495 10.3993 1.09401 10.3278 1 10.1398V8.90979C1.08209 8.71118 1.23435 8.63836 1.44355 8.65028C1.5839 8.65822 1.72425 8.6516 1.87254 8.6516V6.68276C1.73087 6.68276 1.59449 6.67349 1.46076 6.68541C1.25289 6.70262 1.10195 6.62848 1.00132 6.44708V5.1866C1.10063 5.00388 1.25289 4.93239 1.45944 4.9496C1.59714 4.96151 1.73749 4.95225 1.87254 4.95225V3.19393C1.7494 3.19393 1.63157 3.18598 1.51637 3.19525C1.27408 3.21644 1.10195 3.12375 1.00132 2.90264ZM10.7383 2.32404H6.25907C6.25907 2.38891 6.25907 2.44585 6.25907 2.50278C6.25907 3.24027 6.25907 3.97776 6.25907 4.71524C6.25907 4.75497 6.25907 4.79336 6.25907 4.83308C6.25245 4.98932 6.1783 5.07671 6.04855 5.082C5.9135 5.08597 5.82346 4.99594 5.82214 4.83441C5.81817 4.41469 5.82081 3.99497 5.82081 3.57393C5.82081 3.45344 5.82081 3.33163 5.82081 3.20584H2.32668V4.9443H2.75964C2.75964 4.62389 2.75832 4.31274 2.75964 4.00026C2.76097 3.78312 2.8894 3.6388 3.09595 3.63615C3.52626 3.63086 3.95525 3.63086 4.38556 3.63615C4.58152 3.6388 4.71127 3.77518 4.72054 3.97114C4.72451 4.03469 4.72054 4.09824 4.72054 4.1618C4.72054 4.42396 4.72054 4.68612 4.72054 4.94563C5.06082 4.96946 5.1588 5.07538 5.1588 5.39845C5.1588 5.68709 5.1588 5.9744 5.1588 6.26304C5.1588 6.55963 5.03698 6.68144 4.74172 6.68144C3.98967 6.68144 3.23762 6.68144 2.48557 6.68144C2.43393 6.68144 2.38097 6.68144 2.32668 6.68144V8.63836H2.75832C2.75832 8.32986 2.75832 8.03195 2.75832 7.73537C2.75832 7.46129 2.88675 7.33286 3.16215 7.33154C3.53818 7.33021 3.9142 7.33154 4.29023 7.33154C4.6027 7.33154 4.72054 7.45203 4.72054 7.76715C4.72054 8.05843 4.72054 8.35105 4.72054 8.63969C5.07141 8.67676 5.1588 8.77209 5.1588 9.10839C5.1588 9.38644 5.1588 9.66449 5.1588 9.94386C5.1588 10.263 5.04625 10.3781 4.72981 10.3781C3.98305 10.3781 3.23497 10.3781 2.48822 10.3781H2.32404V12.343H2.757C2.757 12.0358 2.757 11.7379 2.757 11.44C2.757 11.1567 2.87483 11.0362 3.15553 11.0335C3.54082 11.0322 3.92744 11.0322 4.31274 11.0335C4.6027 11.0335 4.71922 11.154 4.72054 11.4453C4.72054 11.7419 4.72054 12.0385 4.72054 12.3324C5.11245 12.4105 5.1588 12.4675 5.1588 12.8607C5.1588 13.1096 5.1588 13.3585 5.1588 13.6075C5.1588 13.9729 5.05287 14.0801 4.69141 14.0801C3.95922 14.0801 3.2257 14.0801 2.49351 14.0801H2.32933V14.5144H5.81684V14.3132C5.81684 11.5539 5.81684 8.7946 5.81684 6.03531C5.81684 5.96778 5.81684 5.89761 5.83008 5.83141C5.85524 5.72151 5.936 5.66855 6.0459 5.67252C6.15579 5.67649 6.22994 5.73608 6.24715 5.84862C6.25642 5.91085 6.2551 5.97573 6.2551 6.03796C6.2551 8.79725 6.2551 11.5565 6.2551 14.3158V14.5171H7.19516C7.19516 14.4496 7.19516 14.3926 7.19516 14.3344C7.19516 13.5135 7.19516 12.6939 7.19516 11.873C7.19516 11.5181 7.35007 11.3632 7.70227 11.3619C8.22526 11.3619 8.74693 11.3619 9.26993 11.3619C9.65522 11.3619 9.80219 11.5075 9.80219 11.8915C9.80219 12.7071 9.80219 13.5227 9.80219 14.3383V14.5184H10.733V2.32271L10.7383 2.32404ZM12.2848 12.3404C12.2848 12.0372 12.2848 11.7393 12.2848 11.4427C12.2848 11.1593 12.4026 11.0388 12.6833 11.0375C13.0686 11.0362 13.4552 11.0362 13.8405 11.0375C14.1305 11.0375 14.247 11.158 14.2483 11.4493C14.2483 11.7459 14.2483 12.0425 14.2483 12.347H14.6786V10.3821C14.4654 10.3821 14.2615 10.3834 14.0576 10.3821C13.8935 10.3795 13.8034 10.3 13.8047 10.1623C13.8047 10.0286 13.8988 9.94519 14.0616 9.94386C14.3304 9.94121 14.5992 9.94386 14.868 9.94386C15.0957 9.94386 15.3247 9.94386 15.5578 9.94386V9.10177H12.2967V9.94386C12.4185 9.94386 12.531 9.94386 12.6422 9.94386C12.7548 9.94386 12.8673 9.93989 12.9786 9.94519C13.1215 9.95181 13.2195 10.0498 13.2142 10.1729C13.2089 10.2947 13.1189 10.3795 12.9772 10.3821C12.7137 10.3861 12.4503 10.3861 12.1855 10.3821C11.9868 10.3781 11.8505 10.2484 11.8465 10.0524C11.8399 9.70156 11.8412 9.34937 11.8465 8.99718C11.8491 8.81313 11.9683 8.68735 12.151 8.65955C12.1921 8.65293 12.2344 8.6516 12.2834 8.64631C12.2834 8.33913 12.2834 8.04122 12.2834 7.74464C12.2834 7.46791 12.4105 7.33948 12.6846 7.33816C13.0553 7.33683 13.4274 7.33816 13.7981 7.33816C14.1331 7.33816 14.247 7.45203 14.247 7.78568C14.247 8.07167 14.247 8.35899 14.247 8.64631H14.676V6.68938C14.6124 6.68938 14.5581 6.68938 14.5052 6.68938C13.7478 6.68938 12.9905 6.68938 12.2344 6.68938C11.9789 6.68938 11.8465 6.55565 11.8452 6.30144C11.8439 5.9744 11.8425 5.64737 11.8452 5.32033C11.8478 5.10583 11.9749 4.9774 12.1894 4.96151C12.2172 4.95887 12.245 4.95754 12.2834 4.95489C12.2834 4.62918 12.2808 4.31274 12.2834 3.99629C12.2861 3.78445 12.4211 3.64542 12.6317 3.6441C13.0514 3.64013 13.4711 3.64013 13.8921 3.6441C14.1053 3.64542 14.2377 3.78047 14.2457 3.99232C14.2483 4.05587 14.2457 4.11943 14.2457 4.18298C14.2457 4.43984 14.2457 4.69671 14.2457 4.9496H14.6773V3.21511H11.199V14.5263H14.6733V14.0907C14.6137 14.0907 14.5647 14.0907 14.5171 14.0907C13.765 14.0907 13.013 14.0907 12.2609 14.0907C11.9683 14.0907 11.8452 13.9676 11.8439 13.6856C11.8439 13.4022 11.8439 13.1189 11.8439 12.8356C11.8439 12.4807 11.9127 12.3999 12.2821 12.3483L12.2848 12.3404ZM8.5192 14.9699C6.31203 14.9699 4.10486 14.9699 1.89637 14.9699C1.84738 14.9699 1.79839 14.9699 1.7494 14.9699C1.56801 14.9778 1.44488 15.0917 1.4409 15.2559C1.43693 15.424 1.56536 15.5512 1.74808 15.5591C1.78251 15.5604 1.81693 15.5591 1.85003 15.5591C6.28423 15.5591 10.7184 15.5591 15.1539 15.5591C15.2029 15.5591 15.2519 15.5617 15.3009 15.5564C15.4558 15.5366 15.5697 15.4055 15.5657 15.2559C15.5617 15.1023 15.4479 14.9831 15.2877 14.9712C15.2347 14.9673 15.1804 14.9686 15.1261 14.9686C12.9229 14.9686 10.7211 14.9686 8.51787 14.9686L8.5192 14.9699ZM7.65063 11.8121V14.5211H9.35599V11.8121H7.65063ZM12.2901 13.6313H15.5578V12.8077H12.2901V13.6313ZM1.4515 5.39977V6.23126H4.71524V5.39977H1.4515ZM4.71789 12.8051H1.45017V13.6313H4.71789V12.8051ZM1.44488 9.92797H4.7126V9.10177H1.44488V9.92797ZM12.2927 6.23259H15.5551V5.39977H12.2927V6.23259ZM11.1805 1.44752H5.82743V1.86989H11.1805V1.44752ZM15.5604 2.32404H11.199V2.74905H15.5604V2.32404ZM5.81155 2.32668H1.45282V2.7464H5.81155V2.32668ZM4.27566 7.78171H3.20982V8.63969H4.27566V7.78171ZM13.7995 12.347V11.4824H12.7349V12.347H13.7995ZM4.27699 12.347V11.4864H3.20717V12.347H4.27699ZM13.8021 7.78436H12.7323V8.64498H13.8021V7.78436ZM13.8021 4.08633H12.7363V4.94695H13.8021V4.08633ZM4.27302 4.94827V4.08765H3.20717V4.94827H4.27302Z' fill='%23ED6D31' stroke='%23ED6D31' stroke-width='0.1'/%3E%3Cpath d='M8.5032 5.74414C9.00633 5.74414 9.50814 5.74414 10.0113 5.74414C10.2311 5.74414 10.3039 5.81299 10.3052 6.03013C10.3079 6.41543 10.3079 6.80072 10.3052 7.18602C10.3052 7.40183 10.2311 7.47201 10.0113 7.47201C9.00633 7.47201 8.00007 7.47201 6.99512 7.47201C6.77533 7.47201 6.70251 7.40183 6.70119 7.18602C6.69986 6.80072 6.69986 6.41543 6.70119 6.03013C6.70119 5.81431 6.77533 5.74414 6.99512 5.74414C7.49826 5.74414 8.00007 5.74414 8.5032 5.74414ZM7.14474 7.02184H9.85636V6.19564H7.14474V7.02184Z' fill='%23ED6D31' stroke='%23ED6D31' stroke-width='0.1'/%3E%3Cpath d='M8.51939 3.10791C8.97883 3.10791 9.43694 3.10791 9.89638 3.10791C10.1784 3.10791 10.3042 3.22707 10.3068 3.5038C10.3095 3.81627 10.3095 4.12874 10.3068 4.44121C10.3042 4.71397 10.1797 4.83578 9.91095 4.8371C8.97353 4.8371 8.03611 4.8371 7.0987 4.8371C6.83124 4.8371 6.70546 4.71264 6.70413 4.44121C6.70149 4.12874 6.70149 3.81627 6.70413 3.5038C6.70678 3.23105 6.82992 3.10923 7.10002 3.10923C7.57403 3.10923 8.04671 3.10923 8.52071 3.10923L8.51939 3.10791ZM9.86328 3.55941H7.15298V4.38428H9.86328V3.55941Z' fill='%23ED6D31' stroke='%23ED6D31' stroke-width='0.1'/%3E%3Cpath d='M8.50073 10.1107C8.03202 10.1107 7.56331 10.1107 7.0946 10.1107C6.83377 10.1107 6.70666 9.98754 6.70269 9.72671C6.69871 9.40497 6.69871 9.0819 6.70269 8.76016C6.70666 8.50727 6.83377 8.38414 7.08666 8.38281C8.03334 8.38281 8.98135 8.38281 9.92804 8.38281C10.1703 8.38281 10.3001 8.5086 10.3041 8.75222C10.3094 9.07926 10.3094 9.40629 10.3041 9.73333C10.3001 9.98622 10.1717 10.1094 9.92009 10.1107C9.44609 10.112 8.97341 10.1107 8.4994 10.1107H8.50073ZM7.14624 9.65918H9.85786V8.83298H7.14624V9.65918Z' fill='%23ED6D31' stroke='%23ED6D31' stroke-width='0.1'/%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--office::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 17 19' fill='none'%3E%3Cmask id='path-1-outside-1_259_740' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='19' fill='black'%3E%3Crect fill='white' width='17' height='19'/%3E%3Cpath d='M7.33899 13.7325C7.33899 13.3092 7.33899 12.8971 7.33899 12.485C7.33899 12.1214 7.4118 12.0531 7.79972 12.0494C7.83679 12.0494 7.87518 12.0494 7.94271 12.0494C7.94271 11.9538 7.94271 11.862 7.94271 11.7714C7.94271 11.6807 7.94271 11.5963 7.94271 11.4834C7.8593 11.4834 7.78648 11.4834 7.71499 11.4834C6.07991 11.4834 4.44351 11.4884 2.80844 11.4822C1.75987 11.4784 0.94829 10.6729 1.00257 9.69359C1.03435 9.1276 1.32297 8.68697 1.80886 8.36674C1.74795 8.1756 1.67117 7.99438 1.63542 7.80572C1.4408 6.77676 2.27621 5.83221 3.3923 5.82228C4.25419 5.81483 5.11608 5.8198 5.97797 5.82228C6.53932 5.82352 7.07287 5.94764 7.60245 6.1785C7.67792 5.86821 7.73749 5.56163 7.82752 5.26374C7.98242 4.75112 8.00228 4.26581 7.80634 3.7383C7.54155 3.02337 7.68454 2.30596 8.06583 1.63819C8.30679 1.21494 8.68544 1.00642 9.20046 1.00766C10.9931 1.01014 12.7857 1.0238 14.5783 1.00022C15.2893 0.990286 15.9076 1.32293 15.987 2.22652C16.0426 2.85705 15.9115 3.45655 15.7487 4.05853C15.468 5.09121 15.1953 6.12637 14.9212 7.1603C14.8974 7.24966 14.9027 7.34647 14.8855 7.43832C14.859 7.5823 14.8444 7.73125 14.7915 7.86654C14.524 8.54672 14.291 9.2331 14.2857 9.96789C14.2831 10.3154 14.2857 10.6642 14.2857 11.0117C14.2857 11.4251 14.2235 11.4859 13.7906 11.4859C12.1237 11.4859 10.4569 11.4859 8.79003 11.4859H8.55966V12.0519C8.63778 12.0519 8.71589 12.0519 8.794 12.0519C9.04158 12.0556 9.15147 12.1561 9.15279 12.387C9.15544 12.8003 9.15279 13.2124 9.15279 13.6257C9.15279 13.6605 9.15544 13.694 9.15677 13.7138C10.0425 13.8491 10.8329 14.2227 11.6643 14.4735C12.0893 14.6013 12.5077 14.7465 12.9234 14.8955C13.5126 15.1065 13.8647 15.5099 13.964 16.0945C13.9826 16.2062 13.9495 16.3241 13.9415 16.4408C13.9389 16.4854 13.9336 16.5314 13.9415 16.5748C14.0527 17.1011 13.8621 17.5591 13.4199 17.821C12.9975 18.0717 12.4574 18.0531 12.0562 17.7738C11.6352 17.4809 11.4843 17.0229 11.6352 16.4954C11.6378 16.4842 11.6352 16.473 11.6352 16.4408C11.2539 16.3303 10.866 16.2161 10.4767 16.1044C10.0928 15.9939 9.70885 15.8835 9.29313 15.7643C9.24415 15.9939 9.16868 16.2149 9.15677 16.4395C9.13426 16.8392 9.15147 17.2413 9.15015 17.6422C9.15015 17.8967 9.04291 17.9947 8.77282 17.996C8.41403 17.9972 8.05524 17.9985 7.69778 17.996C7.45152 17.9947 7.34163 17.8917 7.34031 17.6596C7.33766 17.2823 7.35487 16.9037 7.33369 16.5276C7.32045 16.2782 7.25558 16.0324 7.21056 15.7606C6.40295 15.9939 5.63242 16.2161 4.89101 16.4296C4.89101 16.6679 4.92675 16.8938 4.88439 17.106C4.75994 17.7179 4.1165 18.0978 3.46511 17.9674C2.81373 17.8371 2.40463 17.2463 2.53306 16.6369C2.55159 16.5512 2.51584 16.4581 2.51982 16.3688C2.52776 16.2173 2.52511 16.0597 2.56615 15.9157C2.70517 15.4354 3.02292 15.0878 3.52204 14.9166C4.64872 14.5293 5.77938 14.1545 6.91135 13.7821C7.03713 13.7411 7.18144 13.7511 7.33899 13.7349V13.7325ZM13.7456 1.57489H13.5178C12.1039 1.57489 10.6899 1.5811 9.27592 1.56993C8.91183 1.56744 8.68941 1.70522 8.53981 2.00683C8.25119 2.59143 8.21544 3.18349 8.43389 3.79292C8.55172 4.12184 8.54907 4.12308 8.91051 4.12308C10.3867 4.12308 11.8642 4.12308 13.3404 4.12308H13.5642C13.2107 3.24182 13.2676 2.40525 13.7442 1.57489H13.7456ZM7.17084 8.65967C7.10465 8.65718 7.05698 8.65346 7.00932 8.65346C5.6258 8.65346 4.24227 8.65222 2.85742 8.65346C2.14249 8.65346 1.60364 9.14249 1.60232 9.78419C1.60232 10.4259 2.13984 10.9162 2.85345 10.9174C4.2436 10.9199 5.63374 10.9174 7.02389 10.9174C7.0689 10.9174 7.11524 10.9087 7.16952 10.9038C6.58698 10.1503 6.58963 9.41183 7.16952 8.65967H7.17084ZM13.6714 9.78543C12.9234 9.78543 12.1886 9.78543 11.4538 9.78543C11.3413 9.78543 11.2261 9.78543 11.1162 9.76806C10.7111 9.70848 10.3986 9.50492 10.1497 9.19959C10.1855 9.30757 10.2358 9.40563 10.2808 9.50741C10.4661 9.92693 10.2808 10.3837 9.85316 10.5637C9.42817 10.7424 8.95023 10.5823 8.73575 10.1789C8.57688 9.87852 8.43124 9.57071 8.27899 9.26785C8.1969 9.10402 8.11349 8.94142 8.01685 8.74903C7.88578 8.84709 7.76132 8.91908 7.66732 9.01589C7.32575 9.37336 7.23837 9.78668 7.44225 10.2298C7.64879 10.6791 8.03406 10.9137 8.55437 10.9162C10.2146 10.9224 11.8762 10.9187 13.5364 10.9187C13.5788 10.9187 13.6211 10.9187 13.6728 10.9187V9.78543H13.6714ZM13.2822 6.05563C13.3934 5.58397 13.498 5.14334 13.6039 4.69403H8.57688C8.45904 5.19423 8.34254 5.69195 8.21279 6.24057C8.65102 5.91041 9.10116 5.80614 9.59632 5.81856C10.0743 5.82973 10.5509 5.8198 11.0288 5.82104C11.7808 5.82352 12.5381 5.76643 13.2822 6.05563ZM10.7429 6.42054C10.7429 6.40937 10.7429 6.39944 10.7429 6.38827C10.2901 6.38827 9.83727 6.38082 9.38448 6.38951C8.54113 6.40689 7.96521 7.19877 8.28958 7.92612C8.59012 8.59885 8.93831 9.25296 9.26798 9.91328C9.32755 10.0337 9.43215 10.0933 9.57513 10.0535C9.73268 10.0101 9.78829 9.86115 9.7062 9.6911C9.47187 9.20207 9.23223 8.71676 8.99789 8.22773C8.6775 7.55748 9.09057 6.95426 9.87037 6.95301C10.4609 6.95301 11.0527 6.95922 11.6431 6.95177C12.4296 6.9406 13.1087 7.17767 13.6807 7.68532C13.8502 7.83551 14.0408 7.84047 14.1825 7.70766C14.3281 7.57113 14.3175 7.38371 14.1441 7.22608C13.6555 6.78173 13.0757 6.48508 12.3991 6.42923C11.851 6.38454 11.2949 6.42054 10.7429 6.42054ZM8.61527 16.0101C8.7662 15.4441 8.91316 14.888 9.06541 14.3158C8.69868 14.3158 8.35842 14.332 8.02082 14.3121C7.40121 14.2749 6.82 14.3779 6.24143 14.5926C5.4378 14.8917 4.61298 15.1437 3.79743 15.418C3.49292 15.5198 3.27976 15.706 3.16193 16.015C3.293 16.015 3.39362 16.02 3.49292 16.015C3.82258 15.9964 4.16681 16.025 4.47926 15.9455C5.4047 15.7084 6.3169 15.4267 7.23439 15.1636C7.51507 15.0829 7.64349 15.1536 7.71631 15.4217C7.77059 15.6191 7.82355 15.8164 7.87783 16.0113H8.61395L8.61527 16.0101ZM14.4195 6.67499C14.4327 6.63278 14.4433 6.60548 14.4499 6.57693C14.7359 5.50329 15.0232 4.42965 15.3065 3.35477C15.4177 2.93152 15.4296 2.50331 15.3462 2.07385C15.2919 1.78962 15.1238 1.61833 14.8603 1.57861C14.6128 1.54262 14.3917 1.65681 14.2473 1.90257C14.0527 2.23397 13.9548 2.58771 13.9402 2.96628C13.923 3.39697 14.0911 3.78547 14.2169 4.18638C14.2566 4.31546 14.2685 4.46565 14.2407 4.59597C14.1322 5.10983 13.9984 5.61996 13.8846 6.13258C13.87 6.19836 13.8833 6.30511 13.9296 6.34234C14.0752 6.4615 14.242 6.55707 14.4195 6.67374V6.67499ZM12.5315 9.21572C12.6374 8.77137 12.7447 8.34192 12.8387 7.90998C12.8493 7.86281 12.7963 7.77097 12.75 7.75235C12.554 7.67539 12.3541 7.57858 12.1476 7.56244C11.6921 7.52521 11.2327 7.52893 10.7746 7.52148C10.4476 7.51652 10.1206 7.51776 9.79358 7.52148C9.62941 7.52397 9.51158 7.60589 9.4957 7.76228C9.48113 7.90502 9.50893 8.07258 9.67575 8.1123C10.1272 8.22028 10.4397 8.47224 10.6581 8.84957C10.7865 9.07174 11.001 9.20207 11.2685 9.212C11.6829 9.22689 12.0973 9.21572 12.5315 9.21572ZM7.31383 7.40233C7.36017 7.21118 7.39459 7.05107 7.44093 6.89344C7.47138 6.79042 7.4502 6.72339 7.33634 6.68988C7.02521 6.60051 6.71805 6.44536 6.40428 6.43295C5.36895 6.39199 4.33098 6.36717 3.29697 6.40316C2.45494 6.43171 1.95979 7.32041 2.33844 8.02665C2.36094 8.06761 2.42582 8.11478 2.47083 8.11478C2.62044 8.1123 2.76872 8.08871 2.92097 8.07258C2.92097 8.0552 2.92362 8.03782 2.92097 8.02045C2.81108 7.3924 3.20032 6.95674 3.87421 6.95426C4.37731 6.95426 4.88041 6.96543 5.38219 6.95177C6.06138 6.93316 6.71011 7.01507 7.31383 7.40233ZM13.3298 16.0175C13.2054 15.6948 12.9803 15.5123 12.6679 15.4081C11.8881 15.1499 11.1096 14.8868 10.3298 14.6261C10.114 14.5541 9.89685 14.4809 9.66648 14.4039C9.59102 14.6869 9.52217 14.9463 9.45068 15.2157C10.2451 15.4453 11.0302 15.6514 11.7994 15.9008C12.2998 16.0622 12.8003 15.9902 13.3298 16.0175ZM7.14172 8.08623C7.15098 8.0701 7.16158 8.0552 7.17084 8.03906C7.12715 7.99686 7.08876 7.94722 7.03977 7.9137C6.67436 7.66174 6.26394 7.52645 5.81115 7.52148C5.16374 7.51652 4.515 7.519 3.86759 7.519C3.84244 7.519 3.81728 7.519 3.79213 7.519C3.61472 7.5339 3.49159 7.65181 3.49424 7.80448C3.49689 7.98942 3.60016 8.08375 3.80404 8.08375C4.71624 8.08375 5.62844 8.08375 6.54064 8.08375C6.74188 8.08375 6.9418 8.08375 7.14304 8.08375L7.14172 8.08623ZM3.7352 16.5798C3.59751 16.5798 3.45982 16.586 3.32213 16.5773C3.21356 16.5711 3.16723 16.6108 3.1381 16.7064C3.0719 16.9223 3.15002 17.1644 3.34331 17.3071C3.54058 17.4536 3.81331 17.4697 4.03044 17.3468C4.2436 17.2264 4.35878 16.9807 4.31244 16.7573C4.28596 16.6307 4.22903 16.5599 4.07413 16.5785C3.96292 16.5922 3.84906 16.581 3.73652 16.581L3.7352 16.5798ZM13.3788 16.8938C13.3762 16.6294 13.3246 16.5798 13.0889 16.5798C12.8572 16.5798 12.6255 16.5872 12.3938 16.5773C12.2654 16.5711 12.2138 16.622 12.1899 16.7287C12.1383 16.9571 12.2032 17.1507 12.3925 17.2972C12.5884 17.4486 12.8122 17.4747 13.0426 17.3679C13.265 17.2649 13.3682 17.0862 13.3788 16.895V16.8938ZM7.95727 12.6241V13.7349H8.53848V12.6241H7.95727ZM13.964 8.4015C13.7601 8.34316 13.5774 8.28979 13.3855 8.23518C13.31 8.5554 13.2332 8.8806 13.1551 9.20952H13.7495C13.8224 8.93273 13.8938 8.66587 13.964 8.40274V8.4015ZM7.95065 17.4163H8.53848V16.5909H7.95065V17.4163Z'/%3E%3C/mask%3E%3Cpath d='M7.33899 13.7325C7.33899 13.3092 7.33899 12.8971 7.33899 12.485C7.33899 12.1214 7.4118 12.0531 7.79972 12.0494C7.83679 12.0494 7.87518 12.0494 7.94271 12.0494C7.94271 11.9538 7.94271 11.862 7.94271 11.7714C7.94271 11.6807 7.94271 11.5963 7.94271 11.4834C7.8593 11.4834 7.78648 11.4834 7.71499 11.4834C6.07991 11.4834 4.44351 11.4884 2.80844 11.4822C1.75987 11.4784 0.94829 10.6729 1.00257 9.69359C1.03435 9.1276 1.32297 8.68697 1.80886 8.36674C1.74795 8.1756 1.67117 7.99438 1.63542 7.80572C1.4408 6.77676 2.27621 5.83221 3.3923 5.82228C4.25419 5.81483 5.11608 5.8198 5.97797 5.82228C6.53932 5.82352 7.07287 5.94764 7.60245 6.1785C7.67792 5.86821 7.73749 5.56163 7.82752 5.26374C7.98242 4.75112 8.00228 4.26581 7.80634 3.7383C7.54155 3.02337 7.68454 2.30596 8.06583 1.63819C8.30679 1.21494 8.68544 1.00642 9.20046 1.00766C10.9931 1.01014 12.7857 1.0238 14.5783 1.00022C15.2893 0.990286 15.9076 1.32293 15.987 2.22652C16.0426 2.85705 15.9115 3.45655 15.7487 4.05853C15.468 5.09121 15.1953 6.12637 14.9212 7.1603C14.8974 7.24966 14.9027 7.34647 14.8855 7.43832C14.859 7.5823 14.8444 7.73125 14.7915 7.86654C14.524 8.54672 14.291 9.2331 14.2857 9.96789C14.2831 10.3154 14.2857 10.6642 14.2857 11.0117C14.2857 11.4251 14.2235 11.4859 13.7906 11.4859C12.1237 11.4859 10.4569 11.4859 8.79003 11.4859H8.55966V12.0519C8.63778 12.0519 8.71589 12.0519 8.794 12.0519C9.04158 12.0556 9.15147 12.1561 9.15279 12.387C9.15544 12.8003 9.15279 13.2124 9.15279 13.6257C9.15279 13.6605 9.15544 13.694 9.15677 13.7138C10.0425 13.8491 10.8329 14.2227 11.6643 14.4735C12.0893 14.6013 12.5077 14.7465 12.9234 14.8955C13.5126 15.1065 13.8647 15.5099 13.964 16.0945C13.9826 16.2062 13.9495 16.3241 13.9415 16.4408C13.9389 16.4854 13.9336 16.5314 13.9415 16.5748C14.0527 17.1011 13.8621 17.5591 13.4199 17.821C12.9975 18.0717 12.4574 18.0531 12.0562 17.7738C11.6352 17.4809 11.4843 17.0229 11.6352 16.4954C11.6378 16.4842 11.6352 16.473 11.6352 16.4408C11.2539 16.3303 10.866 16.2161 10.4767 16.1044C10.0928 15.9939 9.70885 15.8835 9.29313 15.7643C9.24415 15.9939 9.16868 16.2149 9.15677 16.4395C9.13426 16.8392 9.15147 17.2413 9.15015 17.6422C9.15015 17.8967 9.04291 17.9947 8.77282 17.996C8.41403 17.9972 8.05524 17.9985 7.69778 17.996C7.45152 17.9947 7.34163 17.8917 7.34031 17.6596C7.33766 17.2823 7.35487 16.9037 7.33369 16.5276C7.32045 16.2782 7.25558 16.0324 7.21056 15.7606C6.40295 15.9939 5.63242 16.2161 4.89101 16.4296C4.89101 16.6679 4.92675 16.8938 4.88439 17.106C4.75994 17.7179 4.1165 18.0978 3.46511 17.9674C2.81373 17.8371 2.40463 17.2463 2.53306 16.6369C2.55159 16.5512 2.51584 16.4581 2.51982 16.3688C2.52776 16.2173 2.52511 16.0597 2.56615 15.9157C2.70517 15.4354 3.02292 15.0878 3.52204 14.9166C4.64872 14.5293 5.77938 14.1545 6.91135 13.7821C7.03713 13.7411 7.18144 13.7511 7.33899 13.7349V13.7325ZM13.7456 1.57489H13.5178C12.1039 1.57489 10.6899 1.5811 9.27592 1.56993C8.91183 1.56744 8.68941 1.70522 8.53981 2.00683C8.25119 2.59143 8.21544 3.18349 8.43389 3.79292C8.55172 4.12184 8.54907 4.12308 8.91051 4.12308C10.3867 4.12308 11.8642 4.12308 13.3404 4.12308H13.5642C13.2107 3.24182 13.2676 2.40525 13.7442 1.57489H13.7456ZM7.17084 8.65967C7.10465 8.65718 7.05698 8.65346 7.00932 8.65346C5.6258 8.65346 4.24227 8.65222 2.85742 8.65346C2.14249 8.65346 1.60364 9.14249 1.60232 9.78419C1.60232 10.4259 2.13984 10.9162 2.85345 10.9174C4.2436 10.9199 5.63374 10.9174 7.02389 10.9174C7.0689 10.9174 7.11524 10.9087 7.16952 10.9038C6.58698 10.1503 6.58963 9.41183 7.16952 8.65967H7.17084ZM13.6714 9.78543C12.9234 9.78543 12.1886 9.78543 11.4538 9.78543C11.3413 9.78543 11.2261 9.78543 11.1162 9.76806C10.7111 9.70848 10.3986 9.50492 10.1497 9.19959C10.1855 9.30757 10.2358 9.40563 10.2808 9.50741C10.4661 9.92693 10.2808 10.3837 9.85316 10.5637C9.42817 10.7424 8.95023 10.5823 8.73575 10.1789C8.57688 9.87852 8.43124 9.57071 8.27899 9.26785C8.1969 9.10402 8.11349 8.94142 8.01685 8.74903C7.88578 8.84709 7.76132 8.91908 7.66732 9.01589C7.32575 9.37336 7.23837 9.78668 7.44225 10.2298C7.64879 10.6791 8.03406 10.9137 8.55437 10.9162C10.2146 10.9224 11.8762 10.9187 13.5364 10.9187C13.5788 10.9187 13.6211 10.9187 13.6728 10.9187V9.78543H13.6714ZM13.2822 6.05563C13.3934 5.58397 13.498 5.14334 13.6039 4.69403H8.57688C8.45904 5.19423 8.34254 5.69195 8.21279 6.24057C8.65102 5.91041 9.10116 5.80614 9.59632 5.81856C10.0743 5.82973 10.5509 5.8198 11.0288 5.82104C11.7808 5.82352 12.5381 5.76643 13.2822 6.05563ZM10.7429 6.42054C10.7429 6.40937 10.7429 6.39944 10.7429 6.38827C10.2901 6.38827 9.83727 6.38082 9.38448 6.38951C8.54113 6.40689 7.96521 7.19877 8.28958 7.92612C8.59012 8.59885 8.93831 9.25296 9.26798 9.91328C9.32755 10.0337 9.43215 10.0933 9.57513 10.0535C9.73268 10.0101 9.78829 9.86115 9.7062 9.6911C9.47187 9.20207 9.23223 8.71676 8.99789 8.22773C8.6775 7.55748 9.09057 6.95426 9.87037 6.95301C10.4609 6.95301 11.0527 6.95922 11.6431 6.95177C12.4296 6.9406 13.1087 7.17767 13.6807 7.68532C13.8502 7.83551 14.0408 7.84047 14.1825 7.70766C14.3281 7.57113 14.3175 7.38371 14.1441 7.22608C13.6555 6.78173 13.0757 6.48508 12.3991 6.42923C11.851 6.38454 11.2949 6.42054 10.7429 6.42054ZM8.61527 16.0101C8.7662 15.4441 8.91316 14.888 9.06541 14.3158C8.69868 14.3158 8.35842 14.332 8.02082 14.3121C7.40121 14.2749 6.82 14.3779 6.24143 14.5926C5.4378 14.8917 4.61298 15.1437 3.79743 15.418C3.49292 15.5198 3.27976 15.706 3.16193 16.015C3.293 16.015 3.39362 16.02 3.49292 16.015C3.82258 15.9964 4.16681 16.025 4.47926 15.9455C5.4047 15.7084 6.3169 15.4267 7.23439 15.1636C7.51507 15.0829 7.64349 15.1536 7.71631 15.4217C7.77059 15.6191 7.82355 15.8164 7.87783 16.0113H8.61395L8.61527 16.0101ZM14.4195 6.67499C14.4327 6.63278 14.4433 6.60548 14.4499 6.57693C14.7359 5.50329 15.0232 4.42965 15.3065 3.35477C15.4177 2.93152 15.4296 2.50331 15.3462 2.07385C15.2919 1.78962 15.1238 1.61833 14.8603 1.57861C14.6128 1.54262 14.3917 1.65681 14.2473 1.90257C14.0527 2.23397 13.9548 2.58771 13.9402 2.96628C13.923 3.39697 14.0911 3.78547 14.2169 4.18638C14.2566 4.31546 14.2685 4.46565 14.2407 4.59597C14.1322 5.10983 13.9984 5.61996 13.8846 6.13258C13.87 6.19836 13.8833 6.30511 13.9296 6.34234C14.0752 6.4615 14.242 6.55707 14.4195 6.67374V6.67499ZM12.5315 9.21572C12.6374 8.77137 12.7447 8.34192 12.8387 7.90998C12.8493 7.86281 12.7963 7.77097 12.75 7.75235C12.554 7.67539 12.3541 7.57858 12.1476 7.56244C11.6921 7.52521 11.2327 7.52893 10.7746 7.52148C10.4476 7.51652 10.1206 7.51776 9.79358 7.52148C9.62941 7.52397 9.51158 7.60589 9.4957 7.76228C9.48113 7.90502 9.50893 8.07258 9.67575 8.1123C10.1272 8.22028 10.4397 8.47224 10.6581 8.84957C10.7865 9.07174 11.001 9.20207 11.2685 9.212C11.6829 9.22689 12.0973 9.21572 12.5315 9.21572ZM7.31383 7.40233C7.36017 7.21118 7.39459 7.05107 7.44093 6.89344C7.47138 6.79042 7.4502 6.72339 7.33634 6.68988C7.02521 6.60051 6.71805 6.44536 6.40428 6.43295C5.36895 6.39199 4.33098 6.36717 3.29697 6.40316C2.45494 6.43171 1.95979 7.32041 2.33844 8.02665C2.36094 8.06761 2.42582 8.11478 2.47083 8.11478C2.62044 8.1123 2.76872 8.08871 2.92097 8.07258C2.92097 8.0552 2.92362 8.03782 2.92097 8.02045C2.81108 7.3924 3.20032 6.95674 3.87421 6.95426C4.37731 6.95426 4.88041 6.96543 5.38219 6.95177C6.06138 6.93316 6.71011 7.01507 7.31383 7.40233ZM13.3298 16.0175C13.2054 15.6948 12.9803 15.5123 12.6679 15.4081C11.8881 15.1499 11.1096 14.8868 10.3298 14.6261C10.114 14.5541 9.89685 14.4809 9.66648 14.4039C9.59102 14.6869 9.52217 14.9463 9.45068 15.2157C10.2451 15.4453 11.0302 15.6514 11.7994 15.9008C12.2998 16.0622 12.8003 15.9902 13.3298 16.0175ZM7.14172 8.08623C7.15098 8.0701 7.16158 8.0552 7.17084 8.03906C7.12715 7.99686 7.08876 7.94722 7.03977 7.9137C6.67436 7.66174 6.26394 7.52645 5.81115 7.52148C5.16374 7.51652 4.515 7.519 3.86759 7.519C3.84244 7.519 3.81728 7.519 3.79213 7.519C3.61472 7.5339 3.49159 7.65181 3.49424 7.80448C3.49689 7.98942 3.60016 8.08375 3.80404 8.08375C4.71624 8.08375 5.62844 8.08375 6.54064 8.08375C6.74188 8.08375 6.9418 8.08375 7.14304 8.08375L7.14172 8.08623ZM3.7352 16.5798C3.59751 16.5798 3.45982 16.586 3.32213 16.5773C3.21356 16.5711 3.16723 16.6108 3.1381 16.7064C3.0719 16.9223 3.15002 17.1644 3.34331 17.3071C3.54058 17.4536 3.81331 17.4697 4.03044 17.3468C4.2436 17.2264 4.35878 16.9807 4.31244 16.7573C4.28596 16.6307 4.22903 16.5599 4.07413 16.5785C3.96292 16.5922 3.84906 16.581 3.73652 16.581L3.7352 16.5798ZM13.3788 16.8938C13.3762 16.6294 13.3246 16.5798 13.0889 16.5798C12.8572 16.5798 12.6255 16.5872 12.3938 16.5773C12.2654 16.5711 12.2138 16.622 12.1899 16.7287C12.1383 16.9571 12.2032 17.1507 12.3925 17.2972C12.5884 17.4486 12.8122 17.4747 13.0426 17.3679C13.265 17.2649 13.3682 17.0862 13.3788 16.895V16.8938ZM7.95727 12.6241V13.7349H8.53848V12.6241H7.95727ZM13.964 8.4015C13.7601 8.34316 13.5774 8.28979 13.3855 8.23518C13.31 8.5554 13.2332 8.8806 13.1551 9.20952H13.7495C13.8224 8.93273 13.8938 8.66587 13.964 8.40274V8.4015ZM7.95065 17.4163H8.53848V16.5909H7.95065V17.4163Z' fill='%23ED6D31'/%3E%3Cpath d='M7.33899 13.7325C7.33899 13.3092 7.33899 12.8971 7.33899 12.485C7.33899 12.1214 7.4118 12.0531 7.79972 12.0494C7.83679 12.0494 7.87518 12.0494 7.94271 12.0494C7.94271 11.9538 7.94271 11.862 7.94271 11.7714C7.94271 11.6807 7.94271 11.5963 7.94271 11.4834C7.8593 11.4834 7.78648 11.4834 7.71499 11.4834C6.07991 11.4834 4.44351 11.4884 2.80844 11.4822C1.75987 11.4784 0.94829 10.6729 1.00257 9.69359C1.03435 9.1276 1.32297 8.68697 1.80886 8.36674C1.74795 8.1756 1.67117 7.99438 1.63542 7.80572C1.4408 6.77676 2.27621 5.83221 3.3923 5.82228C4.25419 5.81483 5.11608 5.8198 5.97797 5.82228C6.53932 5.82352 7.07287 5.94764 7.60245 6.1785C7.67792 5.86821 7.73749 5.56163 7.82752 5.26374C7.98242 4.75112 8.00228 4.26581 7.80634 3.7383C7.54155 3.02337 7.68454 2.30596 8.06583 1.63819C8.30679 1.21494 8.68544 1.00642 9.20046 1.00766C10.9931 1.01014 12.7857 1.0238 14.5783 1.00022C15.2893 0.990286 15.9076 1.32293 15.987 2.22652C16.0426 2.85705 15.9115 3.45655 15.7487 4.05853C15.468 5.09121 15.1953 6.12637 14.9212 7.1603C14.8974 7.24966 14.9027 7.34647 14.8855 7.43832C14.859 7.5823 14.8444 7.73125 14.7915 7.86654C14.524 8.54672 14.291 9.2331 14.2857 9.96789C14.2831 10.3154 14.2857 10.6642 14.2857 11.0117C14.2857 11.4251 14.2235 11.4859 13.7906 11.4859C12.1237 11.4859 10.4569 11.4859 8.79003 11.4859H8.55966V12.0519C8.63778 12.0519 8.71589 12.0519 8.794 12.0519C9.04158 12.0556 9.15147 12.1561 9.15279 12.387C9.15544 12.8003 9.15279 13.2124 9.15279 13.6257C9.15279 13.6605 9.15544 13.694 9.15677 13.7138C10.0425 13.8491 10.8329 14.2227 11.6643 14.4735C12.0893 14.6013 12.5077 14.7465 12.9234 14.8955C13.5126 15.1065 13.8647 15.5099 13.964 16.0945C13.9826 16.2062 13.9495 16.3241 13.9415 16.4408C13.9389 16.4854 13.9336 16.5314 13.9415 16.5748C14.0527 17.1011 13.8621 17.5591 13.4199 17.821C12.9975 18.0717 12.4574 18.0531 12.0562 17.7738C11.6352 17.4809 11.4843 17.0229 11.6352 16.4954C11.6378 16.4842 11.6352 16.473 11.6352 16.4408C11.2539 16.3303 10.866 16.2161 10.4767 16.1044C10.0928 15.9939 9.70885 15.8835 9.29313 15.7643C9.24415 15.9939 9.16868 16.2149 9.15677 16.4395C9.13426 16.8392 9.15147 17.2413 9.15015 17.6422C9.15015 17.8967 9.04291 17.9947 8.77282 17.996C8.41403 17.9972 8.05524 17.9985 7.69778 17.996C7.45152 17.9947 7.34163 17.8917 7.34031 17.6596C7.33766 17.2823 7.35487 16.9037 7.33369 16.5276C7.32045 16.2782 7.25558 16.0324 7.21056 15.7606C6.40295 15.9939 5.63242 16.2161 4.89101 16.4296C4.89101 16.6679 4.92675 16.8938 4.88439 17.106C4.75994 17.7179 4.1165 18.0978 3.46511 17.9674C2.81373 17.8371 2.40463 17.2463 2.53306 16.6369C2.55159 16.5512 2.51584 16.4581 2.51982 16.3688C2.52776 16.2173 2.52511 16.0597 2.56615 15.9157C2.70517 15.4354 3.02292 15.0878 3.52204 14.9166C4.64872 14.5293 5.77938 14.1545 6.91135 13.7821C7.03713 13.7411 7.18144 13.7511 7.33899 13.7349V13.7325ZM13.7456 1.57489H13.5178C12.1039 1.57489 10.6899 1.5811 9.27592 1.56993C8.91183 1.56744 8.68941 1.70522 8.53981 2.00683C8.25119 2.59143 8.21544 3.18349 8.43389 3.79292C8.55172 4.12184 8.54907 4.12308 8.91051 4.12308C10.3867 4.12308 11.8642 4.12308 13.3404 4.12308H13.5642C13.2107 3.24182 13.2676 2.40525 13.7442 1.57489H13.7456ZM7.17084 8.65967C7.10465 8.65718 7.05698 8.65346 7.00932 8.65346C5.6258 8.65346 4.24227 8.65222 2.85742 8.65346C2.14249 8.65346 1.60364 9.14249 1.60232 9.78419C1.60232 10.4259 2.13984 10.9162 2.85345 10.9174C4.2436 10.9199 5.63374 10.9174 7.02389 10.9174C7.0689 10.9174 7.11524 10.9087 7.16952 10.9038C6.58698 10.1503 6.58963 9.41183 7.16952 8.65967H7.17084ZM13.6714 9.78543C12.9234 9.78543 12.1886 9.78543 11.4538 9.78543C11.3413 9.78543 11.2261 9.78543 11.1162 9.76806C10.7111 9.70848 10.3986 9.50492 10.1497 9.19959C10.1855 9.30757 10.2358 9.40563 10.2808 9.50741C10.4661 9.92693 10.2808 10.3837 9.85316 10.5637C9.42817 10.7424 8.95023 10.5823 8.73575 10.1789C8.57688 9.87852 8.43124 9.57071 8.27899 9.26785C8.1969 9.10402 8.11349 8.94142 8.01685 8.74903C7.88578 8.84709 7.76132 8.91908 7.66732 9.01589C7.32575 9.37336 7.23837 9.78668 7.44225 10.2298C7.64879 10.6791 8.03406 10.9137 8.55437 10.9162C10.2146 10.9224 11.8762 10.9187 13.5364 10.9187C13.5788 10.9187 13.6211 10.9187 13.6728 10.9187V9.78543H13.6714ZM13.2822 6.05563C13.3934 5.58397 13.498 5.14334 13.6039 4.69403H8.57688C8.45904 5.19423 8.34254 5.69195 8.21279 6.24057C8.65102 5.91041 9.10116 5.80614 9.59632 5.81856C10.0743 5.82973 10.5509 5.8198 11.0288 5.82104C11.7808 5.82352 12.5381 5.76643 13.2822 6.05563ZM10.7429 6.42054C10.7429 6.40937 10.7429 6.39944 10.7429 6.38827C10.2901 6.38827 9.83727 6.38082 9.38448 6.38951C8.54113 6.40689 7.96521 7.19877 8.28958 7.92612C8.59012 8.59885 8.93831 9.25296 9.26798 9.91328C9.32755 10.0337 9.43215 10.0933 9.57513 10.0535C9.73268 10.0101 9.78829 9.86115 9.7062 9.6911C9.47187 9.20207 9.23223 8.71676 8.99789 8.22773C8.6775 7.55748 9.09057 6.95426 9.87037 6.95301C10.4609 6.95301 11.0527 6.95922 11.6431 6.95177C12.4296 6.9406 13.1087 7.17767 13.6807 7.68532C13.8502 7.83551 14.0408 7.84047 14.1825 7.70766C14.3281 7.57113 14.3175 7.38371 14.1441 7.22608C13.6555 6.78173 13.0757 6.48508 12.3991 6.42923C11.851 6.38454 11.2949 6.42054 10.7429 6.42054ZM8.61527 16.0101C8.7662 15.4441 8.91316 14.888 9.06541 14.3158C8.69868 14.3158 8.35842 14.332 8.02082 14.3121C7.40121 14.2749 6.82 14.3779 6.24143 14.5926C5.4378 14.8917 4.61298 15.1437 3.79743 15.418C3.49292 15.5198 3.27976 15.706 3.16193 16.015C3.293 16.015 3.39362 16.02 3.49292 16.015C3.82258 15.9964 4.16681 16.025 4.47926 15.9455C5.4047 15.7084 6.3169 15.4267 7.23439 15.1636C7.51507 15.0829 7.64349 15.1536 7.71631 15.4217C7.77059 15.6191 7.82355 15.8164 7.87783 16.0113H8.61395L8.61527 16.0101ZM14.4195 6.67499C14.4327 6.63278 14.4433 6.60548 14.4499 6.57693C14.7359 5.50329 15.0232 4.42965 15.3065 3.35477C15.4177 2.93152 15.4296 2.50331 15.3462 2.07385C15.2919 1.78962 15.1238 1.61833 14.8603 1.57861C14.6128 1.54262 14.3917 1.65681 14.2473 1.90257C14.0527 2.23397 13.9548 2.58771 13.9402 2.96628C13.923 3.39697 14.0911 3.78547 14.2169 4.18638C14.2566 4.31546 14.2685 4.46565 14.2407 4.59597C14.1322 5.10983 13.9984 5.61996 13.8846 6.13258C13.87 6.19836 13.8833 6.30511 13.9296 6.34234C14.0752 6.4615 14.242 6.55707 14.4195 6.67374V6.67499ZM12.5315 9.21572C12.6374 8.77137 12.7447 8.34192 12.8387 7.90998C12.8493 7.86281 12.7963 7.77097 12.75 7.75235C12.554 7.67539 12.3541 7.57858 12.1476 7.56244C11.6921 7.52521 11.2327 7.52893 10.7746 7.52148C10.4476 7.51652 10.1206 7.51776 9.79358 7.52148C9.62941 7.52397 9.51158 7.60589 9.4957 7.76228C9.48113 7.90502 9.50893 8.07258 9.67575 8.1123C10.1272 8.22028 10.4397 8.47224 10.6581 8.84957C10.7865 9.07174 11.001 9.20207 11.2685 9.212C11.6829 9.22689 12.0973 9.21572 12.5315 9.21572ZM7.31383 7.40233C7.36017 7.21118 7.39459 7.05107 7.44093 6.89344C7.47138 6.79042 7.4502 6.72339 7.33634 6.68988C7.02521 6.60051 6.71805 6.44536 6.40428 6.43295C5.36895 6.39199 4.33098 6.36717 3.29697 6.40316C2.45494 6.43171 1.95979 7.32041 2.33844 8.02665C2.36094 8.06761 2.42582 8.11478 2.47083 8.11478C2.62044 8.1123 2.76872 8.08871 2.92097 8.07258C2.92097 8.0552 2.92362 8.03782 2.92097 8.02045C2.81108 7.3924 3.20032 6.95674 3.87421 6.95426C4.37731 6.95426 4.88041 6.96543 5.38219 6.95177C6.06138 6.93316 6.71011 7.01507 7.31383 7.40233ZM13.3298 16.0175C13.2054 15.6948 12.9803 15.5123 12.6679 15.4081C11.8881 15.1499 11.1096 14.8868 10.3298 14.6261C10.114 14.5541 9.89685 14.4809 9.66648 14.4039C9.59102 14.6869 9.52217 14.9463 9.45068 15.2157C10.2451 15.4453 11.0302 15.6514 11.7994 15.9008C12.2998 16.0622 12.8003 15.9902 13.3298 16.0175ZM7.14172 8.08623C7.15098 8.0701 7.16158 8.0552 7.17084 8.03906C7.12715 7.99686 7.08876 7.94722 7.03977 7.9137C6.67436 7.66174 6.26394 7.52645 5.81115 7.52148C5.16374 7.51652 4.515 7.519 3.86759 7.519C3.84244 7.519 3.81728 7.519 3.79213 7.519C3.61472 7.5339 3.49159 7.65181 3.49424 7.80448C3.49689 7.98942 3.60016 8.08375 3.80404 8.08375C4.71624 8.08375 5.62844 8.08375 6.54064 8.08375C6.74188 8.08375 6.9418 8.08375 7.14304 8.08375L7.14172 8.08623ZM3.7352 16.5798C3.59751 16.5798 3.45982 16.586 3.32213 16.5773C3.21356 16.5711 3.16723 16.6108 3.1381 16.7064C3.0719 16.9223 3.15002 17.1644 3.34331 17.3071C3.54058 17.4536 3.81331 17.4697 4.03044 17.3468C4.2436 17.2264 4.35878 16.9807 4.31244 16.7573C4.28596 16.6307 4.22903 16.5599 4.07413 16.5785C3.96292 16.5922 3.84906 16.581 3.73652 16.581L3.7352 16.5798ZM13.3788 16.8938C13.3762 16.6294 13.3246 16.5798 13.0889 16.5798C12.8572 16.5798 12.6255 16.5872 12.3938 16.5773C12.2654 16.5711 12.2138 16.622 12.1899 16.7287C12.1383 16.9571 12.2032 17.1507 12.3925 17.2972C12.5884 17.4486 12.8122 17.4747 13.0426 17.3679C13.265 17.2649 13.3682 17.0862 13.3788 16.895V16.8938ZM7.95727 12.6241V13.7349H8.53848V12.6241H7.95727ZM13.964 8.4015C13.7601 8.34316 13.5774 8.28979 13.3855 8.23518C13.31 8.5554 13.2332 8.8806 13.1551 9.20952H13.7495C13.8224 8.93273 13.8938 8.66587 13.964 8.40274V8.4015ZM7.95065 17.4163H8.53848V16.5909H7.95065V17.4163Z' stroke='%23ED6D31' stroke-width='0.2' mask='url(%23path-1-outside-1_259_740)'/%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--education::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 21 17' fill='none'%3E%3Cmask id='path-1-outside-1_259_734' maskUnits='userSpaceOnUse' x='0' y='0' width='21' height='17' fill='black'%3E%3Crect fill='white' width='21' height='17'/%3E%3Cpath d='M1.00282 4.79228C1.10148 4.46361 1.31711 4.29927 1.60885 4.19285C4.44594 3.15831 7.28161 2.11594 10.1173 1.07201C10.3738 0.978108 10.6233 0.974978 10.8798 1.06888C13.6746 2.0956 16.4694 3.12075 19.2642 4.14589C19.3586 4.18033 19.4516 4.21476 19.5446 4.25232C19.8307 4.37127 19.9942 4.61699 19.9999 4.93314C20.0055 5.25399 19.8434 5.52789 19.5517 5.64057C19.057 5.83308 18.5567 6.00994 18.0591 6.19306C17.4672 6.41061 16.8767 6.62816 16.2847 6.84415C16.3947 7.83956 16.5032 8.82245 16.6131 9.81942C17.136 9.60813 17.6631 9.39684 18.1902 9.18399C18.7413 8.96174 19.0979 9.05721 19.4671 9.56431C19.8857 10.1403 20.0816 10.7976 19.9618 11.541C19.8998 11.9261 19.7095 12.2031 19.36 12.3299C19.1077 12.4222 18.8611 12.5302 18.6102 12.6272C18.434 12.6945 18.2804 12.6241 18.2269 12.4598C18.1705 12.2892 18.2424 12.1264 18.4171 12.0513C18.6652 11.9464 18.9146 11.8447 19.1655 11.7508C19.3036 11.6991 19.3755 11.6021 19.4107 11.4487C19.5348 10.9213 19.2543 10.0495 18.8442 9.75995C18.7624 9.70204 18.6243 9.66917 18.5369 9.7036C17.6518 10.0479 16.7724 10.4095 15.8901 10.7663C15.869 10.7757 15.8506 10.7929 15.821 10.8133C16.2932 11.3814 16.5116 12.045 16.4722 12.8307C16.709 12.7368 18.1973 12.1389 18.4171 12.0513C18.6384 11.9652 18.1719 12.2735 18.2269 12.4598C18.2832 12.6507 18.8315 12.5349 18.6102 12.6272C18.5017 12.6726 17.1134 13.2345 16.981 13.2893C17.3192 13.4708 17.5757 13.7103 17.7519 14.0468C17.9351 14.3974 17.8393 14.7135 17.4968 14.8575C17.0994 15.025 16.6977 15.1862 16.296 15.3427C16.0043 15.457 15.7886 15.3443 15.6604 15.0359C15.5913 14.8685 15.5237 14.6963 15.4321 14.5445C15.2066 14.172 14.9796 14.0953 14.6033 14.2471C13.3448 14.7542 12.0862 15.2644 10.8276 15.7731C10.7177 15.8169 10.6049 15.8561 10.4978 15.9077C10.1088 16.094 9.77057 15.9875 9.4732 15.6855C9.07293 15.2785 8.8728 14.7558 8.79247 14.1689C8.78542 14.1157 8.78119 14.0609 8.77414 13.9951C8.3922 13.9075 8.01308 13.8214 7.63113 13.7338C7.63113 14.0014 7.63113 14.2643 7.63113 14.5288C7.63113 14.6587 7.63677 14.7902 7.63536 14.9201C7.62973 15.2159 7.50429 15.3959 7.24637 15.4663C6.7094 15.6135 6.16961 15.6135 5.63122 15.4663C5.36344 15.3943 5.23096 15.2128 5.23801 14.9045C5.25351 14.2659 5.27465 13.6289 5.30566 12.9903C5.31411 12.826 5.27888 12.7305 5.14076 12.6538C4.96459 12.5568 4.79969 12.4316 4.6362 12.3095C4.43748 12.1593 4.33741 11.9433 4.34446 11.6772C4.36137 11.0668 4.50231 9.01339 4.52909 8.403C4.53755 8.19953 4.60379 8.7035 4.76305 8.71758C4.92231 8.73167 5.0872 8.27935 5.07875 8.48595C5.06043 8.99304 4.93499 10.9072 4.89553 11.4127C4.87439 11.6835 4.94908 11.8603 5.17177 11.9636C5.23237 11.9918 5.28734 12.0356 5.35076 12.0763C5.4325 11.5598 5.51284 11.0574 5.59317 10.555C5.60022 10.5081 5.60726 10.4596 5.62277 10.4157C5.69183 10.217 5.66223 10.0573 5.54807 9.86951C5.19573 9.28728 5.41559 8.4969 5.99625 8.20579C6.11464 8.14632 6.16256 8.08684 6.15974 7.93816C6.1527 7.36376 6.15974 7.36376 5.66505 7.18221C5.54243 7.13682 5.41841 7.09456 5.26901 7.03978C5.21828 7.42011 5.16754 7.78947 5.11821 8.15884C5.10412 8.26683 5.09425 8.37639 5.07875 8.48595C5.05056 8.68941 4.92512 8.80367 4.76305 8.78019C4.60379 8.75671 4.50372 8.60803 4.52909 8.403C4.58969 7.89277 4.65875 7.38411 4.72781 6.85197C4.66721 6.82536 4.60238 6.79406 4.53473 6.76902C3.56225 6.41061 2.5926 6.04594 1.6159 5.70161C1.32416 5.59832 1.10993 5.43242 1 5.1147V4.78446L1.00282 4.79228ZM9.27024 4.69838C9.18145 4.24606 9.33508 3.92365 9.64373 3.68262C10.1257 3.30386 10.9009 3.31169 11.3744 3.69984C11.6352 3.91269 11.7916 4.19285 11.7451 4.56378C11.6972 4.94567 11.4562 5.13974 11.1475 5.24304C10.7853 5.36355 10.3977 5.41676 10.051 5.27903C9.68742 5.13348 9.44501 5.2806 9.18709 5.49971C9.15327 5.52945 9.11521 5.55293 9.07857 5.57954C8.42039 6.06472 7.7608 6.5499 7.07866 7.05231C7.16463 7.0883 7.22523 7.11491 7.28866 7.13839C8.24422 7.48897 9.20118 7.8333 10.1525 8.19484C10.3935 8.28718 10.6106 8.28874 10.8516 8.19484C11.5154 7.93659 13.4195 7.24481 14.0875 7.00379C14.3102 6.9224 13.8958 7.1603 13.9071 7.37941C13.917 7.57662 14.4131 7.52966 14.258 7.58757C13.566 7.83956 11.6253 8.55168 10.9375 8.81306C10.643 8.92574 10.3639 8.92418 10.0694 8.81306C9.02219 8.42021 7.97221 8.03989 6.92363 7.65487C6.86161 7.6314 6.79819 7.61262 6.71786 7.58444C6.71786 7.73939 6.72349 7.86929 6.71645 7.9992C6.7094 8.10563 6.74886 8.14945 6.83624 8.19327C7.50006 8.52194 7.69033 9.34206 7.2647 9.99628C7.22664 10.0542 7.19564 10.1512 7.20973 10.2154C7.41409 11.1169 7.51134 12.0356 7.57758 12.9606C7.58181 13.0138 7.64241 13.0952 7.68892 13.1077C8.03704 13.2001 8.38797 13.2814 8.73891 13.3566C8.77978 13.3644 8.8573 13.3174 8.87421 13.2752C8.99401 12.9778 9.20259 12.8166 9.47461 12.7071C11.6098 11.8494 13.7436 10.9839 15.8788 10.1246C16.0043 10.0745 16.0536 10.0166 16.0381 9.86325C16.0029 9.52988 15.9916 9.19338 15.9549 8.85844C15.8901 8.26057 15.8154 7.6627 15.7421 7.04761C15.394 7.17438 15.0727 7.29177 14.7513 7.40915C14.5878 7.46863 14.4258 7.53749 14.258 7.58757C14.0889 7.63766 13.9522 7.55001 13.9071 7.37941C13.8648 7.21821 13.9297 7.07891 14.0875 7.00379C14.1382 6.98031 14.1918 6.96153 14.2439 6.94275C15.9141 6.32922 17.5842 5.71883 19.2529 5.10061C19.3234 5.074 19.3797 4.99575 19.4417 4.94097C19.3797 4.89245 19.3248 4.82359 19.2557 4.79855C16.4271 3.75462 13.5985 2.71382 10.7656 1.68397C10.6077 1.62606 10.4048 1.62606 10.2469 1.68397C7.41973 2.70912 4.59674 3.74992 1.77234 4.78759C1.72583 4.80481 1.67509 4.81576 1.63281 4.8408C1.53275 4.90184 1.53416 4.99575 1.63704 5.05679C1.68073 5.08183 1.72865 5.09592 1.77516 5.11313C3.17045 5.62492 4.56855 6.12263 5.95679 6.65633C6.28377 6.78154 6.5135 6.74554 6.79537 6.52799C7.60436 5.89882 8.43871 5.30877 9.26884 4.69681L9.27024 4.69838ZM10.922 15.0672C10.9643 15.0547 11.0066 15.0485 11.0461 15.0328C12.1651 14.5821 13.2842 14.1266 14.406 13.679C14.5568 13.6179 14.6245 13.4974 14.6414 13.3425C14.7076 12.7008 14.5343 12.1514 14.0974 11.7163C13.9832 11.6021 13.8578 11.5864 13.7042 11.6522C13.0925 11.9104 12.4766 12.153 11.8607 12.4019C11.3293 12.6163 10.798 12.8307 10.261 13.0482C10.7529 13.7072 10.9277 14.2299 10.922 15.0672ZM6.19498 10.4267C5.87928 11.8963 5.81726 13.3847 5.79471 14.8826C6.23585 14.989 6.65303 14.9968 7.08148 14.8763C7.0547 13.3675 6.99691 11.8791 6.67839 10.4267H6.19639H6.19498ZM14.5498 11.3157C15.0304 11.8854 15.246 12.5552 15.2164 13.3425C15.3686 13.283 15.4927 13.2251 15.6237 13.1875C15.8239 13.1296 15.9014 12.9716 15.9155 12.765C15.9535 12.2109 15.8027 11.7242 15.4673 11.311C15.3137 11.1216 15.1389 11.0308 14.9092 11.167C14.8021 11.2312 14.6794 11.264 14.5498 11.3157ZM10.3667 14.8763C10.3301 14.3035 10.1849 13.8308 9.81849 13.4771C9.57467 13.2423 9.39145 13.3206 9.35199 13.679C9.28716 14.2659 9.45769 14.7746 9.81849 15.2034C9.86782 15.2613 9.93406 15.3067 9.99749 15.3458C10.1328 15.4303 10.2427 15.3928 10.2935 15.23C10.3329 15.1032 10.3484 14.9655 10.3667 14.8763ZM16.1931 14.7354C16.5229 14.6008 16.8753 14.4584 17.2332 14.3129C16.902 13.7682 16.0973 13.5506 15.6646 13.8465C15.8351 14.1344 16.0071 14.4224 16.1931 14.7354ZM6.43034 9.81786C6.69672 9.82255 6.92785 9.5737 6.93349 9.27633C6.93772 8.98209 6.71222 8.72384 6.44444 8.71758C6.17947 8.71289 5.94693 8.96331 5.9427 9.26068C5.93847 9.55648 6.16397 9.81316 6.43034 9.81786ZM10.4964 4.7469C10.6881 4.70464 10.8798 4.68116 11.0587 4.61699C11.2208 4.55908 11.2363 4.42605 11.1236 4.28049C10.8657 3.94556 10.1314 3.94712 9.87064 4.28049C9.75789 4.42605 9.77198 4.55752 9.93547 4.61543C10.1145 4.6796 10.3061 4.70464 10.4964 4.7469Z'/%3E%3C/mask%3E%3Cpath d='M1.00282 4.79228C1.10148 4.46361 1.31711 4.29927 1.60885 4.19285C4.44594 3.15831 7.28161 2.11594 10.1173 1.07201C10.3738 0.978108 10.6233 0.974978 10.8798 1.06888C13.6746 2.0956 16.4694 3.12075 19.2642 4.14589C19.3586 4.18033 19.4516 4.21476 19.5446 4.25232C19.8307 4.37127 19.9942 4.61699 19.9999 4.93314C20.0055 5.25399 19.8434 5.52789 19.5517 5.64057C19.057 5.83308 18.5567 6.00994 18.0591 6.19306C17.4672 6.41061 16.8767 6.62816 16.2847 6.84415C16.3947 7.83956 16.5032 8.82245 16.6131 9.81942C17.136 9.60813 17.6631 9.39684 18.1902 9.18399C18.7413 8.96174 19.0979 9.05721 19.4671 9.56431C19.8857 10.1403 20.0816 10.7976 19.9618 11.541C19.8998 11.9261 19.7095 12.2031 19.36 12.3299C19.1077 12.4222 18.8611 12.5302 18.6102 12.6272C18.434 12.6945 18.2804 12.6241 18.2269 12.4598C18.1705 12.2892 18.2424 12.1264 18.4171 12.0513C18.6652 11.9464 18.9146 11.8447 19.1655 11.7508C19.3036 11.6991 19.3755 11.6021 19.4107 11.4487C19.5348 10.9213 19.2543 10.0495 18.8442 9.75995C18.7624 9.70204 18.6243 9.66917 18.5369 9.7036C17.6518 10.0479 16.7724 10.4095 15.8901 10.7663C15.869 10.7757 15.8506 10.7929 15.821 10.8133C16.2932 11.3814 16.5116 12.045 16.4722 12.8307C16.709 12.7368 18.1973 12.1389 18.4171 12.0513C18.6384 11.9652 18.1719 12.2735 18.2269 12.4598C18.2832 12.6507 18.8315 12.5349 18.6102 12.6272C18.5017 12.6726 17.1134 13.2345 16.981 13.2893C17.3192 13.4708 17.5757 13.7103 17.7519 14.0468C17.9351 14.3974 17.8393 14.7135 17.4968 14.8575C17.0994 15.025 16.6977 15.1862 16.296 15.3427C16.0043 15.457 15.7886 15.3443 15.6604 15.0359C15.5913 14.8685 15.5237 14.6963 15.4321 14.5445C15.2066 14.172 14.9796 14.0953 14.6033 14.2471C13.3448 14.7542 12.0862 15.2644 10.8276 15.7731C10.7177 15.8169 10.6049 15.8561 10.4978 15.9077C10.1088 16.094 9.77057 15.9875 9.4732 15.6855C9.07293 15.2785 8.8728 14.7558 8.79247 14.1689C8.78542 14.1157 8.78119 14.0609 8.77414 13.9951C8.3922 13.9075 8.01308 13.8214 7.63113 13.7338C7.63113 14.0014 7.63113 14.2643 7.63113 14.5288C7.63113 14.6587 7.63677 14.7902 7.63536 14.9201C7.62973 15.2159 7.50429 15.3959 7.24637 15.4663C6.7094 15.6135 6.16961 15.6135 5.63122 15.4663C5.36344 15.3943 5.23096 15.2128 5.23801 14.9045C5.25351 14.2659 5.27465 13.6289 5.30566 12.9903C5.31411 12.826 5.27888 12.7305 5.14076 12.6538C4.96459 12.5568 4.79969 12.4316 4.6362 12.3095C4.43748 12.1593 4.33741 11.9433 4.34446 11.6772C4.36137 11.0668 4.50231 9.01339 4.52909 8.403C4.53755 8.19953 4.60379 8.7035 4.76305 8.71758C4.92231 8.73167 5.0872 8.27935 5.07875 8.48595C5.06043 8.99304 4.93499 10.9072 4.89553 11.4127C4.87439 11.6835 4.94908 11.8603 5.17177 11.9636C5.23237 11.9918 5.28734 12.0356 5.35076 12.0763C5.4325 11.5598 5.51284 11.0574 5.59317 10.555C5.60022 10.5081 5.60726 10.4596 5.62277 10.4157C5.69183 10.217 5.66223 10.0573 5.54807 9.86951C5.19573 9.28728 5.41559 8.4969 5.99625 8.20579C6.11464 8.14632 6.16256 8.08684 6.15974 7.93816C6.1527 7.36376 6.15974 7.36376 5.66505 7.18221C5.54243 7.13682 5.41841 7.09456 5.26901 7.03978C5.21828 7.42011 5.16754 7.78947 5.11821 8.15884C5.10412 8.26683 5.09425 8.37639 5.07875 8.48595C5.05056 8.68941 4.92512 8.80367 4.76305 8.78019C4.60379 8.75671 4.50372 8.60803 4.52909 8.403C4.58969 7.89277 4.65875 7.38411 4.72781 6.85197C4.66721 6.82536 4.60238 6.79406 4.53473 6.76902C3.56225 6.41061 2.5926 6.04594 1.6159 5.70161C1.32416 5.59832 1.10993 5.43242 1 5.1147V4.78446L1.00282 4.79228ZM9.27024 4.69838C9.18145 4.24606 9.33508 3.92365 9.64373 3.68262C10.1257 3.30386 10.9009 3.31169 11.3744 3.69984C11.6352 3.91269 11.7916 4.19285 11.7451 4.56378C11.6972 4.94567 11.4562 5.13974 11.1475 5.24304C10.7853 5.36355 10.3977 5.41676 10.051 5.27903C9.68742 5.13348 9.44501 5.2806 9.18709 5.49971C9.15327 5.52945 9.11521 5.55293 9.07857 5.57954C8.42039 6.06472 7.7608 6.5499 7.07866 7.05231C7.16463 7.0883 7.22523 7.11491 7.28866 7.13839C8.24422 7.48897 9.20118 7.8333 10.1525 8.19484C10.3935 8.28718 10.6106 8.28874 10.8516 8.19484C11.5154 7.93659 13.4195 7.24481 14.0875 7.00379C14.3102 6.9224 13.8958 7.1603 13.9071 7.37941C13.917 7.57662 14.4131 7.52966 14.258 7.58757C13.566 7.83956 11.6253 8.55168 10.9375 8.81306C10.643 8.92574 10.3639 8.92418 10.0694 8.81306C9.02219 8.42021 7.97221 8.03989 6.92363 7.65487C6.86161 7.6314 6.79819 7.61262 6.71786 7.58444C6.71786 7.73939 6.72349 7.86929 6.71645 7.9992C6.7094 8.10563 6.74886 8.14945 6.83624 8.19327C7.50006 8.52194 7.69033 9.34206 7.2647 9.99628C7.22664 10.0542 7.19564 10.1512 7.20973 10.2154C7.41409 11.1169 7.51134 12.0356 7.57758 12.9606C7.58181 13.0138 7.64241 13.0952 7.68892 13.1077C8.03704 13.2001 8.38797 13.2814 8.73891 13.3566C8.77978 13.3644 8.8573 13.3174 8.87421 13.2752C8.99401 12.9778 9.20259 12.8166 9.47461 12.7071C11.6098 11.8494 13.7436 10.9839 15.8788 10.1246C16.0043 10.0745 16.0536 10.0166 16.0381 9.86325C16.0029 9.52988 15.9916 9.19338 15.9549 8.85844C15.8901 8.26057 15.8154 7.6627 15.7421 7.04761C15.394 7.17438 15.0727 7.29177 14.7513 7.40915C14.5878 7.46863 14.4258 7.53749 14.258 7.58757C14.0889 7.63766 13.9522 7.55001 13.9071 7.37941C13.8648 7.21821 13.9297 7.07891 14.0875 7.00379C14.1382 6.98031 14.1918 6.96153 14.2439 6.94275C15.9141 6.32922 17.5842 5.71883 19.2529 5.10061C19.3234 5.074 19.3797 4.99575 19.4417 4.94097C19.3797 4.89245 19.3248 4.82359 19.2557 4.79855C16.4271 3.75462 13.5985 2.71382 10.7656 1.68397C10.6077 1.62606 10.4048 1.62606 10.2469 1.68397C7.41973 2.70912 4.59674 3.74992 1.77234 4.78759C1.72583 4.80481 1.67509 4.81576 1.63281 4.8408C1.53275 4.90184 1.53416 4.99575 1.63704 5.05679C1.68073 5.08183 1.72865 5.09592 1.77516 5.11313C3.17045 5.62492 4.56855 6.12263 5.95679 6.65633C6.28377 6.78154 6.5135 6.74554 6.79537 6.52799C7.60436 5.89882 8.43871 5.30877 9.26884 4.69681L9.27024 4.69838ZM10.922 15.0672C10.9643 15.0547 11.0066 15.0485 11.0461 15.0328C12.1651 14.5821 13.2842 14.1266 14.406 13.679C14.5568 13.6179 14.6245 13.4974 14.6414 13.3425C14.7076 12.7008 14.5343 12.1514 14.0974 11.7163C13.9832 11.6021 13.8578 11.5864 13.7042 11.6522C13.0925 11.9104 12.4766 12.153 11.8607 12.4019C11.3293 12.6163 10.798 12.8307 10.261 13.0482C10.7529 13.7072 10.9277 14.2299 10.922 15.0672ZM6.19498 10.4267C5.87928 11.8963 5.81726 13.3847 5.79471 14.8826C6.23585 14.989 6.65303 14.9968 7.08148 14.8763C7.0547 13.3675 6.99691 11.8791 6.67839 10.4267H6.19639H6.19498ZM14.5498 11.3157C15.0304 11.8854 15.246 12.5552 15.2164 13.3425C15.3686 13.283 15.4927 13.2251 15.6237 13.1875C15.8239 13.1296 15.9014 12.9716 15.9155 12.765C15.9535 12.2109 15.8027 11.7242 15.4673 11.311C15.3137 11.1216 15.1389 11.0308 14.9092 11.167C14.8021 11.2312 14.6794 11.264 14.5498 11.3157ZM10.3667 14.8763C10.3301 14.3035 10.1849 13.8308 9.81849 13.4771C9.57467 13.2423 9.39145 13.3206 9.35199 13.679C9.28716 14.2659 9.45769 14.7746 9.81849 15.2034C9.86782 15.2613 9.93406 15.3067 9.99749 15.3458C10.1328 15.4303 10.2427 15.3928 10.2935 15.23C10.3329 15.1032 10.3484 14.9655 10.3667 14.8763ZM16.1931 14.7354C16.5229 14.6008 16.8753 14.4584 17.2332 14.3129C16.902 13.7682 16.0973 13.5506 15.6646 13.8465C15.8351 14.1344 16.0071 14.4224 16.1931 14.7354ZM6.43034 9.81786C6.69672 9.82255 6.92785 9.5737 6.93349 9.27633C6.93772 8.98209 6.71222 8.72384 6.44444 8.71758C6.17947 8.71289 5.94693 8.96331 5.9427 9.26068C5.93847 9.55648 6.16397 9.81316 6.43034 9.81786ZM10.4964 4.7469C10.6881 4.70464 10.8798 4.68116 11.0587 4.61699C11.2208 4.55908 11.2363 4.42605 11.1236 4.28049C10.8657 3.94556 10.1314 3.94712 9.87064 4.28049C9.75789 4.42605 9.77198 4.55752 9.93547 4.61543C10.1145 4.6796 10.3061 4.70464 10.4964 4.7469Z' fill='%23ED6D31'/%3E%3Cpath d='M1.00282 4.79228L0.814653 4.86006L1.02009 5.43041L1.19438 4.84978L1.00282 4.79228ZM1.60885 4.19285L1.54034 4.00495L1.54031 4.00496L1.60885 4.19285ZM10.1173 1.07201L10.0485 0.884205L10.0482 0.884329L10.1173 1.07201ZM10.8798 1.06888L10.9487 0.881152L10.9485 0.881075L10.8798 1.06888ZM19.2642 4.14589L19.1953 4.33366L19.1956 4.33379L19.2642 4.14589ZM19.5446 4.25232L19.6214 4.06764L19.6195 4.06687L19.5446 4.25232ZM19.9999 4.93314L20.1998 4.92963L20.1998 4.92958L19.9999 4.93314ZM19.5517 5.64057L19.4796 5.45401L19.4791 5.45419L19.5517 5.64057ZM18.0591 6.19306L18.1281 6.38078L18.1282 6.38075L18.0591 6.19306ZM16.2847 6.84415L16.2162 6.65626L16.0687 6.71007L16.0859 6.8661L16.2847 6.84415ZM16.6131 9.81942L16.4143 9.84134L16.4433 10.1038L16.688 10.0049L16.6131 9.81942ZM18.1902 9.18399L18.1154 8.9985L18.1153 8.99854L18.1902 9.18399ZM19.4671 9.56431L19.6289 9.44673L19.6288 9.44658L19.4671 9.56431ZM19.9618 11.541L19.7644 11.5092L19.7644 11.5092L19.9618 11.541ZM19.36 12.3299L19.2918 12.1418L19.2913 12.142L19.36 12.3299ZM19.1655 11.7508L19.0955 11.5634L19.0954 11.5635L19.1655 11.7508ZM19.4107 11.4487L19.216 11.4029L19.2158 11.4039L19.4107 11.4487ZM18.8442 9.75995L18.7286 9.92315L18.7288 9.92333L18.8442 9.75995ZM18.5369 9.7036L18.6094 9.89L18.6102 9.88968L18.5369 9.7036ZM15.8901 10.7663L15.8151 10.5808L15.8089 10.5835L15.8901 10.7663ZM15.821 10.8133L15.7077 10.6485L15.5272 10.7726L15.6672 10.9411L15.821 10.8133ZM16.4722 12.8307L16.2724 12.8207L16.2568 13.1313L16.5459 13.0166L16.4722 12.8307ZM16.981 13.2893L16.9045 13.1044L16.5143 13.2658L16.8864 13.4655L16.981 13.2893ZM17.7519 14.0468L17.9291 13.9542L17.9291 13.954L17.7519 14.0468ZM17.4968 14.8575L17.4193 14.6731L17.4191 14.6732L17.4968 14.8575ZM16.296 15.3427L16.2234 15.1563L16.2231 15.1565L16.296 15.3427ZM15.6604 15.0359L15.4755 15.1122L15.4757 15.1128L15.6604 15.0359ZM15.4321 14.5445L15.6033 14.4412L15.6031 14.4409L15.4321 14.5445ZM14.6033 14.2471L14.6781 14.4326L14.6782 14.4326L14.6033 14.2471ZM10.8276 15.7731L10.9017 15.9589L10.9026 15.9585L10.8276 15.7731ZM10.4978 15.9077L10.5842 16.0881L10.5847 16.0879L10.4978 15.9077ZM9.4732 15.6855L9.33061 15.8257L9.33067 15.8258L9.4732 15.6855ZM8.79247 14.1689L8.59419 14.1951L8.59431 14.196L8.79247 14.1689ZM8.77414 13.9951L8.973 13.9738L8.95781 13.8321L8.81888 13.8002L8.77414 13.9951ZM7.63113 13.7338L7.67587 13.5388L7.43114 13.4827V13.7338H7.63113ZM7.63536 14.9201L7.83533 14.9239L7.83535 14.9223L7.63536 14.9201ZM7.24637 15.4663L7.19369 15.2734L7.19353 15.2735L7.24637 15.4663ZM5.63122 15.4663L5.68394 15.2734L5.68315 15.2732L5.63122 15.4663ZM5.23801 14.9045L5.03807 14.8996L5.03806 14.8999L5.23801 14.9045ZM5.30566 12.9903L5.10592 12.9801L5.10589 12.9806L5.30566 12.9903ZM5.14076 12.6538L5.23785 12.479L5.23725 12.4787L5.14076 12.6538ZM4.6362 12.3095L4.51558 12.4691L4.51654 12.4698L4.6362 12.3095ZM4.34446 11.6772L4.14454 11.6717L4.14453 11.6719L4.34446 11.6772ZM4.89553 11.4127L5.09492 11.4283L5.09492 11.4283L4.89553 11.4127ZM5.17177 11.9636L5.25607 11.7823L5.25593 11.7822L5.17177 11.9636ZM5.35076 12.0763L5.24275 12.2446L5.50044 12.41L5.5483 12.1076L5.35076 12.0763ZM5.59317 10.555L5.79067 10.5866L5.79096 10.5847L5.59317 10.555ZM5.62277 10.4157L5.81132 10.4824L5.81169 10.4814L5.62277 10.4157ZM5.54807 9.86951L5.37696 9.97306L5.37717 9.97339L5.54807 9.86951ZM5.99625 8.20579L6.08589 8.38458L6.08604 8.38451L5.99625 8.20579ZM6.15974 7.93816L5.95975 7.94061L5.95978 7.94195L6.15974 7.93816ZM5.66505 7.18221L5.59562 7.36977L5.59614 7.36997L5.66505 7.18221ZM5.26901 7.03978L5.33787 6.85201L5.10374 6.76616L5.07077 7.01334L5.26901 7.03978ZM5.11821 8.15884L4.91997 8.13236L4.91989 8.13296L5.11821 8.15884ZM4.76305 8.78019L4.73388 8.97805L4.73438 8.97812L4.76305 8.78019ZM4.72781 6.85197L4.92615 6.87771L4.94544 6.72909L4.80821 6.66884L4.72781 6.85197ZM4.53473 6.76902L4.60416 6.58146L4.60389 6.58136L4.53473 6.76902ZM1.6159 5.70161L1.54915 5.89015L1.5494 5.89024L1.6159 5.70161ZM1 5.1147H0.8V5.14832L0.810994 5.18009L1 5.1147ZM1 4.78446L1.18817 4.71668L0.8 4.78446H1ZM9.27024 4.69838L9.12159 4.83218L9.60596 5.37032L9.4665 4.65985L9.27024 4.69838ZM9.64373 3.68262L9.76683 3.84025L9.7673 3.83988L9.64373 3.68262ZM11.3744 3.69984L11.2477 3.85452L11.248 3.85477L11.3744 3.69984ZM11.7451 4.56378L11.9436 4.58868L11.9436 4.58866L11.7451 4.56378ZM11.1475 5.24304L11.2107 5.43281L11.211 5.4327L11.1475 5.24304ZM10.051 5.27903L9.97672 5.46471L9.9772 5.46491L10.051 5.27903ZM9.18709 5.49971L9.05758 5.34727L9.05504 5.34951L9.18709 5.49971ZM9.07857 5.57954L8.96106 5.41769L8.9599 5.41855L9.07857 5.57954ZM7.07866 7.05231L6.96005 6.89127L6.67595 7.10051L7.00141 7.23679L7.07866 7.05231ZM7.28866 7.13839L7.21923 7.32595L7.21977 7.32615L7.28866 7.13839ZM10.1525 8.19484L10.2241 8.00808L10.2236 8.00788L10.1525 8.19484ZM10.8516 8.19484L10.7791 8.00844L10.779 8.00848L10.8516 8.19484ZM10.9375 8.81306L10.8665 8.6261L10.8661 8.62626L10.9375 8.81306ZM10.0694 8.81306L10.14 8.62593L10.1396 8.6258L10.0694 8.81306ZM6.92363 7.65487L6.85281 7.84193L6.85469 7.84262L6.92363 7.65487ZM6.71786 7.58444L6.78404 7.39571L6.51786 7.30237V7.58444H6.71786ZM6.71645 7.9992L6.91602 8.01241L6.91615 8.01003L6.71645 7.9992ZM6.83624 8.19327L6.74658 8.37205L6.7475 8.37251L6.83624 8.19327ZM7.2647 9.99628L7.43184 10.1061L7.43234 10.1053L7.2647 9.99628ZM7.20973 10.2154L7.01438 10.2583L7.01468 10.2596L7.20973 10.2154ZM7.57758 12.9606L7.37808 12.9749L7.37821 12.9764L7.57758 12.9606ZM7.68892 13.1077L7.63693 13.3008L7.63764 13.301L7.68892 13.1077ZM8.73891 13.3566L8.69703 13.5522L8.7013 13.553L8.73891 13.3566ZM8.87421 13.2752L8.6887 13.2005L8.68853 13.2009L8.87421 13.2752ZM9.47461 12.7071L9.40006 12.5215L9.39988 12.5215L9.47461 12.7071ZM15.8788 10.1246L15.8047 9.93888L15.8042 9.93908L15.8788 10.1246ZM16.0381 9.86325L16.2371 9.84313L16.237 9.84222L16.0381 9.86325ZM15.9549 8.85844L15.7561 8.88001L15.7561 8.8802L15.9549 8.85844ZM15.7421 7.04761L15.9407 7.02395L15.9109 6.77331L15.6737 6.85968L15.7421 7.04761ZM14.7513 7.40915L14.8197 7.5971L14.8199 7.59701L14.7513 7.40915ZM14.2439 6.94275L14.3117 7.13092L14.3129 7.13048L14.2439 6.94275ZM19.2529 5.10061L19.3224 5.28816L19.3235 5.28772L19.2529 5.10061ZM19.4417 4.94097L19.5742 5.09086L19.7544 4.93165L19.565 4.78345L19.4417 4.94097ZM19.2557 4.79855L19.1865 4.98618L19.1875 4.98657L19.2557 4.79855ZM10.7656 1.68397L10.6967 1.87174L10.6973 1.87194L10.7656 1.68397ZM10.2469 1.68397L10.3151 1.872L10.3158 1.87174L10.2469 1.68397ZM1.77234 4.78759L1.70337 4.59986L1.70291 4.60003L1.77234 4.78759ZM1.63281 4.8408L1.53088 4.66871L1.52866 4.67006L1.63281 4.8408ZM1.63704 5.05679L1.53498 5.22881L1.53759 5.23031L1.63704 5.05679ZM1.77516 5.11313L1.70573 5.3007L1.70629 5.3009L1.77516 5.11313ZM5.95679 6.65633L5.88502 6.84301L5.88527 6.84311L5.95679 6.65633ZM6.79537 6.52799L6.91757 6.68632L6.91816 6.68587L6.79537 6.52799ZM9.26884 4.69681L9.41749 4.56301L9.29615 4.42821L9.15016 4.53583L9.26884 4.69681ZM10.922 15.0672L10.722 15.0659L10.7202 15.3356L10.9788 15.259L10.922 15.0672ZM11.0461 15.0328L11.1198 15.2187L11.1208 15.2183L11.0461 15.0328ZM14.406 13.679L14.4801 13.8647L14.4811 13.8644L14.406 13.679ZM14.6414 13.3425L14.8402 13.3642L14.8403 13.363L14.6414 13.3425ZM14.0974 11.7163L13.9559 11.8577L13.9562 11.8581L14.0974 11.7163ZM13.7042 11.6522L13.7819 11.8364L13.7828 11.836L13.7042 11.6522ZM11.8607 12.4019L11.9355 12.5873L11.9356 12.5873L11.8607 12.4019ZM10.261 13.0482L10.1859 12.8629L9.94573 12.9602L10.1008 13.1679L10.261 13.0482ZM6.19498 10.4267V10.2267H6.03338L5.99944 10.3847L6.19498 10.4267ZM5.79471 14.8826L5.59474 14.8795L5.59233 15.0395L5.74781 15.077L5.79471 14.8826ZM7.08148 14.8763L7.13563 15.0688L7.28418 15.027L7.28145 14.8727L7.08148 14.8763ZM6.67839 10.4267L6.87375 10.3838L6.83929 10.2267H6.67839V10.4267ZM14.5498 11.3157L14.4758 11.1299L14.218 11.2325L14.3969 11.4446L14.5498 11.3157ZM15.2164 13.3425L15.0166 13.335L15.0051 13.6398L15.2892 13.5288L15.2164 13.3425ZM15.6237 13.1875L15.6788 13.3798L15.6793 13.3797L15.6237 13.1875ZM15.9155 12.765L15.7159 12.7513L15.7159 12.7513L15.9155 12.765ZM15.4673 11.311L15.312 11.437L15.312 11.437L15.4673 11.311ZM14.9092 11.167L14.8072 10.9949L14.8064 10.9954L14.9092 11.167ZM10.3667 14.8763L10.5627 14.9165L10.568 14.8903L10.5663 14.8635L10.3667 14.8763ZM9.81849 13.4771L9.95739 13.3332L9.95721 13.333L9.81849 13.4771ZM9.35199 13.679L9.55078 13.7009L9.55079 13.7009L9.35199 13.679ZM9.81849 15.2034L9.66545 15.3322L9.66624 15.3331L9.81849 15.2034ZM9.99749 15.3458L10.1034 15.1762L10.1025 15.1756L9.99749 15.3458ZM10.2935 15.23L10.4844 15.2895L10.4844 15.2895L10.2935 15.23ZM16.1931 14.7354L16.0212 14.8376L16.1092 14.9857L16.2687 14.9206L16.1931 14.7354ZM17.2332 14.3129L17.3086 14.4981L17.5262 14.4096L17.4041 14.2089L17.2332 14.3129ZM15.6646 13.8465L15.5517 13.6813L15.397 13.7871L15.4925 13.9484L15.6646 13.8465ZM6.93349 9.27633L7.13346 9.28012L7.13347 9.2792L6.93349 9.27633ZM6.44444 8.71758L6.44911 8.51764L6.44798 8.51762L6.44444 8.71758ZM5.9427 9.26068L6.14268 9.26354L6.14268 9.26352L5.9427 9.26068ZM10.4964 4.7469L10.453 4.94214L10.4962 4.95173L10.5395 4.94221L10.4964 4.7469ZM11.0587 4.61699L10.9915 4.42865L10.9913 4.42873L11.0587 4.61699ZM11.1236 4.28049L10.9651 4.40252L10.9655 4.40297L11.1236 4.28049ZM9.87064 4.28049L9.7131 4.15728L9.71253 4.15802L9.87064 4.28049ZM9.93547 4.61543L10.003 4.42716L10.0022 4.4269L9.93547 4.61543ZM1.19438 4.84978C1.26964 4.59905 1.42536 4.47268 1.67739 4.38074L1.54031 4.00496C1.20886 4.12587 0.933313 4.32818 0.811262 4.73479L1.19438 4.84978ZM1.67737 4.38074C4.51475 3.3461 7.35067 2.30364 10.1864 1.2597L10.0482 0.884329C7.21255 1.92824 4.37712 2.97052 1.54034 4.00495L1.67737 4.38074ZM10.186 1.25982C10.3998 1.18156 10.6005 1.17964 10.811 1.25669L10.9485 0.881075C10.646 0.770315 10.3478 0.774654 10.0485 0.884205L10.186 1.25982ZM10.8108 1.25662C13.6056 2.28335 16.4005 3.30852 19.1953 4.33366L19.333 3.95813C16.5382 2.93298 13.7435 1.90784 10.9487 0.881152L10.8108 1.25662ZM19.1956 4.33379C19.2897 4.3681 19.3801 4.40156 19.4697 4.43777L19.6195 4.06687C19.5232 4.02796 19.4275 3.99255 19.3327 3.958L19.1956 4.33379ZM19.4678 4.437C19.678 4.52439 19.7956 4.69731 19.7999 4.93671L20.1998 4.92958C20.1928 4.53668 19.9834 4.21815 19.6214 4.06765L19.4678 4.437ZM19.7999 4.93666C19.8043 5.18558 19.6824 5.37567 19.4796 5.45401L19.6237 5.82714C20.0044 5.6801 20.2067 5.3224 20.1998 4.92963L19.7999 4.93666ZM19.4791 5.45419C18.9867 5.64583 18.4908 5.82105 17.9901 6.00537L18.1282 6.38075C18.6225 6.19884 19.1273 6.02034 19.6242 5.82696L19.4791 5.45419ZM17.9901 6.00534C17.398 6.22296 16.8078 6.44038 16.2162 6.65626L16.3533 7.03203C16.9455 6.81594 17.5364 6.59826 18.1281 6.38078L17.9901 6.00534ZM16.0859 6.8661C16.1959 7.86151 16.3044 8.84438 16.4143 9.84134L16.8119 9.7975C16.702 8.80051 16.5935 7.8176 16.4835 6.82219L16.0859 6.8661ZM16.688 10.0049C17.2125 9.79294 17.7358 9.58319 18.2651 9.36944L18.1153 8.99854C17.5904 9.2105 17.0595 9.42332 16.5382 9.63399L16.688 10.0049ZM18.265 9.36947C18.5199 9.26666 18.6974 9.25087 18.8409 9.29267C18.985 9.33465 19.1335 9.44596 19.3054 9.68204L19.6288 9.44658C19.4314 9.17556 19.217 8.98559 18.9528 8.90863C18.6879 8.83148 18.4116 8.87907 18.1154 8.9985L18.265 9.36947ZM19.3053 9.68189C19.6965 10.2201 19.8747 10.8245 19.7644 11.5092L20.1593 11.5729C20.2885 10.7708 20.0749 10.0605 19.6289 9.44673L19.3053 9.68189ZM19.7644 11.5092C19.7112 11.8392 19.5586 12.0451 19.2918 12.1418L19.4282 12.5179C19.8605 12.3611 20.0884 12.0129 20.1593 11.5728L19.7644 11.5092ZM19.2913 12.142C19.0408 12.2337 18.774 12.3494 18.5381 12.4407L18.6824 12.8138C18.9482 12.7109 19.1746 12.6107 19.4287 12.5177L19.2913 12.142ZM18.5388 12.4404C18.4907 12.4588 18.464 12.4521 18.4536 12.4475C18.4444 12.4434 18.4284 12.4327 18.417 12.3978L18.0367 12.5217C18.0789 12.6512 18.1665 12.7578 18.2915 12.8132C18.4154 12.8681 18.5535 12.863 18.6816 12.8141L18.5388 12.4404ZM18.4168 12.397C18.4028 12.3549 18.4074 12.3242 18.4171 12.3031C18.4268 12.282 18.4486 12.2554 18.4961 12.235L18.3381 11.8675C18.2109 11.9222 18.1094 12.0146 18.0535 12.1363C17.9977 12.2581 17.9945 12.3941 18.037 12.5225L18.4168 12.397ZM18.495 12.2355C18.7416 12.1312 18.9883 12.0307 19.2356 11.9381L19.0954 11.5635C18.841 11.6587 18.5888 11.7616 18.3392 11.8671L18.495 12.2355ZM19.2356 11.9381C19.3343 11.9012 19.4183 11.8441 19.4833 11.7623C19.5468 11.6823 19.5836 11.5895 19.6057 11.4935L19.2158 11.4039C19.2026 11.4613 19.1858 11.4937 19.1701 11.5135C19.1558 11.5315 19.1349 11.5487 19.0955 11.5634L19.2356 11.9381ZM19.6054 11.4945C19.6788 11.1824 19.6303 10.7929 19.5176 10.4523C19.4059 10.1146 19.2152 9.77705 18.9595 9.59656L18.7288 9.92333C18.8833 10.0324 19.0378 10.2755 19.1379 10.5779C19.237 10.8774 19.2667 11.1876 19.216 11.4029L19.6054 11.4945ZM18.9598 9.59675C18.8929 9.5494 18.8111 9.5169 18.7319 9.50104C18.6554 9.48572 18.5563 9.481 18.4636 9.51753L18.6102 9.88968C18.606 9.89137 18.6074 9.88994 18.6168 9.88964C18.6257 9.88935 18.6383 9.89022 18.6534 9.89325C18.6856 9.8997 18.7136 9.91259 18.7286 9.92315L18.9598 9.59675ZM18.4644 9.51721C17.5777 9.86218 16.696 10.2246 15.8151 10.5809L15.9651 10.9517C16.8488 10.5943 17.726 10.2337 18.6094 9.89L18.4644 9.51721ZM15.8089 10.5835C15.7776 10.5974 15.7534 10.6149 15.7404 10.6245C15.7231 10.6372 15.7194 10.6404 15.7077 10.6485L15.9343 10.9781C15.9446 10.971 15.9536 10.9645 15.9608 10.9591C15.9642 10.9565 15.9677 10.9539 15.9703 10.952C15.9731 10.9498 15.9753 10.9483 15.9771 10.9469C15.9859 10.9404 15.9814 10.9446 15.9713 10.9491L15.8089 10.5835ZM15.6672 10.9411C16.1059 11.4689 16.3095 12.0828 16.2724 12.8207L16.6719 12.8407C16.7138 12.0073 16.4805 11.2939 15.9749 10.6854L15.6672 10.9411ZM16.5459 13.0166C16.7822 12.9229 18.2733 12.3239 18.4912 12.2371L18.3431 11.8655C18.1212 11.9539 16.6357 12.5507 16.3984 12.6448L16.5459 13.0166ZM18.4896 12.2377C18.5004 12.2335 18.5046 12.2323 18.5043 12.2324C18.504 12.2324 18.5003 12.2335 18.4942 12.2345C18.489 12.2353 18.4755 12.2372 18.4572 12.236C18.4409 12.235 18.4023 12.2304 18.3621 12.2029C18.3139 12.1699 18.2857 12.1192 18.2788 12.0677C18.2731 12.0251 18.2831 11.9925 18.2876 11.9795C18.2929 11.9645 18.2988 11.9542 18.3013 11.9501C18.3074 11.9398 18.3097 11.9392 18.2916 11.9591C18.2739 11.9786 18.2632 11.9896 18.2369 12.0183C18.195 12.064 18.137 12.1297 18.0934 12.2017C18.0553 12.2646 17.9959 12.3839 18.035 12.5164L18.4187 12.4032C18.4303 12.4425 18.4086 12.4534 18.4356 12.4089C18.4571 12.3733 18.4916 12.3324 18.5318 12.2885C18.5466 12.2724 18.5743 12.2428 18.5877 12.228C18.6007 12.2137 18.6269 12.1851 18.6448 12.1551C18.6501 12.1461 18.6582 12.1314 18.6649 12.1125C18.6708 12.0956 18.6813 12.0598 18.6752 12.0144C18.6679 11.9601 18.6385 11.9074 18.5881 11.8728C18.5457 11.8438 18.5038 11.8382 18.4832 11.8369C18.4437 11.8343 18.4101 11.8434 18.3974 11.8469C18.3796 11.8518 18.3615 11.8583 18.3446 11.8649L18.4896 12.2377ZM18.035 12.5164C18.0784 12.6632 18.2078 12.7212 18.2821 12.7444C18.3632 12.7697 18.4513 12.7768 18.5116 12.7802C18.5399 12.7817 18.5753 12.783 18.5914 12.7838C18.6185 12.7851 18.616 12.7861 18.6046 12.7834C18.6001 12.7823 18.5881 12.7792 18.573 12.7721C18.5605 12.7662 18.5265 12.7487 18.4987 12.7095C18.4638 12.6603 18.4538 12.5982 18.4703 12.5414C18.4835 12.4961 18.5091 12.469 18.5185 12.4596C18.53 12.4481 18.5399 12.4414 18.5434 12.4391C18.5457 12.4377 18.5474 12.4366 18.5484 12.4361C18.5494 12.4355 18.5499 12.4352 18.5499 12.4352C18.55 12.4352 18.5496 12.4354 18.5488 12.4357C18.5481 12.4361 18.547 12.4366 18.5455 12.4373C18.5425 12.4387 18.5385 12.4404 18.5332 12.4427L18.6872 12.8118C18.7037 12.8049 18.7205 12.7974 18.736 12.7893C18.7472 12.7834 18.7752 12.7685 18.8006 12.7431C18.8131 12.7307 18.8405 12.7008 18.8544 12.6531C18.8717 12.5938 18.8613 12.5295 18.825 12.4782C18.7958 12.4369 18.7593 12.4177 18.7433 12.4102C18.7248 12.4014 18.7083 12.3969 18.6985 12.3945C18.666 12.3867 18.6282 12.3851 18.6107 12.3842C18.5821 12.3829 18.5636 12.3824 18.5337 12.3808C18.4775 12.3777 18.4318 12.3721 18.4012 12.3626C18.3638 12.3509 18.4035 12.3518 18.4187 12.4031L18.035 12.5164ZM18.533 12.4427C18.4223 12.4891 17.0436 13.0469 16.9045 13.1044L17.0574 13.4741C17.1833 13.422 18.5811 12.8562 18.6874 12.8117L18.533 12.4427ZM16.8864 13.4655C17.1945 13.6309 17.4196 13.8433 17.5747 14.1396L17.9291 13.954C17.7318 13.5772 17.4439 13.3108 17.0756 13.1131L16.8864 13.4655ZM17.5746 14.1394C17.6488 14.2814 17.6546 14.3928 17.6305 14.4702C17.6074 14.5444 17.5469 14.6195 17.4193 14.6731L17.5743 15.0419C17.7892 14.9516 17.9478 14.7966 18.0124 14.5891C18.0761 14.3848 18.0382 14.1628 17.9291 13.9542L17.5746 14.1394ZM17.4191 14.6732C17.0238 14.8398 16.6238 15.0003 16.2234 15.1563L16.3686 15.5291C16.7715 15.3721 17.1749 15.2102 17.5745 15.0418L17.4191 14.6732ZM16.2231 15.1565C16.1143 15.1991 16.0482 15.1895 16.0053 15.1684C15.9577 15.1449 15.8984 15.0875 15.845 14.9591L15.4757 15.1128C15.5506 15.2927 15.6632 15.4458 15.8285 15.5272C15.9984 15.6109 16.186 15.6006 16.3689 15.5289L16.2231 15.1565ZM15.8453 14.9597C15.7787 14.7983 15.7046 14.6091 15.6033 14.4412L15.2608 14.6478C15.3427 14.7835 15.4039 14.9387 15.4755 15.1122L15.8453 14.9597ZM15.6031 14.4409C15.4809 14.239 15.337 14.0801 15.141 14.0107C14.9428 13.9404 14.7368 13.9776 14.5285 14.0616L14.6782 14.4326C14.8462 14.3648 14.9418 14.3645 15.0074 14.3877C15.0754 14.4118 15.1577 14.4775 15.261 14.6481L15.6031 14.4409ZM14.5286 14.0616C13.2699 14.5688 12.011 15.0791 10.7527 15.5877L10.9026 15.9585C12.1614 15.4498 13.4196 14.9397 14.6781 14.4326L14.5286 14.0616ZM10.7535 15.5873C10.655 15.6266 10.5264 15.6719 10.4109 15.7276L10.5847 16.0879C10.6835 16.0402 10.7804 16.0072 10.9017 15.9589L10.7535 15.5873ZM10.4114 15.7273C10.253 15.8032 10.1182 15.8142 9.99804 15.7853C9.87442 15.7555 9.74693 15.6784 9.61572 15.5451L9.33067 15.8258C9.49684 15.9946 9.68716 16.1218 9.90426 16.1741C10.1248 16.2273 10.3536 16.1985 10.5842 16.0881L10.4114 15.7273ZM9.61578 15.5452C9.25466 15.1781 9.0671 14.7005 8.99062 14.1417L8.59431 14.196C8.6785 14.811 8.8912 15.379 9.33061 15.8257L9.61578 15.5452ZM8.99073 14.1426C8.98402 14.0919 8.98096 14.0481 8.973 13.9738L8.57528 14.0165C8.58142 14.0737 8.58681 14.1394 8.5942 14.1951L8.99073 14.1426ZM8.81888 13.8002C8.62777 13.7564 8.4374 13.7129 8.24715 13.6695C8.05686 13.626 7.86671 13.5826 7.67587 13.5388L7.5864 13.9287C7.7775 13.9726 7.96788 14.016 8.15813 14.0594C8.34841 14.1029 8.53857 14.1463 8.72941 14.1901L8.81888 13.8002ZM7.43114 13.7338C7.43114 13.7343 7.43114 13.7348 7.43114 13.7353C7.43114 13.7359 7.43114 13.7364 7.43114 13.7369C7.43114 13.7374 7.43114 13.7379 7.43114 13.7385C7.43114 13.739 7.43114 13.7395 7.43114 13.74C7.43114 13.7406 7.43114 13.7411 7.43114 13.7416C7.43114 13.7421 7.43114 13.7427 7.43114 13.7432C7.43114 13.7437 7.43114 13.7442 7.43114 13.7447C7.43114 13.7453 7.43114 13.7458 7.43114 13.7463C7.43114 13.7468 7.43114 13.7474 7.43114 13.7479C7.43114 13.7484 7.43114 13.7489 7.43114 13.7494C7.43114 13.75 7.43114 13.7505 7.43114 13.751C7.43114 13.7515 7.43114 13.7521 7.43114 13.7526C7.43114 13.7531 7.43114 13.7536 7.43114 13.7541C7.43114 13.7547 7.43114 13.7552 7.43114 13.7557C7.43114 13.7562 7.43114 13.7568 7.43114 13.7573C7.43114 13.7578 7.43114 13.7583 7.43114 13.7588C7.43114 13.7594 7.43114 13.7599 7.43114 13.7604C7.43114 13.7609 7.43114 13.7615 7.43114 13.762C7.43114 13.7625 7.43114 13.763 7.43114 13.7635C7.43114 13.7641 7.43114 13.7646 7.43114 13.7651C7.43114 13.7656 7.43114 13.7662 7.43114 13.7667C7.43114 13.7672 7.43114 13.7677 7.43114 13.7682C7.43114 13.7688 7.43114 13.7693 7.43114 13.7698C7.43114 13.7703 7.43114 13.7708 7.43114 13.7714C7.43114 13.7719 7.43114 13.7724 7.43114 13.7729C7.43114 13.7735 7.43114 13.774 7.43114 13.7745C7.43114 13.775 7.43114 13.7755 7.43114 13.7761C7.43114 13.7766 7.43114 13.7771 7.43114 13.7776C7.43114 13.7782 7.43114 13.7787 7.43114 13.7792C7.43114 13.7797 7.43114 13.7802 7.43114 13.7808C7.43114 13.7813 7.43114 13.7818 7.43114 13.7823C7.43114 13.7829 7.43114 13.7834 7.43114 13.7839C7.43114 13.7844 7.43114 13.7849 7.43114 13.7855C7.43114 13.786 7.43114 13.7865 7.43114 13.787C7.43114 13.7875 7.43114 13.7881 7.43114 13.7886C7.43114 13.7891 7.43114 13.7896 7.43114 13.7902C7.43114 13.7907 7.43114 13.7912 7.43114 13.7917C7.43114 13.7922 7.43114 13.7928 7.43114 13.7933C7.43114 13.7938 7.43114 13.7943 7.43114 13.7948C7.43114 13.7954 7.43114 13.7959 7.43114 13.7964C7.43114 13.7969 7.43114 13.7975 7.43114 13.798C7.43114 13.7985 7.43114 13.799 7.43114 13.7995C7.43114 13.8001 7.43114 13.8006 7.43114 13.8011C7.43114 13.8016 7.43114 13.8021 7.43114 13.8027C7.43114 13.8032 7.43114 13.8037 7.43114 13.8042C7.43114 13.8047 7.43114 13.8053 7.43114 13.8058C7.43114 13.8063 7.43114 13.8068 7.43114 13.8074C7.43114 13.8079 7.43114 13.8084 7.43114 13.8089C7.43114 13.8094 7.43114 13.81 7.43114 13.8105C7.43114 13.811 7.43114 13.8115 7.43114 13.812C7.43114 13.8126 7.43114 13.8131 7.43114 13.8136C7.43114 13.8141 7.43114 13.8147 7.43114 13.8152C7.43114 13.8157 7.43114 13.8162 7.43114 13.8167C7.43114 13.8173 7.43114 13.8178 7.43114 13.8183C7.43114 13.8188 7.43114 13.8193 7.43114 13.8199C7.43114 13.8204 7.43114 13.8209 7.43114 13.8214C7.43114 13.8219 7.43114 13.8225 7.43114 13.823C7.43114 13.8235 7.43114 13.824 7.43114 13.8245C7.43114 13.8251 7.43114 13.8256 7.43114 13.8261C7.43114 13.8266 7.43114 13.8272 7.43114 13.8277C7.43114 13.8282 7.43114 13.8287 7.43114 13.8292C7.43114 13.8298 7.43114 13.8303 7.43114 13.8308C7.43114 13.8313 7.43114 13.8318 7.43114 13.8324C7.43114 13.8329 7.43114 13.8334 7.43114 13.8339C7.43114 13.8344 7.43114 13.835 7.43114 13.8355C7.43114 13.836 7.43114 13.8365 7.43114 13.837C7.43114 13.8376 7.43114 13.8381 7.43114 13.8386C7.43114 13.8391 7.43114 13.8396 7.43114 13.8402C7.43114 13.8407 7.43114 13.8412 7.43114 13.8417C7.43114 13.8422 7.43114 13.8428 7.43114 13.8433C7.43114 13.8438 7.43114 13.8443 7.43114 13.8449C7.43114 13.8454 7.43114 13.8459 7.43114 13.8464C7.43114 13.8469 7.43114 13.8475 7.43114 13.848C7.43114 13.8485 7.43114 13.849 7.43114 13.8495C7.43114 13.8501 7.43114 13.8506 7.43114 13.8511C7.43114 13.8516 7.43114 13.8521 7.43114 13.8527C7.43114 13.8532 7.43114 13.8537 7.43114 13.8542C7.43114 13.8547 7.43114 13.8553 7.43114 13.8558C7.43114 13.8563 7.43114 13.8568 7.43114 13.8573C7.43114 13.8579 7.43114 13.8584 7.43114 13.8589C7.43114 13.8594 7.43114 13.8599 7.43114 13.8605C7.43114 13.861 7.43114 13.8615 7.43114 13.862C7.43114 13.8625 7.43114 13.8631 7.43114 13.8636C7.43114 13.8641 7.43114 13.8646 7.43114 13.8651C7.43114 13.8657 7.43114 13.8662 7.43114 13.8667C7.43114 13.8672 7.43114 13.8677 7.43114 13.8683C7.43114 13.8688 7.43114 13.8693 7.43114 13.8698C7.43114 13.8703 7.43114 13.8709 7.43114 13.8714C7.43114 13.8719 7.43114 13.8724 7.43114 13.8729C7.43114 13.8735 7.43114 13.874 7.43114 13.8745C7.43114 13.875 7.43114 13.8755 7.43114 13.8761C7.43114 13.8766 7.43114 13.8771 7.43114 13.8776C7.43114 13.8781 7.43114 13.8787 7.43114 13.8792C7.43114 13.8797 7.43114 13.8802 7.43114 13.8807C7.43114 13.8813 7.43114 13.8818 7.43114 13.8823C7.43114 13.8828 7.43114 13.8833 7.43114 13.8839C7.43114 13.8844 7.43114 13.8849 7.43114 13.8854C7.43114 13.8859 7.43114 13.8865 7.43114 13.887C7.43114 13.8875 7.43114 13.888 7.43114 13.8885C7.43114 13.8891 7.43114 13.8896 7.43114 13.8901C7.43114 13.8906 7.43114 13.8911 7.43114 13.8917C7.43114 13.8922 7.43114 13.8927 7.43114 13.8932C7.43114 13.8937 7.43114 13.8942 7.43114 13.8948C7.43114 13.8953 7.43114 13.8958 7.43114 13.8963C7.43114 13.8968 7.43114 13.8974 7.43114 13.8979C7.43114 13.8984 7.43114 13.8989 7.43114 13.8994C7.43114 13.9 7.43114 13.9005 7.43114 13.901C7.43114 13.9015 7.43114 13.902 7.43114 13.9026C7.43114 13.9031 7.43114 13.9036 7.43114 13.9041C7.43114 13.9046 7.43114 13.9052 7.43114 13.9057C7.43114 13.9062 7.43114 13.9067 7.43114 13.9072C7.43114 13.9078 7.43114 13.9083 7.43114 13.9088C7.43114 13.9093 7.43114 13.9098 7.43114 13.9103C7.43114 13.9109 7.43114 13.9114 7.43114 13.9119C7.43114 13.9124 7.43114 13.9129 7.43114 13.9135C7.43114 13.914 7.43114 13.9145 7.43114 13.915C7.43114 13.9155 7.43114 13.9161 7.43114 13.9166C7.43114 13.9171 7.43114 13.9176 7.43114 13.9181C7.43114 13.9187 7.43114 13.9192 7.43114 13.9197C7.43114 13.9202 7.43114 13.9207 7.43114 13.9213C7.43114 13.9218 7.43114 13.9223 7.43114 13.9228C7.43114 13.9233 7.43114 13.9238 7.43114 13.9244C7.43114 13.9249 7.43114 13.9254 7.43114 13.9259C7.43114 13.9264 7.43114 13.927 7.43114 13.9275C7.43114 13.928 7.43114 13.9285 7.43114 13.929C7.43114 13.9296 7.43114 13.9301 7.43114 13.9306C7.43114 13.9311 7.43114 13.9316 7.43114 13.9322C7.43114 13.9327 7.43114 13.9332 7.43114 13.9337C7.43114 13.9342 7.43114 13.9347 7.43114 13.9353C7.43114 13.9358 7.43114 13.9363 7.43114 13.9368C7.43114 13.9373 7.43114 13.9379 7.43114 13.9384C7.43114 13.9389 7.43114 13.9394 7.43114 13.9399C7.43114 13.9405 7.43114 13.941 7.43114 13.9415C7.43114 13.942 7.43114 13.9425 7.43114 13.943C7.43114 13.9436 7.43114 13.9441 7.43114 13.9446C7.43114 13.9451 7.43114 13.9456 7.43114 13.9462C7.43114 13.9467 7.43114 13.9472 7.43114 13.9477C7.43114 13.9482 7.43114 13.9488 7.43114 13.9493C7.43114 13.9498 7.43114 13.9503 7.43114 13.9508C7.43114 13.9513 7.43114 13.9519 7.43114 13.9524C7.43114 13.9529 7.43114 13.9534 7.43114 13.9539C7.43114 13.9545 7.43114 13.955 7.43114 13.9555C7.43114 13.956 7.43114 13.9565 7.43114 13.9571C7.43114 13.9576 7.43114 13.9581 7.43114 13.9586C7.43114 13.9591 7.43114 13.9596 7.43114 13.9602C7.43114 13.9607 7.43114 13.9612 7.43114 13.9617C7.43114 13.9622 7.43114 13.9628 7.43114 13.9633C7.43114 13.9638 7.43114 13.9643 7.43114 13.9648C7.43114 13.9653 7.43114 13.9659 7.43114 13.9664C7.43114 13.9669 7.43114 13.9674 7.43114 13.9679C7.43114 13.9685 7.43114 13.969 7.43114 13.9695C7.43114 13.97 7.43114 13.9705 7.43114 13.971C7.43114 13.9716 7.43114 13.9721 7.43114 13.9726C7.43114 13.9731 7.43114 13.9736 7.43114 13.9742C7.43114 13.9747 7.43114 13.9752 7.43114 13.9757C7.43114 13.9762 7.43114 13.9768 7.43114 13.9773C7.43114 13.9778 7.43114 13.9783 7.43114 13.9788C7.43114 13.9793 7.43114 13.9799 7.43114 13.9804C7.43114 13.9809 7.43114 13.9814 7.43114 13.9819C7.43114 13.9825 7.43114 13.983 7.43114 13.9835C7.43114 13.984 7.43114 13.9845 7.43114 13.985C7.43114 13.9856 7.43114 13.9861 7.43114 13.9866C7.43114 13.9871 7.43114 13.9876 7.43114 13.9882C7.43114 13.9887 7.43114 13.9892 7.43114 13.9897C7.43114 13.9902 7.43114 13.9907 7.43114 13.9913C7.43114 13.9918 7.43114 13.9923 7.43114 13.9928C7.43114 13.9933 7.43114 13.9939 7.43114 13.9944C7.43114 13.9949 7.43114 13.9954 7.43114 13.9959C7.43114 13.9964 7.43114 13.997 7.43114 13.9975C7.43114 13.998 7.43114 13.9985 7.43114 13.999C7.43114 13.9995 7.43114 14.0001 7.43114 14.0006C7.43114 14.0011 7.43114 14.0016 7.43114 14.0021C7.43114 14.0027 7.43114 14.0032 7.43114 14.0037C7.43114 14.0042 7.43114 14.0047 7.43114 14.0052C7.43114 14.0058 7.43114 14.0063 7.43114 14.0068C7.43114 14.0073 7.43114 14.0078 7.43114 14.0084C7.43114 14.0089 7.43114 14.0094 7.43114 14.0099C7.43114 14.0104 7.43114 14.0109 7.43114 14.0115C7.43114 14.012 7.43114 14.0125 7.43114 14.013C7.43114 14.0135 7.43114 14.014 7.43114 14.0146C7.43114 14.0151 7.43114 14.0156 7.43114 14.0161C7.43114 14.0166 7.43114 14.0172 7.43114 14.0177C7.43114 14.0182 7.43114 14.0187 7.43114 14.0192C7.43114 14.0197 7.43114 14.0203 7.43114 14.0208C7.43114 14.0213 7.43114 14.0218 7.43114 14.0223C7.43114 14.0229 7.43114 14.0234 7.43114 14.0239C7.43114 14.0244 7.43114 14.0249 7.43114 14.0254C7.43114 14.026 7.43114 14.0265 7.43114 14.027C7.43114 14.0275 7.43114 14.028 7.43114 14.0285C7.43114 14.0291 7.43114 14.0296 7.43114 14.0301C7.43114 14.0306 7.43114 14.0311 7.43114 14.0317C7.43114 14.0322 7.43114 14.0327 7.43114 14.0332C7.43114 14.0337 7.43114 14.0342 7.43114 14.0348C7.43114 14.0353 7.43114 14.0358 7.43114 14.0363C7.43114 14.0368 7.43114 14.0373 7.43114 14.0379C7.43114 14.0384 7.43114 14.0389 7.43114 14.0394C7.43114 14.0399 7.43114 14.0404 7.43114 14.041C7.43114 14.0415 7.43114 14.042 7.43114 14.0425C7.43114 14.043 7.43114 14.0436 7.43114 14.0441C7.43114 14.0446 7.43114 14.0451 7.43114 14.0456C7.43114 14.0461 7.43114 14.0467 7.43114 14.0472C7.43114 14.0477 7.43114 14.0482 7.43114 14.0487C7.43114 14.0492 7.43114 14.0498 7.43114 14.0503C7.43114 14.0508 7.43114 14.0513 7.43114 14.0518C7.43114 14.0523 7.43114 14.0529 7.43114 14.0534C7.43114 14.0539 7.43114 14.0544 7.43114 14.0549C7.43114 14.0555 7.43114 14.056 7.43114 14.0565C7.43114 14.057 7.43114 14.0575 7.43114 14.058C7.43114 14.0586 7.43114 14.0591 7.43114 14.0596C7.43114 14.0601 7.43114 14.0606 7.43114 14.0611C7.43114 14.0617 7.43114 14.0622 7.43114 14.0627C7.43114 14.0632 7.43114 14.0637 7.43114 14.0642C7.43114 14.0648 7.43114 14.0653 7.43114 14.0658C7.43114 14.0663 7.43114 14.0668 7.43114 14.0674C7.43114 14.0679 7.43114 14.0684 7.43114 14.0689C7.43114 14.0694 7.43114 14.0699 7.43114 14.0705C7.43114 14.071 7.43114 14.0715 7.43114 14.072C7.43114 14.0725 7.43114 14.073 7.43114 14.0736C7.43114 14.0741 7.43114 14.0746 7.43114 14.0751C7.43114 14.0756 7.43114 14.0761 7.43114 14.0767C7.43114 14.0772 7.43114 14.0777 7.43114 14.0782C7.43114 14.0787 7.43114 14.0792 7.43114 14.0798C7.43114 14.0803 7.43114 14.0808 7.43114 14.0813C7.43114 14.0818 7.43114 14.0823 7.43114 14.0829C7.43114 14.0834 7.43114 14.0839 7.43114 14.0844C7.43114 14.0849 7.43114 14.0854 7.43114 14.086C7.43114 14.0865 7.43114 14.087 7.43114 14.0875C7.43114 14.088 7.43114 14.0886 7.43114 14.0891C7.43114 14.0896 7.43114 14.0901 7.43114 14.0906C7.43114 14.0911 7.43114 14.0917 7.43114 14.0922C7.43114 14.0927 7.43114 14.0932 7.43114 14.0937C7.43114 14.0942 7.43114 14.0948 7.43114 14.0953C7.43114 14.0958 7.43114 14.0963 7.43114 14.0968C7.43114 14.0973 7.43114 14.0979 7.43114 14.0984C7.43114 14.0989 7.43114 14.0994 7.43114 14.0999C7.43114 14.1004 7.43114 14.101 7.43114 14.1015C7.43114 14.102 7.43114 14.1025 7.43114 14.103C7.43114 14.1035 7.43114 14.1041 7.43114 14.1046C7.43114 14.1051 7.43114 14.1056 7.43114 14.1061C7.43114 14.1066 7.43114 14.1072 7.43114 14.1077C7.43114 14.1082 7.43114 14.1087 7.43114 14.1092C7.43114 14.1097 7.43114 14.1103 7.43114 14.1108C7.43114 14.1113 7.43114 14.1118 7.43114 14.1123C7.43114 14.1128 7.43114 14.1134 7.43114 14.1139C7.43114 14.1144 7.43114 14.1149 7.43114 14.1154C7.43114 14.1159 7.43114 14.1165 7.43114 14.117C7.43114 14.1175 7.43114 14.118 7.43114 14.1185C7.43114 14.119 7.43114 14.1196 7.43114 14.1201C7.43114 14.1206 7.43114 14.1211 7.43114 14.1216C7.43114 14.1221 7.43114 14.1227 7.43114 14.1232C7.43114 14.1237 7.43114 14.1242 7.43114 14.1247C7.43114 14.1252 7.43114 14.1258 7.43114 14.1263C7.43114 14.1268 7.43114 14.1273 7.43114 14.1278C7.43114 14.1283 7.43114 14.1289 7.43114 14.1294C7.43114 14.1299 7.43114 14.1304 7.43114 14.1309C7.43114 14.1314 7.43114 14.132 7.43114 14.1325C7.43114 14.133 7.43114 14.1335 7.43114 14.134C7.43114 14.1345 7.43114 14.1351 7.43114 14.1356C7.43114 14.1361 7.43114 14.1366 7.43114 14.1371C7.43114 14.1376 7.43114 14.1382 7.43114 14.1387C7.43114 14.1392 7.43114 14.1397 7.43114 14.1402C7.43114 14.1407 7.43114 14.1413 7.43114 14.1418C7.43114 14.1423 7.43114 14.1428 7.43114 14.1433C7.43114 14.1438 7.43114 14.1444 7.43114 14.1449C7.43114 14.1454 7.43114 14.1459 7.43114 14.1464C7.43114 14.1469 7.43114 14.1475 7.43114 14.148C7.43114 14.1485 7.43114 14.149 7.43114 14.1495C7.43114 14.15 7.43114 14.1506 7.43114 14.1511C7.43114 14.1516 7.43114 14.1521 7.43114 14.1526C7.43114 14.1531 7.43114 14.1537 7.43114 14.1542C7.43114 14.1547 7.43114 14.1552 7.43114 14.1557C7.43114 14.1562 7.43114 14.1568 7.43114 14.1573C7.43114 14.1578 7.43114 14.1583 7.43114 14.1588C7.43114 14.1593 7.43114 14.1599 7.43114 14.1604C7.43114 14.1609 7.43114 14.1614 7.43114 14.1619C7.43114 14.1624 7.43114 14.163 7.43114 14.1635C7.43114 14.164 7.43114 14.1645 7.43114 14.165C7.43114 14.1655 7.43114 14.166 7.43114 14.1666C7.43114 14.1671 7.43114 14.1676 7.43114 14.1681C7.43114 14.1686 7.43114 14.1691 7.43114 14.1697C7.43114 14.1702 7.43114 14.1707 7.43114 14.1712C7.43114 14.1717 7.43114 14.1722 7.43114 14.1728C7.43114 14.1733 7.43114 14.1738 7.43114 14.1743C7.43114 14.1748 7.43114 14.1753 7.43114 14.1759C7.43114 14.1764 7.43114 14.1769 7.43114 14.1774C7.43114 14.1779 7.43114 14.1784 7.43114 14.179C7.43114 14.1795 7.43114 14.18 7.43114 14.1805C7.43114 14.181 7.43114 14.1815 7.43114 14.1821C7.43114 14.1826 7.43114 14.1831 7.43114 14.1836C7.43114 14.1841 7.43114 14.1846 7.43114 14.1852C7.43114 14.1857 7.43114 14.1862 7.43114 14.1867C7.43114 14.1872 7.43114 14.1877 7.43114 14.1883C7.43114 14.1888 7.43114 14.1893 7.43114 14.1898C7.43114 14.1903 7.43114 14.1908 7.43114 14.1913C7.43114 14.1919 7.43114 14.1924 7.43114 14.1929C7.43114 14.1934 7.43114 14.1939 7.43114 14.1944C7.43114 14.195 7.43114 14.1955 7.43114 14.196C7.43114 14.1965 7.43114 14.197 7.43114 14.1975C7.43114 14.1981 7.43114 14.1986 7.43114 14.1991C7.43114 14.1996 7.43114 14.2001 7.43114 14.2006C7.43114 14.2012 7.43114 14.2017 7.43114 14.2022C7.43114 14.2027 7.43114 14.2032 7.43114 14.2037C7.43114 14.2043 7.43114 14.2048 7.43114 14.2053C7.43114 14.2058 7.43114 14.2063 7.43114 14.2068C7.43114 14.2073 7.43114 14.2079 7.43114 14.2084C7.43114 14.2089 7.43114 14.2094 7.43114 14.2099C7.43114 14.2104 7.43114 14.211 7.43114 14.2115C7.43114 14.212 7.43114 14.2125 7.43114 14.213C7.43114 14.2135 7.43114 14.2141 7.43114 14.2146C7.43114 14.2151 7.43114 14.2156 7.43114 14.2161C7.43114 14.2166 7.43114 14.2172 7.43114 14.2177C7.43114 14.2182 7.43114 14.2187 7.43114 14.2192C7.43114 14.2197 7.43114 14.2203 7.43114 14.2208C7.43114 14.2213 7.43114 14.2218 7.43114 14.2223C7.43114 14.2228 7.43114 14.2233 7.43114 14.2239C7.43114 14.2244 7.43114 14.2249 7.43114 14.2254C7.43114 14.2259 7.43114 14.2264 7.43114 14.227C7.43114 14.2275 7.43114 14.228 7.43114 14.2285C7.43114 14.229 7.43114 14.2295 7.43114 14.2301C7.43114 14.2306 7.43114 14.2311 7.43114 14.2316C7.43114 14.2321 7.43114 14.2326 7.43114 14.2332C7.43114 14.2337 7.43114 14.2342 7.43114 14.2347C7.43114 14.2352 7.43114 14.2357 7.43114 14.2362C7.43114 14.2368 7.43114 14.2373 7.43114 14.2378C7.43114 14.2383 7.43114 14.2388 7.43114 14.2393C7.43114 14.2399 7.43114 14.2404 7.43114 14.2409C7.43114 14.2414 7.43114 14.2419 7.43114 14.2424C7.43114 14.243 7.43114 14.2435 7.43114 14.244C7.43114 14.2445 7.43114 14.245 7.43114 14.2455C7.43114 14.2461 7.43114 14.2466 7.43114 14.2471C7.43114 14.2476 7.43114 14.2481 7.43114 14.2486C7.43114 14.2492 7.43114 14.2497 7.43114 14.2502C7.43114 14.2507 7.43114 14.2512 7.43114 14.2517C7.43114 14.2522 7.43114 14.2528 7.43114 14.2533C7.43114 14.2538 7.43114 14.2543 7.43114 14.2548C7.43114 14.2553 7.43114 14.2559 7.43114 14.2564C7.43114 14.2569 7.43114 14.2574 7.43114 14.2579C7.43114 14.2584 7.43114 14.259 7.43114 14.2595C7.43114 14.26 7.43114 14.2605 7.43114 14.261C7.43114 14.2615 7.43114 14.262 7.43114 14.2626C7.43114 14.2631 7.43114 14.2636 7.43114 14.2641C7.43114 14.2646 7.43114 14.2651 7.43114 14.2657C7.43114 14.2662 7.43114 14.2667 7.43114 14.2672C7.43114 14.2677 7.43114 14.2682 7.43114 14.2688C7.43114 14.2693 7.43114 14.2698 7.43114 14.2703C7.43114 14.2708 7.43114 14.2713 7.43114 14.2719C7.43114 14.2724 7.43114 14.2729 7.43114 14.2734C7.43114 14.2739 7.43114 14.2744 7.43114 14.2749C7.43114 14.2755 7.43114 14.276 7.43114 14.2765C7.43114 14.277 7.43114 14.2775 7.43114 14.278C7.43114 14.2786 7.43114 14.2791 7.43114 14.2796C7.43114 14.2801 7.43114 14.2806 7.43114 14.2811C7.43114 14.2817 7.43114 14.2822 7.43114 14.2827C7.43114 14.2832 7.43114 14.2837 7.43114 14.2842C7.43114 14.2847 7.43114 14.2853 7.43114 14.2858C7.43114 14.2863 7.43114 14.2868 7.43114 14.2873C7.43114 14.2878 7.43114 14.2884 7.43114 14.2889C7.43114 14.2894 7.43114 14.2899 7.43114 14.2904C7.43114 14.2909 7.43114 14.2915 7.43114 14.292C7.43114 14.2925 7.43114 14.293 7.43114 14.2935C7.43114 14.294 7.43114 14.2946 7.43114 14.2951C7.43114 14.2956 7.43114 14.2961 7.43114 14.2966C7.43114 14.2971 7.43114 14.2976 7.43114 14.2982C7.43114 14.2987 7.43114 14.2992 7.43114 14.2997C7.43114 14.3002 7.43114 14.3007 7.43114 14.3013C7.43114 14.3018 7.43114 14.3023 7.43114 14.3028C7.43114 14.3033 7.43114 14.3038 7.43114 14.3044C7.43114 14.3049 7.43114 14.3054 7.43114 14.3059C7.43114 14.3064 7.43114 14.3069 7.43114 14.3074C7.43114 14.308 7.43114 14.3085 7.43114 14.309C7.43114 14.3095 7.43114 14.31 7.43114 14.3105C7.43114 14.3111 7.43114 14.3116 7.43114 14.3121C7.43114 14.3126 7.43114 14.3131 7.43114 14.3136C7.43114 14.3142 7.43114 14.3147 7.43114 14.3152C7.43114 14.3157 7.43114 14.3162 7.43114 14.3167C7.43114 14.3172 7.43114 14.3178 7.43114 14.3183C7.43114 14.3188 7.43114 14.3193 7.43114 14.3198C7.43114 14.3203 7.43114 14.3209 7.43114 14.3214C7.43114 14.3219 7.43114 14.3224 7.43114 14.3229C7.43114 14.3234 7.43114 14.324 7.43114 14.3245C7.43114 14.325 7.43114 14.3255 7.43114 14.326C7.43114 14.3265 7.43114 14.327 7.43114 14.3276C7.43114 14.3281 7.43114 14.3286 7.43114 14.3291C7.43114 14.3296 7.43114 14.3301 7.43114 14.3307C7.43114 14.3312 7.43114 14.3317 7.43114 14.3322C7.43114 14.3327 7.43114 14.3332 7.43114 14.3338C7.43114 14.3343 7.43114 14.3348 7.43114 14.3353C7.43114 14.3358 7.43114 14.3363 7.43114 14.3369C7.43114 14.3374 7.43114 14.3379 7.43114 14.3384C7.43114 14.3389 7.43114 14.3394 7.43114 14.3399C7.43114 14.3405 7.43114 14.341 7.43114 14.3415C7.43114 14.342 7.43114 14.3425 7.43114 14.343C7.43114 14.3436 7.43114 14.3441 7.43114 14.3446C7.43114 14.3451 7.43114 14.3456 7.43114 14.3461C7.43114 14.3467 7.43114 14.3472 7.43114 14.3477C7.43114 14.3482 7.43114 14.3487 7.43114 14.3492C7.43114 14.3497 7.43114 14.3503 7.43114 14.3508C7.43114 14.3513 7.43114 14.3518 7.43114 14.3523C7.43114 14.3528 7.43114 14.3534 7.43114 14.3539C7.43114 14.3544 7.43114 14.3549 7.43114 14.3554C7.43114 14.3559 7.43114 14.3565 7.43114 14.357C7.43114 14.3575 7.43114 14.358 7.43114 14.3585C7.43114 14.359 7.43114 14.3595 7.43114 14.3601C7.43114 14.3606 7.43114 14.3611 7.43114 14.3616C7.43114 14.3621 7.43114 14.3626 7.43114 14.3632C7.43114 14.3637 7.43114 14.3642 7.43114 14.3647C7.43114 14.3652 7.43114 14.3657 7.43114 14.3663C7.43114 14.3668 7.43114 14.3673 7.43114 14.3678C7.43114 14.3683 7.43114 14.3688 7.43114 14.3693C7.43114 14.3699 7.43114 14.3704 7.43114 14.3709C7.43114 14.3714 7.43114 14.3719 7.43114 14.3724C7.43114 14.373 7.43114 14.3735 7.43114 14.374C7.43114 14.3745 7.43114 14.375 7.43114 14.3755C7.43114 14.3761 7.43114 14.3766 7.43114 14.3771C7.43114 14.3776 7.43114 14.3781 7.43114 14.3786C7.43114 14.3792 7.43114 14.3797 7.43114 14.3802C7.43114 14.3807 7.43114 14.3812 7.43114 14.3817C7.43114 14.3822 7.43114 14.3828 7.43114 14.3833C7.43114 14.3838 7.43114 14.3843 7.43114 14.3848C7.43114 14.3853 7.43114 14.3859 7.43114 14.3864C7.43114 14.3869 7.43114 14.3874 7.43114 14.3879C7.43114 14.3884 7.43114 14.389 7.43114 14.3895C7.43114 14.39 7.43114 14.3905 7.43114 14.391C7.43114 14.3915 7.43114 14.392 7.43114 14.3926C7.43114 14.3931 7.43114 14.3936 7.43114 14.3941C7.43114 14.3946 7.43114 14.3951 7.43114 14.3957C7.43114 14.3962 7.43114 14.3967 7.43114 14.3972C7.43114 14.3977 7.43114 14.3982 7.43114 14.3988C7.43114 14.3993 7.43114 14.3998 7.43114 14.4003C7.43114 14.4008 7.43114 14.4013 7.43114 14.4019C7.43114 14.4024 7.43114 14.4029 7.43114 14.4034C7.43114 14.4039 7.43114 14.4044 7.43114 14.4049C7.43114 14.4055 7.43114 14.406 7.43114 14.4065C7.43114 14.407 7.43114 14.4075 7.43114 14.408C7.43114 14.4086 7.43114 14.4091 7.43114 14.4096C7.43114 14.4101 7.43114 14.4106 7.43114 14.4111C7.43114 14.4117 7.43114 14.4122 7.43114 14.4127C7.43114 14.4132 7.43114 14.4137 7.43114 14.4142C7.43114 14.4148 7.43114 14.4153 7.43114 14.4158C7.43114 14.4163 7.43114 14.4168 7.43114 14.4173C7.43114 14.4178 7.43114 14.4184 7.43114 14.4189C7.43114 14.4194 7.43114 14.4199 7.43114 14.4204C7.43114 14.4209 7.43114 14.4215 7.43114 14.422C7.43114 14.4225 7.43114 14.423 7.43114 14.4235C7.43114 14.424 7.43114 14.4246 7.43114 14.4251C7.43114 14.4256 7.43114 14.4261 7.43114 14.4266C7.43114 14.4271 7.43114 14.4277 7.43114 14.4282C7.43114 14.4287 7.43114 14.4292 7.43114 14.4297C7.43114 14.4302 7.43114 14.4307 7.43114 14.4313C7.43114 14.4318 7.43114 14.4323 7.43114 14.4328C7.43114 14.4333 7.43114 14.4338 7.43114 14.4344C7.43114 14.4349 7.43114 14.4354 7.43114 14.4359C7.43114 14.4364 7.43114 14.4369 7.43114 14.4375C7.43114 14.438 7.43114 14.4385 7.43114 14.439C7.43114 14.4395 7.43114 14.44 7.43114 14.4406C7.43114 14.4411 7.43114 14.4416 7.43114 14.4421C7.43114 14.4426 7.43114 14.4431 7.43114 14.4436C7.43114 14.4442 7.43114 14.4447 7.43114 14.4452C7.43114 14.4457 7.43114 14.4462 7.43114 14.4467C7.43114 14.4473 7.43114 14.4478 7.43114 14.4483C7.43114 14.4488 7.43114 14.4493 7.43114 14.4498C7.43114 14.4504 7.43114 14.4509 7.43114 14.4514C7.43114 14.4519 7.43114 14.4524 7.43114 14.4529C7.43114 14.4535 7.43114 14.454 7.43114 14.4545C7.43114 14.455 7.43114 14.4555 7.43114 14.456C7.43114 14.4566 7.43114 14.4571 7.43114 14.4576C7.43114 14.4581 7.43114 14.4586 7.43114 14.4591C7.43114 14.4596 7.43114 14.4602 7.43114 14.4607C7.43114 14.4612 7.43114 14.4617 7.43114 14.4622C7.43114 14.4627 7.43114 14.4633 7.43114 14.4638C7.43114 14.4643 7.43114 14.4648 7.43114 14.4653C7.43114 14.4658 7.43114 14.4664 7.43114 14.4669C7.43114 14.4674 7.43114 14.4679 7.43114 14.4684C7.43114 14.4689 7.43114 14.4695 7.43114 14.47C7.43114 14.4705 7.43114 14.471 7.43114 14.4715C7.43114 14.472 7.43114 14.4726 7.43114 14.4731C7.43114 14.4736 7.43114 14.4741 7.43114 14.4746C7.43114 14.4751 7.43114 14.4757 7.43114 14.4762C7.43114 14.4767 7.43114 14.4772 7.43114 14.4777C7.43114 14.4782 7.43114 14.4787 7.43114 14.4793C7.43114 14.4798 7.43114 14.4803 7.43114 14.4808C7.43114 14.4813 7.43114 14.4818 7.43114 14.4824C7.43114 14.4829 7.43114 14.4834 7.43114 14.4839C7.43114 14.4844 7.43114 14.4849 7.43114 14.4855C7.43114 14.486 7.43114 14.4865 7.43114 14.487C7.43114 14.4875 7.43114 14.488 7.43114 14.4886C7.43114 14.4891 7.43114 14.4896 7.43114 14.4901C7.43114 14.4906 7.43114 14.4911 7.43114 14.4917C7.43114 14.4922 7.43114 14.4927 7.43114 14.4932C7.43114 14.4937 7.43114 14.4942 7.43114 14.4948C7.43114 14.4953 7.43114 14.4958 7.43114 14.4963C7.43114 14.4968 7.43114 14.4973 7.43114 14.4979C7.43114 14.4984 7.43114 14.4989 7.43114 14.4994C7.43114 14.4999 7.43114 14.5004 7.43114 14.501C7.43114 14.5015 7.43114 14.502 7.43114 14.5025C7.43114 14.503 7.43114 14.5035 7.43114 14.5041C7.43114 14.5046 7.43114 14.5051 7.43114 14.5056C7.43114 14.5061 7.43114 14.5066 7.43114 14.5071C7.43114 14.5077 7.43114 14.5082 7.43114 14.5087C7.43114 14.5092 7.43114 14.5097 7.43114 14.5102C7.43114 14.5108 7.43114 14.5113 7.43114 14.5118C7.43114 14.5123 7.43114 14.5128 7.43114 14.5133C7.43114 14.5139 7.43114 14.5144 7.43114 14.5149C7.43114 14.5154 7.43114 14.5159 7.43114 14.5164C7.43114 14.517 7.43114 14.5175 7.43114 14.518C7.43114 14.5185 7.43114 14.519 7.43114 14.5195C7.43114 14.5201 7.43114 14.5206 7.43114 14.5211C7.43114 14.5216 7.43114 14.5221 7.43114 14.5226C7.43114 14.5232 7.43114 14.5237 7.43114 14.5242C7.43114 14.5247 7.43114 14.5252 7.43114 14.5257C7.43114 14.5263 7.43114 14.5268 7.43114 14.5273C7.43114 14.5278 7.43114 14.5283 7.43114 14.5288H7.83114C7.83114 14.5283 7.83114 14.5278 7.83114 14.5273C7.83114 14.5268 7.83114 14.5263 7.83114 14.5257C7.83114 14.5252 7.83114 14.5247 7.83114 14.5242C7.83114 14.5237 7.83114 14.5232 7.83114 14.5226C7.83114 14.5221 7.83114 14.5216 7.83114 14.5211C7.83114 14.5206 7.83114 14.5201 7.83114 14.5195C7.83114 14.519 7.83114 14.5185 7.83114 14.518C7.83114 14.5175 7.83114 14.517 7.83114 14.5164C7.83114 14.5159 7.83114 14.5154 7.83114 14.5149C7.83114 14.5144 7.83114 14.5139 7.83114 14.5133C7.83114 14.5128 7.83114 14.5123 7.83114 14.5118C7.83114 14.5113 7.83114 14.5108 7.83114 14.5102C7.83114 14.5097 7.83114 14.5092 7.83114 14.5087C7.83114 14.5082 7.83114 14.5077 7.83114 14.5071C7.83114 14.5066 7.83114 14.5061 7.83114 14.5056C7.83114 14.5051 7.83114 14.5046 7.83114 14.5041C7.83114 14.5035 7.83114 14.503 7.83114 14.5025C7.83114 14.502 7.83114 14.5015 7.83114 14.501C7.83114 14.5004 7.83114 14.4999 7.83114 14.4994C7.83114 14.4989 7.83114 14.4984 7.83114 14.4979C7.83114 14.4973 7.83114 14.4968 7.83114 14.4963C7.83114 14.4958 7.83114 14.4953 7.83114 14.4948C7.83114 14.4942 7.83114 14.4937 7.83114 14.4932C7.83114 14.4927 7.83114 14.4922 7.83114 14.4917C7.83114 14.4911 7.83114 14.4906 7.83114 14.4901C7.83114 14.4896 7.83114 14.4891 7.83114 14.4886C7.83114 14.488 7.83114 14.4875 7.83114 14.487C7.83114 14.4865 7.83114 14.486 7.83114 14.4855C7.83114 14.4849 7.83114 14.4844 7.83114 14.4839C7.83114 14.4834 7.83114 14.4829 7.83114 14.4824C7.83114 14.4818 7.83114 14.4813 7.83114 14.4808C7.83114 14.4803 7.83114 14.4798 7.83114 14.4793C7.83114 14.4787 7.83114 14.4782 7.83114 14.4777C7.83114 14.4772 7.83114 14.4767 7.83114 14.4762C7.83114 14.4757 7.83114 14.4751 7.83114 14.4746C7.83114 14.4741 7.83114 14.4736 7.83114 14.4731C7.83114 14.4726 7.83114 14.472 7.83114 14.4715C7.83114 14.471 7.83114 14.4705 7.83114 14.47C7.83114 14.4695 7.83114 14.4689 7.83114 14.4684C7.83114 14.4679 7.83114 14.4674 7.83114 14.4669C7.83114 14.4664 7.83114 14.4658 7.83114 14.4653C7.83114 14.4648 7.83114 14.4643 7.83114 14.4638C7.83114 14.4633 7.83114 14.4627 7.83114 14.4622C7.83114 14.4617 7.83114 14.4612 7.83114 14.4607C7.83114 14.4602 7.83114 14.4596 7.83114 14.4591C7.83114 14.4586 7.83114 14.4581 7.83114 14.4576C7.83114 14.4571 7.83114 14.4566 7.83114 14.456C7.83114 14.4555 7.83114 14.455 7.83114 14.4545C7.83114 14.454 7.83114 14.4535 7.83114 14.4529C7.83114 14.4524 7.83114 14.4519 7.83114 14.4514C7.83114 14.4509 7.83114 14.4504 7.83114 14.4498C7.83114 14.4493 7.83114 14.4488 7.83114 14.4483C7.83114 14.4478 7.83114 14.4473 7.83114 14.4467C7.83114 14.4462 7.83114 14.4457 7.83114 14.4452C7.83114 14.4447 7.83114 14.4442 7.83114 14.4436C7.83114 14.4431 7.83114 14.4426 7.83114 14.4421C7.83114 14.4416 7.83114 14.4411 7.83114 14.4406C7.83114 14.44 7.83114 14.4395 7.83114 14.439C7.83114 14.4385 7.83114 14.438 7.83114 14.4375C7.83114 14.4369 7.83114 14.4364 7.83114 14.4359C7.83114 14.4354 7.83114 14.4349 7.83114 14.4344C7.83114 14.4338 7.83114 14.4333 7.83114 14.4328C7.83114 14.4323 7.83114 14.4318 7.83114 14.4313C7.83114 14.4307 7.83114 14.4302 7.83114 14.4297C7.83114 14.4292 7.83114 14.4287 7.83114 14.4282C7.83114 14.4277 7.83114 14.4271 7.83114 14.4266C7.83114 14.4261 7.83114 14.4256 7.83114 14.4251C7.83114 14.4246 7.83114 14.424 7.83114 14.4235C7.83114 14.423 7.83114 14.4225 7.83114 14.422C7.83114 14.4215 7.83114 14.4209 7.83114 14.4204C7.83114 14.4199 7.83114 14.4194 7.83114 14.4189C7.83114 14.4184 7.83114 14.4178 7.83114 14.4173C7.83114 14.4168 7.83114 14.4163 7.83114 14.4158C7.83114 14.4153 7.83114 14.4148 7.83114 14.4142C7.83114 14.4137 7.83114 14.4132 7.83114 14.4127C7.83114 14.4122 7.83114 14.4117 7.83114 14.4111C7.83114 14.4106 7.83114 14.4101 7.83114 14.4096C7.83114 14.4091 7.83114 14.4086 7.83114 14.408C7.83114 14.4075 7.83114 14.407 7.83114 14.4065C7.83114 14.406 7.83114 14.4055 7.83114 14.4049C7.83114 14.4044 7.83114 14.4039 7.83114 14.4034C7.83114 14.4029 7.83114 14.4024 7.83114 14.4019C7.83114 14.4013 7.83114 14.4008 7.83114 14.4003C7.83114 14.3998 7.83114 14.3993 7.83114 14.3988C7.83114 14.3982 7.83114 14.3977 7.83114 14.3972C7.83114 14.3967 7.83114 14.3962 7.83114 14.3957C7.83114 14.3951 7.83114 14.3946 7.83114 14.3941C7.83114 14.3936 7.83114 14.3931 7.83114 14.3926C7.83114 14.392 7.83114 14.3915 7.83114 14.391C7.83114 14.3905 7.83114 14.39 7.83114 14.3895C7.83114 14.389 7.83114 14.3884 7.83114 14.3879C7.83114 14.3874 7.83114 14.3869 7.83114 14.3864C7.83114 14.3859 7.83114 14.3853 7.83114 14.3848C7.83114 14.3843 7.83114 14.3838 7.83114 14.3833C7.83114 14.3828 7.83114 14.3822 7.83114 14.3817C7.83114 14.3812 7.83114 14.3807 7.83114 14.3802C7.83114 14.3797 7.83114 14.3792 7.83114 14.3786C7.83114 14.3781 7.83114 14.3776 7.83114 14.3771C7.83114 14.3766 7.83114 14.3761 7.83114 14.3755C7.83114 14.375 7.83114 14.3745 7.83114 14.374C7.83114 14.3735 7.83114 14.373 7.83114 14.3724C7.83114 14.3719 7.83114 14.3714 7.83114 14.3709C7.83114 14.3704 7.83114 14.3699 7.83114 14.3693C7.83114 14.3688 7.83114 14.3683 7.83114 14.3678C7.83114 14.3673 7.83114 14.3668 7.83114 14.3663C7.83114 14.3657 7.83114 14.3652 7.83114 14.3647C7.83114 14.3642 7.83114 14.3637 7.83114 14.3632C7.83114 14.3626 7.83114 14.3621 7.83114 14.3616C7.83114 14.3611 7.83114 14.3606 7.83114 14.3601C7.83114 14.3595 7.83114 14.359 7.83114 14.3585C7.83114 14.358 7.83114 14.3575 7.83114 14.357C7.83114 14.3565 7.83114 14.3559 7.83114 14.3554C7.83114 14.3549 7.83114 14.3544 7.83114 14.3539C7.83114 14.3534 7.83114 14.3528 7.83114 14.3523C7.83114 14.3518 7.83114 14.3513 7.83114 14.3508C7.83114 14.3503 7.83114 14.3497 7.83114 14.3492C7.83114 14.3487 7.83114 14.3482 7.83114 14.3477C7.83114 14.3472 7.83114 14.3467 7.83114 14.3461C7.83114 14.3456 7.83114 14.3451 7.83114 14.3446C7.83114 14.3441 7.83114 14.3436 7.83114 14.343C7.83114 14.3425 7.83114 14.342 7.83114 14.3415C7.83114 14.341 7.83114 14.3405 7.83114 14.3399C7.83114 14.3394 7.83114 14.3389 7.83114 14.3384C7.83114 14.3379 7.83114 14.3374 7.83114 14.3369C7.83114 14.3363 7.83114 14.3358 7.83114 14.3353C7.83114 14.3348 7.83114 14.3343 7.83114 14.3338C7.83114 14.3332 7.83114 14.3327 7.83114 14.3322C7.83114 14.3317 7.83114 14.3312 7.83114 14.3307C7.83114 14.3301 7.83114 14.3296 7.83114 14.3291C7.83114 14.3286 7.83114 14.3281 7.83114 14.3276C7.83114 14.327 7.83114 14.3265 7.83114 14.326C7.83114 14.3255 7.83114 14.325 7.83114 14.3245C7.83114 14.324 7.83114 14.3234 7.83114 14.3229C7.83114 14.3224 7.83114 14.3219 7.83114 14.3214C7.83114 14.3209 7.83114 14.3203 7.83114 14.3198C7.83114 14.3193 7.83114 14.3188 7.83114 14.3183C7.83114 14.3178 7.83114 14.3172 7.83114 14.3167C7.83114 14.3162 7.83114 14.3157 7.83114 14.3152C7.83114 14.3147 7.83114 14.3142 7.83114 14.3136C7.83114 14.3131 7.83114 14.3126 7.83114 14.3121C7.83114 14.3116 7.83114 14.3111 7.83114 14.3105C7.83114 14.31 7.83114 14.3095 7.83114 14.309C7.83114 14.3085 7.83114 14.308 7.83114 14.3074C7.83114 14.3069 7.83114 14.3064 7.83114 14.3059C7.83114 14.3054 7.83114 14.3049 7.83114 14.3044C7.83114 14.3038 7.83114 14.3033 7.83114 14.3028C7.83114 14.3023 7.83114 14.3018 7.83114 14.3013C7.83114 14.3007 7.83114 14.3002 7.83114 14.2997C7.83114 14.2992 7.83114 14.2987 7.83114 14.2982C7.83114 14.2976 7.83114 14.2971 7.83114 14.2966C7.83114 14.2961 7.83114 14.2956 7.83114 14.2951C7.83114 14.2946 7.83114 14.294 7.83114 14.2935C7.83114 14.293 7.83114 14.2925 7.83114 14.292C7.83114 14.2915 7.83114 14.2909 7.83114 14.2904C7.83114 14.2899 7.83114 14.2894 7.83114 14.2889C7.83114 14.2884 7.83114 14.2878 7.83114 14.2873C7.83114 14.2868 7.83114 14.2863 7.83114 14.2858C7.83114 14.2853 7.83114 14.2847 7.83114 14.2842C7.83114 14.2837 7.83114 14.2832 7.83114 14.2827C7.83114 14.2822 7.83114 14.2817 7.83114 14.2811C7.83114 14.2806 7.83114 14.2801 7.83114 14.2796C7.83114 14.2791 7.83114 14.2786 7.83114 14.278C7.83114 14.2775 7.83114 14.277 7.83114 14.2765C7.83114 14.276 7.83114 14.2755 7.83114 14.2749C7.83114 14.2744 7.83114 14.2739 7.83114 14.2734C7.83114 14.2729 7.83114 14.2724 7.83114 14.2719C7.83114 14.2713 7.83114 14.2708 7.83114 14.2703C7.83114 14.2698 7.83114 14.2693 7.83114 14.2688C7.83114 14.2682 7.83114 14.2677 7.83114 14.2672C7.83114 14.2667 7.83114 14.2662 7.83114 14.2657C7.83114 14.2651 7.83114 14.2646 7.83114 14.2641C7.83114 14.2636 7.83114 14.2631 7.83114 14.2626C7.83114 14.262 7.83114 14.2615 7.83114 14.261C7.83114 14.2605 7.83114 14.26 7.83114 14.2595C7.83114 14.259 7.83114 14.2584 7.83114 14.2579C7.83114 14.2574 7.83114 14.2569 7.83114 14.2564C7.83114 14.2559 7.83114 14.2553 7.83114 14.2548C7.83114 14.2543 7.83114 14.2538 7.83114 14.2533C7.83114 14.2528 7.83114 14.2522 7.83114 14.2517C7.83114 14.2512 7.83114 14.2507 7.83114 14.2502C7.83114 14.2497 7.83114 14.2492 7.83114 14.2486C7.83114 14.2481 7.83114 14.2476 7.83114 14.2471C7.83114 14.2466 7.83114 14.2461 7.83114 14.2455C7.83114 14.245 7.83114 14.2445 7.83114 14.244C7.83114 14.2435 7.83114 14.243 7.83114 14.2424C7.83114 14.2419 7.83114 14.2414 7.83114 14.2409C7.83114 14.2404 7.83114 14.2399 7.83114 14.2393C7.83114 14.2388 7.83114 14.2383 7.83114 14.2378C7.83114 14.2373 7.83114 14.2368 7.83114 14.2362C7.83114 14.2357 7.83114 14.2352 7.83114 14.2347C7.83114 14.2342 7.83114 14.2337 7.83114 14.2332C7.83114 14.2326 7.83114 14.2321 7.83114 14.2316C7.83114 14.2311 7.83114 14.2306 7.83114 14.2301C7.83114 14.2295 7.83114 14.229 7.83114 14.2285C7.83114 14.228 7.83114 14.2275 7.83114 14.227C7.83114 14.2264 7.83114 14.2259 7.83114 14.2254C7.83114 14.2249 7.83114 14.2244 7.83114 14.2239C7.83114 14.2233 7.83114 14.2228 7.83114 14.2223C7.83114 14.2218 7.83114 14.2213 7.83114 14.2208C7.83114 14.2203 7.83114 14.2197 7.83114 14.2192C7.83114 14.2187 7.83114 14.2182 7.83114 14.2177C7.83114 14.2172 7.83114 14.2166 7.83114 14.2161C7.83114 14.2156 7.83114 14.2151 7.83114 14.2146C7.83114 14.2141 7.83114 14.2135 7.83114 14.213C7.83114 14.2125 7.83114 14.212 7.83114 14.2115C7.83114 14.211 7.83114 14.2104 7.83114 14.2099C7.83114 14.2094 7.83114 14.2089 7.83114 14.2084C7.83114 14.2079 7.83114 14.2073 7.83114 14.2068C7.83114 14.2063 7.83114 14.2058 7.83114 14.2053C7.83114 14.2048 7.83114 14.2043 7.83114 14.2037C7.83114 14.2032 7.83114 14.2027 7.83114 14.2022C7.83114 14.2017 7.83114 14.2012 7.83114 14.2006C7.83114 14.2001 7.83114 14.1996 7.83114 14.1991C7.83114 14.1986 7.83114 14.1981 7.83114 14.1975C7.83114 14.197 7.83114 14.1965 7.83114 14.196C7.83114 14.1955 7.83114 14.195 7.83114 14.1944C7.83114 14.1939 7.83114 14.1934 7.83114 14.1929C7.83114 14.1924 7.83114 14.1919 7.83114 14.1913C7.83114 14.1908 7.83114 14.1903 7.83114 14.1898C7.83114 14.1893 7.83114 14.1888 7.83114 14.1883C7.83114 14.1877 7.83114 14.1872 7.83114 14.1867C7.83114 14.1862 7.83114 14.1857 7.83114 14.1852C7.83114 14.1846 7.83114 14.1841 7.83114 14.1836C7.83114 14.1831 7.83114 14.1826 7.83114 14.1821C7.83114 14.1815 7.83114 14.181 7.83114 14.1805C7.83114 14.18 7.83114 14.1795 7.83114 14.179C7.83114 14.1784 7.83114 14.1779 7.83114 14.1774C7.83114 14.1769 7.83114 14.1764 7.83114 14.1759C7.83114 14.1753 7.83114 14.1748 7.83114 14.1743C7.83114 14.1738 7.83114 14.1733 7.83114 14.1728C7.83114 14.1722 7.83114 14.1717 7.83114 14.1712C7.83114 14.1707 7.83114 14.1702 7.83114 14.1697C7.83114 14.1691 7.83114 14.1686 7.83114 14.1681C7.83114 14.1676 7.83114 14.1671 7.83114 14.1666C7.83114 14.166 7.83114 14.1655 7.83114 14.165C7.83114 14.1645 7.83114 14.164 7.83114 14.1635C7.83114 14.163 7.83114 14.1624 7.83114 14.1619C7.83114 14.1614 7.83114 14.1609 7.83114 14.1604C7.83114 14.1599 7.83114 14.1593 7.83114 14.1588C7.83114 14.1583 7.83114 14.1578 7.83114 14.1573C7.83114 14.1568 7.83114 14.1562 7.83114 14.1557C7.83114 14.1552 7.83114 14.1547 7.83114 14.1542C7.83114 14.1537 7.83114 14.1531 7.83114 14.1526C7.83114 14.1521 7.83114 14.1516 7.83114 14.1511C7.83114 14.1506 7.83114 14.15 7.83114 14.1495C7.83114 14.149 7.83114 14.1485 7.83114 14.148C7.83114 14.1475 7.83114 14.1469 7.83114 14.1464C7.83114 14.1459 7.83114 14.1454 7.83114 14.1449C7.83114 14.1444 7.83114 14.1438 7.83114 14.1433C7.83114 14.1428 7.83114 14.1423 7.83114 14.1418C7.83114 14.1413 7.83114 14.1407 7.83114 14.1402C7.83114 14.1397 7.83114 14.1392 7.83114 14.1387C7.83114 14.1382 7.83114 14.1376 7.83114 14.1371C7.83114 14.1366 7.83114 14.1361 7.83114 14.1356C7.83114 14.1351 7.83114 14.1345 7.83114 14.134C7.83114 14.1335 7.83114 14.133 7.83114 14.1325C7.83114 14.132 7.83114 14.1314 7.83114 14.1309C7.83114 14.1304 7.83114 14.1299 7.83114 14.1294C7.83114 14.1289 7.83114 14.1283 7.83114 14.1278C7.83114 14.1273 7.83114 14.1268 7.83114 14.1263C7.83114 14.1258 7.83114 14.1252 7.83114 14.1247C7.83114 14.1242 7.83114 14.1237 7.83114 14.1232C7.83114 14.1227 7.83114 14.1221 7.83114 14.1216C7.83114 14.1211 7.83114 14.1206 7.83114 14.1201C7.83114 14.1196 7.83114 14.119 7.83114 14.1185C7.83114 14.118 7.83114 14.1175 7.83114 14.117C7.83114 14.1165 7.83114 14.1159 7.83114 14.1154C7.83114 14.1149 7.83114 14.1144 7.83114 14.1139C7.83114 14.1134 7.83114 14.1128 7.83114 14.1123C7.83114 14.1118 7.83114 14.1113 7.83114 14.1108C7.83114 14.1103 7.83114 14.1097 7.83114 14.1092C7.83114 14.1087 7.83114 14.1082 7.83114 14.1077C7.83114 14.1072 7.83114 14.1066 7.83114 14.1061C7.83114 14.1056 7.83114 14.1051 7.83114 14.1046C7.83114 14.1041 7.83114 14.1035 7.83114 14.103C7.83114 14.1025 7.83114 14.102 7.83114 14.1015C7.83114 14.101 7.83114 14.1004 7.83114 14.0999C7.83114 14.0994 7.83114 14.0989 7.83114 14.0984C7.83114 14.0979 7.83114 14.0973 7.83114 14.0968C7.83114 14.0963 7.83114 14.0958 7.83114 14.0953C7.83114 14.0948 7.83114 14.0942 7.83114 14.0937C7.83114 14.0932 7.83114 14.0927 7.83114 14.0922C7.83114 14.0917 7.83114 14.0911 7.83114 14.0906C7.83114 14.0901 7.83114 14.0896 7.83114 14.0891C7.83114 14.0886 7.83114 14.088 7.83114 14.0875C7.83114 14.087 7.83114 14.0865 7.83114 14.086C7.83114 14.0854 7.83114 14.0849 7.83114 14.0844C7.83114 14.0839 7.83114 14.0834 7.83114 14.0829C7.83114 14.0823 7.83114 14.0818 7.83114 14.0813C7.83114 14.0808 7.83114 14.0803 7.83114 14.0798C7.83114 14.0792 7.83114 14.0787 7.83114 14.0782C7.83114 14.0777 7.83114 14.0772 7.83114 14.0767C7.83114 14.0761 7.83114 14.0756 7.83114 14.0751C7.83114 14.0746 7.83114 14.0741 7.83114 14.0736C7.83114 14.073 7.83114 14.0725 7.83114 14.072C7.83114 14.0715 7.83114 14.071 7.83114 14.0705C7.83114 14.0699 7.83114 14.0694 7.83114 14.0689C7.83114 14.0684 7.83114 14.0679 7.83114 14.0674C7.83114 14.0668 7.83114 14.0663 7.83114 14.0658C7.83114 14.0653 7.83114 14.0648 7.83114 14.0642C7.83114 14.0637 7.83114 14.0632 7.83114 14.0627C7.83114 14.0622 7.83114 14.0617 7.83114 14.0611C7.83114 14.0606 7.83114 14.0601 7.83114 14.0596C7.83114 14.0591 7.83114 14.0586 7.83114 14.058C7.83114 14.0575 7.83114 14.057 7.83114 14.0565C7.83114 14.056 7.83114 14.0555 7.83114 14.0549C7.83114 14.0544 7.83114 14.0539 7.83114 14.0534C7.83114 14.0529 7.83114 14.0523 7.83114 14.0518C7.83114 14.0513 7.83114 14.0508 7.83114 14.0503C7.83114 14.0498 7.83114 14.0492 7.83114 14.0487C7.83114 14.0482 7.83114 14.0477 7.83114 14.0472C7.83114 14.0467 7.83114 14.0461 7.83114 14.0456C7.83114 14.0451 7.83114 14.0446 7.83114 14.0441C7.83114 14.0436 7.83114 14.043 7.83114 14.0425C7.83114 14.042 7.83114 14.0415 7.83114 14.041C7.83114 14.0404 7.83114 14.0399 7.83114 14.0394C7.83114 14.0389 7.83114 14.0384 7.83114 14.0379C7.83114 14.0373 7.83114 14.0368 7.83114 14.0363C7.83114 14.0358 7.83114 14.0353 7.83114 14.0348C7.83114 14.0342 7.83114 14.0337 7.83114 14.0332C7.83114 14.0327 7.83114 14.0322 7.83114 14.0317C7.83114 14.0311 7.83114 14.0306 7.83114 14.0301C7.83114 14.0296 7.83114 14.0291 7.83114 14.0285C7.83114 14.028 7.83114 14.0275 7.83114 14.027C7.83114 14.0265 7.83114 14.026 7.83114 14.0254C7.83114 14.0249 7.83114 14.0244 7.83114 14.0239C7.83114 14.0234 7.83114 14.0229 7.83114 14.0223C7.83114 14.0218 7.83114 14.0213 7.83114 14.0208C7.83114 14.0203 7.83114 14.0197 7.83114 14.0192C7.83114 14.0187 7.83114 14.0182 7.83114 14.0177C7.83114 14.0172 7.83114 14.0166 7.83114 14.0161C7.83114 14.0156 7.83114 14.0151 7.83114 14.0146C7.83114 14.014 7.83114 14.0135 7.83114 14.013C7.83114 14.0125 7.83114 14.012 7.83114 14.0115C7.83114 14.0109 7.83114 14.0104 7.83114 14.0099C7.83114 14.0094 7.83114 14.0089 7.83114 14.0084C7.83114 14.0078 7.83114 14.0073 7.83114 14.0068C7.83114 14.0063 7.83114 14.0058 7.83114 14.0052C7.83114 14.0047 7.83114 14.0042 7.83114 14.0037C7.83114 14.0032 7.83114 14.0027 7.83114 14.0021C7.83114 14.0016 7.83114 14.0011 7.83114 14.0006C7.83114 14.0001 7.83114 13.9995 7.83114 13.999C7.83114 13.9985 7.83114 13.998 7.83114 13.9975C7.83114 13.997 7.83114 13.9964 7.83114 13.9959C7.83114 13.9954 7.83114 13.9949 7.83114 13.9944C7.83114 13.9939 7.83114 13.9933 7.83114 13.9928C7.83114 13.9923 7.83114 13.9918 7.83114 13.9913C7.83114 13.9907 7.83114 13.9902 7.83114 13.9897C7.83114 13.9892 7.83114 13.9887 7.83114 13.9882C7.83114 13.9876 7.83114 13.9871 7.83114 13.9866C7.83114 13.9861 7.83114 13.9856 7.83114 13.985C7.83114 13.9845 7.83114 13.984 7.83114 13.9835C7.83114 13.983 7.83114 13.9825 7.83114 13.9819C7.83114 13.9814 7.83114 13.9809 7.83114 13.9804C7.83114 13.9799 7.83114 13.9793 7.83114 13.9788C7.83114 13.9783 7.83114 13.9778 7.83114 13.9773C7.83114 13.9768 7.83114 13.9762 7.83114 13.9757C7.83114 13.9752 7.83114 13.9747 7.83114 13.9742C7.83114 13.9736 7.83114 13.9731 7.83114 13.9726C7.83114 13.9721 7.83114 13.9716 7.83114 13.971C7.83114 13.9705 7.83114 13.97 7.83114 13.9695C7.83114 13.969 7.83114 13.9685 7.83114 13.9679C7.83114 13.9674 7.83114 13.9669 7.83114 13.9664C7.83114 13.9659 7.83114 13.9653 7.83114 13.9648C7.83114 13.9643 7.83114 13.9638 7.83114 13.9633C7.83114 13.9628 7.83114 13.9622 7.83114 13.9617C7.83114 13.9612 7.83114 13.9607 7.83114 13.9602C7.83114 13.9596 7.83114 13.9591 7.83114 13.9586C7.83114 13.9581 7.83114 13.9576 7.83114 13.9571C7.83114 13.9565 7.83114 13.956 7.83114 13.9555C7.83114 13.955 7.83114 13.9545 7.83114 13.9539C7.83114 13.9534 7.83114 13.9529 7.83114 13.9524C7.83114 13.9519 7.83114 13.9513 7.83114 13.9508C7.83114 13.9503 7.83114 13.9498 7.83114 13.9493C7.83114 13.9488 7.83114 13.9482 7.83114 13.9477C7.83114 13.9472 7.83114 13.9467 7.83114 13.9462C7.83114 13.9456 7.83114 13.9451 7.83114 13.9446C7.83114 13.9441 7.83114 13.9436 7.83114 13.943C7.83114 13.9425 7.83114 13.942 7.83114 13.9415C7.83114 13.941 7.83114 13.9405 7.83114 13.9399C7.83114 13.9394 7.83114 13.9389 7.83114 13.9384C7.83114 13.9379 7.83114 13.9373 7.83114 13.9368C7.83114 13.9363 7.83114 13.9358 7.83114 13.9353C7.83114 13.9347 7.83114 13.9342 7.83114 13.9337C7.83114 13.9332 7.83114 13.9327 7.83114 13.9322C7.83114 13.9316 7.83114 13.9311 7.83114 13.9306C7.83114 13.9301 7.83114 13.9296 7.83114 13.929C7.83114 13.9285 7.83114 13.928 7.83114 13.9275C7.83114 13.927 7.83114 13.9264 7.83114 13.9259C7.83114 13.9254 7.83114 13.9249 7.83114 13.9244C7.83114 13.9238 7.83114 13.9233 7.83114 13.9228C7.83114 13.9223 7.83114 13.9218 7.83114 13.9213C7.83114 13.9207 7.83114 13.9202 7.83114 13.9197C7.83114 13.9192 7.83114 13.9187 7.83114 13.9181C7.83114 13.9176 7.83114 13.9171 7.83114 13.9166C7.83114 13.9161 7.83114 13.9155 7.83114 13.915C7.83114 13.9145 7.83114 13.914 7.83114 13.9135C7.83114 13.9129 7.83114 13.9124 7.83114 13.9119C7.83114 13.9114 7.83114 13.9109 7.83114 13.9103C7.83114 13.9098 7.83114 13.9093 7.83114 13.9088C7.83114 13.9083 7.83114 13.9078 7.83114 13.9072C7.83114 13.9067 7.83114 13.9062 7.83114 13.9057C7.83114 13.9052 7.83114 13.9046 7.83114 13.9041C7.83114 13.9036 7.83114 13.9031 7.83114 13.9026C7.83114 13.902 7.83114 13.9015 7.83114 13.901C7.83114 13.9005 7.83114 13.9 7.83114 13.8994C7.83114 13.8989 7.83114 13.8984 7.83114 13.8979C7.83114 13.8974 7.83114 13.8968 7.83114 13.8963C7.83114 13.8958 7.83114 13.8953 7.83114 13.8948C7.83114 13.8942 7.83114 13.8937 7.83114 13.8932C7.83114 13.8927 7.83114 13.8922 7.83114 13.8917C7.83114 13.8911 7.83114 13.8906 7.83114 13.8901C7.83114 13.8896 7.83114 13.8891 7.83114 13.8885C7.83114 13.888 7.83114 13.8875 7.83114 13.887C7.83114 13.8865 7.83114 13.8859 7.83114 13.8854C7.83114 13.8849 7.83114 13.8844 7.83114 13.8839C7.83114 13.8833 7.83114 13.8828 7.83114 13.8823C7.83114 13.8818 7.83114 13.8813 7.83114 13.8807C7.83114 13.8802 7.83114 13.8797 7.83114 13.8792C7.83114 13.8787 7.83114 13.8781 7.83114 13.8776C7.83114 13.8771 7.83114 13.8766 7.83114 13.8761C7.83114 13.8755 7.83114 13.875 7.83114 13.8745C7.83114 13.874 7.83114 13.8735 7.83114 13.8729C7.83114 13.8724 7.83114 13.8719 7.83114 13.8714C7.83114 13.8709 7.83114 13.8703 7.83114 13.8698C7.83114 13.8693 7.83114 13.8688 7.83114 13.8683C7.83114 13.8677 7.83114 13.8672 7.83114 13.8667C7.83114 13.8662 7.83114 13.8657 7.83114 13.8651C7.83114 13.8646 7.83114 13.8641 7.83114 13.8636C7.83114 13.8631 7.83114 13.8625 7.83114 13.862C7.83114 13.8615 7.83114 13.861 7.83114 13.8605C7.83114 13.8599 7.83114 13.8594 7.83114 13.8589C7.83114 13.8584 7.83114 13.8579 7.83114 13.8573C7.83114 13.8568 7.83114 13.8563 7.83114 13.8558C7.83114 13.8553 7.83114 13.8547 7.83114 13.8542C7.83114 13.8537 7.83114 13.8532 7.83114 13.8527C7.83114 13.8521 7.83114 13.8516 7.83114 13.8511C7.83114 13.8506 7.83114 13.8501 7.83114 13.8495C7.83114 13.849 7.83114 13.8485 7.83114 13.848C7.83114 13.8475 7.83114 13.8469 7.83114 13.8464C7.83114 13.8459 7.83114 13.8454 7.83114 13.8449C7.83114 13.8443 7.83114 13.8438 7.83114 13.8433C7.83114 13.8428 7.83114 13.8422 7.83114 13.8417C7.83114 13.8412 7.83114 13.8407 7.83114 13.8402C7.83114 13.8396 7.83114 13.8391 7.83114 13.8386C7.83114 13.8381 7.83114 13.8376 7.83114 13.837C7.83114 13.8365 7.83114 13.836 7.83114 13.8355C7.83114 13.835 7.83114 13.8344 7.83114 13.8339C7.83114 13.8334 7.83114 13.8329 7.83114 13.8324C7.83114 13.8318 7.83114 13.8313 7.83114 13.8308C7.83114 13.8303 7.83114 13.8298 7.83114 13.8292C7.83114 13.8287 7.83114 13.8282 7.83114 13.8277C7.83114 13.8272 7.83114 13.8266 7.83114 13.8261C7.83114 13.8256 7.83114 13.8251 7.83114 13.8245C7.83114 13.824 7.83114 13.8235 7.83114 13.823C7.83114 13.8225 7.83114 13.8219 7.83114 13.8214C7.83114 13.8209 7.83114 13.8204 7.83114 13.8199C7.83114 13.8193 7.83114 13.8188 7.83114 13.8183C7.83114 13.8178 7.83114 13.8173 7.83114 13.8167C7.83114 13.8162 7.83114 13.8157 7.83114 13.8152C7.83114 13.8147 7.83114 13.8141 7.83114 13.8136C7.83114 13.8131 7.83114 13.8126 7.83114 13.812C7.83114 13.8115 7.83114 13.811 7.83114 13.8105C7.83114 13.81 7.83114 13.8094 7.83114 13.8089C7.83114 13.8084 7.83114 13.8079 7.83114 13.8074C7.83114 13.8068 7.83114 13.8063 7.83114 13.8058C7.83114 13.8053 7.83114 13.8047 7.83114 13.8042C7.83114 13.8037 7.83114 13.8032 7.83114 13.8027C7.83114 13.8021 7.83114 13.8016 7.83114 13.8011C7.83114 13.8006 7.83114 13.8001 7.83114 13.7995C7.83114 13.799 7.83114 13.7985 7.83114 13.798C7.83114 13.7975 7.83114 13.7969 7.83114 13.7964C7.83114 13.7959 7.83114 13.7954 7.83114 13.7948C7.83114 13.7943 7.83114 13.7938 7.83114 13.7933C7.83114 13.7928 7.83114 13.7922 7.83114 13.7917C7.83114 13.7912 7.83114 13.7907 7.83114 13.7902C7.83114 13.7896 7.83114 13.7891 7.83114 13.7886C7.83114 13.7881 7.83114 13.7875 7.83114 13.787C7.83114 13.7865 7.83114 13.786 7.83114 13.7855C7.83114 13.7849 7.83114 13.7844 7.83114 13.7839C7.83114 13.7834 7.83114 13.7829 7.83114 13.7823C7.83114 13.7818 7.83114 13.7813 7.83114 13.7808C7.83114 13.7802 7.83114 13.7797 7.83114 13.7792C7.83114 13.7787 7.83114 13.7782 7.83114 13.7776C7.83114 13.7771 7.83114 13.7766 7.83114 13.7761C7.83114 13.7755 7.83114 13.775 7.83114 13.7745C7.83114 13.774 7.83114 13.7735 7.83114 13.7729C7.83114 13.7724 7.83114 13.7719 7.83114 13.7714C7.83114 13.7708 7.83114 13.7703 7.83114 13.7698C7.83114 13.7693 7.83114 13.7688 7.83114 13.7682C7.83114 13.7677 7.83114 13.7672 7.83114 13.7667C7.83114 13.7662 7.83114 13.7656 7.83114 13.7651C7.83114 13.7646 7.83114 13.7641 7.83114 13.7635C7.83114 13.763 7.83114 13.7625 7.83114 13.762C7.83114 13.7615 7.83114 13.7609 7.83114 13.7604C7.83114 13.7599 7.83114 13.7594 7.83114 13.7588C7.83114 13.7583 7.83114 13.7578 7.83114 13.7573C7.83114 13.7568 7.83114 13.7562 7.83114 13.7557C7.83114 13.7552 7.83114 13.7547 7.83114 13.7541C7.83114 13.7536 7.83114 13.7531 7.83114 13.7526C7.83114 13.7521 7.83114 13.7515 7.83114 13.751C7.83114 13.7505 7.83114 13.75 7.83114 13.7494C7.83114 13.7489 7.83114 13.7484 7.83114 13.7479C7.83114 13.7474 7.83114 13.7468 7.83114 13.7463C7.83114 13.7458 7.83114 13.7453 7.83114 13.7447C7.83114 13.7442 7.83114 13.7437 7.83114 13.7432C7.83114 13.7427 7.83114 13.7421 7.83114 13.7416C7.83114 13.7411 7.83114 13.7406 7.83114 13.74C7.83114 13.7395 7.83114 13.739 7.83114 13.7385C7.83114 13.7379 7.83114 13.7374 7.83114 13.7369C7.83114 13.7364 7.83114 13.7359 7.83114 13.7353C7.83114 13.7348 7.83114 13.7343 7.83114 13.7338H7.43114ZM7.43114 14.5288C7.43114 14.679 7.43686 14.7807 7.43538 14.918L7.83535 14.9223C7.83668 14.7997 7.83114 14.6385 7.83114 14.5288H7.43114ZM7.4354 14.9163C7.43308 15.038 7.4065 15.1138 7.37227 15.1621C7.3398 15.208 7.2872 15.2479 7.19369 15.2734L7.29906 15.6593C7.46347 15.6144 7.60254 15.5291 7.69868 15.3934C7.79306 15.2601 7.83201 15.0981 7.83533 14.9239L7.4354 14.9163ZM7.19353 15.2735C6.69119 15.4111 6.18786 15.4111 5.68394 15.2734L5.5785 15.6593C6.15136 15.8158 6.72761 15.8158 7.29922 15.6592L7.19353 15.2735ZM5.68315 15.2732C5.58278 15.2462 5.52747 15.2047 5.49485 15.1586C5.4611 15.1108 5.43508 15.0347 5.43795 14.909L5.03806 14.8999C5.03388 15.0826 5.07059 15.2514 5.16826 15.3895C5.26707 15.5292 5.41188 15.6145 5.5793 15.6595L5.68315 15.2732ZM5.43795 14.9093C5.45342 14.2719 5.47451 13.6366 5.50542 13L5.10589 12.9806C5.07479 13.6212 5.0536 14.2599 5.03807 14.8996L5.43795 14.9093ZM5.50539 13.0006C5.51028 12.9056 5.50471 12.8024 5.45964 12.7051C5.41209 12.6025 5.3327 12.5317 5.23785 12.479L5.04367 12.8287C5.08694 12.8527 5.09423 12.8679 5.0967 12.8733C5.10167 12.884 5.10949 12.9107 5.10592 12.9801L5.50539 13.0006ZM5.23725 12.4787C5.07571 12.3897 4.92276 12.2739 4.75586 12.1493L4.51654 12.4698C4.67662 12.5893 4.85346 12.7239 5.04427 12.829L5.23725 12.4787ZM4.75682 12.15C4.6133 12.0415 4.53892 11.8889 4.54439 11.6825L4.14453 11.6719C4.1359 11.9977 4.26166 12.2771 4.51558 12.469L4.75682 12.15ZM4.54438 11.6827C4.56137 11.0696 4.70141 9.03834 4.7289 8.41176L4.32928 8.39423C4.30321 8.98844 4.16137 11.064 4.14454 11.6717L4.54438 11.6827ZM4.72892 8.4113C4.72934 8.40123 4.72977 8.398 4.72964 8.39904C4.72956 8.39962 4.72901 8.40386 4.72746 8.41029C4.72627 8.41522 4.72239 8.43065 4.71266 8.44945C4.70511 8.46403 4.67807 8.51243 4.61559 8.53896C4.53884 8.57155 4.46999 8.5474 4.43368 8.52456C4.40305 8.50529 4.3863 8.48266 4.38151 8.47607C4.37485 8.4669 4.37096 8.45963 4.36969 8.45722C4.3669 8.4519 4.36827 8.45367 4.37651 8.47674C4.38231 8.49296 4.39218 8.52149 4.40175 8.54757C4.42115 8.6005 4.45043 8.67504 4.49082 8.73976C4.52331 8.79183 4.60313 8.90422 4.74543 8.91681L4.78067 8.51836C4.84334 8.5239 4.85514 8.56802 4.83016 8.52799C4.81308 8.50062 4.7954 8.45924 4.77729 8.40985C4.76809 8.38477 4.76155 8.36554 4.75316 8.34208C4.74722 8.32545 4.73662 8.29562 4.72394 8.27145C4.7202 8.26432 4.71397 8.25314 4.70509 8.24092C4.69809 8.23128 4.67925 8.20647 4.64666 8.18597C4.60839 8.1619 4.53771 8.13746 4.45925 8.17078C4.39506 8.19803 4.36643 8.24817 4.35742 8.26559C4.3385 8.30214 4.33422 8.33802 4.33308 8.34665C4.33097 8.36265 4.3299 8.37933 4.32926 8.39469L4.72892 8.4113ZM4.74543 8.91681C4.88004 8.92871 4.97759 8.84367 5.02117 8.80069C5.07342 8.74918 5.11811 8.68629 5.14743 8.64456C5.16412 8.62081 5.17509 8.60488 5.18493 8.59167C5.19829 8.57375 5.19422 8.58226 5.17874 8.59439C5.17422 8.59793 5.13435 8.63059 5.07012 8.63178C4.97806 8.63349 4.92084 8.57421 4.89814 8.53215C4.88103 8.50045 4.87931 8.47429 4.87929 8.47402C4.87883 8.46939 4.87925 8.46967 4.87891 8.47777L5.27858 8.49413C5.27931 8.4764 5.27942 8.456 5.27741 8.43529C5.27582 8.41895 5.27127 8.38131 5.25014 8.34217C5.22344 8.29269 5.16102 8.23002 5.06268 8.23185C4.99216 8.23316 4.94493 8.26943 4.93202 8.27954C4.89978 8.30481 4.87494 8.33824 4.8642 8.35266C4.84994 8.37179 4.8335 8.3956 4.82015 8.41459C4.7894 8.45836 4.76353 8.49299 4.74033 8.51587C4.70847 8.54728 4.72568 8.5135 4.78067 8.51836L4.74543 8.91681ZM4.87888 8.47873C4.86071 8.98155 4.73554 10.8923 4.69613 11.3971L5.09492 11.4283C5.13444 10.922 5.26014 9.00454 5.27862 8.49317L4.87888 8.47873ZM4.69613 11.3971C4.68406 11.5517 4.69711 11.7031 4.76206 11.8378C4.82941 11.9775 4.94194 12.0775 5.0876 12.1451L5.25593 11.7822C5.17891 11.7465 5.14275 11.7064 5.12236 11.6641C5.09959 11.6169 5.08585 11.5444 5.09492 11.4283L4.69613 11.3971ZM5.08746 12.145C5.10361 12.1525 5.12235 12.1637 5.149 12.1815C5.17038 12.1958 5.21012 12.2237 5.24275 12.2446L5.45876 11.908C5.42797 11.8882 5.40852 11.8739 5.37141 11.849C5.33957 11.8277 5.30052 11.8029 5.25607 11.7823L5.08746 12.145ZM5.5483 12.1076C5.63001 11.5913 5.71032 11.089 5.79066 10.5866L5.39568 10.5234C5.31535 11.0258 5.23499 11.5284 5.15322 12.045L5.5483 12.1076ZM5.79096 10.5847C5.79873 10.5329 5.80344 10.5047 5.81132 10.4824L5.43422 10.349C5.41109 10.4144 5.40171 10.4832 5.39539 10.5253L5.79096 10.5847ZM5.81169 10.4814C5.85511 10.3564 5.87042 10.2341 5.85198 10.1093C5.83382 9.9864 5.78485 9.87401 5.71898 9.76562L5.37717 9.97339C5.42545 10.0528 5.44836 10.1142 5.45627 10.1677C5.4639 10.2194 5.45949 10.2763 5.43385 10.3501L5.81169 10.4814ZM5.71918 9.76596C5.42416 9.27846 5.61485 8.62073 6.08589 8.38458L5.90662 8.027C5.21633 8.37307 4.96729 9.29611 5.37696 9.97305L5.71918 9.76596ZM6.08604 8.38451C6.15616 8.34928 6.23601 8.29974 6.29142 8.21399C6.3481 8.1263 6.3615 8.02887 6.35971 7.93437L5.95978 7.94195C5.96081 7.99613 5.95165 8.00279 5.95548 7.99687C5.95804 7.9929 5.95474 8.00283 5.90647 8.02708L6.08604 8.38451ZM6.35973 7.93571C6.35802 7.79649 6.35719 7.67819 6.34812 7.58406C6.33893 7.48879 6.3195 7.39152 6.26333 7.30445C6.2055 7.21481 6.12429 7.15965 6.03949 7.11726C5.95815 7.07659 5.85355 7.03835 5.73396 6.99445L5.59614 7.36997C5.7239 7.41685 5.80392 7.44669 5.86061 7.47503C5.91385 7.50165 5.92407 7.51644 5.9272 7.52128C5.93199 7.52871 5.94303 7.55049 5.94996 7.62244C5.95701 7.69553 5.95794 7.79263 5.95976 7.94061L6.35973 7.93571ZM5.73448 6.99465C5.61998 6.95226 5.47324 6.90165 5.33787 6.85201L5.20016 7.22756C5.36357 7.28748 5.46489 7.32138 5.59562 7.36977L5.73448 6.99465ZM5.07077 7.01334C5.01919 7.39998 4.97028 7.75568 4.91997 8.13237L5.31645 8.18531C5.3648 7.82327 5.41736 7.44024 5.46726 7.06623L5.07077 7.01334ZM4.91989 8.13296C4.90346 8.25883 4.89706 8.34249 4.88072 8.45793L5.27677 8.51397C5.29145 8.41029 5.30477 8.27483 5.31653 8.18472L4.91989 8.13296ZM4.88064 8.4585C4.87114 8.5271 4.84816 8.55944 4.83522 8.57142C4.82605 8.57992 4.81527 8.58567 4.79172 8.58225L4.73438 8.97812C4.8729 8.99819 5.00588 8.95855 5.10699 8.86492C5.20433 8.77478 5.25817 8.64826 5.27686 8.51339L4.88064 8.4585ZM4.79221 8.58233C4.77061 8.57914 4.75652 8.56955 4.74566 8.55244C4.73332 8.53302 4.71945 8.4932 4.72758 8.42756L4.3306 8.37844C4.31336 8.51782 4.33684 8.65486 4.40801 8.76691C4.48065 8.88127 4.59622 8.95776 4.73388 8.97805L4.79221 8.58233ZM4.72769 8.42659C4.78813 7.91779 4.85689 7.4114 4.92615 6.87771L4.52947 6.82623C4.46062 7.35681 4.39126 7.86775 4.33049 8.37941L4.72769 8.42659ZM4.80821 6.66884C4.75649 6.64614 4.67916 6.60922 4.60416 6.58146L4.4653 6.95658C4.52559 6.9789 4.57792 7.00459 4.64741 7.0351L4.80821 6.66884ZM4.60389 6.58136C3.63307 6.22356 2.66088 5.85794 1.6824 5.51299L1.5494 5.89024C2.52432 6.23393 3.49143 6.59766 4.46556 6.95668L4.60389 6.58136ZM1.68265 5.51308C1.43287 5.42464 1.27425 5.29566 1.18901 5.0493L0.810994 5.18009C0.945615 5.56917 1.21545 5.77199 1.54915 5.89015L1.68265 5.51308ZM1.2 5.1147V4.78446H0.8V5.1147H1.2ZM0.811834 4.85224L0.814653 4.86006L1.19098 4.72451L1.18817 4.71668L0.811834 4.85224ZM9.4665 4.65985C9.42825 4.46502 9.44427 4.31088 9.49403 4.18456C9.54408 4.0575 9.63408 3.94391 9.76682 3.84025L9.52064 3.52499C9.34473 3.66236 9.20359 3.83048 9.12186 4.03797C9.03984 4.24619 9.02345 4.47942 9.07399 4.7369L9.4665 4.65985ZM9.7673 3.83988C10.1757 3.519 10.8467 3.52588 11.2477 3.85452L11.5012 3.54516C10.9551 3.0975 10.0758 3.08873 9.52016 3.52536L9.7673 3.83988ZM11.248 3.85477C11.468 4.03435 11.5828 4.25101 11.5467 4.5389L11.9436 4.58866C12.0005 4.13469 11.8024 3.79103 11.5009 3.54491L11.248 3.85477ZM11.5467 4.53888C11.5277 4.68994 11.4729 4.79324 11.3998 4.86936C11.3243 4.94808 11.2187 5.00832 11.0841 5.05338L11.211 5.4327C11.385 5.37446 11.5543 5.28601 11.6884 5.1464C11.8249 5.00418 11.9146 4.81951 11.9436 4.58868L11.5467 4.53888ZM11.0844 5.05327C10.7402 5.16779 10.4073 5.20537 10.1249 5.09316L9.9772 5.46491C10.3882 5.62816 10.8305 5.55931 11.2107 5.43281L11.0844 5.05327ZM10.1254 5.09336C9.90284 5.00428 9.70262 5.00091 9.51633 5.06284C9.33945 5.12164 9.18986 5.23494 9.0576 5.34729L9.31658 5.65214C9.44224 5.54538 9.54281 5.47556 9.64252 5.44241C9.73283 5.41239 9.83562 5.40823 9.97672 5.46471L10.1254 5.09336ZM9.05504 5.34951C9.03012 5.37142 9.01431 5.37903 8.96106 5.4177L9.19608 5.74137C9.21611 5.72683 9.27641 5.68749 9.31914 5.64992L9.05504 5.34951ZM8.9599 5.41855C8.30174 5.90371 7.64234 6.38876 6.96005 6.89127L7.19726 7.21334C7.87926 6.71105 8.53903 6.22573 9.19724 5.74052L8.9599 5.41855ZM7.00141 7.23679C7.08315 7.27101 7.15057 7.30054 7.21923 7.32595L7.35808 6.95082C7.29989 6.92928 7.24611 6.9056 7.1559 6.86782L7.00141 7.23679ZM7.21977 7.32615C8.17689 7.67731 9.13157 8.0208 10.0815 8.38179L10.2236 8.00788C9.2708 7.6458 8.31154 7.30064 7.35754 6.95062L7.21977 7.32615ZM10.081 8.3816C10.3672 8.49126 10.6356 8.49362 10.9242 8.38119L10.779 8.00848C10.5855 8.08387 10.4199 8.08309 10.2241 8.00808L10.081 8.3816ZM10.9241 8.38123C11.5851 8.12409 13.4864 7.43327 14.1554 7.19192L14.0196 6.81566C13.3525 7.05636 11.4457 7.7491 10.7791 8.00844L10.9241 8.38123ZM14.1562 7.19163C14.1878 7.18007 14.1811 7.18507 14.1603 7.18685C14.153 7.18747 14.1338 7.18871 14.1092 7.18367C14.0851 7.17875 14.0356 7.16344 13.9964 7.11433C13.9542 7.06154 13.9505 7.00362 13.9548 6.9683C13.9587 6.93649 13.9696 6.91408 13.9739 6.90576C13.9791 6.89564 13.9839 6.88883 13.9857 6.8863C13.9868 6.88472 13.9877 6.88358 13.9882 6.88293C13.9888 6.88227 13.9891 6.88192 13.9891 6.8819C13.9891 6.88188 13.9889 6.88208 13.9885 6.88252C13.9881 6.88297 13.9876 6.88358 13.9868 6.88439C13.9853 6.88604 13.9833 6.88817 13.9807 6.8909C13.9664 6.90586 13.957 6.91493 13.933 6.9397C13.8941 6.97983 13.8391 7.03892 13.7943 7.10765C13.7515 7.17326 13.7013 7.27266 13.7074 7.38969L14.1068 7.36914C14.1072 7.37661 14.1046 7.3641 14.1294 7.32602C14.1522 7.29107 14.1847 7.25468 14.2202 7.21812C14.2333 7.20455 14.2578 7.17997 14.2699 7.16729C14.2775 7.15935 14.2865 7.14965 14.2951 7.13952C14.3016 7.13176 14.3169 7.11324 14.3295 7.0889C14.3356 7.07701 14.3476 7.05149 14.3518 7.01705C14.3565 6.9791 14.3523 6.91903 14.3088 6.86457C14.2682 6.81382 14.2166 6.79735 14.1894 6.79179C14.1616 6.78612 14.1384 6.78725 14.1262 6.7883C14.0854 6.79179 14.0429 6.80716 14.0189 6.81594L14.1562 7.19163ZM13.7074 7.38941C13.7149 7.53945 13.8191 7.62367 13.8938 7.66349C13.9674 7.70271 14.0506 7.72147 14.107 7.7322C14.1368 7.73786 14.1654 7.74236 14.1855 7.74564C14.1962 7.74739 14.2041 7.74873 14.2104 7.74992C14.2172 7.75119 14.2187 7.75165 14.2171 7.75122C14.2161 7.75096 14.2124 7.74992 14.207 7.74787C14.2023 7.74608 14.1912 7.7416 14.1777 7.73315C14.166 7.72576 14.1388 7.70698 14.117 7.67147C14.0909 7.62907 14.0797 7.57379 14.0948 7.51801C14.1075 7.47072 14.1342 7.44175 14.1467 7.42964C14.1606 7.41635 14.1729 7.40871 14.178 7.4057C14.1881 7.3997 14.1938 7.39808 14.1881 7.40022L14.328 7.77493C14.3417 7.76983 14.3616 7.76179 14.3815 7.75002C14.3915 7.74412 14.4076 7.73376 14.4241 7.71789C14.4393 7.7032 14.4676 7.67179 14.481 7.62218C14.4967 7.56407 14.4851 7.50659 14.4578 7.46208C14.4347 7.42447 14.4052 7.40369 14.3904 7.39436C14.3613 7.37608 14.3327 7.36817 14.3229 7.36548C14.2982 7.35871 14.2688 7.35395 14.25 7.35088C14.2267 7.34707 14.205 7.34367 14.1818 7.33926C14.1323 7.32984 14.0993 7.31974 14.082 7.31049C14.0657 7.30184 14.1043 7.31798 14.1069 7.36942L13.7074 7.38941ZM14.1896 7.39964C13.4978 7.65157 11.5558 8.36416 10.8665 8.6261L11.0086 9.00001C11.6949 8.73921 13.6343 8.02754 14.3265 7.7755L14.1896 7.39964ZM10.8661 8.62626C10.6182 8.72108 10.3897 8.72015 10.14 8.62593L9.99877 9.00018C10.3381 9.12821 10.6677 9.1304 11.009 8.99985L10.8661 8.62626ZM10.1396 8.6258C9.09158 8.23263 8.04004 7.85174 6.99256 7.46713L6.85469 7.84262C7.90437 8.22804 8.95281 8.60779 9.99911 9.00031L10.1396 8.6258ZM6.99444 7.46783C6.93238 7.44433 6.84954 7.41868 6.78404 7.39571L6.65167 7.77318C6.74684 7.80655 6.79085 7.81846 6.85282 7.84192L6.99444 7.46783ZM6.51786 7.58444C6.51786 7.75105 6.52341 7.86538 6.51674 7.98837L6.91615 8.01003C6.92358 7.87321 6.91786 7.72773 6.91786 7.58444H6.51786ZM6.51688 7.98598C6.51163 8.06536 6.5219 8.15204 6.57474 8.23097C6.62411 8.30472 6.69413 8.34574 6.74659 8.37205L6.9259 8.01449C6.91816 8.01061 6.9123 8.0074 6.90786 8.00476C6.90343 8.00213 6.90095 8.00039 6.89984 7.99955C6.89786 7.99807 6.90204 8.00084 6.90713 8.00845C6.90959 8.01213 6.91166 8.01603 6.91323 8.01986C6.91477 8.02362 6.91549 8.02647 6.91578 8.02787C6.91628 8.03027 6.91509 8.02637 6.91601 8.01241L6.51688 7.98598ZM6.7475 8.37251C7.29148 8.64184 7.46529 9.32122 7.09705 9.88721L7.43234 10.1053C7.91537 9.36291 7.70865 8.40205 6.92499 8.01404L6.7475 8.37251ZM7.09755 9.88645C7.06572 9.93489 7.04034 9.99339 7.02467 10.051C7.00986 10.1055 6.99754 10.1816 7.01439 10.2583L7.40507 10.1725C7.40689 10.1808 7.40597 10.1833 7.40639 10.1782C7.40675 10.1736 7.40793 10.166 7.41065 10.156C7.41647 10.1346 7.42562 10.1156 7.43184 10.1061L7.09755 9.88645ZM7.01468 10.2596C7.21574 11.1466 7.31212 12.0536 7.37809 12.9749L7.77707 12.9463C7.71056 12.0176 7.61244 11.0872 7.40478 10.1712L7.01468 10.2596ZM7.37821 12.9764C7.38463 13.0573 7.42569 13.1273 7.45758 13.1697C7.47596 13.1941 7.49845 13.2189 7.52459 13.2407C7.54871 13.2608 7.58688 13.2874 7.63693 13.3008L7.74091 12.9146C7.75554 12.9185 7.76564 12.9237 7.77088 12.9267C7.77635 12.9299 7.77947 12.9324 7.7804 12.9332C7.78197 12.9345 7.78032 12.9333 7.7772 12.9292C7.77421 12.9252 7.77249 12.922 7.77209 12.9211C7.77197 12.9208 7.77266 12.9222 7.77359 12.9254C7.77447 12.9284 7.77618 12.935 7.77695 12.9448L7.37821 12.9764ZM7.63764 13.301C7.98973 13.3944 8.34396 13.4766 8.69704 13.5521L8.78077 13.161C8.43199 13.0863 8.08434 13.0057 7.7402 12.9144L7.63764 13.301ZM8.7013 13.553C8.75537 13.5634 8.8029 13.5535 8.83209 13.5448C8.86423 13.5352 8.89371 13.5211 8.91883 13.5059C8.95997 13.4811 9.02758 13.4302 9.05989 13.3495L8.68853 13.2009C8.69797 13.1773 8.70977 13.1659 8.71069 13.165C8.7131 13.1626 8.71359 13.1626 8.71226 13.1634C8.71078 13.1643 8.71215 13.1631 8.71774 13.1614C8.72074 13.1606 8.72679 13.159 8.7355 13.1581C8.74393 13.1572 8.75832 13.1567 8.77652 13.1601L8.7013 13.553ZM9.05972 13.3499C9.15393 13.1161 9.31304 12.9877 9.54933 12.8926L9.39988 12.5215C9.09215 12.6455 8.83408 12.8396 8.6887 13.2005L9.05972 13.3499ZM9.54915 12.8926C11.6839 12.0352 13.8195 11.1689 15.9535 10.3102L15.8042 9.93908C13.6677 10.7988 11.5358 11.6636 9.40006 12.5215L9.54915 12.8926ZM15.953 10.3104C16.0265 10.281 16.1182 10.2348 16.1787 10.1421C16.241 10.0468 16.2468 9.93969 16.2371 9.84313L15.8391 9.88336C15.8448 9.94018 15.8338 9.93876 15.8439 9.92328C15.8482 9.91669 15.8515 9.91537 15.8469 9.91846C15.8412 9.92234 15.8289 9.9292 15.8047 9.93888L15.953 10.3104ZM16.237 9.84222C16.2198 9.67967 16.2084 9.51583 16.1965 9.34739C16.1848 9.18017 16.1726 9.00858 16.1538 8.83669L15.7561 8.8802C15.774 9.04324 15.7857 9.20737 15.7975 9.37548C15.8093 9.54236 15.8211 9.71346 15.8392 9.88427L16.237 9.84222ZM16.1538 8.83688C16.0888 8.23761 16.0138 7.63752 15.9407 7.02395L15.5435 7.07127C15.617 7.68788 15.6914 8.28353 15.7561 8.88001L16.1538 8.83688ZM15.6737 6.85968C15.3255 6.9865 15.004 7.10391 14.6827 7.22129L14.8199 7.59701C15.1413 7.47962 15.4625 7.36227 15.8106 7.23554L15.6737 6.85968ZM14.683 7.2212C14.5055 7.28574 14.3616 7.34791 14.2008 7.39594L14.3153 7.77921C14.4899 7.72707 14.6701 7.65151 14.8197 7.5971L14.683 7.2212ZM14.2013 7.39581C14.1632 7.40707 14.1462 7.39916 14.1398 7.39525C14.1314 7.39018 14.1125 7.37383 14.1005 7.3283L13.7137 7.43053C13.7468 7.5556 13.8188 7.66836 13.9323 7.73725C14.0478 7.80729 14.1837 7.81816 14.3148 7.77934L14.2013 7.39581ZM14.1006 7.32867C14.0896 7.28703 14.0953 7.26118 14.1028 7.24532C14.1105 7.2291 14.1288 7.20565 14.1735 7.18438L14.0016 6.8232C13.8884 6.87705 13.7953 6.9608 13.7417 7.07332C13.6879 7.18619 13.6823 7.31059 13.7136 7.43015L14.1006 7.32867ZM14.1715 7.1853C14.2125 7.16634 14.2565 7.15081 14.3117 7.13092L14.1762 6.75458C14.1271 6.77225 14.064 6.79428 14.0035 6.82228L14.1715 7.1853ZM14.3129 7.13048C15.9826 6.51711 17.6533 5.9065 19.3224 5.28816L19.1834 4.91307C17.515 5.53116 15.8455 6.14134 14.175 6.75501L14.3129 7.13048ZM19.3235 5.28772C19.3993 5.25913 19.4555 5.20811 19.4897 5.17491C19.5379 5.12815 19.5448 5.11681 19.5742 5.09086L19.3093 4.79108C19.288 4.80993 19.2686 4.82953 19.253 4.84548C19.2358 4.86307 19.224 4.8754 19.2112 4.8878C19.1842 4.91407 19.177 4.91549 19.1822 4.9135L19.3235 5.28772ZM19.565 4.78345C19.5382 4.76251 19.5289 4.75058 19.4832 4.71057C19.4491 4.68067 19.395 4.63631 19.3239 4.61052L19.1875 4.98657C19.1855 4.98582 19.1934 4.98841 19.2195 5.01134C19.2325 5.02274 19.2436 5.03324 19.2613 5.04938C19.2771 5.06382 19.2967 5.08146 19.3185 5.09849L19.565 4.78345ZM19.325 4.61092C16.4962 3.56695 13.6672 2.52602 10.8339 1.49601L10.6973 1.87194C13.5297 2.90161 16.3579 3.94228 19.1865 4.98617L19.325 4.61092ZM10.8345 1.49621C10.6322 1.42199 10.3804 1.42199 10.1781 1.49621L10.3158 1.87174C10.4292 1.83014 10.5833 1.83014 10.6967 1.87174L10.8345 1.49621ZM10.1788 1.49595C7.35103 2.52129 4.52747 3.5623 1.70337 4.59986L1.84131 4.97532C4.66601 3.93754 7.48842 2.89696 10.3151 1.87199L10.1788 1.49595ZM1.70291 4.60003C1.68149 4.60796 1.67377 4.60937 1.63708 4.62175C1.60911 4.63118 1.57017 4.64546 1.53089 4.66872L1.73473 5.01289C1.73774 5.01111 1.7453 5.00739 1.76491 5.00077C1.77578 4.99711 1.81668 4.98444 1.84177 4.97515L1.70291 4.60003ZM1.52866 4.67006C1.44328 4.72214 1.3564 4.81735 1.35885 4.95243C1.36128 5.08599 1.4498 5.17825 1.53499 5.2288L1.73909 4.88478C1.72139 4.87428 1.75777 4.88908 1.75879 4.94516C1.75983 5.00277 1.72228 5.0205 1.73696 5.01154L1.52866 4.67006ZM1.53759 5.23031C1.60044 5.26633 1.67641 5.28984 1.70573 5.30069L1.84459 4.92557C1.78089 4.90199 1.76102 4.89733 1.73649 4.88327L1.53759 5.23031ZM1.70629 5.3009C3.10398 5.81357 4.49869 6.31004 5.88502 6.84301L6.02856 6.46965C4.63841 5.93521 3.23692 5.43628 1.84403 4.92537L1.70629 5.3009ZM5.88527 6.84311C6.06925 6.91356 6.24475 6.94585 6.4234 6.91837C6.60153 6.89097 6.7605 6.80755 6.91757 6.68632L6.67318 6.36966C6.54837 6.46599 6.45153 6.50934 6.36259 6.52302C6.27416 6.53663 6.17131 6.52432 6.02831 6.46956L5.88527 6.84311ZM6.91816 6.68587C7.72452 6.05873 8.55307 5.47294 9.38751 4.8578L9.15016 4.53583C8.32435 5.14461 7.48419 5.73891 6.67259 6.37012L6.91816 6.68587ZM9.12018 4.83061L9.12159 4.83218L9.4189 4.56458L9.41749 4.56301L9.12018 4.83061ZM10.9788 15.259C10.9938 15.2546 11.0064 15.2519 11.0326 15.2455C11.0552 15.2399 11.0867 15.2319 11.1198 15.2187L10.9723 14.8469C10.966 14.8494 10.9566 14.8523 10.9376 14.8569C10.9222 14.8607 10.8925 14.8674 10.8652 14.8755L10.9788 15.259ZM11.1208 15.2183C12.2408 14.7672 13.3586 14.3122 14.4801 13.8647L14.3319 13.4932C13.2097 13.941 12.0894 14.3969 10.9713 14.8473L11.1208 15.2183ZM14.4811 13.8644C14.5915 13.8197 14.6791 13.7493 14.7406 13.6565C14.8007 13.5658 14.8293 13.4639 14.8402 13.3642L14.4426 13.3208C14.4366 13.376 14.4229 13.4119 14.4072 13.4354C14.393 13.4568 14.3714 13.4773 14.331 13.4936L14.4811 13.8644ZM14.8403 13.363C14.912 12.6685 14.723 12.0571 14.2385 11.5746L13.9562 11.8581C14.3455 12.2457 14.5032 12.7331 14.4424 13.322L14.8403 13.363ZM14.2389 11.575C14.1581 11.4941 14.061 11.4368 13.946 11.4191C13.8333 11.4017 13.7249 11.4258 13.6255 11.4683L13.7828 11.836C13.8371 11.8128 13.8682 11.8118 13.8851 11.8144C13.8998 11.8167 13.9225 11.8243 13.9559 11.8577L14.2389 11.575ZM13.6264 11.4679C13.0166 11.7254 12.4038 11.9667 11.7858 12.2164L11.9356 12.5873C12.5493 12.3393 13.1684 12.0955 13.7819 11.8364L13.6264 11.4679ZM11.7858 12.2164C11.2545 12.4308 10.7231 12.6453 10.1859 12.8629L10.3361 13.2336C10.873 13.0161 11.4042 12.8018 11.9355 12.5873L11.7858 12.2164ZM10.1008 13.1679C10.3381 13.4859 10.4924 13.7621 10.5881 14.0533C10.6839 14.3446 10.7248 14.6617 10.722 15.0659L11.122 15.0686C11.1249 14.6354 11.0813 14.2725 10.9681 13.9284C10.8549 13.5842 10.6758 13.2695 10.4213 12.9286L10.1008 13.1679ZM5.99944 10.3847C5.67934 11.8748 5.61731 13.3799 5.59474 14.8795L5.99469 14.8856C6.01721 13.3896 6.07921 11.9178 6.39052 10.4687L5.99944 10.3847ZM5.74781 15.077C6.21677 15.1901 6.66919 15.2 7.13563 15.0688L7.02732 14.6838C6.63686 14.7936 6.25492 14.7878 5.84162 14.6881L5.74781 15.077ZM7.28145 14.8727C7.25466 13.3634 7.19692 11.8574 6.87375 10.3838L6.48304 10.4695C6.79691 11.9008 6.85474 13.3717 6.88151 14.8798L7.28145 14.8727ZM6.67839 10.2267H6.19639V10.6267H6.67839V10.2267ZM6.19639 10.2267H6.19498V10.6267H6.19639V10.2267ZM14.3969 11.4446C14.8426 11.973 15.0445 12.593 15.0166 13.335L15.4163 13.35C15.4476 12.5175 15.2181 11.7978 14.7027 11.1867L14.3969 11.4446ZM15.2892 13.5288C15.4575 13.463 15.5595 13.414 15.6788 13.3798L15.5686 12.9953C15.4258 13.0362 15.2798 13.103 15.1436 13.1562L15.2892 13.5288ZM15.6793 13.3797C15.8236 13.3379 15.9345 13.2552 16.0081 13.1393C16.0786 13.0286 16.1067 12.9009 16.115 12.7786L15.7159 12.7513C15.7102 12.8356 15.6925 12.8903 15.6706 12.9247C15.652 12.954 15.6239 12.9793 15.5681 12.9954L15.6793 13.3797ZM16.115 12.7787C16.1564 12.1762 15.9912 11.639 15.6226 11.1849L15.312 11.437C15.6142 11.8093 15.7507 12.2456 15.7159 12.7513L16.115 12.7787ZM15.6226 11.185C15.5353 11.0774 15.4231 10.973 15.2778 10.9264C15.1219 10.8765 14.9617 10.9034 14.8072 10.9949L15.0112 11.339C15.0864 11.2944 15.1284 11.2986 15.1558 11.3074C15.1937 11.3195 15.2456 11.3552 15.312 11.437L15.6226 11.185ZM14.8064 10.9954C14.7682 11.0183 14.7238 11.0376 14.6674 11.0589C14.6187 11.0772 14.5405 11.1041 14.4758 11.1299L14.6238 11.5015C14.6887 11.4756 14.7367 11.4602 14.8084 11.4332C14.8725 11.409 14.9431 11.3798 15.012 11.3386L14.8064 10.9954ZM10.5663 14.8635C10.5281 14.2657 10.3742 13.7356 9.95739 13.3332L9.67959 13.621C9.99563 13.9261 10.1321 14.3413 10.1672 14.8891L10.5663 14.8635ZM9.95721 13.333C9.82657 13.2072 9.63183 13.0847 9.42942 13.1719C9.33209 13.2139 9.26805 13.2929 9.2277 13.3751C9.18759 13.4568 9.16459 13.5535 9.15319 13.6571L9.55079 13.7009C9.55912 13.6252 9.57382 13.5777 9.58678 13.5513C9.59951 13.5254 9.60391 13.5323 9.5878 13.5393C9.56927 13.5472 9.56054 13.5397 9.57635 13.5458C9.59499 13.553 9.63006 13.5733 9.67977 13.6212L9.95721 13.333ZM9.1532 13.657C9.08208 14.3009 9.27111 14.8635 9.66545 15.3322L9.97153 15.0746C9.64427 14.6857 9.49224 14.2309 9.55078 13.7009L9.1532 13.657ZM9.66624 15.3331C9.7371 15.4163 9.82626 15.4752 9.89247 15.516L10.1025 15.1756C10.0419 15.1382 9.99854 15.1064 9.97074 15.0737L9.66624 15.3331ZM9.89153 15.5155C9.98668 15.5749 10.1155 15.6178 10.2479 15.5677C10.3797 15.5179 10.4498 15.4006 10.4844 15.2895L10.1025 15.1705C10.095 15.1946 10.0883 15.2042 10.0871 15.2057C10.0867 15.2062 10.088 15.2044 10.0915 15.2018C10.0951 15.199 10.1001 15.196 10.1065 15.1936C10.1128 15.1912 10.1188 15.19 10.1238 15.1897C10.1287 15.1894 10.1314 15.1899 10.1316 15.1899C10.1317 15.1899 10.1294 15.1895 10.1244 15.1874C10.1195 15.1853 10.1125 15.1818 10.1034 15.1762L9.89153 15.5155ZM10.4844 15.2895C10.5274 15.1515 10.5499 14.9788 10.5627 14.9165L10.1708 14.8361C10.147 14.9522 10.1385 15.055 10.1025 15.1706L10.4844 15.2895ZM16.2687 14.9206C16.5984 14.786 16.95 14.6439 17.3086 14.4981L17.1579 14.1276C16.8005 14.2729 16.4474 14.4156 16.1175 14.5503L16.2687 14.9206ZM17.4041 14.2089C17.2081 13.8866 16.8786 13.6692 16.5424 13.5723C16.2097 13.4764 15.8331 13.489 15.5517 13.6813L15.7775 14.0116C15.9288 13.9081 16.1709 13.8815 16.4316 13.9567C16.6887 14.0308 16.9272 14.1944 17.0624 14.4168L17.4041 14.2089ZM15.4925 13.9484C15.6631 14.2365 15.8355 14.5251 16.0212 14.8376L16.365 14.6333C16.1787 14.3197 16.0072 14.0324 15.8367 13.7445L15.4925 13.9484ZM6.42682 10.0178C6.82369 10.0248 7.12613 9.66651 7.13346 9.28012L6.73353 9.27254C6.72958 9.48089 6.56974 9.62028 6.43387 9.61789L6.42682 10.0178ZM7.13347 9.2792C7.13901 8.89363 6.84416 8.52687 6.44911 8.51764L6.43976 8.91753C6.58028 8.92081 6.73643 9.07054 6.73351 9.27346L7.13347 9.2792ZM6.44798 8.51762C6.05221 8.5106 5.74822 8.87096 5.74272 9.25783L6.14268 9.26352C6.14563 9.05565 6.30674 8.91518 6.44089 8.91755L6.44798 8.51762ZM5.74272 9.25782C5.73719 9.64456 6.03196 10.0109 6.42682 10.0178L6.43387 9.61789C6.29598 9.61546 6.13975 9.4684 6.14268 9.26354L5.74272 9.25782ZM10.5395 4.94221C10.7055 4.9056 10.9318 4.87497 11.1262 4.80526L10.9913 4.42873C10.8277 4.48735 10.6707 4.50368 10.4533 4.55159L10.5395 4.94221ZM11.126 4.80533C11.251 4.7607 11.3654 4.66735 11.3914 4.51534C11.4149 4.37768 11.3542 4.25159 11.2817 4.15802L10.9655 4.40297C10.9838 4.42658 10.9919 4.44345 10.9951 4.45252C10.9981 4.46125 10.9953 4.45858 10.9971 4.44788C10.998 4.44257 10.9998 4.43682 11.0027 4.43133C11.0055 4.42588 11.0085 4.42224 11.0104 4.4203C11.0139 4.41673 11.0108 4.42174 10.9915 4.42865L11.126 4.80533ZM11.282 4.15847C11.1001 3.92223 10.7788 3.82966 10.498 3.82988C10.2171 3.8301 9.89616 3.92323 9.7131 4.15728L10.0282 4.40371C10.1059 4.30439 10.2825 4.23005 10.4983 4.22988C10.7144 4.22971 10.8891 4.30382 10.9651 4.40252L11.282 4.15847ZM9.71253 4.15802C9.64084 4.25056 9.57893 4.3763 9.60227 4.5142C9.62818 4.66732 9.74414 4.75983 9.8687 4.80395L10.0022 4.4269C9.98216 4.41979 9.9789 4.41465 9.98254 4.41831C9.98454 4.42033 9.98772 4.42415 9.99072 4.4299C9.99374 4.4357 9.99571 4.4418 9.99666 4.44746C9.99859 4.45882 9.99553 4.46189 9.99866 4.45308C10.0019 4.44394 10.0102 4.42692 10.0288 4.40297L9.71253 4.15802ZM9.86798 4.80369C10.0624 4.8734 10.2866 4.90517 10.453 4.94214L10.5398 4.55165C10.3257 4.50411 10.1665 4.4858 10.003 4.42716L9.86798 4.80369Z' fill='%23ED6D31' mask='url(%23path-1-outside-1_259_734)'/%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--hospitality::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 18 16' fill='none'%3E%3Cmask id='path-1-outside-1_259_729' maskUnits='userSpaceOnUse' x='0' y='-0.337158' width='18' height='17' fill='black'%3E%3Crect fill='white' y='-0.337158' width='18' height='17'/%3E%3Cpath d='M1.00227 9.22055C1.02949 9.09677 1.05331 8.97171 1.08394 8.8492C1.19964 8.38469 1.42651 7.99674 1.7566 7.69175C1.83941 7.61518 1.86663 7.53989 1.86663 7.42504C1.86323 6.20123 1.88025 4.97615 1.85869 3.75234C1.84508 3.0058 2.33285 2.5732 2.87506 2.60637C3.32199 2.63317 3.77005 2.6102 4.21811 2.61276C4.87263 2.61531 5.45681 2.39199 5.96159 1.92109C6.95527 0.9959 8.09188 0.570949 9.37708 0.67942C10.3333 0.759816 11.1932 1.1401 11.9293 1.82794C12.5044 2.36519 13.1476 2.637 13.8951 2.61531C14.3217 2.60255 14.7493 2.61276 15.1758 2.61276C15.76 2.61276 16.1343 3.0275 16.1355 3.68598C16.1389 4.92765 16.1377 6.16933 16.1343 7.41228C16.1343 7.53351 16.1627 7.61391 16.2478 7.69558C16.7446 8.1703 16.9976 8.77901 16.9987 9.51279C17.001 11.3172 16.9998 13.1217 16.9987 14.9261C16.9987 15.3332 16.7843 15.5884 16.4259 15.6063C16.2591 15.614 16.0924 15.6152 15.9256 15.6063C15.5728 15.5884 15.3584 15.3396 15.3505 14.944C15.3471 14.7858 15.3528 14.6275 15.3471 14.4693C15.3369 14.1898 15.1735 13.9997 14.9274 13.9754C14.8866 13.9716 14.8446 13.9729 14.8026 13.9729C10.9334 13.9729 7.06417 13.9716 3.19494 13.978C3.05996 13.978 2.90569 14.0341 2.79452 14.1196C2.71625 14.1809 2.67315 14.3327 2.655 14.4514C2.63118 14.6109 2.65046 14.7781 2.64706 14.9427C2.63912 15.3319 2.42926 15.5833 2.08783 15.6038C1.91087 15.6152 1.73392 15.6101 1.55696 15.6038C1.27111 15.5961 1.10436 15.4047 1 15.1265C1 13.1574 1 11.1896 1 9.22055H1.00227ZM1.50024 11.7052C1.48323 11.7294 1.47756 11.7345 1.47756 11.7396C1.47529 12.8052 1.47415 13.872 1.47075 14.9376C1.47075 15.0474 1.52633 15.0793 1.61027 15.0805C1.74072 15.0805 1.87117 15.0754 2.00049 15.0831C2.13434 15.0907 2.18765 15.0308 2.18425 14.8776C2.17971 14.6735 2.17064 14.4642 2.2024 14.2638C2.2818 13.7648 2.66634 13.4445 3.15864 13.4445C7.05396 13.4445 10.9493 13.4445 14.8446 13.4445C14.8707 13.4445 14.8968 13.4445 14.9229 13.4445C15.4265 13.4637 15.8042 13.8886 15.819 14.4552C15.8235 14.6071 15.8224 14.7602 15.819 14.9121C15.8167 15.032 15.8655 15.0831 15.9698 15.0805C16.0901 15.078 16.2092 15.0805 16.3294 15.0805C16.52 15.0793 16.5313 15.0665 16.5313 14.8496C16.5313 13.8657 16.5313 12.8805 16.5313 11.8966C16.5313 11.8392 16.5313 11.7817 16.5313 11.7052H16.3022C12.0167 11.7052 7.73002 11.7052 3.4445 11.7052C3.3719 11.7052 3.29703 11.7065 3.22784 11.6886C3.111 11.658 3.05428 11.5635 3.05996 11.4295C3.06449 11.2955 3.12915 11.21 3.24712 11.1883C3.31291 11.1756 3.38211 11.1794 3.45017 11.1794C7.73569 11.1794 12.0224 11.1794 16.3079 11.1794C16.3793 11.1794 16.4508 11.1794 16.5325 11.1794C16.5325 10.6358 16.5325 10.1151 16.5325 9.59446C16.5325 9.5013 16.5325 9.40687 16.5245 9.31371C16.5177 9.23204 16.5041 9.15164 16.486 9.07252C16.2999 8.2239 15.6636 7.67644 14.8593 7.67644C11.057 7.67644 7.25587 7.67644 3.45357 7.67644C3.30724 7.67644 3.16205 7.67388 3.01572 7.67899C2.2818 7.70323 1.58532 8.34513 1.51159 9.1644C1.4526 9.82289 1.50024 10.4941 1.50024 11.182C1.53994 11.182 1.59666 11.182 1.65224 11.182C1.83487 11.182 4.0854 11.182 4.26689 11.1871C4.37806 11.1909 4.46994 11.2598 4.47221 11.3836C4.47447 11.4755 4.4325 11.5839 4.37919 11.6554C4.34516 11.7013 4.25555 11.7052 4.18976 11.7077C3.97763 11.7141 1.69762 11.7103 1.49911 11.7103L1.50024 11.7052ZM3.89256 7.13791C3.89256 7.05369 3.89256 6.9835 3.89256 6.91459C3.89256 6.33522 3.89029 5.75459 3.89256 5.17522C3.89483 4.68391 4.14665 4.39678 4.57997 4.39423C5.49084 4.3904 6.40171 4.39168 7.31372 4.39423C7.7459 4.39551 8.00226 4.68774 8.00226 5.17139C8.0034 5.76352 8.00226 6.35437 8.00226 6.94649C8.00226 7.00902 8.00226 7.07027 8.00226 7.13663H9.99983C9.99983 6.9886 9.99983 5.47511 9.99983 5.33602C10.0021 5.13056 10.0894 5.00933 10.2324 5.00933C10.3753 5.00933 10.466 5.13311 10.4683 5.33602C10.4694 5.47894 10.4683 6.99754 10.4683 7.13536H13.6308C13.6354 7.10218 13.6411 7.08048 13.6411 7.05751C13.6411 6.42455 13.6433 5.79287 13.6411 5.15991C13.6411 4.9787 13.5855 4.92383 13.4187 4.92255C13.0648 4.92 12.7109 4.92255 12.357 4.92255C11.8046 4.92255 11.2533 4.92255 10.7009 4.92255C10.516 4.92255 10.4717 4.97742 10.4683 5.18416C10.4672 5.27221 10.4763 5.36154 10.4626 5.44704C10.4411 5.59124 10.3617 5.67929 10.2267 5.67419C10.0917 5.66909 10.0168 5.58103 10.0032 5.433C9.99529 5.35133 9.99983 5.26966 10.001 5.18671C10.0021 4.68774 10.2528 4.39678 10.694 4.39551C11.6004 4.39296 12.5056 4.39296 13.4119 4.39551C13.8566 4.39551 14.1084 4.68009 14.1118 5.18033C14.1152 5.64356 14.1118 6.10552 14.1118 6.56876C14.1118 6.75507 14.1118 6.94139 14.1118 7.13919C14.637 7.17364 15.1565 7.07283 15.6545 7.2987C15.6613 7.25531 15.6692 7.23234 15.6692 7.21065C15.6692 6.0213 15.6727 4.83194 15.6681 3.64387C15.667 3.32484 15.4889 3.14363 15.1974 3.14235C14.7346 3.1398 14.2706 3.13852 13.8067 3.14235C13.0206 3.14873 12.3298 2.86926 11.7195 2.31159C10.0656 0.801928 7.92399 0.809585 6.27013 2.32435C5.67914 2.86671 5.00421 3.14107 4.2408 3.14107C3.7882 3.14107 3.33447 3.14107 2.88187 3.14107C2.48258 3.14107 2.33511 3.30569 2.33398 3.75234C2.33398 4.86512 2.33398 5.97791 2.33398 7.09069C2.33398 7.15322 2.33398 7.21575 2.33398 7.31019C2.84443 7.069 3.36056 7.17364 3.89143 7.13919L3.89256 7.13791ZM7.53492 7.13791C7.53492 6.46156 7.53492 5.80563 7.53492 5.1497C7.53492 4.99656 7.46912 4.92127 7.33527 4.92127C6.40852 4.92127 5.48177 4.92127 4.55501 4.92127C4.42683 4.92127 4.36218 4.99784 4.36218 5.13949C4.36218 5.78904 4.36331 6.43987 4.36558 7.08942C4.36558 7.10473 4.37692 7.12132 4.38259 7.13791H7.53492Z'/%3E%3C/mask%3E%3Cpath d='M1.00227 9.22055C1.02949 9.09677 1.05331 8.97171 1.08394 8.8492C1.19964 8.38469 1.42651 7.99674 1.7566 7.69175C1.83941 7.61518 1.86663 7.53989 1.86663 7.42504C1.86323 6.20123 1.88025 4.97615 1.85869 3.75234C1.84508 3.0058 2.33285 2.5732 2.87506 2.60637C3.32199 2.63317 3.77005 2.6102 4.21811 2.61276C4.87263 2.61531 5.45681 2.39199 5.96159 1.92109C6.95527 0.9959 8.09188 0.570949 9.37708 0.67942C10.3333 0.759816 11.1932 1.1401 11.9293 1.82794C12.5044 2.36519 13.1476 2.637 13.8951 2.61531C14.3217 2.60255 14.7493 2.61276 15.1758 2.61276C15.76 2.61276 16.1343 3.0275 16.1355 3.68598C16.1389 4.92765 16.1377 6.16933 16.1343 7.41228C16.1343 7.53351 16.1627 7.61391 16.2478 7.69558C16.7446 8.1703 16.9976 8.77901 16.9987 9.51279C17.001 11.3172 16.9998 13.1217 16.9987 14.9261C16.9987 15.3332 16.7843 15.5884 16.4259 15.6063C16.2591 15.614 16.0924 15.6152 15.9256 15.6063C15.5728 15.5884 15.3584 15.3396 15.3505 14.944C15.3471 14.7858 15.3528 14.6275 15.3471 14.4693C15.3369 14.1898 15.1735 13.9997 14.9274 13.9754C14.8866 13.9716 14.8446 13.9729 14.8026 13.9729C10.9334 13.9729 7.06417 13.9716 3.19494 13.978C3.05996 13.978 2.90569 14.0341 2.79452 14.1196C2.71625 14.1809 2.67315 14.3327 2.655 14.4514C2.63118 14.6109 2.65046 14.7781 2.64706 14.9427C2.63912 15.3319 2.42926 15.5833 2.08783 15.6038C1.91087 15.6152 1.73392 15.6101 1.55696 15.6038C1.27111 15.5961 1.10436 15.4047 1 15.1265C1 13.1574 1 11.1896 1 9.22055H1.00227ZM1.50024 11.7052C1.48323 11.7294 1.47756 11.7345 1.47756 11.7396C1.47529 12.8052 1.47415 13.872 1.47075 14.9376C1.47075 15.0474 1.52633 15.0793 1.61027 15.0805C1.74072 15.0805 1.87117 15.0754 2.00049 15.0831C2.13434 15.0907 2.18765 15.0308 2.18425 14.8776C2.17971 14.6735 2.17064 14.4642 2.2024 14.2638C2.2818 13.7648 2.66634 13.4445 3.15864 13.4445C7.05396 13.4445 10.9493 13.4445 14.8446 13.4445C14.8707 13.4445 14.8968 13.4445 14.9229 13.4445C15.4265 13.4637 15.8042 13.8886 15.819 14.4552C15.8235 14.6071 15.8224 14.7602 15.819 14.9121C15.8167 15.032 15.8655 15.0831 15.9698 15.0805C16.0901 15.078 16.2092 15.0805 16.3294 15.0805C16.52 15.0793 16.5313 15.0665 16.5313 14.8496C16.5313 13.8657 16.5313 12.8805 16.5313 11.8966C16.5313 11.8392 16.5313 11.7817 16.5313 11.7052H16.3022C12.0167 11.7052 7.73002 11.7052 3.4445 11.7052C3.3719 11.7052 3.29703 11.7065 3.22784 11.6886C3.111 11.658 3.05428 11.5635 3.05996 11.4295C3.06449 11.2955 3.12915 11.21 3.24712 11.1883C3.31291 11.1756 3.38211 11.1794 3.45017 11.1794C7.73569 11.1794 12.0224 11.1794 16.3079 11.1794C16.3793 11.1794 16.4508 11.1794 16.5325 11.1794C16.5325 10.6358 16.5325 10.1151 16.5325 9.59446C16.5325 9.5013 16.5325 9.40687 16.5245 9.31371C16.5177 9.23204 16.5041 9.15164 16.486 9.07252C16.2999 8.2239 15.6636 7.67644 14.8593 7.67644C11.057 7.67644 7.25587 7.67644 3.45357 7.67644C3.30724 7.67644 3.16205 7.67388 3.01572 7.67899C2.2818 7.70323 1.58532 8.34513 1.51159 9.1644C1.4526 9.82289 1.50024 10.4941 1.50024 11.182C1.53994 11.182 1.59666 11.182 1.65224 11.182C1.83487 11.182 4.0854 11.182 4.26689 11.1871C4.37806 11.1909 4.46994 11.2598 4.47221 11.3836C4.47447 11.4755 4.4325 11.5839 4.37919 11.6554C4.34516 11.7013 4.25555 11.7052 4.18976 11.7077C3.97763 11.7141 1.69762 11.7103 1.49911 11.7103L1.50024 11.7052ZM3.89256 7.13791C3.89256 7.05369 3.89256 6.9835 3.89256 6.91459C3.89256 6.33522 3.89029 5.75459 3.89256 5.17522C3.89483 4.68391 4.14665 4.39678 4.57997 4.39423C5.49084 4.3904 6.40171 4.39168 7.31372 4.39423C7.7459 4.39551 8.00226 4.68774 8.00226 5.17139C8.0034 5.76352 8.00226 6.35437 8.00226 6.94649C8.00226 7.00902 8.00226 7.07027 8.00226 7.13663H9.99983C9.99983 6.9886 9.99983 5.47511 9.99983 5.33602C10.0021 5.13056 10.0894 5.00933 10.2324 5.00933C10.3753 5.00933 10.466 5.13311 10.4683 5.33602C10.4694 5.47894 10.4683 6.99754 10.4683 7.13536H13.6308C13.6354 7.10218 13.6411 7.08048 13.6411 7.05751C13.6411 6.42455 13.6433 5.79287 13.6411 5.15991C13.6411 4.9787 13.5855 4.92383 13.4187 4.92255C13.0648 4.92 12.7109 4.92255 12.357 4.92255C11.8046 4.92255 11.2533 4.92255 10.7009 4.92255C10.516 4.92255 10.4717 4.97742 10.4683 5.18416C10.4672 5.27221 10.4763 5.36154 10.4626 5.44704C10.4411 5.59124 10.3617 5.67929 10.2267 5.67419C10.0917 5.66909 10.0168 5.58103 10.0032 5.433C9.99529 5.35133 9.99983 5.26966 10.001 5.18671C10.0021 4.68774 10.2528 4.39678 10.694 4.39551C11.6004 4.39296 12.5056 4.39296 13.4119 4.39551C13.8566 4.39551 14.1084 4.68009 14.1118 5.18033C14.1152 5.64356 14.1118 6.10552 14.1118 6.56876C14.1118 6.75507 14.1118 6.94139 14.1118 7.13919C14.637 7.17364 15.1565 7.07283 15.6545 7.2987C15.6613 7.25531 15.6692 7.23234 15.6692 7.21065C15.6692 6.0213 15.6727 4.83194 15.6681 3.64387C15.667 3.32484 15.4889 3.14363 15.1974 3.14235C14.7346 3.1398 14.2706 3.13852 13.8067 3.14235C13.0206 3.14873 12.3298 2.86926 11.7195 2.31159C10.0656 0.801928 7.92399 0.809585 6.27013 2.32435C5.67914 2.86671 5.00421 3.14107 4.2408 3.14107C3.7882 3.14107 3.33447 3.14107 2.88187 3.14107C2.48258 3.14107 2.33511 3.30569 2.33398 3.75234C2.33398 4.86512 2.33398 5.97791 2.33398 7.09069C2.33398 7.15322 2.33398 7.21575 2.33398 7.31019C2.84443 7.069 3.36056 7.17364 3.89143 7.13919L3.89256 7.13791ZM7.53492 7.13791C7.53492 6.46156 7.53492 5.80563 7.53492 5.1497C7.53492 4.99656 7.46912 4.92127 7.33527 4.92127C6.40852 4.92127 5.48177 4.92127 4.55501 4.92127C4.42683 4.92127 4.36218 4.99784 4.36218 5.13949C4.36218 5.78904 4.36331 6.43987 4.36558 7.08942C4.36558 7.10473 4.37692 7.12132 4.38259 7.13791H7.53492Z' fill='%23ED6D31'/%3E%3Cpath d='M1.00227 9.22055C1.02949 9.09677 1.05331 8.97171 1.08394 8.8492C1.19964 8.38469 1.42651 7.99674 1.7566 7.69175C1.83941 7.61518 1.86663 7.53989 1.86663 7.42504C1.86323 6.20123 1.88025 4.97615 1.85869 3.75234C1.84508 3.0058 2.33285 2.5732 2.87506 2.60637C3.32199 2.63317 3.77005 2.6102 4.21811 2.61276C4.87263 2.61531 5.45681 2.39199 5.96159 1.92109C6.95527 0.9959 8.09188 0.570949 9.37708 0.67942C10.3333 0.759816 11.1932 1.1401 11.9293 1.82794C12.5044 2.36519 13.1476 2.637 13.8951 2.61531C14.3217 2.60255 14.7493 2.61276 15.1758 2.61276C15.76 2.61276 16.1343 3.0275 16.1355 3.68598C16.1389 4.92765 16.1377 6.16933 16.1343 7.41228C16.1343 7.53351 16.1627 7.61391 16.2478 7.69558C16.7446 8.1703 16.9976 8.77901 16.9987 9.51279C17.001 11.3172 16.9998 13.1217 16.9987 14.9261C16.9987 15.3332 16.7843 15.5884 16.4259 15.6063C16.2591 15.614 16.0924 15.6152 15.9256 15.6063C15.5728 15.5884 15.3584 15.3396 15.3505 14.944C15.3471 14.7858 15.3528 14.6275 15.3471 14.4693C15.3369 14.1898 15.1735 13.9997 14.9274 13.9754C14.8866 13.9716 14.8446 13.9729 14.8026 13.9729C10.9334 13.9729 7.06417 13.9716 3.19494 13.978C3.05996 13.978 2.90569 14.0341 2.79452 14.1196C2.71625 14.1809 2.67315 14.3327 2.655 14.4514C2.63118 14.6109 2.65046 14.7781 2.64706 14.9427C2.63912 15.3319 2.42926 15.5833 2.08783 15.6038C1.91087 15.6152 1.73392 15.6101 1.55696 15.6038C1.27111 15.5961 1.10436 15.4047 1 15.1265C1 13.1574 1 11.1896 1 9.22055H1.00227ZM1.50024 11.7052C1.48323 11.7294 1.47756 11.7345 1.47756 11.7396C1.47529 12.8052 1.47415 13.872 1.47075 14.9376C1.47075 15.0474 1.52633 15.0793 1.61027 15.0805C1.74072 15.0805 1.87117 15.0754 2.00049 15.0831C2.13434 15.0907 2.18765 15.0308 2.18425 14.8776C2.17971 14.6735 2.17064 14.4642 2.2024 14.2638C2.2818 13.7648 2.66634 13.4445 3.15864 13.4445C7.05396 13.4445 10.9493 13.4445 14.8446 13.4445C14.8707 13.4445 14.8968 13.4445 14.9229 13.4445C15.4265 13.4637 15.8042 13.8886 15.819 14.4552C15.8235 14.6071 15.8224 14.7602 15.819 14.9121C15.8167 15.032 15.8655 15.0831 15.9698 15.0805C16.0901 15.078 16.2092 15.0805 16.3294 15.0805C16.52 15.0793 16.5313 15.0665 16.5313 14.8496C16.5313 13.8657 16.5313 12.8805 16.5313 11.8966C16.5313 11.8392 16.5313 11.7817 16.5313 11.7052H16.3022C12.0167 11.7052 7.73002 11.7052 3.4445 11.7052C3.3719 11.7052 3.29703 11.7065 3.22784 11.6886C3.111 11.658 3.05428 11.5635 3.05996 11.4295C3.06449 11.2955 3.12915 11.21 3.24712 11.1883C3.31291 11.1756 3.38211 11.1794 3.45017 11.1794C7.73569 11.1794 12.0224 11.1794 16.3079 11.1794C16.3793 11.1794 16.4508 11.1794 16.5325 11.1794C16.5325 10.6358 16.5325 10.1151 16.5325 9.59446C16.5325 9.5013 16.5325 9.40687 16.5245 9.31371C16.5177 9.23204 16.5041 9.15164 16.486 9.07252C16.2999 8.2239 15.6636 7.67644 14.8593 7.67644C11.057 7.67644 7.25587 7.67644 3.45357 7.67644C3.30724 7.67644 3.16205 7.67388 3.01572 7.67899C2.2818 7.70323 1.58532 8.34513 1.51159 9.1644C1.4526 9.82289 1.50024 10.4941 1.50024 11.182C1.53994 11.182 1.59666 11.182 1.65224 11.182C1.83487 11.182 4.0854 11.182 4.26689 11.1871C4.37806 11.1909 4.46994 11.2598 4.47221 11.3836C4.47447 11.4755 4.4325 11.5839 4.37919 11.6554C4.34516 11.7013 4.25555 11.7052 4.18976 11.7077C3.97763 11.7141 1.69762 11.7103 1.49911 11.7103L1.50024 11.7052ZM3.89256 7.13791C3.89256 7.05369 3.89256 6.9835 3.89256 6.91459C3.89256 6.33522 3.89029 5.75459 3.89256 5.17522C3.89483 4.68391 4.14665 4.39678 4.57997 4.39423C5.49084 4.3904 6.40171 4.39168 7.31372 4.39423C7.7459 4.39551 8.00226 4.68774 8.00226 5.17139C8.0034 5.76352 8.00226 6.35437 8.00226 6.94649C8.00226 7.00902 8.00226 7.07027 8.00226 7.13663H9.99983C9.99983 6.9886 9.99983 5.47511 9.99983 5.33602C10.0021 5.13056 10.0894 5.00933 10.2324 5.00933C10.3753 5.00933 10.466 5.13311 10.4683 5.33602C10.4694 5.47894 10.4683 6.99754 10.4683 7.13536H13.6308C13.6354 7.10218 13.6411 7.08048 13.6411 7.05751C13.6411 6.42455 13.6433 5.79287 13.6411 5.15991C13.6411 4.9787 13.5855 4.92383 13.4187 4.92255C13.0648 4.92 12.7109 4.92255 12.357 4.92255C11.8046 4.92255 11.2533 4.92255 10.7009 4.92255C10.516 4.92255 10.4717 4.97742 10.4683 5.18416C10.4672 5.27221 10.4763 5.36154 10.4626 5.44704C10.4411 5.59124 10.3617 5.67929 10.2267 5.67419C10.0917 5.66909 10.0168 5.58103 10.0032 5.433C9.99529 5.35133 9.99983 5.26966 10.001 5.18671C10.0021 4.68774 10.2528 4.39678 10.694 4.39551C11.6004 4.39296 12.5056 4.39296 13.4119 4.39551C13.8566 4.39551 14.1084 4.68009 14.1118 5.18033C14.1152 5.64356 14.1118 6.10552 14.1118 6.56876C14.1118 6.75507 14.1118 6.94139 14.1118 7.13919C14.637 7.17364 15.1565 7.07283 15.6545 7.2987C15.6613 7.25531 15.6692 7.23234 15.6692 7.21065C15.6692 6.0213 15.6727 4.83194 15.6681 3.64387C15.667 3.32484 15.4889 3.14363 15.1974 3.14235C14.7346 3.1398 14.2706 3.13852 13.8067 3.14235C13.0206 3.14873 12.3298 2.86926 11.7195 2.31159C10.0656 0.801928 7.92399 0.809585 6.27013 2.32435C5.67914 2.86671 5.00421 3.14107 4.2408 3.14107C3.7882 3.14107 3.33447 3.14107 2.88187 3.14107C2.48258 3.14107 2.33511 3.30569 2.33398 3.75234C2.33398 4.86512 2.33398 5.97791 2.33398 7.09069C2.33398 7.15322 2.33398 7.21575 2.33398 7.31019C2.84443 7.069 3.36056 7.17364 3.89143 7.13919L3.89256 7.13791ZM7.53492 7.13791C7.53492 6.46156 7.53492 5.80563 7.53492 5.1497C7.53492 4.99656 7.46912 4.92127 7.33527 4.92127C6.40852 4.92127 5.48177 4.92127 4.55501 4.92127C4.42683 4.92127 4.36218 4.99784 4.36218 5.13949C4.36218 5.78904 4.36331 6.43987 4.36558 7.08942C4.36558 7.10473 4.37692 7.12132 4.38259 7.13791H7.53492Z' stroke='%23ED6D31' stroke-width='0.4' mask='url(%23path-1-outside-1_259_729)'/%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--healthcare::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 17 17' fill='none'%3E%3Cmask id='path-1-outside-1_259_744' maskUnits='userSpaceOnUse' x='0' y='0' width='17' height='17' fill='black'%3E%3Crect fill='white' width='17' height='17'/%3E%3Cpath d='M1 6.25362H1.52413C1.52413 6.18149 1.52413 6.12175 1.52413 6.06201C1.52413 5.01488 1.52413 3.96888 1.52413 2.92176C1.52413 2.23194 1.86904 1.77431 2.52955 1.56579C2.57914 1.55001 2.63212 1.49929 2.65692 1.45195C2.84403 1.09238 3.225 0.921056 3.59809 1.0349C3.95089 1.14311 4.19436 1.49252 4.15941 1.84194C4.11771 2.25786 3.81901 2.55768 3.40535 2.57572C3.09425 2.58924 2.84628 2.45511 2.69186 2.18121C2.64001 2.08992 2.59267 2.08315 2.51039 2.12486C2.2286 2.26575 2.0584 2.49456 2.05614 2.80566C2.046 3.93958 2.05276 5.07349 2.05276 6.20741C2.05276 6.21643 2.05953 6.22545 2.06967 6.25137H2.85079C2.78429 7.07419 2.93194 7.81135 3.59246 8.36028C4.02979 8.72322 4.54265 8.88328 5.10284 8.872C5.78477 8.85848 6.37315 8.6229 6.82401 8.08976C7.27149 7.56 7.34363 6.92766 7.30418 6.25701H7.83394C7.83394 6.19614 7.83394 6.14654 7.83394 6.09808C7.82943 5.0363 7.82605 3.97452 7.81929 2.91161C7.81703 2.51034 7.63894 2.23306 7.31545 2.10795C7.29741 2.10119 7.27712 2.09893 7.27149 2.09781C7.1723 2.20827 7.0934 2.32549 6.98857 2.4089C6.63352 2.68843 6.11954 2.59713 5.86931 2.22067C5.62472 1.85321 5.73969 1.34825 6.11954 1.12056C6.50277 0.890623 7.00886 1.03603 7.21739 1.43278C7.24556 1.48576 7.29403 1.55564 7.34363 1.56692C7.89142 1.69316 8.35807 2.20038 8.3513 2.9567C8.34229 3.99255 8.35468 5.02953 8.35807 6.06539C8.35807 6.12175 8.35807 6.17698 8.35807 6.25024H8.86867C8.94644 7.19593 8.77286 8.06045 8.21266 8.82579C7.68854 9.54153 6.99646 10.0206 6.14772 10.2719C6.02035 10.3091 5.98541 10.3644 5.98653 10.4929C5.98766 10.769 5.99217 11.0485 5.95159 11.3213C5.89523 11.6955 5.69573 11.9638 5.28995 12.0292C5.25839 12.0337 5.21105 12.0833 5.20992 12.1126C5.15469 13.2916 5.48833 14.3128 6.49375 15.0094C7.64007 15.8029 9.11326 15.5718 10.0015 14.4988C10.5075 13.8867 10.724 13.1766 10.724 12.3921C10.724 10.725 10.7172 9.05686 10.7262 7.3898C10.7307 6.45651 11.1252 5.71823 11.9447 5.25384C12.9625 4.67674 14.2238 5.05659 14.8336 6.08793C15.0782 6.5016 15.1852 6.94795 15.1886 7.42361C15.1886 7.56112 15.1886 7.69976 15.1886 7.84968C15.7962 7.96577 16.2639 8.27912 16.5514 8.82692C16.7531 9.21128 16.814 9.62269 16.7227 10.051C16.5378 10.9189 15.7578 11.5355 14.8764 11.5118C13.9871 11.4881 13.2341 10.8254 13.1045 9.94506C12.9749 9.06813 13.5035 8.05707 14.6544 7.84066C14.6949 7.24552 14.6431 6.67293 14.2598 6.17811C13.4877 5.18057 12.0472 5.33274 11.4634 6.47229C11.3112 6.76986 11.2458 7.08659 11.2458 7.42136C11.2481 9.08391 11.2481 10.7465 11.2458 12.4079C11.2458 13.3446 10.9618 14.1786 10.3486 14.8978C9.09184 16.3721 6.81499 16.3665 5.56272 14.8865C4.95519 14.1696 4.67791 13.34 4.67565 12.409C4.67565 12.3572 4.67002 12.3053 4.67565 12.2557C4.69369 12.1092 4.661 12.0359 4.48854 12.0021C4.19436 11.9458 4.02641 11.726 3.9554 11.4453C3.91369 11.283 3.9013 11.1117 3.89228 10.9437C3.88213 10.7442 3.89002 10.5436 3.89002 10.3396C3.66797 10.2562 3.44142 10.1896 3.23177 10.0893C1.9964 9.49532 1.21754 8.55302 1.02367 7.17C1.02142 7.15084 1.00789 7.13393 1 7.11477C1 6.82735 1 6.53992 1 6.2525V6.25362ZM1.52525 6.78339C1.53427 7.46532 1.72927 8.07511 2.15195 8.59022C3.13032 9.78275 4.40288 10.1603 5.87382 9.79965C7.02577 9.51786 7.82718 8.79536 8.21943 7.65693C8.31636 7.37627 8.36032 7.08546 8.35243 6.79015H7.83845C7.77645 8.22051 6.76089 9.26087 5.33166 9.3905C4.64071 9.45249 3.99147 9.30032 3.42113 8.89455C2.702 8.38282 2.34582 7.66482 2.3075 6.78451H1.52413L1.52525 6.78339ZM13.6151 9.65989C13.6095 10.3801 14.1922 10.9696 14.917 10.9764C15.6316 10.9832 16.229 10.3925 16.2369 9.67341C16.2448 8.9633 15.6519 8.36366 14.9305 8.35239C14.2204 8.34112 13.6208 8.93738 13.614 9.65876L13.6151 9.65989ZM4.40288 10.4511C4.41753 10.716 4.42204 10.9911 4.4536 11.2627C4.47389 11.4408 4.5697 11.505 4.74779 11.5084C4.87516 11.5107 5.00365 11.5107 5.13102 11.5084C5.31137 11.505 5.40492 11.443 5.42634 11.2638C5.4579 10.9922 5.46241 10.7172 5.47931 10.432C5.11975 10.432 4.78837 10.432 4.45811 10.432C4.44909 10.432 4.44008 10.4376 4.40288 10.4511ZM3.36815 2.04145C3.5113 2.03919 3.61951 1.93099 3.62063 1.78896C3.62176 1.64243 3.50341 1.52296 3.35913 1.52634C3.22275 1.52859 3.10553 1.64582 3.10327 1.7822C3.10102 1.92648 3.22049 2.0437 3.36702 2.04145H3.36815ZM6.77554 1.80024C6.78456 1.66385 6.67748 1.54212 6.53884 1.52859C6.39344 1.51507 6.26719 1.6244 6.26043 1.77093C6.25367 1.91408 6.35398 2.03018 6.49488 2.04032C6.64254 2.05159 6.76652 1.94564 6.77667 1.80024H6.77554Z'/%3E%3C/mask%3E%3Cpath d='M1 6.25362H1.52413C1.52413 6.18149 1.52413 6.12175 1.52413 6.06201C1.52413 5.01488 1.52413 3.96888 1.52413 2.92176C1.52413 2.23194 1.86904 1.77431 2.52955 1.56579C2.57914 1.55001 2.63212 1.49929 2.65692 1.45195C2.84403 1.09238 3.225 0.921056 3.59809 1.0349C3.95089 1.14311 4.19436 1.49252 4.15941 1.84194C4.11771 2.25786 3.81901 2.55768 3.40535 2.57572C3.09425 2.58924 2.84628 2.45511 2.69186 2.18121C2.64001 2.08992 2.59267 2.08315 2.51039 2.12486C2.2286 2.26575 2.0584 2.49456 2.05614 2.80566C2.046 3.93958 2.05276 5.07349 2.05276 6.20741C2.05276 6.21643 2.05953 6.22545 2.06967 6.25137H2.85079C2.78429 7.07419 2.93194 7.81135 3.59246 8.36028C4.02979 8.72322 4.54265 8.88328 5.10284 8.872C5.78477 8.85848 6.37315 8.6229 6.82401 8.08976C7.27149 7.56 7.34363 6.92766 7.30418 6.25701H7.83394C7.83394 6.19614 7.83394 6.14654 7.83394 6.09808C7.82943 5.0363 7.82605 3.97452 7.81929 2.91161C7.81703 2.51034 7.63894 2.23306 7.31545 2.10795C7.29741 2.10119 7.27712 2.09893 7.27149 2.09781C7.1723 2.20827 7.0934 2.32549 6.98857 2.4089C6.63352 2.68843 6.11954 2.59713 5.86931 2.22067C5.62472 1.85321 5.73969 1.34825 6.11954 1.12056C6.50277 0.890623 7.00886 1.03603 7.21739 1.43278C7.24556 1.48576 7.29403 1.55564 7.34363 1.56692C7.89142 1.69316 8.35807 2.20038 8.3513 2.9567C8.34229 3.99255 8.35468 5.02953 8.35807 6.06539C8.35807 6.12175 8.35807 6.17698 8.35807 6.25024H8.86867C8.94644 7.19593 8.77286 8.06045 8.21266 8.82579C7.68854 9.54153 6.99646 10.0206 6.14772 10.2719C6.02035 10.3091 5.98541 10.3644 5.98653 10.4929C5.98766 10.769 5.99217 11.0485 5.95159 11.3213C5.89523 11.6955 5.69573 11.9638 5.28995 12.0292C5.25839 12.0337 5.21105 12.0833 5.20992 12.1126C5.15469 13.2916 5.48833 14.3128 6.49375 15.0094C7.64007 15.8029 9.11326 15.5718 10.0015 14.4988C10.5075 13.8867 10.724 13.1766 10.724 12.3921C10.724 10.725 10.7172 9.05686 10.7262 7.3898C10.7307 6.45651 11.1252 5.71823 11.9447 5.25384C12.9625 4.67674 14.2238 5.05659 14.8336 6.08793C15.0782 6.5016 15.1852 6.94795 15.1886 7.42361C15.1886 7.56112 15.1886 7.69976 15.1886 7.84968C15.7962 7.96577 16.2639 8.27912 16.5514 8.82692C16.7531 9.21128 16.814 9.62269 16.7227 10.051C16.5378 10.9189 15.7578 11.5355 14.8764 11.5118C13.9871 11.4881 13.2341 10.8254 13.1045 9.94506C12.9749 9.06813 13.5035 8.05707 14.6544 7.84066C14.6949 7.24552 14.6431 6.67293 14.2598 6.17811C13.4877 5.18057 12.0472 5.33274 11.4634 6.47229C11.3112 6.76986 11.2458 7.08659 11.2458 7.42136C11.2481 9.08391 11.2481 10.7465 11.2458 12.4079C11.2458 13.3446 10.9618 14.1786 10.3486 14.8978C9.09184 16.3721 6.81499 16.3665 5.56272 14.8865C4.95519 14.1696 4.67791 13.34 4.67565 12.409C4.67565 12.3572 4.67002 12.3053 4.67565 12.2557C4.69369 12.1092 4.661 12.0359 4.48854 12.0021C4.19436 11.9458 4.02641 11.726 3.9554 11.4453C3.91369 11.283 3.9013 11.1117 3.89228 10.9437C3.88213 10.7442 3.89002 10.5436 3.89002 10.3396C3.66797 10.2562 3.44142 10.1896 3.23177 10.0893C1.9964 9.49532 1.21754 8.55302 1.02367 7.17C1.02142 7.15084 1.00789 7.13393 1 7.11477C1 6.82735 1 6.53992 1 6.2525V6.25362ZM1.52525 6.78339C1.53427 7.46532 1.72927 8.07511 2.15195 8.59022C3.13032 9.78275 4.40288 10.1603 5.87382 9.79965C7.02577 9.51786 7.82718 8.79536 8.21943 7.65693C8.31636 7.37627 8.36032 7.08546 8.35243 6.79015H7.83845C7.77645 8.22051 6.76089 9.26087 5.33166 9.3905C4.64071 9.45249 3.99147 9.30032 3.42113 8.89455C2.702 8.38282 2.34582 7.66482 2.3075 6.78451H1.52413L1.52525 6.78339ZM13.6151 9.65989C13.6095 10.3801 14.1922 10.9696 14.917 10.9764C15.6316 10.9832 16.229 10.3925 16.2369 9.67341C16.2448 8.9633 15.6519 8.36366 14.9305 8.35239C14.2204 8.34112 13.6208 8.93738 13.614 9.65876L13.6151 9.65989ZM4.40288 10.4511C4.41753 10.716 4.42204 10.9911 4.4536 11.2627C4.47389 11.4408 4.5697 11.505 4.74779 11.5084C4.87516 11.5107 5.00365 11.5107 5.13102 11.5084C5.31137 11.505 5.40492 11.443 5.42634 11.2638C5.4579 10.9922 5.46241 10.7172 5.47931 10.432C5.11975 10.432 4.78837 10.432 4.45811 10.432C4.44909 10.432 4.44008 10.4376 4.40288 10.4511ZM3.36815 2.04145C3.5113 2.03919 3.61951 1.93099 3.62063 1.78896C3.62176 1.64243 3.50341 1.52296 3.35913 1.52634C3.22275 1.52859 3.10553 1.64582 3.10327 1.7822C3.10102 1.92648 3.22049 2.0437 3.36702 2.04145H3.36815ZM6.77554 1.80024C6.78456 1.66385 6.67748 1.54212 6.53884 1.52859C6.39344 1.51507 6.26719 1.6244 6.26043 1.77093C6.25367 1.91408 6.35398 2.03018 6.49488 2.04032C6.64254 2.05159 6.76652 1.94564 6.77667 1.80024H6.77554Z' fill='%23ED6D31'/%3E%3Cpath d='M1 6.25362H1.52413C1.52413 6.18149 1.52413 6.12175 1.52413 6.06201C1.52413 5.01488 1.52413 3.96888 1.52413 2.92176C1.52413 2.23194 1.86904 1.77431 2.52955 1.56579C2.57914 1.55001 2.63212 1.49929 2.65692 1.45195C2.84403 1.09238 3.225 0.921056 3.59809 1.0349C3.95089 1.14311 4.19436 1.49252 4.15941 1.84194C4.11771 2.25786 3.81901 2.55768 3.40535 2.57572C3.09425 2.58924 2.84628 2.45511 2.69186 2.18121C2.64001 2.08992 2.59267 2.08315 2.51039 2.12486C2.2286 2.26575 2.0584 2.49456 2.05614 2.80566C2.046 3.93958 2.05276 5.07349 2.05276 6.20741C2.05276 6.21643 2.05953 6.22545 2.06967 6.25137H2.85079C2.78429 7.07419 2.93194 7.81135 3.59246 8.36028C4.02979 8.72322 4.54265 8.88328 5.10284 8.872C5.78477 8.85848 6.37315 8.6229 6.82401 8.08976C7.27149 7.56 7.34363 6.92766 7.30418 6.25701H7.83394C7.83394 6.19614 7.83394 6.14654 7.83394 6.09808C7.82943 5.0363 7.82605 3.97452 7.81929 2.91161C7.81703 2.51034 7.63894 2.23306 7.31545 2.10795C7.29741 2.10119 7.27712 2.09893 7.27149 2.09781C7.1723 2.20827 7.0934 2.32549 6.98857 2.4089C6.63352 2.68843 6.11954 2.59713 5.86931 2.22067C5.62472 1.85321 5.73969 1.34825 6.11954 1.12056C6.50277 0.890623 7.00886 1.03603 7.21739 1.43278C7.24556 1.48576 7.29403 1.55564 7.34363 1.56692C7.89142 1.69316 8.35807 2.20038 8.3513 2.9567C8.34229 3.99255 8.35468 5.02953 8.35807 6.06539C8.35807 6.12175 8.35807 6.17698 8.35807 6.25024H8.86867C8.94644 7.19593 8.77286 8.06045 8.21266 8.82579C7.68854 9.54153 6.99646 10.0206 6.14772 10.2719C6.02035 10.3091 5.98541 10.3644 5.98653 10.4929C5.98766 10.769 5.99217 11.0485 5.95159 11.3213C5.89523 11.6955 5.69573 11.9638 5.28995 12.0292C5.25839 12.0337 5.21105 12.0833 5.20992 12.1126C5.15469 13.2916 5.48833 14.3128 6.49375 15.0094C7.64007 15.8029 9.11326 15.5718 10.0015 14.4988C10.5075 13.8867 10.724 13.1766 10.724 12.3921C10.724 10.725 10.7172 9.05686 10.7262 7.3898C10.7307 6.45651 11.1252 5.71823 11.9447 5.25384C12.9625 4.67674 14.2238 5.05659 14.8336 6.08793C15.0782 6.5016 15.1852 6.94795 15.1886 7.42361C15.1886 7.56112 15.1886 7.69976 15.1886 7.84968C15.7962 7.96577 16.2639 8.27912 16.5514 8.82692C16.7531 9.21128 16.814 9.62269 16.7227 10.051C16.5378 10.9189 15.7578 11.5355 14.8764 11.5118C13.9871 11.4881 13.2341 10.8254 13.1045 9.94506C12.9749 9.06813 13.5035 8.05707 14.6544 7.84066C14.6949 7.24552 14.6431 6.67293 14.2598 6.17811C13.4877 5.18057 12.0472 5.33274 11.4634 6.47229C11.3112 6.76986 11.2458 7.08659 11.2458 7.42136C11.2481 9.08391 11.2481 10.7465 11.2458 12.4079C11.2458 13.3446 10.9618 14.1786 10.3486 14.8978C9.09184 16.3721 6.81499 16.3665 5.56272 14.8865C4.95519 14.1696 4.67791 13.34 4.67565 12.409C4.67565 12.3572 4.67002 12.3053 4.67565 12.2557C4.69369 12.1092 4.661 12.0359 4.48854 12.0021C4.19436 11.9458 4.02641 11.726 3.9554 11.4453C3.91369 11.283 3.9013 11.1117 3.89228 10.9437C3.88213 10.7442 3.89002 10.5436 3.89002 10.3396C3.66797 10.2562 3.44142 10.1896 3.23177 10.0893C1.9964 9.49532 1.21754 8.55302 1.02367 7.17C1.02142 7.15084 1.00789 7.13393 1 7.11477C1 6.82735 1 6.53992 1 6.2525V6.25362ZM1.52525 6.78339C1.53427 7.46532 1.72927 8.07511 2.15195 8.59022C3.13032 9.78275 4.40288 10.1603 5.87382 9.79965C7.02577 9.51786 7.82718 8.79536 8.21943 7.65693C8.31636 7.37627 8.36032 7.08546 8.35243 6.79015H7.83845C7.77645 8.22051 6.76089 9.26087 5.33166 9.3905C4.64071 9.45249 3.99147 9.30032 3.42113 8.89455C2.702 8.38282 2.34582 7.66482 2.3075 6.78451H1.52413L1.52525 6.78339ZM13.6151 9.65989C13.6095 10.3801 14.1922 10.9696 14.917 10.9764C15.6316 10.9832 16.229 10.3925 16.2369 9.67341C16.2448 8.9633 15.6519 8.36366 14.9305 8.35239C14.2204 8.34112 13.6208 8.93738 13.614 9.65876L13.6151 9.65989ZM4.40288 10.4511C4.41753 10.716 4.42204 10.9911 4.4536 11.2627C4.47389 11.4408 4.5697 11.505 4.74779 11.5084C4.87516 11.5107 5.00365 11.5107 5.13102 11.5084C5.31137 11.505 5.40492 11.443 5.42634 11.2638C5.4579 10.9922 5.46241 10.7172 5.47931 10.432C5.11975 10.432 4.78837 10.432 4.45811 10.432C4.44909 10.432 4.44008 10.4376 4.40288 10.4511ZM3.36815 2.04145C3.5113 2.03919 3.61951 1.93099 3.62063 1.78896C3.62176 1.64243 3.50341 1.52296 3.35913 1.52634C3.22275 1.52859 3.10553 1.64582 3.10327 1.7822C3.10102 1.92648 3.22049 2.0437 3.36702 2.04145H3.36815ZM6.77554 1.80024C6.78456 1.66385 6.67748 1.54212 6.53884 1.52859C6.39344 1.51507 6.26719 1.6244 6.26043 1.77093C6.25367 1.91408 6.35398 2.03018 6.49488 2.04032C6.64254 2.05159 6.76652 1.94564 6.77667 1.80024H6.77554Z' stroke='%23ED6D31' stroke-width='0.2' mask='url(%23path-1-outside-1_259_744)'/%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--historical-renovation::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 25 26' fill='none'%3E%3Cpath d='M20.0876 7.43149C20.4431 7.53989 20.8203 7.59625 21.2019 7.59625C23.296 7.59625 25 5.8923 25 3.79813C25 1.70395 23.296 0 21.2019 0H3.79813C1.70395 0 0 1.70395 0 3.79813C0 5.8923 1.70395 7.59625 3.79813 7.59625C4.18401 7.59625 4.55688 7.53989 4.91242 7.43149C5.28963 8.11221 5.98335 8.56313 6.76812 8.63684V19.4459C5.62782 19.4849 4.70864 20.4214 4.70864 21.5747V22.1427H4.44416C3.53798 22.1427 2.8009 22.8798 2.8009 23.786V23.9768C2.8009 24.8829 3.53798 25.62 4.44416 25.62H20.5602C21.4664 25.62 22.2034 24.8829 22.2034 23.9768V23.786C22.2034 22.8798 21.4664 22.1427 20.5602 22.1427H20.2957V21.5747C20.2957 20.4214 19.3765 19.4849 18.2362 19.4459V8.6325C19.0166 8.56313 19.7104 8.11221 20.0876 7.43149ZM7.54422 8.64984H17.4601V19.4416H7.54422V8.64984ZM0.776101 3.79813C0.776101 2.12886 2.12886 0.776101 3.79813 0.776101H21.2019C22.8668 0.776101 24.2239 2.13319 24.2239 3.79813C24.2239 5.46306 22.8711 6.82015 21.2019 6.82015C20.7943 6.82015 20.3998 6.74211 20.0312 6.58602C18.9039 6.11342 18.1755 5.02081 18.1755 3.79813V3.40791H6.82015V3.79813C6.82015 4.10163 6.77679 4.4008 6.69008 4.68262C6.43427 5.5281 5.80992 6.23049 4.96445 6.58602C4.60024 6.74211 4.20569 6.82015 3.79379 6.82015C2.13319 6.82015 0.776101 5.46306 0.776101 3.79813ZM5.63215 7.12366C5.6495 7.11498 5.66684 7.10198 5.68418 7.08897C5.74055 7.05862 5.79258 7.0196 5.84894 6.98491C5.93132 6.93288 6.0137 6.87652 6.09174 6.82015C6.14811 6.78113 6.1958 6.73344 6.24783 6.69008C6.32154 6.62938 6.39091 6.56868 6.45595 6.50364C6.50364 6.45595 6.55133 6.40392 6.59903 6.35623C6.65973 6.28685 6.72043 6.21748 6.77679 6.14377C6.82015 6.09174 6.85917 6.03538 6.8982 5.97901C6.95022 5.90097 7.00225 5.82293 7.04995 5.74055C7.08463 5.68418 7.11932 5.62782 7.14967 5.56712C7.19736 5.4804 7.23639 5.39369 7.27541 5.30264C7.30142 5.24627 7.32744 5.18991 7.34912 5.12921C7.38814 5.02948 7.41849 4.92542 7.4445 4.81703C7.45751 4.765 7.47485 4.71731 7.48786 4.66528C7.52688 4.50486 7.5529 4.34443 7.57024 4.18401H17.4124C17.4298 4.34877 17.4558 4.50919 17.4948 4.66528C17.5078 4.71731 17.5251 4.765 17.5382 4.81703C17.5685 4.92109 17.5989 5.02515 17.6335 5.12921C17.6552 5.18991 17.6812 5.24627 17.7072 5.30264C17.7463 5.39369 17.7853 5.4804 17.833 5.56712C17.8633 5.62782 17.898 5.68418 17.9327 5.74055C17.9804 5.82293 18.0281 5.90097 18.0845 5.97468C18.1235 6.03104 18.1668 6.08307 18.2102 6.13944C18.2666 6.21315 18.3273 6.28252 18.388 6.34755C18.4357 6.39958 18.4833 6.44728 18.531 6.49931C18.5961 6.56434 18.6655 6.62504 18.7392 6.68574C18.7912 6.7291 18.8432 6.77246 18.8996 6.81582C18.9776 6.87218 19.06 6.92855 19.138 6.98057C19.1944 7.01526 19.2464 7.05428 19.3028 7.08463C19.3201 7.09331 19.3375 7.10631 19.3548 7.11932C19.073 7.57891 18.5657 7.86941 18.0108 7.86941H6.97624C6.42126 7.87374 5.91398 7.58325 5.63215 7.12366ZM20.5558 22.9188C21.0328 22.9188 21.423 23.3091 21.423 23.786V23.9768C21.423 24.4537 21.0328 24.8439 20.5558 24.8439H4.44416C3.96722 24.8439 3.577 24.4537 3.577 23.9768V23.786C3.577 23.3091 3.96722 22.9188 4.44416 22.9188H4.70864H20.2957H20.5558ZM19.5196 21.5704V22.1384H5.4804V21.5704C5.4804 20.8247 6.08741 20.2177 6.83316 20.2177H18.1582C18.9083 20.2177 19.5196 20.8247 19.5196 21.5704Z' fill='%23ED6D31'/%3E%3Cpath d='M21.2409 5.80556C22.3465 5.80556 23.2483 4.90373 23.2483 3.79811C23.2483 2.69249 22.3465 1.79065 21.2409 1.79065C20.1352 1.79065 19.2334 2.69249 19.2334 3.79811C19.2334 4.90373 20.1352 5.80556 21.2409 5.80556ZM21.2409 2.56675C21.9216 2.56675 22.4722 3.11739 22.4722 3.79811C22.4722 4.47882 21.9216 5.02946 21.2409 5.02946C20.5601 5.02946 20.0095 4.47882 20.0095 3.79811C20.0095 3.11739 20.5601 2.56675 21.2409 2.56675Z' fill='%23ED6D31'/%3E%3Cpath d='M5.73623 3.79811C5.73623 2.69249 4.83439 1.79065 3.72877 1.79065C2.62315 1.79065 1.72131 2.69249 1.72131 3.79811C1.72131 4.90373 2.62315 5.80556 3.72877 5.80556C4.83439 5.80556 5.73623 4.90373 5.73623 3.79811ZM3.72877 5.02946C3.04806 5.02946 2.49741 4.47882 2.49741 3.79811C2.49741 3.11739 3.04806 2.56675 3.72877 2.56675C4.40949 2.56675 4.96013 3.11739 4.96013 3.79811C4.96013 4.47882 4.40515 5.02946 3.72877 5.02946Z' fill='%23ED6D31'/%3E%3Cpath d='M14.6592 10.601H15.4353V17.6596H14.6592V10.601Z' fill='%23ED6D31'/%3E%3Cpath d='M12.1098 10.601H12.8859V17.6596H12.1098V10.601Z' fill='%23ED6D31'/%3E%3Cpath d='M9.5647 10.601H10.3408V17.6596H9.5647V10.601Z' fill='%23ED6D31'/%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--industrial::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 25 27' fill='none'%3E%3Cpath d='M24.7799 11.6688C24.6436 11.5887 24.4752 11.5867 24.3371 11.6634L23.1085 12.346L22.7679 0.433929C22.7611 0.192243 22.5632 -0.000111559 22.3214 4.85424e-08H19.1964C18.9547 -0.000111559 18.7568 0.192243 18.75 0.433929L18.3339 15L16.9643 15.7589V12.0536C16.9642 11.807 16.7642 11.6073 16.5176 11.6074C16.442 11.6074 16.3675 11.6267 16.3013 11.6634L8.92857 15.7589V12.0536C8.92846 11.807 8.72846 11.6073 8.48192 11.6074C8.40625 11.6074 8.33181 11.6267 8.26562 11.6634L0.229911 16.1277C0.0881139 16.2063 5.58036e-05 16.3557 0 16.5179V26.3393C0 26.5858 0.199888 26.7857 0.446429 26.7857H24.5536C24.8001 26.7857 25 26.5858 25 26.3393V12.0536C25 11.8954 24.9163 11.7489 24.7799 11.6688ZM19.6304 0.892857H21.8875L21.9134 1.78571H19.6049L19.6304 0.892857ZM19.579 2.67857H21.9388L22.229 12.8344L19.2411 14.4938L19.579 2.67857ZM12.0536 25.8929H9.375V23.6607H12.0536V25.8929ZM15.625 25.8929H12.9464V23.6607H15.625V25.8929ZM24.1071 25.8929H16.5179V23.2143C16.5179 22.9677 16.318 22.7679 16.0714 22.7679H8.92857C8.68203 22.7679 8.48214 22.9677 8.48214 23.2143V25.8929H0.892857V16.7808L8.03571 12.8125V16.5179C8.03583 16.7644 8.23583 16.9642 8.48237 16.9641C8.55804 16.964 8.63248 16.9448 8.69866 16.908L16.0714 12.8125V16.5179C16.0715 16.7644 16.2715 16.9642 16.5181 16.9641C16.5937 16.964 16.6682 16.9448 16.7344 16.908L20.9446 14.5692L22.9018 13.4821L24.1071 12.8125V25.8929Z' fill='%23ED6D31'/%3E%3Cpath d='M6.24997 17.8572H2.67855C2.43201 17.8572 2.23212 18.0571 2.23212 18.3036V20.0893C2.23212 20.3359 2.43201 20.5357 2.67855 20.5357H6.24997C6.49651 20.5357 6.6964 20.3359 6.6964 20.0893V18.3036C6.6964 18.0571 6.49651 17.8572 6.24997 17.8572ZM5.80355 19.6429H3.12497V18.75H5.80355V19.6429Z' fill='%23ED6D31'/%3E%3Cpath d='M14.2857 17.8572H10.7143C10.4678 17.8572 10.2679 18.0571 10.2679 18.3036V20.0893C10.2679 20.3359 10.4678 20.5357 10.7143 20.5357H14.2857C14.5323 20.5357 14.7322 20.3359 14.7322 20.0893V18.3036C14.7322 18.0571 14.5323 17.8572 14.2857 17.8572ZM13.8393 19.6429H11.1607V18.75H13.8393V19.6429Z' fill='%23ED6D31'/%3E%3Cpath d='M22.3214 17.8572H18.75C18.5035 17.8572 18.3036 18.0571 18.3036 18.3036V20.0893C18.3036 20.3359 18.5035 20.5357 18.75 20.5357H22.3214C22.568 20.5357 22.7679 20.3359 22.7679 20.0893V18.3036C22.7679 18.0571 22.568 17.8572 22.3214 17.8572ZM21.875 19.6429H19.1964V18.75H21.875V19.6429Z' fill='%23ED6D31'/%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--storage::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' fill='%23ED6D31' height='30' width='30' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M507.785,146.242L260.318,1.175c-2.603-1.519-5.803-1.57-8.439-0.111L4.412,137.598C1.69,139.091,0,141.958,0,145.064 v358.4c0,4.719,3.823,8.533,8.533,8.533H51.2c4.71,0,8.533-3.814,8.533-8.533V204.798h392.533v298.667 c0,4.719,3.814,8.533,8.533,8.533h42.667c4.719,0,8.533-3.814,8.533-8.533V153.598C512,150.568,510.396,147.769,507.785,146.242z M494.933,494.931h-25.6V196.264c0-4.71-3.814-8.533-8.533-8.533H51.2c-4.71,0-8.533,3.823-8.533,8.533v298.667h-25.6V150.099 L255.872,18.344l239.061,140.143V494.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M426.667,392.531h-102.4c-4.719,0-8.533,3.814-8.533,8.533v102.4c0,4.719,3.814,8.533,8.533,8.533h102.4 c4.719,0,8.533-3.814,8.533-8.533v-102.4C435.2,396.345,431.386,392.531,426.667,392.531z M418.133,494.931H332.8v-85.333h85.333 V494.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M384,401.064v25.6h-17.067v-25.6h-17.067v34.133c0,4.719,3.814,8.533,8.533,8.533h34.133c4.719,0,8.533-3.814,8.533-8.533 v-34.133H384z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M324.267,392.531h-102.4c-4.71,0-8.533,3.814-8.533,8.533v102.4c0,4.719,3.823,8.533,8.533,8.533h102.4 c4.719,0,8.533-3.814,8.533-8.533v-102.4C332.8,396.345,328.986,392.531,324.267,392.531z M315.733,494.931H230.4v-85.333h85.333 V494.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M281.6,401.064v25.6h-17.067v-25.6h-17.067v34.133c0,4.719,3.823,8.533,8.533,8.533h34.133 c4.719,0,8.533-3.814,8.533-8.533v-34.133H281.6z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M426.667,290.131h-102.4c-4.719,0-8.533,3.814-8.533,8.533v102.4c0,4.719,3.814,8.533,8.533,8.533h102.4 c4.719,0,8.533-3.814,8.533-8.533v-102.4C435.2,293.945,431.386,290.131,426.667,290.131z M418.133,392.531H332.8v-85.333h85.333 V392.531z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M384,298.664v25.6h-17.067v-25.6h-17.067v34.133c0,4.719,3.814,8.533,8.533,8.533h34.133c4.719,0,8.533-3.814,8.533-8.533 v-34.133H384z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='51.2' y='255.998' width='409.6' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='51.2' y='221.864' width='409.6' height='17.067'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M298.667,119.464h-85.333c-4.71,0-8.533,3.823-8.533,8.533v34.133c0,4.71,3.823,8.533,8.533,8.533h85.333 c4.719,0,8.533-3.823,8.533-8.533v-34.133C307.2,123.287,303.386,119.464,298.667,119.464z M290.133,153.598h-68.267v-17.067 h68.267V153.598z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label .icon--others::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' fill='%23ED6D31' height='30' width='30' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M453.034,361.322c-2.808-1.164-6.04-0.521-8.19,1.628l-82.126,82.126c-2.149,2.15-2.792,5.382-1.628,8.19 c1.162,2.809,3.904,4.639,6.943,4.639h82.126c4.151,0,7.515-3.364,7.515-7.515v-82.126 C457.673,365.225,455.842,362.485,453.034,361.322z M386.173,442.876l56.469-56.469v56.469H386.173z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M507.361,240.867c-2.808-1.164-6.04-0.521-8.19,1.628l-22.507,22.507V111.971c0-4.151-3.365-7.515-7.515-7.515h-57.741 l20.96-20.96c0.003-0.003,0.006-0.007,0.009-0.01l20.196-20.196c4.327-4.327,6.71-10.083,6.71-16.203s-2.383-11.874-6.71-16.203 L429.219,7.53c-4.327-4.327-10.083-6.71-16.203-6.71s-11.875,2.383-16.203,6.71l-20.206,20.206l-24.416,24.416l-52.303,52.303 H66.62V30.11c0-4.151-3.365-7.515-7.515-7.515C26.515,22.597,0,49.11,0,81.702v319.186c0,0.555,0.064,1.095,0.178,1.615 c1.038,13.829,7.021,26.678,17.02,36.432C27.886,449.359,41.995,455.1,56.927,455.1h229.638l-43.249,43.249 c-2.149,2.15-2.792,5.381-1.629,8.19c1.163,2.808,3.904,4.639,6.943,4.639h255.855c4.15,0,7.515-3.364,7.515-7.515V247.81 C512,244.771,510.168,242.03,507.361,240.867z M407.443,18.159c3.072-3.074,8.077-3.074,11.149,0l23.355,23.355 c3.074,3.073,3.074,8.076,0,11.15l-14.891,14.892L392.55,33.051L407.443,18.159z M381.922,43.679l34.505,34.504l-13.789,13.789 l-34.503-34.504L381.922,43.679z M496.972,332.252h-13.865c-4.151,0-7.515,3.364-7.515,7.515c0,4.151,3.364,7.515,7.515,7.515 h13.865v22.646h-13.865c-4.151,0-7.515,3.364-7.515,7.515s3.364,7.515,7.515,7.515h13.865v22.645h-13.865 c-4.151,0-7.515,3.364-7.515,7.515c0,4.151,3.364,7.515,7.515,7.515h13.865v22.646h-13.865c-4.151,0-7.515,3.365-7.515,7.515 c0,4.151,3.364,7.515,7.515,7.515h13.865v35.842h-230.2l75.908-75.907c2.935-2.936,2.935-7.693,0-10.628 c-0.337-0.337-0.699-0.629-1.078-0.889c-2.926-2.004-6.952-1.709-9.551,0.889l-30.456,30.456H56.928 c-22.792,0-41.14-17.794-41.862-40.545c0.043-1.428,0.154-2.844,0.332-4.244c0.001-0.008,0.002-0.016,0.003-0.024 c0.084-0.665,0.185-1.327,0.3-1.985c0.013-0.075,0.027-0.15,0.04-0.225c0.105-0.587,0.223-1.171,0.352-1.753 c0.036-0.162,0.074-0.324,0.112-0.485c0.114-0.492,0.237-0.981,0.369-1.468c0.072-0.264,0.147-0.525,0.224-0.788 c0.11-0.382,0.224-0.763,0.345-1.14c0.121-0.377,0.25-0.75,0.381-1.123c0.091-0.261,0.181-0.522,0.279-0.781 c0.183-0.492,0.377-0.979,0.577-1.462c0.057-0.139,0.113-0.28,0.172-0.419c0.257-0.6,0.524-1.193,0.806-1.779 c0.012-0.025,0.023-0.05,0.035-0.075c5.878-12.164,17.183-21.233,30.75-24.047c0.038-0.008,0.076-0.017,0.114-0.025 c0.622-0.127,1.25-0.236,1.882-0.337c0.105-0.017,0.21-0.038,0.317-0.054c0.571-0.087,1.148-0.155,1.725-0.22 c0.162-0.018,0.323-0.043,0.486-0.059c0.557-0.056,1.119-0.093,1.681-0.128c0.178-0.011,0.356-0.03,0.534-0.039 c0.736-0.037,1.478-0.056,2.223-0.056c4.15,0,7.515-3.364,7.515-7.515v-54.489c0-4.151-3.365-7.515-7.515-7.515 c-4.15,0-7.515,3.364-7.515,7.515v47.447c-12.69,1.605-24.469,7.265-33.757,16.335c-0.977,0.954-1.903,1.946-2.805,2.954V81.702 c0-21.741,15.826-39.858,36.561-43.436v73.705v152.777v0.001c0,4.15,3.365,7.515,7.515,7.515c4.15,0,7.515-3.365,7.515-7.515 v-0.001V119.486h218.24l-41.544,41.544c-2.935,2.936-2.935,7.693,0,10.628c2.935,2.934,7.693,2.934,10.627,0l54.373-54.373 c0.002-0.002,0.003-0.004,0.005-0.005l49.185-49.185l34.503,34.505l-4.048,4.048c-0.003,0.003-0.007,0.006-0.01,0.009 l-151.528,151.53l-34.504-34.504l29.868-29.868c2.935-2.936,2.935-7.693,0-10.628c-2.935-2.934-7.693-2.934-10.627,0 l-35.183,35.182c-0.188,0.188-0.364,0.387-0.529,0.591c-0.055,0.068-0.104,0.141-0.156,0.212c-0.106,0.141-0.21,0.283-0.307,0.431 c-0.055,0.086-0.105,0.174-0.157,0.263c-0.083,0.14-0.163,0.282-0.236,0.427c-0.048,0.094-0.091,0.189-0.135,0.287 c-0.067,0.147-0.129,0.297-0.186,0.447c-0.02,0.053-0.046,0.103-0.065,0.156l-14.641,41.475l-9.982,28.279 c-0.132,0.376-0.227,0.758-0.298,1.143h-24.992c-4.15,0-7.515,3.364-7.515,7.515c0,4.151,3.365,7.515,7.515,7.515h208.114 c4.151,0,7.515-3.364,7.515-7.515c0-4.151-3.364-7.515-7.515-7.515H193.093l45.83-16.178c0.038-0.014,0.074-0.033,0.112-0.047 c0.178-0.066,0.353-0.14,0.526-0.219c0.069-0.032,0.138-0.062,0.205-0.095c0.18-0.09,0.357-0.189,0.531-0.295 c0.056-0.034,0.114-0.065,0.169-0.1c0.181-0.116,0.357-0.243,0.53-0.377c0.043-0.033,0.088-0.062,0.13-0.096 c0.209-0.168,0.414-0.349,0.608-0.543l154.644-154.643h65.255v160.546L354.137,387.53c-2.935,2.936-2.935,7.693,0,10.628 c0.183,0.183,0.374,0.355,0.571,0.516c1.378,1.123,3.061,1.685,4.743,1.685s3.366-0.562,4.743-1.685 c0.197-0.16,0.388-0.333,0.571-0.516c0.003-0.003,0,0,0.003-0.003L496.972,265.95V332.252z M222.677,265.696l-21.526,7.599 l-14.342-14.342l7.599-21.526L222.677,265.696z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label h5 {
    font-size: 28px;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label span {
    display: none;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper .label span:first-of-type {
    display: none;
  }
  .tabs-content-block.home .tabs-content-block__nav .view-all {
    display: inline-block;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .tabs-content-block {
    padding: 45px 0;
  }
  .tabs-content-block::after {
    width: 100%;
  }
  .tabs-content-block__nav {
    max-width: 100%;
  }
  .tabs-content-block__nav .nav-wrapper {
    max-width: 400px;
  }
  .tabs-content-block__content {
    display: none;
  }
}
@media (max-width: 480px) {
  .tabs-content-block h2 {
    text-align: center;
    font-size: 70px;
  }
  .tabs-content-block__nav {
    padding: 0;
  }
  .tabs-content-block__nav .nav-wrapper {
    max-width: 70%;
  }
  .tabs-content-block.home .tabs-content-block__nav .nav-wrapper {
    max-width: 68.5%;
  }
  .tabs-content-block.home .tabs-content-block__nav .view-all {
    display: block;
    text-align: center;
  }
}
.cta-block,
.global-cta {
  position: relative;
}
.cta-block__gradient,
.global-cta__gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta-block__gradient::after,
.global-cta__gradient::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(48, 54, 63, 0) 0%, #30363F 96.58%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta-block__gradient::before,
.global-cta__gradient::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(48, 54, 63, 0) 0%, #30363F 96.58%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta-block::after,
.global-cta::after {
  content: "";
  position: absolute;
  background-image: var(--url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
.cta-block__container,
.global-cta__container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.cta-block__inner,
.global-cta__inner {
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.cta-block__inner h2,
.global-cta__inner h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.cta-block__inner .button-wrapper,
.global-cta__inner .button-wrapper {
  margin-top: 70px;
}

@media (max-width: 1024px) {
  .cta-block h2,
  .global-cta h2 {
    font-size: 60px;
  }
  .cta-block__container,
  .global-cta__container {
    min-height: 500px;
  }
  .cta-block__inner,
  .global-cta__inner {
    max-width: 650px;
  }
}
@media (max-width: 480px) {
  .cta-block,
  .global-cta {
    padding: 50px 0;
  }
  .cta-block__container,
  .global-cta__container {
    min-height: 300px;
  }
  .cta-block__inner,
  .global-cta__inner {
    max-width: 90%;
  }
}
.two-col-content-image-block.dark::after {
  background: linear-gradient(-90deg, rgba(48, 54, 63, 0) -10.81%, rgba(29, 35, 44, 0.1) 8.2%, #1D232C 96.58%);
}
.two-col-content-image-block::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(48, 54, 63, 0) -10.81%, rgba(29, 35, 44, 0.1) 8.2%, #1D232C 96.58%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
}
.two-col-content-image-block::before {
  content: "";
  position: absolute;
  background: #2F3640;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
}
.two-col-content-image-block .list-background {
  position: absolute;
  background: linear-gradient(180deg, rgba(29, 35, 44, 0.8) 0%, #1D232C 34.28%);
  width: 50%;
  right: 0;
  height: 66%;
  bottom: 0;
  z-index: -1;
}
.two-col-content-image-block .image--desktop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 50%;
}
.two-col-content-image-block .image--desktop::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.two-col-content-image-block .image--mob {
  display: none;
}
.two-col-content-image-block .image img {
  width: 100%;
}
.two-col-content-image-block__container {
  display: flex;
  align-items: center;
}
.two-col-content-image-block__container .content {
  width: 50%;
  color: #fff;
}
.two-col-content-image-block__container .content h2 {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.two-col-content-image-block__container .content p {
  max-width: 80%;
}
.two-col-content-image-block__container .list {
  width: 50%;
  padding-left: 80px;
  position: absolute;
  top: 30%;
  right: 0;
}
.two-col-content-image-block__container .list h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.two-col-content-image-block__container .list__column {
  max-width: 65%;
}
.two-col-content-image-block__container .list__column h6 {
  color: #ED6D31;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "din-condensed", sans-serif;
}
.two-col-content-image-block__container .list__column .column ul {
  list-style: none;
  padding: 0;
}
.two-col-content-image-block__container .list__column .column ul li {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
}
.two-col-content-image-block__container .list__column .column ul li::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='22' viewBox='0 0 27 22' fill='none'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23ED6D31'/%3E%3Cpath d='M11.9552 15.5502C11.3438 15.5504 10.7574 15.3074 10.3254 14.8747L5.39767 9.94879C4.86744 9.4184 4.86744 8.55863 5.39767 8.02824C5.92806 7.49802 6.78782 7.49802 7.31821 8.02824L11.9552 12.6653L24.2228 0.397666C24.7532 -0.132555 25.613 -0.132555 26.1434 0.397666C26.6736 0.928058 26.6736 1.78782 26.1434 2.31821L13.5851 14.8747C13.1531 15.3074 12.5667 15.5504 11.9552 15.5502Z' fill='white'/%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 22px;
}
.two-col-content-image-block__container .list__column--two {
  max-width: 90%;
  display: flex;
  column-gap: 30px;
}

@media (max-width: 1260px) {
  .two-col-content-image-block .list-background {
    height: 70%;
  }
  .two-col-content-image-block__container .list {
    top: 25%;
    padding-left: 35px;
  }
}
@media (max-width: 1024px) {
  .two-col-content-image-block .image--desktop {
    display: none;
  }
  .two-col-content-image-block .image--mob {
    display: block;
    margin-bottom: 30px;
  }
  .two-col-content-image-block .list-background {
    display: none;
  }
  .two-col-content-image-block__container {
    display: block;
  }
  .two-col-content-image-block__container .content {
    width: 100%;
  }
  .two-col-content-image-block__container .list {
    position: relative;
    width: 100%;
    top: 0;
    right: unset;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .two-col-content-image-block__container .content p {
    max-width: 100%;
  }
  .two-col-content-image-block__container .list__column {
    max-width: 100%;
  }
  .two-col-content-image-block__container .list__column--two {
    display: block;
  }
}
.hero-block {
  min-height: 400px;
  padding-top: 170px;
}
.hero-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.hero-block::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(48, 54, 63, 0) -40.81%, #30363F 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-block__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #ED6D31 -0.45%, #EFAE2D 123.51%);
  width: 100%;
  height: 8px;
  z-index: 0;
}
.hero-block__container {
  display: flex;
  align-items: center;
}
.hero-block__container .heading {
  width: 50%;
}
.hero-block__container .heading h1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}
.hero-block__container .heading h1 span {
  color: #ED6D31;
}
.hero-block__container .text {
  width: 50%;
}
.hero-block__container .text p {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .hero-block {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  .hero-block__container {
    display: block;
  }
  .hero-block__container .heading {
    width: 100%;
  }
  .hero-block__container .text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero-block {
    padding-top: 100px;
  }
  .hero-block.no-text {
    min-height: 250px;
  }
}
.quote-block {
  background-color: #2F3640;
  padding: 150px 0;
}
.quote-block__container {
  position: relative;
  padding-top: 70px;
}
.quote-block__container::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='37' viewBox='0 0 50 37' fill='none'%3E%3Cpath d='M8.33333 0L20.8333 0L20.8333 20.5556C20.8333 29.6247 13.3583 37 4.16667 37L4.16667 24.6667C6.4625 24.6667 8.33333 22.8249 8.33333 20.5556H0L0 8.22222C0 3.68767 3.7375 0 8.33333 0ZM37.5 0L50 0V20.5556C50 29.6247 42.525 37 33.3333 37L33.3333 24.6667C35.6333 24.6667 37.5 22.8249 37.5 20.5556H29.1667L29.1667 8.22222C29.1667 3.68767 32.9042 0 37.5 0Z' fill='url(%23paint0_linear_463_1443)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_463_1443' x1='-5.5' y1='18' x2='66.5' y2='18' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ED6D31'/%3E%3Cstop offset='1' stop-color='%23EFAE2D'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 37px;
}
.quote-block__container .text {
  width: 60%;
  margin: 0 auto;
}
.quote-block__container .text p {
  color: #fff;
  text-align: center;
}
.quote-block__container .name {
  display: flex;
  justify-content: center;
  column-gap: 4px;
}
.quote-block__container .name h6 {
  margin-bottom: 0;
  font-family: "din-condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ED6D31;
}
.quote-block__container .name h6:first-of-type {
  color: #fff;
}

@media (max-width: 1024px) {
  .quote-block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .quote-block {
    padding: 45px 0;
  }
  .quote-block__container .text {
    width: 80%;
  }
}
.basic-split-block {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.basic-split-block::after {
  content: "";
  position: absolute;
  background: #2F3640;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.basic-split-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
.basic-split-block__container {
  display: flex;
  justify-content: flex-end;
  padding: 60px 0;
}
.basic-split-block__content {
  width: 46%;
}
.basic-split-block__content h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.basic-split-block__content h2 span {
  display: block;
  font-size: 32px;
  font-family: "Didact Gothic", sans-serif;
  position: relative;
  transform: translateX(6px);
}
.basic-split-block__content p {
  color: #fff;
}
.basic-split-block__content p:first-of-type {
  margin-top: 50px;
}
.basic-split-block__button {
  margin-top: 50px;
}
.basic-split-block__image {
  left: 0;
  top: 0;
  position: absolute;
  width: 47%;
  height: 100%;
}
.basic-split-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-split-block.has-bg {
  padding: 80px 0;
}
.basic-split-block.has-bg .basic-split-block__image {
  padding: 100px 0;
}
.basic-split-block.has-bg::after {
  z-index: -5;
  background: linear-gradient(180deg, #30363F 0%, rgba(48, 54, 63, 0.75) 52.31%, #30363F 96.58%);
}
.basic-split-block.reverse .basic-split-block__container {
  flex-direction: row-reverse;
}
.basic-split-block.reverse .basic-split-block__content {
  width: 42%;
  margin: 0;
}
.basic-split-block.reverse .basic-split-block__image {
  left: unset;
  right: 0;
}

@media (max-width: 1260px) {
  .basic-split-block__container {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .basic-split-block {
    padding: 45px 0;
  }
  .basic-split-block__container {
    display: block;
    padding: 0;
  }
  .basic-split-block__content {
    width: 100%;
  }
  .basic-split-block__image {
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .basic-split-block.reverse .basic-split-block__content {
    width: 100%;
  }
  .basic-split-block.has-bg {
    padding: 45px 0;
  }
  .basic-split-block.has-bg .basic-split-block__image {
    padding: 0;
  }
}
.image-gallery {
  background-color: #2F3640;
  padding-top: 200px;
}
.image-gallery ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  align-items: center;
}

@media (max-width: 1024px) {
  .image-gallery {
    padding-top: 80px;
  }
  .image-gallery ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .image-gallery ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .image-gallery {
    padding-top: 45px;
  }
  .image-gallery ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.text-editor-block {
  background-color: #2F3640;
  color: #fff;
}