.page-template-template-sec-fillings .m-table .m-table__table-container .m-table__table-wrapper--ios,
.page-template-template-sec-fillings .m-table__table th:first-child,
.page-template-template-sec-fillings .m-table__table .m-table__cell:first-child{
    width: 11.25rem;
}

.page-template-template-sec-fillings .m-table__table-wrapper:not(.m-table__table-wrapper--ios){
    margin-left: 11rem;
}

.page-template-template-sec-fillings .m-table__table-wrapper th,
.page-template-template-sec-fillings .m-table__table-wrapper td {
  text-align: left;
}

.page-template-template-sec-fillings .m-table .m-table__table-container .m-table__table-wrapper--ios,
.page-template-template-sec-fillings .m-table__table th:first-child .cell,
.page-template-template-sec-fillings .m-table__table .m-table__cell:first-child .cell{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-link {
  line-height: 1.2rem;
  display: block;
  align-items: center;
  position: relative;
  padding-bottom: 0.375rem;
  color: #666;
  transition: color 400ms ease-out;
}
.c-link span {
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-position: 0 1.5em;
  background-repeat: no-repeat;
  background-size: 0% 0.1562rem;
  padding: 0.3125rem 0;
  transition: background-size 400ms ease-in-out;
  vertical-align: middle;
}
.c-link .c-link__icon--xs {
  margin-right: -1.125rem;
}
.c-link .c-link__icon--s {
  margin-right: -1.5rem;
}
.c-link .c-link__icon--m {
  margin-right: -2rem;
}
.c-link .c-link__icon--l {
  margin-right: -3rem;
}
.c-link .c-link__icon--xl {
  margin-right: -4.5rem;
}
.noTouch .c-link:hover span {
  background-size: 100% 0.1562rem;
}
.noTouch .c-link:hover .c-icon {
  transform: translate3d(0, 0, 0);
}
.c-link.c-link--icon-left {
  flex-direction: row-reverse;
  display: flex;
}
.c-link.c-link--icon-left span::after {
  left: 0;
}
.c-link.c-link--icon-left .c-link__icon--s, .c-link.c-link--icon-left .c-link__icon--m, .c-link.c-link--icon-left .c-link__icon--l, .c-link.c-link--icon-left .c-link__icon--xl {
  top: 0;
}
.c-link.c-link--icon-left .c-icon {
  margin-right: 0.5rem;
  margin-left: 0;
}
.noTouch .c-link.c-link--icon-left:hover span::after {
  right: 0;
}
.noTouch .c-link.c-link--icon-left:hover .c-icon {
  transform: translate3d(-0.125rem, 0, 0);
}
.c-link /deep/ path {
  fill: #666;
  transition: fill 300ms ease-out 100ms, stroke 300ms ease-out 100ms;
}
.c-link /deep/ path[stroke] {
  stroke: #666;
}
.c-link .c-icon {
  position: relative;
  top: -0.0625em;
  height: 0.875rem;
  width: 0.875rem;
  transform: translate3d(-0.125rem, 0, 0);
  transition: transform 200ms ease-out 150ms;
  margin-left: 0.5rem;
}
.c-link .c-icon /deep/ path {
  fill: currentColor;
}
.c-link .c-icon /deep/ path[stroke] {
  stroke: currentColor;
}
.c-link__icon--xs.c-icon {
  width: 0.625rem;
  height: 0.625rem;
}
.c-link__icon--s.c-icon {
  width: 1rem;
  height: 1rem;
}
.c-link__icon--m.c-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.c-link__icon--l.c-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.c-link__icon--xl.c-icon {
  width: 4rem;
  height: 4rem;
}
.c-link--big > span {
  font-size: px-to-rem(32px);
  font-weight: 700;
  line-height: px-to-rem(42px);
  text-transform: none;
}
@media (max-width: 1024px) {
  .c-link--big > span {
    font-size: px-to-rem(30px);
 }
}
@media (max-width: breakpoint(largeSmartphone)) {
  .c-link--big > span {
    font-size: px-to-rem(24px);
    line-height: px-to-rem(34px);
 }
}
.c-link--big .c-icon {
  top: px-to-rem(3px);
}
.c-link--external /deep/ path {
  fill: #e2a30a;
}
.c-link--external /deep/ path[stroke] {
  stroke: #e2a30a;
}
.c-link--negative {
  color: #fff;
}
.c-link--negative:focus {
  box-shadow: 0 0 0 1px #000, inset 0 0 0 1px #fff;
}
.c-link--negative /deep/ path {
  fill: #fff;
}
.c-link--negative /deep/ path[stroke] {
  stroke: #fff;
}
.c-link--exposition {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.noTouch .c-link--exposition:hover .c-icon {
  transform: translate3d(-0.125rem, 0, 0);
  transition: transform 200ms ease-out 150ms;
  margin-left: 0.5rem;
 /* 8/16 */
  margin-right: -1rem;
  box-shadow: 0 -0.125rem 0.5rem 0 rgba(0, 0, 0, 0.32);
}
.c-link--exposition span {
  margin-left: 1rem;
}
.c-link--exposition /deep/ .c-icon {
  width: 3rem;
  height: 3rem;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffc700;
  border-radius: 50%;
  margin-top: 1rem;
  transition: transform 200ms ease-out 150ms;
}
.c-link--exposition /deep/ .c-icon svg {
  width: 9px;
  height: 16px;
}
.c-link--exposition /deep/ .c-icon svg path {
  fill: #000;
}
.c-link__pro {
  display: block;
}
.c-link__pro .c-icon {
  position: relative;
}
.c-link__pro .c-link__icon--xs {
  margin-right: -1.125rem;
}
.c-link__pro .c-link__icon--s {
  top: 0;
  margin-right: -1.5rem;
}
.c-link__pro .c-link__icon--m {
  top: 0;
  margin-right: -2rem;
}
.c-link__pro .c-link__icon--l {
  top: 0;
  margin-right: -3rem;
}
.c-link__pro .c-link__icon--xl {
  top: 0;
  margin-right: -4.5rem;
}
.c-link__pro.c-link--icon-left .c-link__icon--s, .c-link__pro.c-link--icon-left .c-link__icon--m, .c-link__pro.c-link--icon-left .c-link__icon--l, .c-link__pro.c-link--icon-left .c-link__icon--xl {
  top: 0;
}
.c-link__long {
  font-weight: 600;
  text-transform: none;
  display: block;
}
.c-link__long .c-icon {
  position: relative;
  display: inline-block;
}
.c-link__long .c-link__icon--xs {
  margin-right: -1.125rem;
}
.c-link__long .c-link__icon--s {
  top: 0.2rem;
  margin-right: -1.5rem;
}
.c-link__long .c-link__icon--m {
  top: 0.5rem;
  margin-right: -2rem;
}
.c-link__long .c-link__icon--l {
  top: 1rem;
  margin-right: -3rem;
}
.c-link__long .c-link__icon--xl {
  top: 2rem;
  margin-right: -4.5rem;
}
.c-link__long.c-link--icon-left .c-link__icon--s, .c-link__long.c-link--icon-left .c-link__icon--m, .c-link__long.c-link--icon-left .c-link__icon--l, .c-link__long.c-link--icon-left .c-link__icon--xl {
  top: 0;
}

.c-pagination {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 4.0625rem auto;
}
.c-pagination ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 1.25rem;
}
.c-pagination ul li {
  box-sizing: border-box;
  padding: 0.25rem 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
@media (max-width: breakpoint(smallSmartphone)) {
  .c-pagination ul li {
    padding: 0;
    width: 2rem;
    height: 2rem;
 }
}
.c-pagination ul li a {
  position: relative;
  color: #666;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  line-height: 2.1875rem;
  border-radius: 6.25rem;
  text-align: center;
  background: transparent;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
.noTouch .c-pagination ul li a:hover span {
  background-size: 100% 0.1562rem;
}
.c-pagination ul li a::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0.25rem;
  width: 0;
  height: 0;
  margin-left: -0.125rem;
  border: 0.125rem solid currentColor;
  border-radius: 0.125rem;
  opacity: 0;
}
.c-pagination ul li span {
  color: #666;
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-position: 0 1.7em;
  background-repeat: no-repeat;
  background-size: 0% 0.1562rem;
  padding: 0.3125rem 0;
  transition: background-size 400ms ease-in-out;
  vertical-align: middle;
}
.c-pagination ul li.active a {
  background: #ffc700;
}
@media screen and (-ms-high-contrast: active) {
  .c-pagination ul li.active a {
    border: 1px solid currentColor;
 }
}
.c-pagination ul li.active a span {
  color: #000;
}
.c-pagination ul li.active a::before {
  opacity: 1;
}
.noTouch .c-pagination ul li.active a:hover {
  cursor: default;
}
.noTouch .c-pagination ul li.active a:hover span {
  color: #000;
  background-size: 0% 0.1562rem;
}
.c-pagination ul li.first {
  border-radius: 6.25rem 0 0 6.25rem;
}
.c-pagination ul li.last {
  border-radius: 0 6.25rem 6.25rem 0;
}
.c-pagination__next, .c-pagination__prev {
  border-radius: 6.25rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.25rem 0.25rem;
  background: #f8f8f8;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
@media (max-width: breakpoint(smallSmartphone)) {
  .c-pagination__next, .c-pagination__prev {
    padding: 0;
    width: 2rem;
    height: 2rem;
 }
}
.c-pagination__next a, .c-pagination__prev a {
  color: #666;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2.1875rem;
  border-radius: 6.25rem;
  text-align: center;
  background: transparent;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
.noTouch .c-pagination__next a:hover, .noTouch .c-pagination__prev a:hover {
  color: #e2a30a;
}
.c-pagination__next span, .c-pagination__prev span {
  color: #666;
}
.c-pagination__next .c-icon, .c-pagination__prev .c-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pagination__next .c-icon /deep/ path, .c-pagination__prev .c-icon /deep/ path {
  fill: #e2a30a;
}
.c-pagination__prev {
  margin-right: 0.5rem;
}
@media (max-width: breakpoint(smallSmartphone)) {
  .c-pagination__prev {
    margin-right: 0.25rem;
 }
}
.c-pagination__next {
  margin-left: 0.5rem;
}
@media (max-width: breakpoint(smallSmartphone)) {
  .c-pagination__next {
    margin-left: 0.25rem;
 }
}
.c-pagination__next .c-icon {
  transform: translate(-50%, -50%) scale(-1);
}

.m-table.loading {
  position: relative;
}

.m-table.loading::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.m-table.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 4px solid #ffc700;
  border-radius: 50%;
  animation: loader 1s linear infinite;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
    .page-template-template-sec-fillings .m-table .m-table__table-container .m-table__table-wrapper--ios,
    .page-template-template-sec-fillings .m-table__table th:first-child,
    .page-template-template-sec-fillings .m-table__table .m-table__cell:first-child{
        width: 9.25rem;
    }
    .page-template-template-sec-fillings .m-table__table-wrapper:not(.m-table__table-wrapper--ios){
        margin-left: 9rem;
    }
}

@media only screen and (max-width: 1024px) {
    .page-template-template-sec-fillings .m-table .m-table__table-container .m-table__table-wrapper--ios,
    .page-template-template-sec-fillings .m-table__table th:first-child,
    .page-template-template-sec-fillings .m-table__table .m-table__cell:first-child{
        width: 7.25rem;
    }
    .page-template-template-sec-fillings .m-table__table-wrapper:not(.m-table__table-wrapper--ios){
        margin-left: 7rem;
    }
}

@keyframes loader {
  0% {
    width: 0;
    height: 0;
    border: 0 solid #ffc700;
  }

  25% {
    width: 0;
    height: 0;
  }

  30% {
    border: 1.125rem solid #ffc700;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 0 solid #ffc700;
  }
}