@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::after, *::before, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
  font-size: 16px;
  color: #666666;
  background: #FFFFFF;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.my_container {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#067a66), to(#05a086));
  background: -o-linear-gradient(top, #067a66 0%, #05a086 100%);
  background: linear-gradient(180deg, #067a66 0%, #05a086 100%);
}

.navbar {
  padding: 48px 0px;
}
@media only screen and (max-width: 600px) {
  .navbar {
    padding: 48px 0px;
  }
}

.logotype {
  display: block;
  max-width: 255px;
  text-align: center;
  overflow: hidden;
}
.logotype img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .logotype {
    margin: 0px auto;
  }
}

.main {
  padding: 60px 0px;
}

.main_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 60px 0px;
}
@media only screen and (max-width: 992px) {
  .main_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0px 40px 0px 0px;
  text-align: center;
  overflow: hidden;
}
.top_left img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .top_left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    margin: 0px 0px 0px 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.top_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}
@media only screen and (max-width: 992px) {
  .top_right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0px 40px 0px;
  }
}

.top_title {
  background: #E6E7E7;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  padding: 16px 20px;
  margin: 0px 0px 20px 0px;
}

.top_list {
  padding: 0px 25px;
  margin: 0px 0px 20px 0px;
}
.top_list:last-of-type {
  margin: 0;
}

.top_list li {
  margin: 0;
}
.top_list li:first-child {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #666666;
  margin: 0px 0px 7px 0px;
}

.top_link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

.main_body {
  margin: 0px 0px 60px 0px;
}

.subtitle {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #A4B271;
  margin: 0px 0px 20px 0px;
}

.text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}

.text_fs {
  margin: 0px 0px 20px 0px;
}

.main_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .main_bottom {
    display: block;
  }
}

.bottom_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.3%;
          flex: 0 1 48.3%;
}
@media only screen and (max-width: 992px) {
  .bottom_left {
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
}

.bottom_list {
  margin: 0px 0px 20px 0px;
}
.bottom_list li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin: 0;
}
.bottom_list li:first-child {
  font-weight: 500;
}
.bottom_list:last-of-type {
  margin: 0;
}

.bottom_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.3%;
          flex: 0 1 48.3%;
}
@media only screen and (max-width: 992px) {
  .bottom_right {
    width: 100%;
  }
}

.bottom_right_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30.9%;
          flex: 0 1 30.9%;
  margin: 0px 0px 20px 0px;
  overflow: hidden;
  text-align: center;
}
.flex_box img {
  width: 100%;
}
.flex_box:nth-last-child(-n+3) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .flex_box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.3%;
            flex: 0 1 48.3%;
    margin: 0px 0px 15px 0px;
  }
  .flex_box:nth-last-child(-n+3) {
    margin: 0px 0px 15px 0px;
  }
  .flex_box:nth-last-child(-n+2) {
    margin: 0;
  }
}

.footer {
  position: relative;
  margin-top: auto;
  background: #058771;
  padding: 16px 0px;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  top: -4px;
  width: 100%;
  height: 3px;
  background: #058771;
}

.footer_text {
  text-align: center;
}
.footer_text a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}