html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Myriad Pro", sans-serif;
  color: #57585b;
  font-size: 17px;
  line-height: 130%;
  scroll-behavior: smooth;
}
body.active {
  overflow: hidden;
}

.container {
  margin: 0 auto;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

:root {
  --text-color: #343434;
}

@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-semibold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Myriad Pro";
  font-style: normal;
  src: url("../font/myriadpro-bold.ttf") format("truetype");
  font-weight: 700;
}
.container {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1344px;
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}
img {
  border: none;
  display: block;
  max-width: 100%;
}

.bg-light-gray {
  background: #eee;
}

.content-section {
  padding: 25px 21px;
}

h2, .h2 {
  font-size: 35px;
  color: #158f45;
  font-weight: 400;
  margin-bottom: 7px;
}

a {
  color: #158f45;
  font-weight: 700;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.button, .custom-form .wpcf7-submit {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #158f45;
  border: 1px solid #ffffff;
  padding: 20px 32px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.button:hover, .custom-form .wpcf7-submit:hover {
  background: #285820;
}

.select-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px;
}
.select-block .custom-select {
  max-width: 210px;
}
.select-block .select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  text-align: center;
  background: #158f45;
  margin-left: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.select-block .error {
  margin-left: 15px;
  font-size: 14px;
  color: #de2323;
  line-height: 100%;
}

.custom-select {
  position: relative;
  background: #fff url(../img/icon/arrow-down-gray.png) no-repeat top 50% right 11px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #000000;
  font-weight: 700;
  line-height: 1;
  font-size: 13px;
  width: 100%;
}
.custom-select .current-value {
  padding: 7px 36px 7px 28px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select .select-list {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  background: #ffffff;
  border: 1px solid #000000;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 7px 0;
  z-index: 1;
}
.custom-select .select-list li.option {
  padding: 4px 28px;
}
.custom-select .select-list li.option:nth-child(odd) {
  background: #eeeeee;
}

.custom-select.open .select-list {
  display: block;
}

.ci-download {
  background-image: url(../img/icon/sprite.png);
  background-position: -118px -70px;
  width: 16px;
  height: 15px;
}

.ci {
  display: inline-block;
  vertical-align: baseline;
}

.no_link {
  pointer-events: none;
  cursor: default;
}

.merger-pages-wrapper {
  overflow-x: hidden;
  font-weight: 400;
}
.merger-pages-wrapper .crop-single-s-2 {
  background-color: transparent;
}
.merger-pages-wrapper .img-section {
  margin-top: 0;
}

.video-block {
  position: relative;
  max-height: 40%;
}

.video-block.smaller:before {
  padding-top: 45.3125%;
  content: "";
  display: block;
}

.video-block iframe, .video-block img, .video-block video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.content-section {
  padding: 25px 21px;
}

.free-text-wrap {
  line-height: 1.3;
}
.free-text-wrap p {
  margin-bottom: 14px;
}
.free-text-wrap h1, .free-text-wrap h2, .free-text-wrap h2, .free-text-wrap h3, .free-text-wrap h4, .free-text-wrap h5 {
  font-weight: 400;
  color: #158f45;
  margin: 25px 0 10px;
}
.free-text-wrap h2 {
  font-size: 35px;
}
.free-text-wrap .reset-typography {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
  margin: 0 0 14px;
}
.free-text-wrap a {
  text-decoration: underline;
  color: #57585b;
  font-weight: inherit;
}

.free-text-wrap > *:first-child {
  margin-top: 0;
}

.crop-single-s-1 .download-block-wrap {
  padding: 20px 14px;
  border: 1px solid #158f45;
  margin-top: 15px;
}
.crop-single-s-1 .download-block-wrap h3 {
  font-weight: 700;
  color: #158f45;
  text-transform: uppercase;
  font-size: 17px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 14px;
  }
  .content-section {
    padding: 21px 0;
  }
  .select-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 14px;
  }
  .select-block .select-label {
    width: 78%;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .select-block .custom-select {
    width: 78%;
  }
  .select-block .select-btn {
    margin-left: 13px;
  }
  .select-block .custom-select .current-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 568px) {
  .select-block {
    width: 100%;
  }
}
.video-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 69px;
  background: url(../img/icon/play.png) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.crop-single-s-2 .item {
  margin-top: 33px;
  display: block;
}

.video-item {
  position: relative;
  display: block;
}

.zoom-img-wrap {
  display: block;
  overflow: hidden;
}

.zoom-img-wrap .zoom-img {
  width: 100%;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}

.zoom-img-wrap:hover .zoom-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}
a:hover * {
  cursor: pointer;
  text-decoration: underline;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}

@media (min-width: 992px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.img-section h2, .crop-single-s-2 h2 {
  margin: 20px 0 15px 0;
  line-height: 1.2;
}
.img-section p, .crop-single-s-2 p {
  margin: 5px 0;
}
.img-section .content-section, .crop-single-s-2 .content-section {
  padding: 21px;
}

.merger-section h2 {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  line-height: 1.2;
  margin-top: 0;
}
.merger-section h3, .merger-section p {
  text-align: center;
  max-width: 325px;
  width: 100%;
  margin: 0 auto;
}
.merger-section__img {
  margin-bottom: 30px;
}
.merger-section h3 {
  margin-bottom: 10px;
  color: #158f45;
  font-weight: 700;
}
.merger-section .content-section {
  padding: 0 40px 60px 40px;
}
.merger-section .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.merger-section .slick-prev {
  left: -18px;
}
.merger-section .slick-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 0;
  left: 0;
}
.merger-section .slick-next {
  right: -18px;
}
.merger-section .slick-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  right: 0;
}
.merger-section__item {
  padding: 0 5px;
}
.merger-section__item img {
  margin: 0 auto;
}

.img-section {
  margin-top: 75px;
}

@media (max-width: 768px) {
  .merger-section .slick-list {
    overflow: visible;
  }
  .merger-section .merger-section__item {
    padding: 0 10px 0 0;
    width: 80vw;
  }
  .merger-section .content-section {
    padding: 0 0 30px 0;
  }
}
.img-section img {
  width: 100%;
  margin: 30px 0 45px 0;
}

.side-nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 200;
}
.side-nav li {
  margin-bottom: 30px;
}
.side-nav li a {
  color: #158f45;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9D9D9D;
  position: relative;
}
.side-nav li a * {
  text-decoration: none;
}
.side-nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #158f45;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-nav li a:after {
  content: "";
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.side-nav li a.active:before {
  width: 130%;
  height: 130%;
}
.side-nav li .link-text {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  -webkit-transform: translate(-40px, -50%);
  transform: translate(-40px, -50%);
  visibility: hidden;
  opacity: 0;
  padding: 7px 28px;
  border-radius: 7px;
  background: #158f45;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-nav li a:focus .link-text, .side-nav li a:hover .link-text {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  visibility: visible;
  opacity: 1;
}
.side-nav li a:hover:before {
  width: 130%;
  height: 130%;
}

@media screen and (max-width: 1399px) {
  .side-nav {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .side-nav {
    right: 3px;
  }
  .side-nav li {
    margin-bottom: 12px;
  }
  .side-nav li a {
    width: 8px;
    height: 8px;
  }
  .side-nav li a .link-text {
    font-size: 16px;
    line-height: 1.1;
    border-radius: 3px;
    padding: 5px 15px;
    right: calc(100% + 8px);
  }
  .side-nav li a:after {
    height: 20px;
    width: 40px;
  }
}
footer .menu-item {
  line-height: 1;
}

@media screen and (max-width: 991px) {
  footer .menu-item {
    line-height: 1;
  }
  footer .footer-menu {
    max-height: 100%;
  }
}