button, input[type=submit], input[type=button], input[type=reset] {
  cursor: pointer;
}

.button {
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  line-height: 1.17;
  letter-spacing: 0.4875px;
  border: 1px solid #54B6CA;
  background: #54B6CA;
  color: #ffffff;
  transition: all 0.25s ease-out;
  border-radius: 20px;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}
.button:hover {
  background: #ffffff;
  color: #617574;
}
.button:disabled {
  background: #F7F7F7;
  border-color: #D8D8D8;
  color: #617574;
  cursor: auto;
  pointer-events: none;
}

.button-secondary {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  line-height: 1.2;
  border: 2px solid #2B2B2B;
  background: #fff;
  color: #000;
  transition: all 0.25s ease-out;
  border-radius: 6px;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
}
.button-secondary:hover {
  border-color: #F5841F;
  background: #F5841F;
  color: #000;
}
.button-secondary:disabled {
  border-color: #4F565B;
  color: #4F565B;
  cursor: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .button-secondary {
    font-size: 1.25rem;
    padding: 10px 20px;
    min-width: 186px;
  }
}

.lm-buttons.center {
  text-align: center;
}
.lm-buttons button:not(.button-download), .lm-buttons input:not(.button-download) {
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  line-height: 1.17;
  letter-spacing: 0.4875px;
  border: 1px solid #54B6CA;
  background: #54B6CA;
  color: #ffffff;
  transition: all 0.25s ease-out;
  border-radius: 20px;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  padding: 14px 29px;
  border-radius: 23px;
}
.lm-buttons button:not(.button-download):hover, .lm-buttons input:not(.button-download):hover {
  background: #ffffff;
  color: #617574;
}
.lm-buttons button:not(.button-download):disabled, .lm-buttons input:not(.button-download):disabled {
  background: #F7F7F7;
  border-color: #D8D8D8;
  color: #617574;
  cursor: auto;
  pointer-events: none;
}

form input[type=submit] {
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  line-height: 1.17;
  letter-spacing: 0.4875px;
  border: 1px solid #54B6CA;
  background: #54B6CA;
  color: #ffffff;
  transition: all 0.25s ease-out;
  border-radius: 20px;
  box-shadow: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  padding: 14px 29px;
  border-radius: 23px;
}
form input[type=submit]:hover {
  background: #ffffff;
  color: #617574;
}
form input[type=submit]:disabled {
  background: #F7F7F7;
  border-color: #D8D8D8;
  color: #617574;
  cursor: auto;
  pointer-events: none;
}

.link-arrow-yellow {
  color: #FCF9CD;
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.link-arrow-yellow:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="17" viewBox="0 0 9 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0L8.5 8.5L0 17V14.1667L5.66667 8.5L0 2.83333V0Z" fill="%23FCF9CD"/></svg>');
  width: 9px;
  height: 17px;
  display: block;
  margin-left: 20px;
  color: #FCF9CD;
  line-height: 1;
}
.link-arrow-yellow:hover {
  color: #fff;
  text-decoration: underline;
}
.link-arrow-yellow:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="17" viewBox="0 0 9 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0L8.5 8.5L0 17V14.1667L5.66667 8.5L0 2.83333V0Z" fill="%23ffffff"/></svg>');
}

.link-arrow-orange {
  color: #D47237;
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.link-arrow-orange:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="17" viewBox="0 0 9 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0L8.5 8.5L0 17V14.1667L5.66667 8.5L0 2.83333V0Z" fill="%23D47237"/></svg>');
  width: 9px;
  height: 17px;
  display: block;
  margin-left: 20px;
  color: #D47237;
  line-height: 1;
}
.link-arrow-orange:hover {
  color: #617574;
  text-decoration: underline;
}
.link-arrow-orange:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="17" viewBox="0 0 9 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0L8.5 8.5L0 17V14.1667L5.66667 8.5L0 2.83333V0Z" fill="%23617574"/></svg>');
}

.link-arrow-black {
  color: #000000;
  display: inline-flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}
.link-arrow-black:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="17" viewBox="0 0 9 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0L8.5 8.5L0 17V14.1667L5.66667 8.5L0 2.83333V0Z" fill="%23000000"/></svg>');
  width: 9px;
  height: 17px;
  display: block;
  margin-left: 20px;
  color: #000000;
  line-height: 1;
}
.link-arrow-black:hover {
  color: #2899D7;
  text-decoration: underline;
}
.link-arrow-black:hover:after {
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="17" viewBox="0 0 9 17" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M0 0L8.5 8.5L0 17V14.1667L5.66667 8.5L0 2.83333V0Z" fill="%232899D7"/></svg>');
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.65px;
}

.fs-14 {
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .fs-14 {
    font-size: 0.875rem;
  }
}

p {
  margin: 0 0 12px;
}

ul, ol {
  margin: 0 0 12px;
  padding: 0;
}
ul li, ol li {
  margin: 0 0 21px 20px;
  padding: 0;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
  transition: all 0.25s ease-out;
  cursor: pointer;
  color: #1e73be;
}
a:hover {
  color: #000;
  text-decoration: none;
}

h1, .h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 2.625rem;
  line-height: 1.17;
  margin: 0 0 29px;
  letter-spacing: 1.70625px;
  padding: 29px 0 0;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.75rem;
    line-height: 1.18;
  }
}
h1:first-child, .h1:first-child {
  padding-top: 0;
}
h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

h2, .h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.19;
  margin: 0 0 30px;
  letter-spacing: 1.4625px;
  padding: 29px 0 0;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.17;
  }
}
h2:first-child, .h2:first-child {
  padding-top: 0;
}
h2:last-child, .h2:last-child {
  margin-bottom: 0;
}

h3, .h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.14;
  margin: 0 0 30px;
  letter-spacing: 1.1375px;
  padding: 29px 0 0;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.625rem;
    line-height: 1.2;
  }
}
h3:first-child, .h3:first-child {
  padding-top: 0;
}
h3:last-child, .h3:last-child {
  margin-bottom: 0;
}

h4, .h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 30px;
  letter-spacing: 0.8125px;
  padding: 29px 0 0;
}
h4:first-child, .h4:first-child {
  padding-top: 0;
}
h4:last-child, .h4:last-child {
  margin-bottom: 0;
}

h5, .h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 30px;
}
h5:first-child, .h5:first-child {
  padding-top: 0;
}
h5:last-child, .h5:last-child {
  margin-bottom: 0;
}

h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-weight: 400;
  }
}
h6:first-child, .h6:first-child {
  padding-top: 0;
}
h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

blockquote {
  font-style: italic;
  margin: 0 0 12px;
}

table {
  max-width: 100%;
  width: 100%;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 1px;
  border: none;
  margin: 0 0 12px;
}
table thead th, table thead td {
  background-color: #54B6CA;
  color: #fff;
  border: 1px solid #54B6CA;
  font-weight: 600;
  line-height: 1.27;
  padding: 10px 10px 10px;
  text-align: left;
}
@media (min-width: 768px) {
  table thead th, table thead td {
    padding: 25px 20px 20px;
  }
}
table thead th:first-child, table thead td:first-child {
  border-radius: 6px 0 0 0;
}
table thead th:last-child, table thead td:last-child {
  border-radius: 0 6px 0 0;
}
table thead th a, table thead td a {
  color: #fff;
  text-decoration: none;
}
table thead th a:hover, table thead td a:hover {
  color: #fff;
}
table tbody td {
  padding: 10px 7px;
  border: 1px solid #54B6CA;
  font-size: 0.8125rem;
  letter-spacing: 0.528px;
  line-height: 1.27;
  vertical-align: top;
}
@media (min-width: 768px) {
  table tbody td {
    padding: 25px 20px 20px;
  }
}
table tbody td a {
  color: #2899D7;
  text-decoration: none;
}
table tbody td a:hover {
  color: #2899D7;
  text-decoration: underline;
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
table.lm-contentlist th a {
  display: block;
  position: relative;
  padding-right: 15px;
}
table.lm-contentlist th a:after, table.lm-contentlist th a:before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 5px;
  border-right-width: 5px;
  position: absolute;
  right: 0;
  top: 50%;
}
table.lm-contentlist th a:before {
  border-bottom: 7px solid #fff;
  transform: translate(0, -100%);
  margin-top: -1px;
}
table.lm-contentlist th a:after {
  border-top: 7px solid #fff;
  margin-top: 1px;
}
table.lm-contentlist th.lm-sort-desc a:after {
  border-top-color: #F5841C;
}
table.lm-contentlist th.lm-sort-asc a:before {
  border-bottom-color: #F5841C;
}
table.table-gallery {
  border-radius: 0;
  table-layout: fixed;
  margin: 0 -17.5px;
  width: calc(100% + 35px);
  max-width: calc(100% + 35px);
}
table.table-gallery th, table.table-gallery td {
  border: none;
  padding: 22px 17.5px;
}
table.table-gallery tr:first-child td, table.table-gallery tr:first-child th {
  padding-top: 0;
}
table.table-gallery h4 {
  padding-top: 0;
}
@media (max-width: 700px) {
  table.table-gallery {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  table.table-gallery tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.table-gallery td, table.table-gallery th {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  table.table-gallery td:not(:first-child), table.table-gallery th:not(:first-child) {
    padding-top: 20px !important;
  }
}
@media (min-width: 701px) and (max-width: 990px) {
  table.table-gallery {
    display: block;
  }
  table.table-gallery tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.table-gallery td, table.table-gallery th {
    width: 50%;
  }
  table.table-gallery td:nth-child(2), table.table-gallery th:nth-child(2) {
    padding-right: 0;
  }
  table.table-gallery td:nth-child(3), table.table-gallery th:nth-child(3) {
    padding-left: 0;
  }
  table.table-gallery td:nth-child(3), table.table-gallery td:nth-child(4), table.table-gallery th:nth-child(3), table.table-gallery th:nth-child(4) {
    padding-top: 22px !important;
  }
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) {
  max-width: 600px;
  width: 100%;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) {
  display: flex;
  flex-direction: column;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) thead {
  display: block;
  order: 0;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) thead th {
  background: transparent;
  color: #000;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) tbody {
  display: block;
  order: 1;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) tfoot {
  display: block;
  order: 2;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) tr, form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) td, form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) th {
  display: block;
  padding: 0;
  font-size: 1rem;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) tr {
  margin: 0 0 12px;
}
form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) td, form table:not(.mceLayout):not(.mceToolbar):not(.mceListBox) th {
  border: none;
}

pre {
  word-wrap: break-word;
  white-space: pre-wrap;
}

hr {
  margin: 0 0 12px;
  border: none;
  border-bottom: 1px solid #979797;
}

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

.accordion-list li {
  list-style: none;
  margin: 0;
  position: relative;
}
.accordion-list li:before {
  --half-width-neg: calc(-1 * var(--inner-width) / 2);
  content: "";
  z-index: 0;
  position: absolute;
  left: 50%;
  width: var(--inner-width);
  top: 0;
  bottom: 0;
  background: #E7E7E7;
  display: none;
  transform: translate(var(--half-width-neg), 0);
}
.accordion-list li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 56%;
  padding: 19px 0;
  font-size: 0.875rem;
  line-height: 1.36;
  position: relative;
  text-decoration: none;
  color: #000;
}
.accordion-list li > a:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17 0.25L8.5 8.75L0 0.25H2.83333L8.5 5.91667L14.1667 0.25H17Z" fill="%23000000"/></svg>') no-repeat center;
  background-size: 17px 9px;
  width: 17px;
  height: 9px;
  display: block;
  margin-left: 20px;
}
.accordion-list table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background: #E7E7E7;
  border-radius: 0;
}
.accordion-list table td, .accordion-list table th {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}
.accordion-list table td:first-child, .accordion-list table th:first-child {
  padding-left: 0;
}
.accordion-list table td:last-child, .accordion-list table th:last-child {
  padding-right: 0;
}
.accordion-list table tr:first-child td:first-child, .accordion-list table tr:first-child td:last-child, .accordion-list table tr:first-child th:first-child, .accordion-list table tr:first-child th:last-child, .accordion-list table tr:last-child td:first-child, .accordion-list table tr:last-child td:last-child, .accordion-list table tr:last-child th:first-child, .accordion-list table tr:last-child th:last-child {
  border-radius: 0 !important;
}
.accordion-list .accordion-content {
  display: none;
  position: relative;
  z-index: 1;
}
.accordion-list .accordion-content a:not([class*=link-]) {
  text-decoration: underline;
}
.accordion-list .accordion-content a:not([class*=link-]):hover {
  text-decoration: none;
  color: #000;
}
.accordion-list .active:before {
  display: block;
}
.accordion-list .active > a {
  font-weight: 600;
  text-decoration: underline;
  color: #617574;
}
.accordion-list .active > a:after {
  content: "";
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M17 8.75L8.5 0.25L0 8.75H2.83333L8.5 3.08333L14.1667 8.75H17Z" fill="%23617574"/></svg>');
}
.accordion-list .active .accordion-content {
  display: block;
}

.img-right {
  display: block;
  margin: 0 auto 12px;
}
@media (min-width: 550px) {
  .img-right {
    float: right;
    margin-left: 36px;
  }
}

.img-left {
  display: block;
  margin: 0 auto 12px;
}
@media (min-width: 550px) {
  .img-left {
    float: left;
    margin-right: 36px;
  }
}

.img-center {
  display: block;
  margin: 0 auto 12px;
}

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