@charset "UTF-8";
@font-face {
  font-family: "Lato";
  src: url("/public/fonts/subset-Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/public/fonts/subset-Lato-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("/public/fonts/subset-Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arvo";
  src: url("/public/fonts/subset-Arvo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.tpl_composer_buttons {
  position: absolute;
  top: 0;
  right: 0;
  border-top: 1px dashed #ccc;
  text-align: right;
  width: 100%;
  padding-top: 5px;
}
.tpl_composer_buttons a {
  color: #fff;
  font-size: 8px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 41px;
  vertical-align: middle;
  background-color: #000;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  overflow: hidden;
}
.tpl_composer_buttons a i {
  font-size: 21px;
  color: #0f9375;
}
.tpl_footer_black {
  position: relative;
  padding: 37px 0;
  background-color: #3f3f3d;
  color: #fff;
  line-height: 19px;
}
.tpl_footer_black__columns {
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: space-between;
}
.tpl_footer_black__left,
.tpl_footer_black__right {
  min-width: 0;
}
.tpl_footer_black h4,
.tpl_footer_black .tpl_footer_black__title {
  font-size: 15px;
  display: block;
  margin: 0 0 10px;
  padding: 0;
}
.tpl_footer_black__services a {
  display: block;
  color: #fff;
  text-decoration: none;
  min-height: 24px;
}
.tpl_footer_black__logo img {
  display: block;
  height: 144px;
}
.tpl_footer_black__logo {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.tpl_footer_black__logo_bottom {
  margin-top: auto;
}
.tpl_footer_black__network a {
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
}
.tpl_footer_black__social_icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tpl_footer_black__social_icons a {
  margin-right: 0;
}
.tpl_footer_black__network a img {
  height: 22px;
}
.tpl_footer_black__network b {
  font-family: Arvo, serif;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}
.tpl_footer_black__network form {
  display: flex;
  align-items: center;
  gap: 0;
}
.tpl_footer_black__network {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.tpl_footer_black__network_top {
  display: block;
}
.tpl_footer_black__network_middle {
  display: block;
  text-align: left;
}
.tpl_footer_black__network form input {
  line-height: 28px;
  height: 28px;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
  max-width: 152px;
}
.tpl_footer_black__network form .submit {
  flex: 0 0 28px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #3f3f3d;
  background-image: url(/public/img/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 17px 17px;
  text-indent: -999px;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.tpl_footer_black__network .mc-field-group {
  display: flex;
  align-items: center;
  gap: 0;
}
.tpl_footer_black__network .mc-field-group .email {
  flex: 0;
}
.tpl_footer_black__contact1,
.tpl_footer_black__contact2 {
  line-height: 24px;
}
.tpl_footer_black__contact1 {
  margin-top: 0;
  margin-bottom: 0;
}
.tpl_footer_black__contact2 {
  margin-top: 8px;
  margin-bottom: 0;
  text-transform: lowercase;
}
.tpl_footer_black__contact2 a {
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
}
.tpl_footer_black__contact2--mobile {
  display: none;
}
.tpl_footer_black__contact2--desktop {
  display: block;
}
.tpl_footer_black #mc_embed_signup {
  background: transparent;
  width: 100%;
  max-width: 100%;
}
.tpl_footer_black #mc_embed_signup_scroll,
.tpl_footer_black #mc_embed_signup form,
.tpl_footer_black #mc_embed_signup .mc-field-group {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 761px) {
  .tpl_footer_black__network .mc-field-group .email {
    flex: 0;
  }
  .tpl_footer_black #mc_embed_signup {
    min-width: 0;
  }
  .tpl_footer_black__columns {
    gap: 40px;
  }
  .tpl_footer_black__left {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: space-between;
  }
  .tpl_footer_black__left > .tpl_footer_black__title {
    flex: 1 1 100%;
  }
  .tpl_footer_black__left > .tpl_footer_black__services {
    flex: 1 1 calc((100% - 40px) / 3);
  }
  .tpl_footer_black__right {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
  }
  .tpl_footer_black__right > .tpl_footer_black__spacer {
    display: none;
  }
  .tpl_footer_black__right > .tpl_footer_black__logo,
  .tpl_footer_black__right > .tpl_footer_black__network {
    width: 100%;
  }
  .tpl_footer_black__right > .tpl_footer_black__logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }
  .tpl_footer_black__right > .tpl_footer_black__network {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
  }
  .tpl_footer_black__right > .tpl_footer_black__network .tpl_footer_black__network_middle {
    margin-top: auto;
    margin-bottom: auto;
  }
  .tpl_footer_black__right > .tpl_footer_black__network .tpl_footer_black__network_bottom {
    margin-top: auto;
  }
  .tpl_footer_black__right > .tpl_footer_black__logo .tpl_footer_black__logo_bottom {
    margin-top: auto;
  }
  .tpl_footer_black__contact1 {
    margin-top: auto;
  }
}
@media (max-width: 760px) {
  .tpl_footer_black__columns {
    display: block;
  }
  .tpl_footer_black {
    width: 100vw;
    overflow: hidden;
    text-align: center;
    padding: 37px 0;
  }
  .tpl_footer_black__left {
    display: none;
  }
  .tpl_footer_black__right {
    width: 100%;
    display: block;
  }
  .tpl_footer_black__right > .tpl_footer_black__logo,
  .tpl_footer_black__right > .tpl_footer_black__network {
    width: 100%;
    display: block;
  }
  .tpl_footer_black__network_top,
  .tpl_footer_black__network_middle {
    text-align: center;
  }
  .tpl_footer_black__contact2--mobile {
    display: block;
  }
  .tpl_footer_black__contact2--desktop,
  .tpl_footer_black__network_bottom {
    display: none;
  }
  .tpl_footer_black__contact1,
  .tpl_footer_black__right > .tpl_footer_black__logo .tpl_footer_black__logo_bottom {
    margin-top: 0;
  }
  .tpl_footer_black__network_top {
    margin-top: 20px;
  }
  .tpl_footer_black__network_middle {
    margin-top: 20px;
  }
  .tpl_footer_black__network .mc-field-group,
  .tpl_footer_black__network form {
    justify-content: center;
  }
  .tpl_footer_black__social_icons {
    justify-content: center;
    margin-bottom: 20px;
  }
  .tpl_footer_black__logo {
    margin: 20px 0;
    text-align: center;
  }
  .tpl_footer_black__logo img {
    height: 144px;
    margin: 0 auto;
  }
  .tpl_footer_black__contact2 {
    margin-bottom: 40px;
  }
}
.tpl_footer_reps {
  height: 160px;
  background-image: url(/public/img/main_logopart.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.tpl_header_menubar {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  padding: 0;
  height: 93px;
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.tpl_header_menubar .co_center {
  height: 100%;
}
.tpl_header_menubar__slogan {
  position: absolute;
  top: 26px;
  left: 136px;
  line-height: 21px;
}
.tpl_header_menubar__slogan a {
  text-decoration: none;
  color: inherit;
  font-style: italic;
}
.tpl_header_menubar__items {
  position: absolute;
  bottom: 7px;
  right: 0;
}
.tpl_header_menubar__items a {
  margin: 0 10px;
  text-decoration: none;
  color: inherit;
}
.tpl_header_menubar__items a:last-child {
  margin: 0 0 0 10px;
}
.tpl_header_menubar__items .active {
  color: #e9162e;
}
.tpl_header_menubar__mobile,
.tpl_header_menubar__msearch {
  display: none;
}
.tpl_header_menubar__logo {
  position: absolute;
  top: 5px;
  left: 0;
}
.tpl_header_menubar__logo img {
  height: 83px;
}
.tpl_header_menubar form {
  display: block;
  position: absolute;
  top: 17px;
  right: 0;
}
.tpl_header_menubar form input {
  line-height: 28px;
  height: 28px;
  border: 1px solid #3f3f3d;
  box-sizing: border-box;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
}
.tpl_header_menubar form .submit {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #3f3f3d;
  background-image: url(/public/img/search.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 17px 17px;
  text-indent: -999px;
  font-size: 0;
  line-height: 0;
  border: 1px solid #3f3f3d;
  padding: 0;
}
@media (max-width: 1320px) {
  .tpl_header_menubar__slogan {
    left: 136px;
  }
  .tpl_header_menubar__items {
    right: 20px;
  }
  .tpl_header_menubar__logo {
    left: 20px;
  }
  .tpl_header_menubar form {
    right: 20px;
  }
}
@media (max-width: 760px) {
  .tpl_header_menubar {
    width: 100vw;
    height: 70px;
  }
  .tpl_header_menubar__slogan {
    display: none;
  }
  .tpl_header_menubar__items {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 95px;
    background-color: #fff;
    bottom: auto;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
  .tpl_header_menubar__items a,
  .tpl_header_menubar__items a:last-child {
    display: block;
    margin: 20px;
  }
  .tpl_header_menubar__items span {
    display: none;
  }
  .tpl_header_menubar__msearch {
    position: absolute;
    top: 25px;
    right: 60px;
  }
  .tpl_header_menubar__mobile {
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 20px;
  }
  .tpl_header_menubar__mobile a {
    position: absolute;
    top: 0;
    right: 0;
    color: #e9162e;
    height: 20px;
    width: 20px;
    background-color: #fff;
  }
  .tpl_header_menubar__mobile__close {
    display: none;
  }
  .tpl_header_menubar__logo {
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .tpl_header_menubar__logo img {
    height: 60px;
  }
  .tpl_header_menubar form {
    display: none;
  }
}
.tpl_header_topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 25px;
  line-height: 25px;
  background-color: #3f3f3d;
  color: #fff;
  text-align: right;
  z-index: 100;
}
.tpl_header_topbar a {
  color: #fff;
  text-decoration: none;
}
.tpl_header_topbar img {
  height: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 7px;
}
.tpl_header_topbar__slogan {
  position: absolute;
  top: 0;
  left: 0;
}
.tpl_header_topbar__slogan a {
  color: #fff;
  text-decoration: underline;
}
.tpl_header_topbar__tel {
  color: #ee3723;
  margin-right: 30px;
}
.tpl_header_topbar__tel img {
  height: 18px;
}
.tpl_header_topbar__mail {
  margin-right: 30px;
}
.tpl_header_topbar__mail img {
  height: 10px;
}
@media (max-width: 1320px) {
  .tpl_header_topbar__slogan {
    left: 20px;
  }
}
@media (max-width: 760px) {
  .tpl_header_topbar {
    width: 100vw;
  }
  .tpl_header_topbar__slogan {
    display: none;
  }
  .tpl_header_topbar__mail,
  .tpl_header_topbar__tel {
    margin-right: 15px;
  }
}
.button {
  display: inline-block;
  background-color: #e9162e;
  background-image: none;
  margin: 0 10px 10px 0;
  color: #fff;
  text-decoration: none;
  border: 1px solid #e9162e;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
}
.button,
.co_center {
  position: relative;
  box-sizing: border-box;
}
.co_center {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.co_center--small {
  max-width: 600px;
}
.co_center--large {
  max-width: 1280px;
}
.co_50p {
  width: 50%;
}
.co_33p,
.co_50p {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.co_33p {
  width: 33%;
  width: 33.3333%;
}
.co_admin_button {
  position: relative;
  color: #fff;
  font-size: 8px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 41px;
  vertical-align: middle;
  background-color: #000;
  width: 34px;
  height: 34px;
  border-radius: 17px;
}
.co_admin_button i {
  font-size: 21px;
  color: #0f9375;
}
.co_admin_button span {
  position: absolute;
  left: 40px;
  font-size: 14px;
  top: -4px;
  white-space: nowrap;
}
@media (max-width: 1320px) {
  .co_center {
    padding: 0 20px;
  }
}
@media (max-width: 760px) {
  .co_33p,
  .co_50p {
    width: auto;
    display: block;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  background-color: #f4f4f2;
  font-family: Lato, sans-serif;
  color: #3f3f3d;
  font-weight: 300;
  font-size: 14px;
}
:root {
  /* TheReps cards tuning */
  --reps-item-label-padding: 8px 20px 12px; /* old: 0 8px */
  --reps-item-image-aspect: 854 / 600; /* old: derived from height calc */
  --reps-item-height: auto; /* old: 286px */
}
html.has-popup-scroll-lock,
body.has-popup-scroll-lock {
  overflow: hidden;
}
body {
  padding: 118px 0 0;
}
p {
  line-height: 22px;
}
td {
  vertical-align: top;
}
th {
  text-align: left;
}
td a {
  color: #e9162e;
}
h1 {
  margin: 30px 0;
}
a {
  color: #e9162e;
}
.tar {
  text-align: right;
}
.hide {
  display: none;
}
.mainstage {
  width: 100vw;
  overflow: hidden;
}
#main2 {
  min-height: 0;
  background-image: url(/img/main_logopart.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.submenu {
  margin: 0;
  margin-right: -30px;
}
.submenu a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 760px) {
  body {
    padding: 95px 0 0;
  }
}
.tag-editor {
  list-style-type: none;
  padding: 0 5px 0 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  cursor: text;
  font: normal 14px sans-serif;
  color: #555;
  background: #fff;
  line-height: 30px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 600px;
}
.tag-editor li {
  display: block;
  float: left;
  overflow: hidden;
  margin: 3px 0;
}
.tag-editor div {
  float: left;
  padding: 0 4px;
}
.tag-editor .placeholder {
  padding: 0 8px;
  color: #bbb;
}
.tag-editor .tag-editor-spacer {
  padding: 0;
  width: 8px;
  overflow: hidden;
  color: transparent;
  background: none;
}
.tag-editor input {
  vertical-align: inherit;
  border: 0 !important;
  outline: none;
  padding: 0 !important;
  margin: 0 !important;
  cursor: text;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  box-shadow: none;
  background: none;
  color: #444;
}
.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px;
}
.tag-editor ::-ms-clear {
  display: none;
}
.tag-editor .tag-editor-tag {
  padding-left: 5px;
  color: #46799b;
  background: #d9d9d9;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0;
}
.tag-editor .tag-editor-delete {
  background: #d9d9d9;
  cursor: pointer;
  border-radius: 0;
  padding-left: 3px;
  padding-right: 4px;
}
.tag-editor .tag-editor-delete i {
  line-height: 18px;
  display: inline-block;
}
.tag-editor .tag-editor-delete i:before {
  font-size: 16px;
  color: #8ba7ba;
  content: "×";
  font-style: normal;
}
.tag-editor .tag-editor-delete:hover i:before {
  color: #d65454;
}
.tag-editor .tag-editor-tag.active + .tag-editor-delete,
.tag-editor .tag-editor-tag.active + .tag-editor-delete i {
  visibility: hidden;
  cursor: text;
}
.tag-editor .tag-editor-tag.active {
  background: none !important;
}
.ui-autocomplete {
  position: absolute;
  top: 8px;
  left: 0;
  cursor: default;
  font-size: 14px;
}
.ui-front {
  z-index: 10001 !important;
}
.ui-menu {
  list-style: none;
  padding: 1px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.4;
  min-height: 0;
}
.ui-widget-content {
  border: 1px solid #bbb;
  background: #fff;
  color: #555;
  border-radius: 0;
}
.ui-widget-content a {
  color: #46799b;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #e0eaf1;
}
.popup,
.ui-helper-hidden-accessible {
  display: none;
}
.popup {
  --popup-edge: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--popup-edge);
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
  z-index: 10000;
}
.popup__screen {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  overflow-y: auto;
  background-color: #fff;
  padding: 30px 40px 40px;
  margin: 5% auto 0;
  cursor: auto;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
}
.popup h2 {
  font-family: Avenir;
  text-transform: none;
  font-weight: 400;
  margin: 0 0 30px;
  font-size: 38px;
}
.popup form table {
  width: 100%;
}
.popup form table td {
  vertical-align: top;
}
.popup form table input,
.popup form table textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  max-width: 600px;
}
.popup form table textarea {
  height: 90px;
}
.popup form table input[type="checkbox"] {
  width: auto;
}
.popup a {
  color: #333238;
}
.popup a.button {
  color: #fff;
}
.popup .thx h4 {
  font-family: AvenirLTStd95Black;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #eb5e48;
  font-size: 28px;
}
.popup .thx p {
  margin: 0;
}
.popup .close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 2005;
  color: #3f3f3d;
}
.popup--full .popup__screen {
  max-width: 100%;
  min-height: 100%;
  padding: 30px 40px 40px;
  margin: 0;
}
.popup--large .popup__screen {
  max-width: 1024px;
  min-height: 500px;
}
.popup--thereps .popup__screen {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: calc(100vw - (var(--popup-edge) * 2));
  max-width: 1280px;
  max-height: none;
  overflow-y: visible;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  cursor: auto;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
}
.popup--thereps .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  color: #000;
  z-index: 2100;
}
.popup--thereps .close i {
  display: inline-block;
  font-size: 20px;
  line-height: 44px;
  color: #000;
}
@media (max-width: 1280px) {
  .popup--thereps .popup__screen {
    max-width: 1024px;
  }
}
@media (max-height: 760px) {
  .popup {
    align-items: flex-start;
  }
}
@media (max-height: 500px), (max-width: 760px) {
  .popup {
    display: none;
    background-color: hsla(0, 0%, 100%, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
  }
  .popup,
  .popup__screen {
    width: 100%;
    height: 100%;
  }
  .popup__screen {
    max-width: none;
    max-height: none;
    overflow-y: auto;
    padding: 50px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .popup--large .popup__screen {
    width: 100%;
    height: 100vw;
  }
  .popup--thereps .popup__screen {
    top: auto;
    left: auto;
    transform: none;
    height: auto;
    min-height: 0;
    padding: 0;
    width: 100%;
    max-height: none;
    margin: 0 auto;
  }
  .popup--thereps {
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.tpl_admin_interface_finder {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: calc((100vh - 60px));
}
.tpl_admin_interface_finder__col1 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  width: 200px;
  overflow: auto;
  box-sizing: border-box;
}
.tpl_admin_interface_finder__col1 ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 12px;
}
.tpl_admin_interface_finder__col1 ul li:before {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
  content: "\f07c";
}
.tpl_admin_interface_finder__col1 ul li a {
  margin-left: 5px;
  text-decoration: none;
  line-height: 30px;
}
.tpl_admin_interface_finder__col2 {
  position: absolute;
  top: 0;
  left: 200px;
  display: inline-block;
  height: 100%;
  width: calc(100% - 200px);
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0 0 50px;
}
.tpl_admin_interface_menubar {
  height: 60px;
  display: block;
  width: 100%;
}
.tpl_admin_interface_menubar--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  border-top: 1px solid #0f9375;
}
.tpl_admin_interface_menubar--fixed a {
  color: #fff;
  font-size: 8px;
  display: inline-block;
  text-decoration: none;
  margin: 10px;
  text-align: center;
  line-height: 15px;
  vertical-align: middle;
}
.tpl_admin_interface_menubar--fixed a i {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
  color: #0f9375;
}
.tpl_admin_library__file {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: cover;
  background-position: 50%;
  background-color: #f6f6f6;
  line-height: 150px;
  text-align: center;
  margin: 0 20px 20px 0;
  border: 1px solid #ccc;
}
.tpl_admin_library__upload {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.tpl_admin_library__upload .file {
  position: absolute;
  top: -80px;
  left: 0;
}
.tpl_admin_library__upload .link {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 34px;
  vertical-align: middle;
  background-color: #000;
  height: 34px;
  border-radius: 17px;
  padding: 0 20px 0 15px;
}
.tpl_admin_library__upload .link i {
  position: relative;
  top: 2px;
  font-size: 21px;
  color: #0f9375;
  margin-right: 8px;
}
.tpl_admin_library__upload .submit {
  display: none;
}
#admin_library_upload {
  height: 40px;
  border: 0;
  margin-bottom: 20px;
}
.tpl_admin_page__item {
  padding-bottom: 20px;
  text-decoration: none;
  display: block;
}
.tpl_admin_page__title {
  color: #1a0dab;
  font-size: 18px;
}
.tpl_admin_page__url {
  color: #006621;
  line-height: 16px;
  font-size: 14px;
}
.tpl_admin_page__description {
  font-size: 14px;
  line-height: 1.4;
  color: #545454;
}
.tpl_composer_empty {
  margin: 40px 0;
  border: 1px solid #0f9375;
  padding: 20px;
}
.tpl_composer_empty h1 {
  margin: 0;
  padding: 0;
}
.tpl_composer_empty a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 20px;
  vertical-align: middle;
  background-color: #0f9375;
  width: 200px;
  height: 200px;
  border-radius: 17px;
  overflow: hidden;
  box-sizing: border-box;
}
.tpl_composer_empty a b {
  font-size: 21px;
}
.tpl_composer_empty a i {
  font-size: 21px;
  color: #000;
  margin-right: 10px;
}
.tpl_thereps_photoeditor iframe {
  border: 0;
  height: 34px;
  margin-bottom: 20px;
}
.tpl_thereps_photoeditor__container {
  position: relative;
  width: 682px;
  height: 447px;
  overflow: hidden;
  border: 1px solid #000;
}
.tpl_thereps_photoeditor__info {
  position: absolute;
  top: 28px;
  right: 38px;
  width: 200px;
  display: block;
}
.tpl_thereps_photoeditor__upload {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.tpl_thereps_photoeditor__upload .file {
  position: absolute;
  top: -80px;
  left: 0;
}
.tpl_thereps_photoeditor__upload .link {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 34px;
  vertical-align: middle;
  background-color: #e9162e;
  height: 34px;
  border-radius: 17px;
  padding: 0 20px 0 15px;
}
.tpl_thereps_photoeditor__upload .link i {
  position: relative;
  top: 2px;
  font-size: 21px;
  color: #fff;
  margin-right: 8px;
}
.tpl_thereps_photoeditor__upload .submit {
  display: none;
}
.tpl_thereps_photoeditor .submit {
  position: absolute;
  top: 270px;
  right: 132px;
}
.tpl_thereps_item {
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  height: var(--reps-item-height); /* old: 286px */
  width: calc(33.3333% - 26.666666666666668px);
  color: #3f3f3d;
  vertical-align: top;
  margin-bottom: 40px;
  overflow: hidden;
  margin-right: 40px;
  background-color: #fff;
}
.tpl_thereps_item a {
  text-decoration: none;
}
.tpl_thereps_item__image {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background-color: #ccc;
  aspect-ratio: var(--reps-item-image-aspect); /* old: height: calc(100% - 80px) */
}
.tpl_thereps_item__image div {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.tpl_thereps_item__label {
  position: relative;
  top: 0;
  height: 91px;
  box-sizing: border-box;
  padding: var(--reps-item-label-padding); /* old: 0 8px */
  color: #3f3f3d;
  background-color: #fff;
  transition: top 1s ease;
}
.tpl_thereps_item__label h2 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  height: 29px;
  overflow: hidden;
}
.tpl_thereps_item__label p {
  margin: 0;
  padding: 0;
  line-height: 21px;
  max-height: 42px; /* fallback: 2 lines */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.tpl_thereps_item__label p span {
  display: block;
  min-height: 0;
}
.tpl_thereps_item__edit {
  right: 52%;
}
.tpl_thereps_item__delete,
.tpl_thereps_item__edit {
  position: absolute;
  top: 30%;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #e9162e;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  border-radius: 20px;
  display: none;
}
.tpl_thereps_item__delete {
  left: 52%;
}
.tpl_thereps_item__approval {
  position: absolute;
  left: 10px;
  top: 10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  color: #e9162e;
  font-size: 20px;
}
.tpl_thereps_item:nth-child(3n + 3) {
  margin-right: 0;
}
.tpl_thereps_item:hover .tpl_thereps_item__delete,
.tpl_thereps_item:hover .tpl_thereps_item__edit {
  display: block;
}
.tpl_thereps_item--large,
.tpl_thereps_item--large2 {
  height: 612px;
  width: calc(60% - 20px);
}
.tpl_thereps_item--large2 {
  margin-left: 40px;
  margin-right: 0;
}
.tpl_thereps_item--bigger,
.tpl_thereps_item--bigger2 {
  height: 286px;
  width: calc(40% - 20px);
  margin-right: 0;
}
.tpl_thereps_item--bigger:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tpl_thereps_item--bigger2:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tpl_thereps_item:last-child {
  margin-right: 0;
}
@media (max-width: 760px) {
  .tpl_thereps_item,
  .tpl_thereps_item--bigger,
  .tpl_thereps_item--bigger2,
  .tpl_thereps_item--bigger2:last-child,
  .tpl_thereps_item--bigger:last-child,
  .tpl_thereps_item--large,
  .tpl_thereps_item--large2,
  .tpl_thereps_item:last-child,
  .tpl_thereps_item:nth-child(3n + 3) {
    position: relative;
    height: var(--reps-item-height); /* old: 286px */
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.thereps_project {
  margin-top: 40px;
}
.tpl_thereps_viewer {
  position: relative;
  height: 447px;
  background-color: #555;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  margin-top: 40px;
}
.tpl_thereps_viewer__next,
.tpl_thereps_viewer__prev {
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 44px;
  z-index: 1001;
  margin-top: -22px;
}
.tpl_thereps_viewer__next img,
.tpl_thereps_viewer__prev img {
  position: absolute;
  top: 16px;
  left: 7px;
  height: 14px;
  z-index: 1002;
}
.tpl_thereps_viewer__prev {
  left: 0;
}
.tpl_thereps_viewer__prev img {
  transform: rotate(180deg);
}
.tpl_thereps_viewer__next {
  right: 0;
}
.tpl_thereps_viewer__text {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 33.3333%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  overflow: auto;
}
.tpl_thereps_viewer__text h1 {
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.tpl_thereps_viewer__instructie {
  z-index: 1;
  text-align: center;
  padding: 170px 0 0;
  font-size: 20px;
  color: #fff;
}
.tpl_thereps_viewer__instructie span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.tpl_thereps_viewer__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.6667%;
  height: 100%;
  z-index: 2;
}
.tpl_thereps_viewer__image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: none;
}
.tpl_thereps_viewer__image iframe {
  height: 100%;
  width: 100%;
}
.tpl_thereps_viewer .form__table tr td:first-child {
  display: none;
}
.tpl_thereps_viewer .form__table td {
  line-height: 30px;
}
.tpl_thereps_viewer .form__table .form__fileinput,
.tpl_thereps_viewer .form__table .tag-editor,
.tpl_thereps_viewer .form__table input,
.tpl_thereps_viewer .form__table textarea {
  margin-bottom: 4px;
}
.tpl_thereps_viewer .form__table textarea {
  height: 90px;
}
.tpl_thereps_viewer .tpl_thereps_viewer__next2 {
  display: none;
}
.popup .tpl_thereps_viewer {
  margin-top: 0;
  max-width: 100%;
  min-height: 600px;
}
.popup .tpl_thereps_viewer__next2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eee;
  line-height: 40px;
  padding: 0 20px;
  text-align: right;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  color: #888;
  display: block;
}
@media (max-width: 1280px) {
  .popup .tpl_thereps_viewer {
    min-height: 447px;
  }
}
@media (max-height: 500px), (max-width: 760px) {
  .tpl_thereps_viewer {
    position: relative;
    height: auto;
    margin: 40px 20px 0;
    background-color: transparent;
    padding: 0;
  }
  .tpl_thereps_viewer__text {
    position: relative;
    height: auto;
    width: 100%;
  }
  .tpl_thereps_viewer__image {
    position: relative;
    width: 100%;
    height: 200px;
  }
  .popup .tpl_thereps_viewer {
    box-shadow: none;
    margin: 0;
  }
  .popup .tpl_thereps_viewer__image {
    height: 230px;
  }
  .popup .tpl_thereps_viewer__text {
    overflow: visible;
    padding-bottom: 0;
  }
  .popup .tpl_thereps_viewer__text .inner {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .popup .tpl_thereps_viewer__next2 {
    position: static;
    width: 100%;
    box-sizing: border-box;
  }
}
.popup .admin_page_template_new {
  color: #fff;
  background-color: #000;
  font-size: 8px;
  display: inline-block;
  text-decoration: none;
  margin: 10px 20px 10px 0;
  text-align: center;
  border-radius: 4px;
  width: 70px;
  height: 70px;
}
.popup .admin_page_template_new i {
  font-size: 35px;
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #0f9375;
}
.template_order {
  list-style: none;
  margin: 0;
  padding: 0;
}
.template_order li {
  border: 1px solid #eee;
  padding: 10px;
  margin: 4px 0;
  cursor: move;
}
.tpl_composer_basic_form {
  position: relative;
  min-height: 50px;
}
.tpl_composer_basic_form table {
  width: 100%;
  box-sizing: border-box;
}
.tpl_composer_basic_form td:first-child {
  width: 30%;
  vertical-align: top;
  line-height: 40px;
}
.tpl_composer_basic_form input,
.tpl_composer_basic_form textarea {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: inherit;
  color: #444;
  font-weight: 300;
}
.tpl_composer_basic_form textarea {
  height: 200px;
  padding: 12px 20px;
  line-height: 20px;
}
.tpl_composer_basic_form .g-recaptcha {
  margin-bottom: 15px;
}
.tpl_composer_basic_form .submit {
  border: 1px solid #e9162e;
  background-color: #e9162e;
  color: #fff;
}
.tpl_composer_basic_form .red {
  background-color: #fee;
  border: 1px solid red;
}
.tpl_composer_basic_form .green,
.tpl_composer_basic_form .red {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 20px;
}
.tpl_composer_basic_form .green {
  border: 1px solid #000032;
}
@media (min-width: 761px) {
  .tpl_composer_basic_form ::-webkit-input-placeholder {
    color: transparent;
  }
  .tpl_composer_basic_form :-moz-placeholder,
  .tpl_composer_basic_form ::-moz-placeholder {
    color: transparent;
  }
  .tpl_composer_basic_form :-ms-input-placeholder {
    color: transparent;
  }
  .tpl_composer_basic_form textarea::-webkit-input-placeholder {
    color: transparent;
  }
  .tpl_composer_basic_form textarea:-moz-placeholder,
  .tpl_composer_basic_form textarea::-moz-placeholder {
    color: transparent;
  }
  .tpl_composer_basic_form textarea:-ms-input-placeholder {
    color: transparent;
  }
}
@media (max-width: 760px) {
  .tpl_composer_basic_form td:first-child {
    display: none;
  }
}
.tpl_composer_basic_photo {
  position: relative;
  padding-bottom: 20px;
}
.tpl_composer_basic_photo .co_center {
  min-height: 200px;
  background-color: #000;
  line-height: 200px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.tpl_composer_basic_photo img {
  width: 100%;
  vertical-align: top;
}
.tpl_composer_basic_text {
  position: relative;
}
.tpl_composer_basic_text p {
  margin: 0 0 20px;
  padding: 0;
}
.tpl_composer_basic_title {
  position: relative;
  min-height: 50px;
  padding-top: 30px;
}
.tpl_composer_basic_title h1 {
  margin: 0;
  padding: 0;
}
.tpl_composer_basic_photoheader_admin__foto {
  width: 200px;
  height: 80px;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
}
.tpl_composer_basic_photoheader {
  position: relative;
  min-height: 50px;
}
.tpl_composer_basic_photoheader video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
}
.tpl_composer_basic_photoheader .container {
  position: relative;
  background-color: #333;
  height: 500px;
}
.tpl_composer_basic_photoheader .inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
  transition: all 3s ease;
  /* rollback note:
     old animation:
     animation-name: Rudy;
     animation-duration: 1s;
  */
  animation: none;
  opacity: 1;
  overflow: hidden;
}
.tpl_composer_basic_photoheader .co_center {
  position: relative;
  height: 100%;
  z-index: 2;
}
.tpl_composer_basic_photoheader .bottom {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 3;
}
.tpl_composer_basic_photoheader .p1 {
  font-size: 30px;
  color: #fff;
  display: block;
  text-shadow: 2px 2px 4px #000;
  font-family: Arvo, serif;
  font-weight: 700;
  line-height: 30px;
}
.tpl_composer_basic_photoheader .p2,
.tpl_composer_basic_photoheader .p3 {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  display: block;
  text-shadow: 2px 2px 4px #000;
}
.tpl_composer_basic_photoheader .p3 {
  text-decoration: underline;
}
.tpl_composer_basic_photoheader__nav {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.tpl_composer_basic_photoheader__nav a {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  margin: 0 2px;
  padding: 16px;
  box-sizing: content-box;
  background-clip: content-box;
}
.tpl_composer_basic_photoheader__nav a.active_nav {
  background-color: #e9162e;
}
/* rollback note:
@keyframes Rudy {
  0% { opacity: 0; }
  to { opacity: 1; }
}
*/
.tpl_composer_basic_photoheader .mobile_only {
  display: none;
}
@media (max-width: 1320px) {
  .tpl_composer_basic_photoheader .container {
    height: 400px;
  }
  .tpl_composer_basic_photoheader .bottom {
    bottom: 50px;
    left: 20px;
  }
}
@media (max-width: 760px) {
  video {
    display: none;
  }
  .tpl_composer_basic_photoheader .container {
    height: 270px;
  }
  .tpl_composer_basic_photoheader .bottom {
    position: absolute;
    bottom: 40px;
    left: 20px;
  }
  .tpl_composer_basic_photoheader .p1 {
    margin-top: 140px;
    font-size: 25px;
    display: block;
    line-height: 28px;
  }
  .tpl_composer_basic_photoheader .p2,
  .tpl_composer_basic_photoheader .p3 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .tpl_composer_basic_photoheader .p2 {
    display: none;
  }
  .tpl_composer_basic_photoheader .mobile_only {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 0;
  }
}
.tpl_composer_thereps_news {
  position: relative;
  min-height: 50px;
}
.tpl_composer_thereps_news .co_center {
  min-height: 330px;
}
@media (min-width: 761px) {
  /* News layout: xxy / xxz */
  .tpl_composer_thereps_news .co_center {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    grid-template-rows: 286px 286px;
    gap: 40px;
    margin-bottom: 40px;
  }
  .tpl_composer_thereps_news .tpl_thereps_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .tpl_composer_thereps_news .tpl_thereps_item > a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .tpl_composer_thereps_news .tpl_thereps_item--large {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .tpl_composer_thereps_news .tpl_thereps_item--bigger {
    grid-column: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .tpl_composer_thereps_news .tpl_thereps_item--bigger:last-child {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .tpl_composer_thereps_news .tpl_thereps_item__image {
    flex: 0 0 auto;
    height: calc(100% - 91px);
    min-height: 0;
    aspect-ratio: auto;
  }
  .tpl_composer_thereps_news .tpl_thereps_item__label {
    flex: 0 0 91px;
    height: 91px;
  }
}
.tpl_composer_basic_video {
  position: relative;
  padding-bottom: 20px;
}
.tpl_composer_basic_video .co_center {
  min-height: 200px;
  background-color: #000;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.tpl_composer_basic_video img {
  width: 100%;
  vertical-align: top;
}
.tpl_composer_thereps_users_filter {
  margin-top: 20px;
}
.tpl_composer_thereps_users_filter .co_center {
  margin: 0 auto;
  overflow: visible;
  text-align: left;
}
.tpl_composer_thereps_users_filter .submenu {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
}
.tpl_composer_thereps_users_filter a {
  text-transform: lowercase;
  margin: 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  text-align: center;
}
.tpl_composer_thereps_users_filter a span {
  position: absolute;
  top: -4px;
  right: -4px;
  display: none;
}
.tpl_composer_thereps_users_filter a.active {
  color: #e9162e;
}
.tpl_composer_thereps_users_filter a.active span {
  position: absolute;
  top: 0;
  left: -13px;
  display: block;
}
.tpl_composer_thereps_users_filter a.active span img {
  height: 7px;
}
.tpl_composer_thereps_users_filter a:first-child {
  margin: 0;
}
.tpl_composer_thereps_users_filter--fixed {
  position: fixed;
  top: 118px;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  border-top: 1px solid #ccc;
}
.tpl_composer_thereps_users_filter--fixed .co_center {
  margin: 0 auto;
}
.tpl_composer_thereps_users_filter--fixed a,
.tpl_composer_thereps_users_filter--fixed a:first-child {
  margin: 0;
}
.tpl_composer_thereps_users {
  position: relative;
  min-height: 50px;
  margin-top: 20px;
}
.tpl_composer_thereps_users_filter--scrollup {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: #d9d9d9;
  color: #3f3f3d;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  border-top: 0;
  transform: translateY(0);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}
.tpl_composer_thereps_users_filter--scrollup-visible {
  transform: translateY(118px);
  opacity: 1;
  pointer-events: auto;
}
.tpl_composer_thereps_users_filter--scrollup .co_center {
  margin: 0 auto;
}
.tpl_composer_thereps_users_filter--scrollup .submenu {
  margin: 10px 0;
}
@media (max-width: 760px) {
  .tpl_composer_thereps_users_filter .submenu {
    display: grid;
    grid-template-columns: repeat(13, minmax(0, 1fr));
    justify-items: center;
    align-items: center;
    column-gap: 8px;
    row-gap: 8px;
  }
}
.tpl_composer_thereps_users_filter--scrollup a,
.tpl_composer_thereps_users_filter--scrollup a:first-child {
  margin: 0;
  color: #3f3f3d;
}
.tpl_composer_thereps_users_filter--scrollup a.active {
  color: #e9162e;
}
#users-filter-floating {
  display: none;
  pointer-events: none;
}
#users-filter-floating.tpl_composer_thereps_users_filter--scrollup {
  display: block;
}
#users-filter-floating.tpl_composer_thereps_users_filter--scrollup-visible {
  pointer-events: auto;
}
.users-filter-overlay-active .tpl_header_menubar {
  box-shadow: none;
}
.tpl_composer_thereps_services_filter {
  margin-top: 20px;
}
.tpl_composer_thereps_services_filter .co_center {
  margin: 0 auto;
}
.tpl_composer_thereps_services_filter a {
  margin: 0 30px 10px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
}
.tpl_composer_thereps_services_filter a span {
  position: absolute;
  top: -4px;
  right: -4px;
  display: none;
}
.tpl_composer_thereps_services_filter a.active {
  color: #e9162e;
}
.tpl_composer_thereps_services_filter a.active span {
  position: absolute;
  top: 0;
  left: -13px;
  display: block;
}
.tpl_composer_thereps_services_filter a.active span img {
  height: 7px;
}
.tpl_composer_thereps_services_filter a:first-child {
  margin: 0 30px 10px 0;
}
.tpl_composer_thereps_services_filter .submenu:first-child {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tpl_composer_thereps_services_filter .submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-width: 11.5em;
  column-count: 7;
}
.tpl_composer_thereps_services_filter .submenu ul li:first-child {
  margin-top: 0;
}
.tpl_composer_thereps_services_filter--fixed {
  margin-top: 0;
  position: fixed;
  top: 118px;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  border-top: 1px solid #ccc;
}
.tpl_composer_thereps_services_filter--fixed .co_center {
  margin: 10px auto 0;
}
.tpl_composer_thereps_services_filter--fixed a,
.tpl_composer_thereps_services_filter--fixed a:first-child {
  margin: 0 30px 10px 0;
}
.tpl_composer_thereps_services {
  position: relative;
  min-height: 50px;
  margin-top: 20px;
}
.tpl_composer_thereps_services_filter--scrollup {
  margin-top: 0;
  position: fixed;
  top: 118px;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: #d9d9d9;
  color: #3f3f3d;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  border-top: 0;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}
.tpl_composer_thereps_services_filter--scrollup-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.tpl_composer_thereps_services_filter--scrollup .co_center {
  margin: 10px auto 0;
}
.tpl_composer_thereps_services_filter--scrollup a,
.tpl_composer_thereps_services_filter--scrollup a:first-child {
  margin: 0 30px 10px 0;
  color: #3f3f3d;
}
.tpl_composer_thereps_services_filter--scrollup a.active {
  color: #e9162e;
}
.services-filter-overlay-active .tpl_header_menubar {
  box-shadow: none;
}
.tpl_composer_thereps_services_filter--scrollup {
  top: 0;
  transform: translateY(0);
}
.tpl_composer_thereps_services_filter--scrollup-visible {
  transform: translateY(118px);
}
#services-filter-floating {
  display: none;
  pointer-events: none;
}
#services-filter-floating.tpl_composer_thereps_services_filter--scrollup {
  display: block;
}
#services-filter-floating {
  display: block;
}
#services-filter-floating {
  pointer-events: none;
}
#services-filter-floating.tpl_composer_thereps_services_filter--scrollup-visible {
  pointer-events: auto;
}

/* popup viewer: ken burns via background-position + subtle zoom on child layer */
.tpl_thereps_viewer__image .tpl_thereps_viewer__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 854/600;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: translateZ(0) scale(1);
  will-change: transform, background-position;
}
@keyframes therepsPanTlBr {
  from {
    background-position: 20%20%;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes therepsPanBrTl {
  from {
    background-position: 80% 80%;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes therepsPanTrBl {
  from {
    background-position: 80%20%;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes therepsPanBlTr {
  from {
    background-position: 20% 80%;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes therepsZoomIn {
  from {
    transform: translateZ(0) scale(1.3);
  }
  to {
    transform: translateZ(0) scale(1);
  }
}
.tpl_thereps_viewer__image > div.active.kb-dir-tlbr .tpl_thereps_viewer__media {
  transform-origin: 0 0;
  animation:
    therepsPanTlBr 4.2s ease-out forwards,
    therepsZoomIn 4.2s ease-out forwards;
}
.tpl_thereps_viewer__image > div.active.kb-dir-brtl .tpl_thereps_viewer__media {
  transform-origin: 100% 100%;
  animation:
    therepsPanBrTl 4.2s ease-out forwards,
    therepsZoomIn 4.2s ease-out forwards;
}
.tpl_thereps_viewer__image > div.active.kb-dir-trbl .tpl_thereps_viewer__media {
  transform-origin: 100% 0;
  animation:
    therepsPanTrBl 4.2s ease-out forwards,
    therepsZoomIn 4.2s ease-out forwards;
}
.tpl_thereps_viewer__image > div.active.kb-dir-bltr .tpl_thereps_viewer__media {
  transform-origin: 0 100%;
  animation:
    therepsPanBlTr 4.2s ease-out forwards,
    therepsZoomIn 4.2s ease-out forwards;
}
.tpl_thereps_viewer__image .tpl_thereps_viewer__media,
.tpl_thereps_viewer__image > div.active.kb-dir-tlbr .tpl_thereps_viewer__media,
.tpl_thereps_viewer__image > div.active.kb-dir-brtl .tpl_thereps_viewer__media,
.tpl_thereps_viewer__image > div.active.kb-dir-trbl .tpl_thereps_viewer__media,
.tpl_thereps_viewer__image > div.active.kb-dir-bltr .tpl_thereps_viewer__media {
  animation: none !important;
  transform: none !important;
}
.tpl_thereps_viewer__image > div {
  overflow: hidden;
  aspect-ratio: 854/600;
}
.tpl_thereps_viewer__text .inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: calc(100% - 20px);
  overflow: scroll;
}
.tpl_thereps_viewer__text .inner h1,
.tpl_thereps_viewer__text .inner p {
  margin: 0;
}
.tpl_thereps_viewer__text > .button {
  margin: 15px 0 0;
  align-self: flex-start;
}
.thereps_profile_projects_title h2 {
  margin: 40px 0 20px;
}

.tpl_thereps_item--new {
  border: 2px dashed #bbbbbb;
  box-shadow: none;
  background: none;
}
.tpl_thereps_item--new:hover {
  border: 2px dashed #e9162e;
}
.tpl_thereps_item--new > a {
  width: 100%;
  display: block;
  position: relative;
  color: #e9162e;
  text-decoration: none;
}
.tpl_thereps_item--new > a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: var(--reps-item-image-aspect);
}
.tpl_thereps_item--new > a::after {
  content: "";
  display: block;
  height: 91px;
}
.tpl_thereps_item--new__icon {
  position: absolute;
  left: 50%;
  top: calc((100% - 91px) / 2);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.tpl_thereps_item--new__icon i {
  color: #fff;
  font-size: 19px;
}
.tpl_thereps_item--new > a > span:last-child {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc((91px - 14px) / 2);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #3f3f3d;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tpl_thereps_item--new:hover .tpl_thereps_item--new__icon {
  background: #e9162e;
}
.tpl_thereps_item--new:hover > a > span:last-child {
  opacity: 1;
}
input.button {
  -webkit-appearance: none;
  appearance: none;
  font-family: Lato, sans-serif;
  cursor: pointer;
}
.tpl_admin_library__file {
  position: relative;
  overflow: hidden;
}
.tpl_admin_library__file_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.tpl_admin_library__pick {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  text-decoration: none;
}
.tpl_admin_library__file .co_admin_button {
  position: absolute;
  top: 8px;
  z-index: 3;
}
.tpl_admin_library__file .co_admin_button--select {
  left: 8px;
}
.tpl_admin_library__file .co_admin_button--delete {
  right: 8px;
  left: auto;
}
.tpl_composer_basic_photoheader_admin__foto {
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: none;
}
.tpl_composer_basic_photoheader_admin__foto img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
